Minor appt.el changes.
[bpt/emacs.git] / lisp / ChangeLog
1 2010-10-04 Glenn Morris <rgm@gnu.org>
2
3 * calendar/appt.el (appt-add): Ensure reminders are enabled.
4 (appt-activate): Give status messages.
5
6 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
7
8 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
9 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
10 `gnutls-negotiate' (formerly `starttls-negotiate'). Remove
11 trivial wrapper `starttls-open-stream'.
12
13 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
14
15 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
16 log-outgoing commands.
17 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
18 to create a buffer local revert-buffer-function variable.
19 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
20 revert-buffer-function lambda.
21
22 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
23
24 * net/gnutls.el (starttls-negotiate): Use the plist interface to
25 `gnutls-boot'. Make TYPE the only required parameter. Allow
26 TRUSTFILES and KEYFILES to be lists.
27 (open-ssl-stream): Use it.
28
29 2010-10-03 Glenn Morris <rgm@gnu.org>
30
31 * subr.el (directory-sep-char): Remove obsolete variable.
32 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
33 it is "necessary".
34
35 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
36 * vc/vc.el (vc-static-header-alist): Doc fix.
37 * vc/vc-cvs.el (vc-cvs-header):
38 * vc/vc-rcs.el (vc-rcs-header):
39 * vc/vc-sccs.el (vc-sccs-header):
40 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
41 * obsolete/vc-mcvs.el (vc-mcvs-header):
42 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
43 on XEmacs.
44
45 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
46
47 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Remove
48 obsolete use of binary-overwrite-mode (Bug#7001).
49
50 2010-10-03 Glenn Morris <rgm@gnu.org>
51
52 * obsolete/x-menu.el: Remove file, obsolete since 21.1
53
54 * textmodes/rst.el (rst-font-lock-keywords-function):
55 Drop Emacs 20 code.
56
57 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
58
59 * printing.el: Drop Emacs 20 code.
60
61 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
62 without having used appt.el already).
63
64 * subr.el (make-local-hook): Remove function obsolete since 21.1.
65 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
66 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
67 XEmacs.
68 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
69 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
70
71 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
72 (charset-width, find-charset-region, chars-in-region, forward-point)
73 (encode-coding-string, coding-system-p, ccl-execute-on-string)
74 (define-ccl-program, multibyte-string-p, string-make-multibyte):
75 Remove compatibility cruft (none of these are used by ps*.el).
76
77 2010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
78
79 * subr.el (booleanp): Return t instead of a list (Bug#7086).
80
81 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
82
83 * server.el (server-process-filter, server-return-error): Give
84 emacsclient time to shut down after receiving an error string.
85
86 2010-10-02 Michael Albinus <michael.albinus@gmx.de>
87
88 * files.el (remote-file-name-inhibit-cache): New defcustom.
89
90 * time.el (display-time-file-nonempty-p): Use
91 `remote-file-name-inhibit-cache'.
92
93 * net/tramp.el (tramp-completion-reread-directory-timeout): Fix
94 docstring.
95
96 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
97 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
98 `remote-file-name-inhibit-cache'. Check also for an integer
99 value. Add/increase counter when `tramp-verbose' >= 10.
100 (tramp-set-file-property): Add/increase counter when
101 `tramp-verbose' >= 10.
102
103 * net/tramp-cmds.el (tramp-cleanup-all-connections)
104 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
105 (tramp-bug): Set tramp-autoload cookie. Report all interned
106 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
107 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
108 characters only in strings.
109
110 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
111 to backward compatibility.
112
113 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
114 (tramp-handle-file-name-all-completions)
115 (tramp-handle-vc-registered): Use
116 `remote-file-name-inhibit-cache'.
117 (tramp-open-connection-setup-interactive-shell): Call
118 `tramp-cleanup-connection' directly.
119
120 2010-10-02 Glenn Morris <rgm@gnu.org>
121
122 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
123
124 * subr.el (char-bytes): Remove obsolete function.
125
126 * isearch.el (isearch-return-char): Remove obsolete function.
127
128 * mouse.el: No longer provide mldrag.
129 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
130 Remove obsolete aliases.
131
132 * comint.el (comint-kill-output): Remove obsolete alias.
133
134 * composite.el (decompose-composite-char): Remove obsolete function.
135 * ps-def.el (decompose-composite-char): Remove unused function.
136
137 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
138
139 * outline.el (outline-visible): Remove obsolete function.
140
141 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
142 * faces.el (internal-find-face, internal-get-face)
143 (frame-update-faces, frame-update-face-colors)
144 (x-frob-font-weight, x-frob-font-slant)
145 (internal-frob-font-weight, internal-frob-font-slant)
146 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
147 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
148 (x-make-font-bold-italic): Remove functions and aliases, obsolete
149 since Emacs 21.1.
150 * emulation/viper-util.el (viper-get-face):
151 * obsolete/lucid.el (find-face, get-face): Use facep.
152 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
153 Remove unused functions.
154 * vc/ediff-util.el (ediff-submit-report): Doc fix.
155
156 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
157 delete tempfile if interrupted during compilation.
158
159 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
160
161 * net/tls.el (tls-starttls-switches): Give up on using starttls with
162 gnutls-cli.
163 (tls-program): Add --insecure to be consistent with the defaults from
164 openssl s_client. Now all three commands are insecure.
165
166 2010-10-01 Eli Zaretskii <eliz@gnu.org>
167
168 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
169 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
170 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
171
172 2010-10-01 Glenn Morris <rgm@gnu.org>
173
174 * obsolete/sc.el: Remove file.
175
176 * files.el (temporary-file-directory): On darwin, also try
177 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
178
179 2010-10-01 Juanma Barranquero <lekktu@gmail.com>
180
181 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
182 Let's not break compatibility gratuitously, shall we?
183
184 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
185
186 * net/tls.el (tls-starttls-switches): New variable.
187 (tls-find-starttls-argument): Use it.
188 (open-tls-stream): Ditto.
189
190 * net/netrc.el (netrc-credentials): Return the value of the "default"
191 entry.
192 (netrc-machine): Ditto.
193
194 2010-09-30 Eli Zaretskii <eliz@gnu.org>
195
196 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
197
198 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
199
200 * server.el (server-start): Don't write pid to the authentication file.
201 (server-create-tty-frame): Don't send pid.
202 (server-process-filter): Send pid at the start of every connection.
203
204 2010-09-30 Glenn Morris <rgm@gnu.org>
205
206 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
207 (show-all-diary-entries): Remove obsolete function aliases.
208
209 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
210 Remove options, obsolete since 22.1.
211 (appt-display-format, appt-display-message): Remove
212 backwards-compatibility code.
213 (appt-check): No longer check appt-issue-message.
214 (appt-make-list): No longer autoload it. Doc fix. No longer
215 activate the package.
216
217 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
218
219 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
220 (starttls-negotiate): Just call boot, and let the handshake be
221 triggered from the read loop.
222
223 2010-09-29 Glenn Morris <rgm@gnu.org>
224
225 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
226 not displaying the diary.
227 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
228 * calendar/appt.el (appt-check): No longer need to kill diary.
229
230 * calendar/diary-lib.el (diary-list-entries): Move the
231 "Preparing..." message entirely here.
232 (diary-simple-display, diary-fancy-display): Move "Preparing..."
233 messages to diary-list-entries.
234 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
235 diary-display-function.
236
237 * calendar/diary-lib.el (diary-include-other-diary-files):
238 Trap some recursive includes.
239
240 * calendar/appt.el (appt-activate): Check diary file.
241
242 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
243
244 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
245 construction.
246
247 * calendar/time-date.el: No need to require cl for Emacs 21.
248
249 2010-09-28 Glenn Morris <rgm@gnu.org>
250
251 * calendar/appt.el (appt-check): Minor simplification.
252
253 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
254
255 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
256 citation prefix.
257
258 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
259
260 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
261 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
262
263 2010-09-27 Kenichi Handa <handa@m17n.org>
264
265 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
266 "ustar" format.
267
268 2010-09-27 Kenichi Handa <handa@m17n.org>
269
270 * international/mule.el (define-coding-system): Docstring fixed.
271
272 * international/mule-diag.el (describe-character-set): Use princ
273 with proper print-length and print-level instead of insert.
274
275 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
276
277 * window.el (walk-windows): Doc fix (bug#7105).
278
279 2010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
280
281 * emacs-lisp/float-sup.el (e): Remove.
282
283 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
284
285 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
286 variable.
287 (starttls-negotiate): Use it.
288
289 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
290
291 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
292 back.
293
294 2010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
295
296 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
297
298 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
299
300 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
301
302 * net/netrc.el (netrc-store-data): New function.
303
304 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
305
306 * net/gnutls.el: GnuTLS glue code to set up a connection.
307
308 2010-09-25 Julien Danjou <julien@danjou.info>
309
310 * notifications.el: Call dbus-register-signal only if it is bound.
311
312 2010-09-25 Glenn Morris <rgm@gnu.org>
313
314 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
315 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
316 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
317 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
318 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
319 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
320 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
321 * eshell/esh-util.el, eshell/esh-var.el:
322 Remove leading `*' from docs of faces and defcustoms.
323
324 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
325
326 * eshell/em-ls.el (eshell-ls-archive-regexp):
327 * eshell/esh-util.el (eshell-tar-regexp):
328 * ibuffer.el (ibuffer-compressed-file-name-regexp):
329 * info.el (Info-suffix-list):
330 * international/mule.el (auto-coding-alist):
331 * woman.el (woman-file-regexp, woman-file-compression-regexp):
332 * progmodes/etags.el (tags-compression-info-list):
333 Support xz compression.
334
335 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
336
337 * files.el (get-free-disk-space): Don't assume the "df" output
338 columns line up (Bug#6995).
339
340 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
341
342 * finder.el (finder-unknown-keywords):
343 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
344 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
345
346 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
347
348 * server.el (server-start): Revert part of 2010-08-08 change. Using
349 address 127.0.0.1 for local host is now done in Fmake_network_process.
350
351 2010-09-24 Glenn Morris <rgm@gnu.org>
352
353 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
354 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
355 * textmodes/css-mode.el, textmodes/dns-mode.el:
356 Move autoloaded auto-mode-alist entries to files.el.
357 * files.el (auto-mode-alist): Move entries here.
358
359 2010-09-23 Glenn Morris <rgm@gnu.org>
360
361 * isearch.el (isearch-lazy-highlight-cleanup)
362 (isearch-lazy-highlight-initial-delay)
363 (isearch-lazy-highlight-interval)
364 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
365 * net/net-utils.el (ipconfig-program-options):
366 Move aliases to options before the associated definitions.
367
368 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
369
370 * newcomment.el (comment-normalize-vars): Better test validity of
371 comment-end-skip.
372
373 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
374
375 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
376 (float-e): New name for `e'.
377 (degrees-to-radians, radians-to-degrees):
378 * calendar/solar.el (solar-longitude):
379 * calculator.el (calculator-registers, calculator-funcall):
380 * textmodes/artist.el (artist-spray-random-points):
381 * play/bubbles.el (bubbles--initialize-images): Use new names.
382
383 2010-09-23 Eric M. Ludlam <zappo@gnu.org>
384
385 Update to CEDET 1.0's version of EIEIO.
386
387 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
388 New function.
389 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
390 (eieio-default-eval-maybe): Eval val instead of unquoting only.
391 (class-precedence-list): If class is nil, return nil.
392 (eieio-generic-call): If class of first input arg is nil, don't
393 look up static methods, and do check for primary methods.
394 (initialize-instance): See if the default needs to be evaluated
395 during the constructor.
396 (eieio-perform-slot-validation-for-default): Don't do the check
397 for values that will eventually be evaluated.
398 (eieio-eval-default-p): New function.
399 (eieio-default-eval-maybe): Use it.
400
401 2010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
402
403 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
404 method-invocation-order.
405 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
406 (eieio-class-precedence-dfs): Compute class precedence list using
407 dfs algorithm.
408 (eieio-class-precedence-bfs): Compute class precedence list using
409 bfs algorithm.
410 (eieio-class-precedence-c3): Compute class precedence list using
411 c3 algorithm.
412 (class-precedence-list): New function.
413 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
414 (inconsistent-class-hierarchy): New error symbol.
415 (call-next-method): Stow the replacement argument list for future
416 call-next-method invocations.
417
418 2010-09-23 Glenn Morris <rgm@gnu.org>
419
420 * calendar/appt.el (appt-check): If not displaying the diary,
421 use (diary 1) to only get the entries we need.
422 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
423 that it is in day order. (Bug#7019)
424
425 * calendar/appt.el (appt-check): Rather than showing the diary,
426 just turn off invisible display, and only if needed.
427
428 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
429
430 2010-09-23 Glenn Morris <rgm@gnu.org>
431
432 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
433 (byte-compile-defvar, byte-compile-cl-warn):
434 Start warnings with lower-case, like the majority.
435
436 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
437
438 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
439
440 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
441 * files.el (auto-mode-alist): Move ld-script entries here, further down
442 the list.
443
444 * vc/add-log.el: Don't require timezone when compiling.
445 (timezone-make-date-sortable): Autoload it.
446 (change-log-sortable-date-at): Don't require timezone.
447 Use `ignore-errors'.
448
449 * comint.el (comint-use-prompt-regexp-instead-of-fields):
450 Move alias before definition, so it does not need autoloading.
451
452 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
453 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
454 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
455 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
456 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
457 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
458 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
459 * textmodes/tex-mode.el, textmodes/two-column.el:
460 Remove leading `*' from docs of defcustoms etc.
461
462 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
463
464 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
465
466 2010-09-22 Dan Christensen <jdc@uwo.ca>
467
468 * calendar/time-date.el (date-to-time): Try using parse-time-string
469 first before using the slower timezone-make-date-arpa-standard.
470
471 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
472
473 * calendar/time-date.el (format-seconds): Comment fix.
474
475 2010-09-22 Glenn Morris <rgm@gnu.org>
476
477 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
478 is not automatically buffer-local.
479
480 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
481
482 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
483 (smie-indent-comment): Be more careful with comment-start-skip.
484 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
485 (smie-indent-functions): Use them.
486
487 2010-09-21 Michael Albinus <michael.albinus@gmx.de>
488
489 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
490
491 2010-09-21 Jan Djärv <jan.h.d@swipnet.se>
492
493 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
494 tool-bar-position. Don't modify frame parameters here.
495 (menu-bar-options-save): Add tool-bar-position.
496
497 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
498
499 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
500
501 * textmodes/reftex-parse.el (reftex-what-macro)
502 (reftex-context-substring): Let-bind forward-sexp-function to nil
503 since we don't need/want to treat \begin...\end as a block (bug#7053).
504
505 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
506
507 * simple.el (blink-matching-open): Use syntax-class.
508
509 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
510 Set invisibility spec for pascal's outline mode.
511 (pascal-outline-change): Clean up calling convention.
512 (pascal-show-all, pascal-hide-other-defuns): Update callers.
513
514 * progmodes/prolog.el (prolog-smie-forward-token)
515 (prolog-smie-backward-token): New functions.
516 (prolog-mode-variables): Use them to parse "!," correctly.
517 Set up smie-blink-matching for ".".
518
519 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
520 and `end'.
521 (ispell-region, ispell-process-line): Update users.
522
523 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
524 point-min==1.
525
526 * textmodes/ispell.el: Fix commenting convention.
527 (ispell-parse-output): Simplify, use push.
528 (ispell-region): Use match-string-no-properties.
529 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
530 (ispell-minor-mode): Use define-minor-mode.
531 (ispell-message): Remove unused var `skip-regexp'.
532 (ispell-add-per-file-word-list): Use dynamic let-binding.
533 Try and use the proper comment marker.
534
535 * mail/sendmail.el: Fix commenting convention.
536 (sendmail-send-it): Use line-beginning-position.
537
538 * help-fns.el (describe-variable): Add original value, if applicable.
539
540 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
541
542 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
543
544 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
545
546 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
547
548 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
549 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
550 (smie-prec2-levels): Use them to better diagnose precedence cycles.
551 (smie-blink-matching-check): Don't signal a mismatch if car is t.
552 (smie-blink-matching-open): Rewrite to remove assumptions, so that
553 something like "." can also be a closer.
554 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
555 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
556 Rename internal functions to use "--". Update callers.
557
558 * frame.el (make-frame-names-alist): Don't list frames on other displays.
559
560 * fringe.el (fringe-styles): New var.
561 (fringe-mode, fringe-query-style): Use it.
562
563 2010-09-18 Michael R. Mauger <mmaug@yahoo.com>
564
565 * progmodes/sql.el: Version 2.8
566 (sql-login-params): Update widget structure; changes still needed.
567 (sql-product-alist): Add :list-all and :list-table features for
568 SQLite, Postgres and MySQL products.
569 (sql-redirect): Handle default value.
570 (sql-execute, sql-execute-feature): New functions.
571 (sql-read-table-name): New function.
572 (sql-list-all, sql-list-table): New functions. User API.
573 (sql-mode-map, sql-interactive-mode-map): Add key definitions
574 for above functions.
575 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
576 for above functions.
577 (sql-postgres-login-params): Add user and database defaults.
578 (sql-buffer-live-p): Bug fix.
579 (sql-product-history): New variable.
580 (sql-read-product): New function. Use it.
581 (sql-set-product, sql-product-interactive): Use it.
582 (sql-connection-history): New variable.
583 (sql-read-connection): New function. Use it.
584 (sql-connect): New function.
585 (sql-for-each-login): Redesign function interface.
586 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
587 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
588 (sql-comint): Check for program. Existing live buffer.
589 (sql-comint-postgres): Add port parameter.
590
591 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
592
593 * emacs-lisp/warnings.el: Fix commenting convention.
594 (display-warning): Use special mode and make the buffer read-only.
595
596 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
597
598 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
599 empty string when it follows a repeated or optional pattern.
600
601 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
602
603 * indent.el (indent-according-to-mode): Apply syntax-propertize.
604 (indent-region): Use indent-according-to-mode.
605
606 2010-09-18 Eli Zaretskii <eliz@gnu.org>
607
608 * fringe.el (fringe-mode): Doc fix.
609
610 2010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
611
612 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
613 refreshing the preview buffer.
614
615 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
616
617 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
618 (latex-syntax-propertize-rules): New consts; replace
619 tex-font-lock-syntactic-keywords.
620 (tex-env-mark, latex-env-before-change): New functions.
621 (latex-electric-env-pair-mode): New minor mode.
622 (tex-font-lock-verb): Change arguments; do move point.
623 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
624 representation as a form of comment.
625 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
626 (doctex-syntax-propertize-rules): New const; replaces
627 doctex-font-lock-syntactic-keywords.
628 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
629
630 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
631 (fortran-make-syntax-propertize-function): New function; replaces
632 fortran-font-lock-syntactic-keywords.
633 (fortran-mode): Use it.
634 (fortran-line-length): Use it. Improve interactive spec.
635
636 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
637 (syntax-propertize-rules): Add var-ref case. Fix offset computation
638 when adding surrounding \(..\).
639
640 * progmodes/js.el (js-mode): Fix last change (bug#7054).
641
642 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
643
644 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
645 Use with-current-buffer.
646
647 * isearch.el (isearch-face): Rename from `isearch'.
648 (isearch-highlight): Use new name.
649
650 2010-09-17 Eli Zaretskii <eliz@gnu.org>
651
652 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
653 5, for `half' width fringes. (Bug#6933)
654
655 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
656
657 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
658 (byte-compile-defvar): "foo/bar" does not lack a prefix.
659
660 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
661
662 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
663
664 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
665 in calculating new frame position. Add more space between new and
666 parent on the left (Bug#7048).
667
668 2010-09-17 Michael Albinus <michael.albinus@gmx.de>
669
670 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
671 defmacro.
672
673 2010-09-16 Chong Yidong <cyd@stupidchicken.com>
674
675 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
676
677 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
678 obsolete alias for x-selection-value.
679
680 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
681
682 2010-09-16 Michael Albinus <michael.albinus@gmx.de>
683
684 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
685 cookie.
686
687 2010-09-15 Michael Albinus <michael.albinus@gmx.de>
688
689 * net/tramp-compat.el (tramp-compat-with-temp-message)
690 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
691 (tramp-compat-process-put): New defuns.
692
693 * net/tramp.el (top):
694 * net/tramp-gvfs.el (top):
695 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
696
697 * net/tramp.el (tramp-progress-reporter-update):
698 Use `tramp-compat-funcall'.
699
700 * net/tramp.el (tramp-process-actions):
701 * net/tramp-gvfs.el (tramp-handle-vc-registered):
702 * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
703 (tramp-get-remote-stat, tramp-get-remote-readlink):
704 Use `tramp-compat-with-temp-message'.
705
706 * net/tramp-sh.el (top): Require 'cl.
707 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
708 (tramp-open-connection-setup-interactive-shell):
709 Use `tramp-compat-process-put'.
710
711 2010-09-15 Alan Mackenzie <acm@muc.de>
712
713 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
714 indentation.
715 (c-forward-<>-arglist-recur): Fix an infinite recursion.
716
717 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
718
719 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
720 `lexical' for warnings related to lexical scoping.
721 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
722 global vars which don't have a prefix and could hence affect lexical
723 scoping in unrelated files.
724
725 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
726
727 * net/imap.el: Revert back to version
728 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
729 seem problematic.
730
731 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
732
733 * obsolete/old-whitespace.el (whitespace-unload-function):
734 Explicitly pass `obarray' to `unintern' to avoid a warning.
735
736 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
737
738 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
739 Add `when' argument. Update callers.
740
741 * subr.el (unintern): Declare the obarray arg mandatory.
742
743 2010-09-14 Glenn Morris <rgm@gnu.org>
744
745 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
746 Doc fixes.
747
748 * calendar/diary-lib.el (diary-included-files): New variable.
749 (diary-list-entries): Maybe initialize diary-included-files.
750 (diary-include-other-diary-files): Append to diary-included-files.
751 * calendar/appt.el (appt-update-list): Also check the members of
752 diary-included-files. (Bug#6999)
753 (appt-check): Doc fix.
754
755 2010-09-14 David Reitter <david.reitter@gmail.com>
756
757 * simple.el (line-move-visual): Do not truncate goal column to
758 integer size. (Bug#7020)
759
760 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
761
762 * repeat.el (repeat): Allow repeating when the last event is a click.
763 Suggested by Drew Adams (bug#6256).
764
765 2010-09-14 Sascha Wilde <wilde@sha-bang.de>
766
767 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
768 Replace setting HGRCPATH to "" by some less invasive --config options.
769
770 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
771
772 * font-lock.el (font-lock-beginning-of-syntax-function):
773 Mark as obsolete.
774
775 2010-09-14 Glenn Morris <rgm@gnu.org>
776
777 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
778 and tool-bar modes. (Bug#6211)
779 (menu-bar-mode): Move setting of standard-value after the
780 minor-mode definition, otherwise it seems to have no effect.
781
782 2010-09-14 Masatake YAMATO <yamato@redhat.com>
783
784 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
785 Fix typo. (Bug#6976)
786
787 2010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
788
789 * whitespace.el: Allow cleaning up blanks without blank
790 visualization (Bug#6651). Adjust help window for
791 whitespace-toggle-options (Bug#6479). Allow to use fill-column
792 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
793 (whitespace-style): Add new value 'face. Adjust docstring.
794 (whitespace-space, whitespace-hspace, whitespace-tab):
795 Adjust foreground property face.
796 (whitespace-line-column): Adjust docstring and type declaration.
797 (whitespace-style-value-list, whitespace-toggle-option-alist)
798 (whitespace-help-text): Adjust const initialization.
799 (whitespace-toggle-options, global-whitespace-toggle-options):
800 Adjust docstring.
801 (whitespace-display-window, whitespace-interactive-char)
802 (whitespace-style-face-p, whitespace-color-on): Adjust code.
803 (whitespace-help-scroll): New fun.
804
805 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
806
807 * calendar/time-date.el (format-seconds): Comment fix.
808
809 2010-09-13 Michael R. Mauger <mmaug@yahoo.com>
810
811 * progmodes/sql.el: Version 2.7.
812 (sql-buffer-live-p): Improve detection.
813 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
814 (sql-set-sqli-buffer): Use it.
815 (sql-product-interactive): Run `sql-set-sqli-hook'.
816 (sql-rename-buffer): Code cleanup.
817 (sql-redirect, sql-redirect-value): New functions. More to come.
818
819 2010-09-13 Juanma Barranquero <lekktu@gmail.com>
820
821 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.
822 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
823 (TRAMP_SRC): New macro.
824 ($(lisp)/net/tramp-loaddefs.el): New target.
825
826 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
827
828 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
829
830 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
831
832 * net/tramp.el (top): Don't show loading message. Require just
833 'tramp-compat, everything else is required there.
834 Use `ignore-errors' where appropriate.
835 (tramp-inline-compress-start-size, tramp-copy-size-limit)
836 (tramp-terminal-type, tramp-end-of-output)
837 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
838 (tramp-completion-function-alist-ssh)
839 (tramp-completion-function-alist-telnet)
840 (tramp-completion-function-alist-su)
841 (tramp-completion-function-alist-putty, tramp-remote-path)
842 (tramp-remote-process-environment, tramp-sh-extra-args)
843 (tramp-actions-before-shell, tramp-uudecode)
844 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
845 (tramp-perl-file-attributes)
846 (tramp-perl-directory-files-and-attributes)
847 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
848 (tramp-perl-encode, tramp-perl-decode)
849 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
850 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
851 (tramp-handle-make-symbolic-link, tramp-handle-load)
852 (tramp-handle-file-name-as-directory)
853 (tramp-handle-file-name-directory)
854 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
855 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
856 (tramp-do-file-attributes-with-ls)
857 (tramp-do-file-attributes-with-perl)
858 (tramp-do-file-attributes-with-stat)
859 (tramp-handle-set-visited-file-modtime)
860 (tramp-handle-verify-visited-file-modtime)
861 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
862 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
863 (tramp-handle-file-selinux-context)
864 (tramp-handle-set-file-selinux-context)
865 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
866 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
867 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
868 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
869 (tramp-handle-file-ownership-preserved-p)
870 (tramp-handle-directory-file-name, tramp-handle-directory-files)
871 (tramp-handle-directory-files-and-attributes)
872 (tramp-do-directory-files-and-attributes-with-perl)
873 (tramp-do-directory-files-and-attributes-with-stat)
874 (tramp-handle-file-name-all-completions)
875 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
876 (tramp-handle-copy-file, tramp-handle-copy-directory)
877 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
878 (tramp-do-copy-or-rename-file-via-buffer)
879 (tramp-do-copy-or-rename-file-directly)
880 (tramp-do-copy-or-rename-file-out-of-band)
881 (tramp-handle-make-directory, tramp-handle-delete-directory)
882 (tramp-handle-delete-file)
883 (tramp-handle-dired-recursive-delete-directory)
884 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
885 (tramp-handle-insert-directory)
886 (tramp-handle-unhandled-file-name-directory)
887 (tramp-handle-expand-file-name)
888 (tramp-handle-substitute-in-file-name)
889 (tramp-handle-executable-find, tramp-process-sentinel)
890 (tramp-handle-start-file-process, tramp-handle-process-file)
891 (tramp-handle-call-process-region, tramp-handle-shell-command)
892 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
893 (tramp-handle-insert-file-contents)
894 (tramp-handle-insert-file-contents-literally)
895 (tramp-handle-find-backup-file-name)
896 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
897 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
898 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
899 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
900 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
901 (tramp-find-file-exists-command, tramp-open-shell)
902 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
903 (tramp-open-connection-setup-interactive-shell)
904 (tramp-local-coding-commands, tramp-remote-coding-commands)
905 (tramp-find-inline-encoding, tramp-call-local-coding-command)
906 (tramp-inline-compress-commands, tramp-find-inline-compress)
907 (tramp-compute-multi-hops, tramp-maybe-open-connection)
908 (tramp-send-command, tramp-wait-for-output)
909 (tramp-send-command-and-check, tramp-barf-unless-okay)
910 (tramp-send-command-and-read, tramp-mode-string-to-int)
911 (tramp-convert-file-attributes, tramp-check-cached-permissions)
912 (tramp-file-mode-from-int, tramp-file-mode-permissions)
913 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
914 (tramp-method-out-of-band-p, tramp-local-host-p)
915 (tramp-get-remote-path, tramp-get-remote-tmpdir)
916 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
917 (tramp-get-test-command, tramp-get-test-nt-command)
918 (tramp-get-file-exists-command, tramp-get-remote-ln)
919 (tramp-get-remote-perl, tramp-get-remote-stat)
920 (tramp-get-remote-readlink, tramp-get-remote-trash)
921 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
922 (tramp-get-local-uid, tramp-get-local-gid)
923 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
924 tramp-sh.el.
925 (tramp-methods, tramp-default-method-alist)
926 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
927 Move initialization to tramp-sh.el.
928 (tramp-temp-name-prefix): Make it a defconst.
929 (tramp-dissect-file-name): Don't check anymore for multi-hop
930 methods.
931 (tramp-debug-outline-regexp): Add a docstring.
932 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
933 (tramp-get-debug-buffer): Use it.
934
935 * net/tramp-cache.el (top): Set tramp-autoload cookie for
936 initialization forms.
937 (tramp-set-connection-property): Don't protect `tramp-message'
938 call, it isn't necessary any longer.
939 (tramp-dump-connection-properties): Use `ignore-errors'.
940
941 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
942 'password-cache and 'auth-source.
943
944 * net/tramp-gvfs.el (top):
945 * net/tramp-smb.el (top): Require 'tramp-sh.
946
947 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
948
949 * net/tramp-sh.el: New file, derived from tramp.el.
950 (top): Initialize `tramp-methods', `tramp-default-method-alist',
951 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
952 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
953 Use `ignore-errors' where appropriate.
954 (tramp-sh-file-name-handler-alist): Rename from
955 `tramp-file-name-handler-alist'.
956 (tramp-send-command-and-check): Return t or nil. Remove all
957 `zerop' checks, where called.
958 (tramp-handle-set-file-modes)
959 (tramp-do-copy-or-rename-file-directly)
960 (tramp-handle-delete-directory, tramp-handle-delete-file)
961 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
962 (tramp-sh-file-name-handler, tramp-send-command-and-check)
963 (tramp-get-remote-ln): Set tramp-autoload cookie.
964
965 * net/tramp-fish.el: Remove file.
966
967 2010-09-13 Daiki Ueno <ueno@unixuser.org>
968
969 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
970 buffer-file-name to avoid file-locking. (Bug#7026)
971
972 2010-09-13 Julien Danjou <julien@danjou.info>
973
974 * notifications.el (notifications-notify): Add support for
975 image-path and sound-name.
976 (notifications-specification-version): Add this variable.
977
978 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
979
980 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
981
982 2010-09-12 Leo <sdl.web@gmail.com>
983
984 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
985 (rcirc-completion-start): New variables.
986 (rcirc-nick-completions): Rename to rcirc-completions.
987 (rcirc-nick-completion-start-offset): Delete.
988 (rcirc-completion-at-point): New function for constructing
989 completion data for both nicks and irc commands. Add to
990 completion-at-point-functions in rcirc mode.
991 (rcirc-complete): Rename from rcirc-nick-complete; use
992 rcirc-completion-at-point.
993 (defun-rcirc-command): Update rcirc-client-commands.
994
995 2010-09-11 Glenn Morris <rgm@gnu.org>
996
997 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
998 atomically, to avoid parallel build errors. (Bug#4196)
999
1000 2010-09-11 Michael R. Mauger <mmaug@yahoo.com>
1001
1002 * progmodes/sql.el: Version 2.6
1003 (sql-dialect): Synonym for "sql-product".
1004 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
1005 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
1006 Set "sql-buffer" to buffer name not buffer object so multiple sql
1007 interactive buffers work properly. Reverts misguided changes in
1008 earlier work.
1009 (sql-comint): Make sure different buffer name is used if "*SQL*"
1010 buffer is for a different product.
1011 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
1012 login param.
1013 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
1014 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
1015 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
1016 Accept new buffer name or prompt for one.
1017 (sql-port): Default to zero.
1018 (sql-comint-mysql): Handle "sql-port" as a numeric.
1019 (sql-port-history): Delete unused variable.
1020 (sql-get-login): Default "sql-port" to a number.
1021 (sql-product-alist): Correct Postgres prompt and terminator regexp.
1022 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
1023 "sqlite3" executables.
1024 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
1025 (sql-buffer-live-p): New function.
1026 (sql-mode-menu, sql-send-string): Use it.
1027 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
1028 syntax pattern.
1029 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
1030 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
1031
1032 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1033
1034 * net/netrc.el (netrc-credentials): New convenience function.
1035
1036 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1037
1038 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
1039 to replace texinfo-font-lock-syntactic-keywords.
1040 (texinfo-mode): Use it.
1041
1042 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
1043 Use syntax-propertize-function.
1044
1045 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
1046 replace sgml-font-lock-syntactic-keywords.
1047 (sgml-mode): Use it.
1048
1049 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
1050 since we don't use it.
1051
1052 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
1053
1054 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
1055 if available.
1056 (vhdl-fontify-buffer): Adjust.
1057
1058 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
1059 replace tcl-font-lock-syntactic-keywords.
1060 (tcl-mode): Use it.
1061
1062 * progmodes/simula.el (simula-syntax-propertize-function): New var to
1063 replace simula-font-lock-syntactic-keywords.
1064 (simula-mode): Use it.
1065
1066 * progmodes/sh-script.el (sh-st-symbol): Remove.
1067 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
1068 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
1069 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
1070 (sh-font-lock-paren): Set syntax-multiline.
1071 (sh-font-lock-syntactic-keywords): Remove.
1072 (sh-syntax-propertize-function): New function to replace it.
1073 (sh-mode): Use it.
1074
1075 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
1076 Define while compiling.
1077 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
1078 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
1079 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
1080 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
1081 (ruby-here-doc-end-syntax): Only define when
1082 syntax-propertize is not available.
1083 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
1084 New functions.
1085 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
1086 (electric-indent-chars): Silence bytecompiler.
1087 (ruby-mode): Use prog-mode, syntax-propertize-function, and
1088 electric-indent-chars.
1089
1090 * progmodes/python.el (python-syntax-propertize-function): New var to
1091 replace python-font-lock-syntactic-keywords.
1092 (python-mode): Use it.
1093 (python-quote-syntax): Simplify and adjust to new use.
1094
1095 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
1096 replace perl-font-lock-syntactic-keywords.
1097 (perl-syntax-propertize-special-constructs): New fun to replace
1098 perl-font-lock-special-syntactic-constructs.
1099 (perl-font-lock-syntactic-face-function): New fun.
1100 (perl-mode): Use it.
1101
1102 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
1103 to replace octave-font-lock-close-quotes.
1104 (octave-syntax-propertize-function): New function to replace
1105 octave-font-lock-syntactic-keywords.
1106 (octave-mode): Use it.
1107
1108 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
1109 replaces mixal-font-lock-syntactic-keywords.
1110 (mixal-mode): Use it.
1111
1112 * progmodes/make-mode.el (makefile-syntax-propertize-function):
1113 New var; replaces makefile-font-lock-syntactic-keywords.
1114 (makefile-mode): Use it.
1115 (makefile-imake-mode): Adjust.
1116
1117 * progmodes/js.el (js--regexp-literal): Define while compiling.
1118 (js-syntax-propertize-function): New var; replaces
1119 js-font-lock-syntactic-keywords.
1120 (js-mode): Use it.
1121
1122 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
1123 replaces gdb-script-font-lock-syntactic-keywords.
1124 (gdb-script-mode): Use it.
1125
1126 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
1127 (fortran--font-lock-syntactic-keywords): New var.
1128 (fortran-line-length): Update syntax-propertize-function and
1129 fortran--font-lock-syntactic-keywords.
1130
1131 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
1132
1133 * progmodes/cfengine.el (cfengine-mode):
1134 Use syntax-propertize-function.
1135 (cfengine-font-lock-syntactic-keywords): Remove.
1136
1137 * progmodes/autoconf.el (autoconf-mode):
1138 Use syntax-propertize-function.
1139 (autoconf-font-lock-syntactic-keywords): Remove.
1140
1141 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
1142 (ada-after-change-function, ada-initialize-syntax-table-properties)
1143 (ada-handle-syntax-table-properties): Only define when
1144 syntax-propertize is not available.
1145 (ada-mode): Use syntax-propertize-function.
1146
1147 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
1148 (font-lock-fontify-syntactic-keywords-region): Move handling of
1149 font-lock-syntactically-fontified to...
1150 (font-lock-default-fontify-region): ...here.
1151 Let syntax-propertize-function take precedence.
1152 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
1153
1154 * emacs-lisp/syntax.el (syntax-propertize-function)
1155 (syntax-propertize-chunk-size, syntax-propertize--done)
1156 (syntax-propertize-extend-region-functions): New vars.
1157 (syntax-propertize-wholelines, syntax-propertize-multiline)
1158 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
1159 (syntax-propertize): New functions.
1160 (syntax-propertize-rules): New macro.
1161 (syntax-ppss-flush-cache): Set syntax-propertize--done.
1162 (syntax-ppss): Call syntax-propertize.
1163
1164 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
1165
1166 2010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
1167
1168 * textmodes/ispell.el (ispell-init-process): Improve comments.
1169 XEmacs compatibility changes regarding (add-hook) 'local option
1170 and (set-process-query-on-exit-flag).
1171
1172 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
1173
1174 * net/tramp-cache.el (tramp-parse-connection-properties):
1175 Set tramp-autoload cookie.
1176
1177 2010-09-09 Glenn Morris <rgm@gnu.org>
1178
1179 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
1180 (imagemagick-register-types): Doc fix.
1181
1182 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1183
1184 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
1185
1186 * progmodes/js.el (require): Require is already "eval-and-compile".
1187 (js--re-search-forward): Avoid `eval'. Preserve the error data.
1188 (js--re-search-backward): Use js--re-search-forward.
1189
1190 * progmodes/fortran.el (fortran-line-length): Don't recompute
1191 syntactic keywords redundantly a second time.
1192
1193 * progmodes/ada-mode.el: Replace "(set '" with setq.
1194 (ada-mode): Simplify.
1195 (ada-create-case-exception, ada-adjust-case-interactive)
1196 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
1197 (ada-search-ignore-string-comment, ada-move-to-start)
1198 (ada-move-to-end): Use with-syntax-table.
1199
1200 * font-lock.el (save-buffer-state): Remove `varlist' arg.
1201 (font-lock-unfontify-region, font-lock-default-fontify-region):
1202 Update usage correspondingly.
1203 (font-lock-fontify-syntactic-keywords-region):
1204 Set parse-sexp-lookup-properties buffer-locally here.
1205 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
1206
1207 * simple.el (blink-matching-open): Don't burp if we can't find a match.
1208
1209 2010-09-08 Glenn Morris <rgm@gnu.org>
1210
1211 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
1212 Error if not compiled with -DBYTE_CODE_METER.
1213
1214 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1215 Ignore dir-locals-file.
1216
1217 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1218
1219 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1220 Not a const.
1221 (compilation-error-regexp-alist-alist): Rule out ": " in file names
1222 for the `gnu' messages.
1223 (compilation-set-skip-threshold): New command.
1224 (compilation-start): Use \' rather than $.
1225 (compilation-forget-errors): Use clrhash.
1226
1227 2010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
1228
1229 * textmodes/ispell.el (ispell-valid-dictionary-list):
1230 Simplify logic.
1231
1232 2010-09-08 Michael Albinus <michael.albinus@gmx.de>
1233
1234 Migrate to Tramp 2.2. Rearrange load dependencies.
1235 (Bug#1529, Bug#5448, Bug#5705)
1236
1237 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
1238 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
1239 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
1240
1241 * net/tramp.el (top): Remove all other tramp-* loads except
1242 tramp-compat.el. Remove all changes to tramp-unload-hook for
1243 other tramp-* packages. Rearrange defun order. Change calls of
1244 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
1245 `tramp-compat-octal-to-decimal' to new function names.
1246 (tramp-terminal-type, tramp-initial-end-of-output)
1247 (tramp-methods, tramp-foreign-file-name-handler-alist)
1248 (tramp-tramp-file-p, tramp-completion-mode-p)
1249 (tramp-send-command-and-check, tramp-get-remote-path)
1250 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
1251 (tramp-shell-quote-argument): Set tramp-autoload cookie.
1252 (with-file-property, with-connection-property): Move to
1253 tramp-cache.el.
1254 (tramp-local-call-process, tramp-decimal-to-octal)
1255 (tramp-octal-to-decimal): Move to tramp-compat.el.
1256 (tramp-handle-shell-command): Do not require 'shell.
1257 (tramp-compute-multi-hops): No special handling for tramp-gw-*
1258 symbols.
1259 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
1260
1261 * net/tramp-cache.el (top): Require 'tramp. Add to
1262 `tramp-unload-hook'.
1263 (tramp-cache-data, tramp-get-file-property)
1264 (tramp-set-file-property, tramp-flush-file-property)
1265 (tramp-flush-directory-property, tramp-get-connection-property)
1266 (tramp-set-connection-property, tramp-flush-connection-property)
1267 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
1268 cookie.
1269 (with-file-property, with-connection-property): New defuns, moved
1270 from tramp.el.
1271 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
1272 macro.
1273
1274 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
1275 (tramp-version): Set tramp-autoload cookie.
1276
1277 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
1278 changes to tramp-unload-hook for other tramp-* packages. Add to
1279 `tramp-unload-hook'.
1280 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
1281 (tramp-compat-call-process): New defuns, moved from tramp.el.
1282
1283 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
1284 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1285 to `tramp-unload-hook'. Change call of
1286 `tramp-compat-decimal-to-octal' to new function name.
1287 (tramp-fish-method): Make it a defconst.
1288 (tramp-fish-file-name-p): Make it a defsubst.
1289 (tramp-fish-method, tramp-fish-file-name-handler)
1290 (tramp-fish-file-name-p): Set tramp-autoload cookie.
1291
1292 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
1293 `tramp-foreign-file-name-handler-alist'. Add to
1294 `tramp-unload-hook'.
1295 (tramp-ftp-method): Make it a defconst.
1296 (tramp-ftp-file-name-p): Make it a defsubst.
1297 (tramp-ftp-method, tramp-ftp-file-name-handler)
1298 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
1299
1300 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
1301 `tramp-foreign-file-name-handler-alist'. Add to
1302 `tramp-unload-hook'. Change checks, whether package can be
1303 loaded.
1304 (tramp-gvfs-file-name-p): Make it a defsubst.
1305 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
1306 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
1307 (tramp-gvfs-handle-file-directory-p): New defun.
1308 (tramp-gvfs-file-name-handler-alist): Use it.
1309
1310 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
1311 `tramp-foreign-file-name-handler-alist'. Add to
1312 `tramp-unload-hook'.
1313 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
1314 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
1315 defconst.
1316 (tramp-gw-tunnel-method, tramp-gw-socks-method)
1317 (tramp-gw-open-connection): Set tramp-autoload cookie.
1318
1319 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
1320 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1321 to `tramp-unload-hook'. Change checks, whether package can be
1322 loaded.
1323 (tramp-imap-file-name-p): Make it a defsubst.
1324 (tramp-imap-method, tramp-imaps-method)
1325 (tramp-imap-file-name-handler)
1326 (tramp-imap-file-name-p): Set tramp-autoload cookie.
1327
1328 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
1329 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1330 to `tramp-unload-hook'. Change checks, whether package can be
1331 loaded. Change call of `tramp-compat-decimal-to-octal' to new
1332 function name.
1333 (tramp-smb-tunnel-method): Make it a defconst.
1334 (tramp-smb-file-name-p): Make it a defsubst.
1335 (tramp-smb-method, tramp-smb-file-name-handler)
1336 (tramp-smb-file-name-p): Set tramp-autoload cookie.
1337
1338 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
1339 (tramp-uuencode-region): Set tramp-autoload cookie.
1340
1341 * net/trampver.el (top) Add to `tramp-unload-hook'.
1342 (tramp-version, tramp-bug-report-address): Set tramp-autoload
1343 cookie. Update release number.
1344
1345 2010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
1346
1347 * textmodes/ispell.el (ispell-start-process): Make sure original
1348 arg list is properly initialized (Bug#6993, Bug#6994).
1349
1350 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1351
1352 * files.el (directory-abbrev-alist): Use \` as default regexp.
1353
1354 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1355 chars like - or ] (bug#6984).
1356 (rx-any-condense-range): Explode 2-char ranges.
1357
1358 2010-09-06 Glenn Morris <rgm@gnu.org>
1359
1360 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1361
1362 2010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1363
1364 * textmodes/bibtex.el:
1365 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1366
1367 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1368
1369 * net/imap.el (imap-message-map): Remove optional buffer parameter,
1370 since no callers use it.
1371 (imap-message-get): Ditto.
1372 (imap-message-put): Ditto.
1373 (imap-mailbox-map): Ditto.
1374 (imap-mailbox-put): Ditto.
1375 (imap-mailbox-get): Ditto.
1376 (imap-mailbox-get): Revert last change for this function.
1377
1378 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1379
1380 * net/imap.el (imap-fetch-safe): Remove function, and alter all
1381 callers to use `imap-fetch' instead. According to the comments, this
1382 should be safe, since all other IMAP clients use the 1:* syntax.
1383 (imap-enable-exchange-bug-workaround): Remove.
1384 (imap-debug): Remove -- doesn't seem very useful.
1385
1386 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1387
1388 * net/imap.el (imap-log): New convenience function used throughout
1389 instead of repeating the same code all over the place.
1390
1391 2010-09-05 David De La Harpe Golden <david@harpegolden.net>
1392
1393 * mouse.el (mouse-save-then-kill): Save region to kill-ring
1394 when mouse-drag-copy-region is non-nil (Bug#6956).
1395
1396 2010-09-05 Chong Yidong <cyd@stupidchicken.com>
1397
1398 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
1399 Improve regexps (Bug#6987).
1400 (dired-sort-toggle): Search more robustly for -t flag.
1401
1402 * files.el (get-free-disk-space): Search more robustly for
1403 "available" column. Suggested by Ehud Karni
1404 <ehud@unix.mvs.co.il>.
1405
1406 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
1407
1408 * international/uni-bidi.el:
1409 * international/uni-category.el:
1410 * international/uni-combining.el:
1411 * international/uni-decimal.el:
1412 * international/uni-mirrored.el:
1413 * international/uni-name.el: Regenerate.
1414
1415 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1416
1417 * electric.el (electric-indent-post-self-insert-function):
1418 Don't reindent with a sloppy indentation function.
1419
1420 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
1421 border case in change-log-mode.
1422
1423 2010-09-04 Chong Yidong <cyd@stupidchicken.com>
1424
1425 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1426 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
1427 Recognize leading tab in gcc-include regexp. Ignore names with
1428 leading "from" or "in" in gnu regexp (Bug#6937).
1429
1430 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1431
1432 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
1433 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
1434 (ispell-start-process): Avoid setq and simplify logic.
1435 (ispell-init-process): Setup kill-buffer-hook locally when needed.
1436 (kill-buffer-hook): Don't use it globally with code that uses
1437 expand-file-name since that may call kill-buffer via
1438 code_conversion_restore.
1439
1440 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
1441
1442 * emacs-lisp/package.el (package-directory-list): Only call
1443 file-name-nondirectory on a string.
1444
1445 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
1446
1447 * emacs-lisp/package.el (package--download-one-archive):
1448 Ensure that archive-contents is valid before saving it.
1449 (package-activate-1, package-mark-obsolete, define-package)
1450 (package-compute-transaction, package-list-maybe-add): Use push.
1451
1452 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
1453
1454 Use SMIE's blink-paren for octave-mode.
1455 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
1456 Backslashes do not escape single-quotes, single-quotes do.
1457 (octave-block-else-regexp, octave-block-end-regexp)
1458 (octave-block-match-alist): Remove.
1459 (octave-smie-bnf-table): New var, with old content.
1460 (octave-smie-op-levels): Use it.
1461 (octave-smie-closer-alist): New var.
1462 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
1463 (octave-blink-matching-block-open): Remove.
1464 (octave-reindent-then-newline-and-indent, octave-electric-semi)
1465 (octave-electric-space): Let self-insert-command run expand-abbrev and
1466 blink parens.
1467
1468 * electric.el (electricity): New group.
1469 (electric-indent-chars): New var.
1470 (electric-indent-post-self-insert-function): New fun.
1471 (electric-indent-mode): New minor mode.
1472 (electric-pair-skip-self): New custom.
1473 (electric-pair-post-self-insert-function): New function.
1474 (electric-pair-mode): New minor mode.
1475
1476 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
1477 calcAlg-blink-matching-open.
1478 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
1479 (calc-do-alg-entry): Only touch the part of the keymap that varies.
1480 Use the new blink-matching-check-function.
1481
1482 Provide blink-matching support to SMIE.
1483 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
1484 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
1485 (smie-blink-matching-check, smie-blink-matching-open): New functions.
1486
1487 * simple.el (newline): Fix last change to properly remove itself from
1488 the hook.
1489
1490 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1491
1492 * simple.el (newline): Eliminate optimization.
1493 Use post-self-insert-hook to set hard-newline and things before
1494 running post-self-insert-hook.
1495 (blink-matching-check-mismatch): New function.
1496 (blink-matching-check-function): New variable.
1497 (blink-matching-open): Use them.
1498 Skip back forward over prefix chars skipped by forward-sexp.
1499 Don't check if the parens are backslash escaped.
1500 (blink-paren-post-self-insert-function): Check backslash escaping here.
1501
1502 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
1503
1504 * emacs-lisp/package.el (package-menu-mode-map):
1505 Change package-menu-revert bindings to revert-buffer.
1506 (package-menu-mode): Set revert-buffer-function.
1507 (package-menu-revert): Doc fix.
1508
1509 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
1510
1511 * textmodes/ispell.el (ispell-init-process): Use "~/" as
1512 `default-directory' unless using Ispell per-directory personal
1513 dictionaries and not in a mini-buffer under XEmacs.
1514 (kill-buffer-hook): Do not kill ispell process on exit when
1515 `ispell-process-directory' is "~/". (Bug#6143)
1516
1517 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1518
1519 * simple.el (kill-new): Call interprogram-cut-function with only
1520 one argument.
1521
1522 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
1523 Remove cut buffer from error message.
1524
1525 * term/x-win.el (x-select-text):
1526 * term/pc-win.el (x-selection-value):
1527 * term/ns-win.el (x-selection-value):
1528 * eshell/em-term.el:
1529 * w32-fns.el (x-get-selection-value):
1530 * mouse-sel.el (mouse-sel-set-selection-function):
1531 * frame.el (display-selections-p): Remove cut-buffer in documentation.
1532
1533 * term/x-win.el: Update documentation for x-last-selected-text-*.
1534 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
1535 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
1536 (x-select-text): Remove argument PUSH, update documentation. Remove
1537 cut-buffer code.
1538 (x-selection-value-internal): Was previously x-selection-value.
1539 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
1540 Update documentation, remove cut-buffer code. Call
1541 x-selection-value-internal.
1542 (x-clipboard-yank): Call x-selection-value-internal.
1543 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
1544
1545 * term/pc-win.el (x-last-selected-text):
1546 x-cut-buffer-or-selection-value renamed to x-selection-value
1547 (x-select-text): Remove argument PUSH, update documentation.
1548
1549 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
1550 x-cut-buffer-or-selection-value renamed to x-selection-value
1551 (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
1552 (x-select-text): Remove argument PUSH, update documentation.
1553
1554 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
1555
1556 * w32-fns.el (x-last-selected-text):
1557 x-cut-buffer-or-selection-value renamed to x-selection-value.
1558 (x-cut-buffer-max): Remove.
1559 (x-select-text): Remove argument PUSH, update documentation.
1560
1561 * simple.el (interprogram-cut-function): Remove mention of PUSH.
1562
1563 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
1564
1565 * mouse-sel.el (mouse-sel-get-selection-function):
1566 x-cut-buffer-or-selection-value renamed to x-selection-value.
1567 (x-select-text): Remove optional push.
1568
1569 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1570
1571 * simple.el (blink-paren-function): Move from C to here.
1572 (blink-paren-post-self-insert-function): New function.
1573 (post-self-insert-hook): Use it.
1574
1575 * emacs-lisp/pcase.el (pcase-split-memq):
1576 Fix overenthusiastic optimisation.
1577 (pcase-u1): Handle the case of a lambda pred.
1578
1579 2010-08-31 Kenichi Handa <handa@m17n.org>
1580
1581 * international/mule-cmds.el (standard-display-european-internal):
1582 Setup standard-display-table for 8-bit characters by storing 8-bit
1583 characters in the element vector.
1584
1585 * disp-table.el (standard-display-8bit):
1586 Setup standard-display-table for 8-bit characters by storing 8-bit
1587 characters in the element vector.
1588 (standard-display-european): Likewise.
1589
1590 2010-08-31 Masatake YAMATO <yamato@redhat.com>
1591
1592 * textmodes/nroff-mode.el (nroff-view): New command.
1593 (nroff-mode-map): Bind it to C-c C-c.
1594
1595 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
1596
1597 * emacs-lisp/smie.el (smie-down-list): New command.
1598
1599 Remove old indentation and navigation code on octave-mode.
1600 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
1601 smie-down-list rather than add a binding for octave-down-block.
1602 (octave-mark-block, octave-blink-matching-block-open):
1603 Rely on forward-sexp-function.
1604 (octave-fill-paragraph): Don't narrow, so you can use
1605 indent-according-to-mode.
1606 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
1607 (octave-in-block-p, octave-re-search-forward-kw)
1608 (octave-re-search-backward-kw, octave-indent-calculate)
1609 (octave-end-as-array-index-p, octave-block-end-offset)
1610 (octave-scan-blocks, octave-forward-block, octave-backward-block)
1611 (octave-down-block, octave-backward-up-block, octave-up-block)
1612 (octave-before-magic-comment-p, octave-indent-line): Remove.
1613
1614 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
1615
1616 * emacs-lisp/package.el (package--read-archive-file): Just use
1617 `read', to avoid copying an additional string.
1618 (package-menu-mode): Set header-line-format here.
1619 (package-menu-refresh, package-menu-revert): Signal an error if
1620 not in the Package Menu.
1621 (package-menu-package-list): New var.
1622 (package--generate-package-list): Operate on the current buffer;
1623 don't assume that it is *Packages*, since the user may rename it.
1624 Allow persistent package listings and sort keys using
1625 package-menu-package-list and package-menu-package-sort-key.
1626 (package-menu--version-predicate): Fix version calculation.
1627 (package-menu-sort-by-column): Don't select the window.
1628 (package--list-packages): Create the *Packages* buffer.
1629 Set package-menu-package-list-key.
1630 (list-packages): Sorting by status is now the default.
1631 (package-buffer-info): Use match-string-no-properties.
1632 (define-package): Add a &rest argument for future proofing, but
1633 don't use it yet.
1634 (package-install-from-buffer, package-install-buffer-internal):
1635 Merge into a single function, package-install-from-buffer.
1636 (package-install-file): Change caller.
1637
1638 * finder.el: Load finder-inf using `require'.
1639 (finder-list-matches): Sorting by status is now the default.
1640 (finder-compile-keywords): Simpify printing.
1641
1642 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1643
1644 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
1645 (octave-mode-map): Remove special bindings for forward/backward-block
1646 and octave-backward-up-block. Use smie-close-block.
1647 (octave-continuation-marker-regexp): New var.
1648 (octave-continuation-regexp): Use it.
1649 (octave-operator-table, octave-smie-op-levels)
1650 (octave-operator-regexp, octave-smie-indent-rules): New vars.
1651 (octave-smie-backward-token, octave-smie-forward-token): New funs.
1652 (octave-mode): Use SMIE.
1653 (octave-close-block): Delete.
1654
1655 2010-08-30 Eli Zaretskii <eliz@gnu.org>
1656
1657 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
1658 CLIPBOARD, not in PRIMARY. (Bug#6944)
1659
1660 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1661
1662 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
1663 a list of parents.
1664 (smie-indent-column): Allow indirection through variables.
1665
1666 * composite.el (save-buffer-state): Delete, unused.
1667 * font-lock.el (save-buffer-state): Use with-silent-modifications.
1668 (font-lock-default-fontify-region): Use with-syntax-table.
1669 * jit-lock.el (with-buffer-unmodified): Remove.
1670 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
1671
1672 Use `declare' in defmacros.
1673 * window.el (save-selected-window):
1674 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
1675 * progmodes/python.el (def-python-skeleton):
1676 * net/dbus.el (dbus-ignore-errors):
1677 * jka-cmpr-hook.el (with-auto-compression-mode):
1678 * international/mule.el (with-category-table):
1679 * emacs-lisp/timer.el (with-timeout):
1680 * emacs-lisp/lisp-mnt.el (lm-with-file):
1681 * emacs-lisp/eieio.el (with-slots):
1682 * emacs-lisp/easymenu.el (easy-menu-define):
1683 * emacs-lisp/debug.el (debugger-env-macro):
1684 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
1685 (Multiple-value-call, Multiple-value-prog1):
1686 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
1687 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
1688 edebug rule to definition.
1689 * emacs-lisp/lisp-mode.el (save-selected-window)
1690 (with-current-buffer, combine-after-change-calls)
1691 (with-output-to-string, with-temp-file, with-temp-buffer)
1692 (with-temp-message, with-syntax-table, read-if, eval-after-load)
1693 (dolist, dotimes, when, unless):
1694 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
1695
1696 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
1697
1698 * finder.el: Require `package'.
1699 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
1700 (finder-package-info): Var deleted.
1701 (finder-keywords-hash, finder--builtins-alist): New vars.
1702 (finder-compile-keywords): Compute package--builtins and
1703 finder-keywords-hash instead of finder-keywords-hash, respecting
1704 the "Package" header.
1705 (finder-unknown-keywords, finder-list-matches):
1706 Use finder-keywords-hash and package--list-packages.
1707 (finder-mode): Don't set font-lock-defaults.
1708 (finder-exit): We don't use "*Finder-package*" and "*Finder
1709 Category*" buffers anymore.
1710
1711 * emacs-lisp/package.el (package--builtins-base): Var deleted.
1712 (package--builtins): Set default value to nil.
1713 (package-initialize): Load precomputed value of package--builtins
1714 from finder-inf.el.
1715 (package-alist, package-compute-transaction)
1716 (package-download-transaction): Improve docstring.
1717 (package-read-all-archive-contents): Do not change
1718 package--builtins here.
1719 (list-packages): Make package-list-packages an alias for this.
1720 Sort by status by default.
1721 (package--list-packages): Add optional PACKAGES arg.
1722 (describe-package-1): Use font-lock-face property. For built-in
1723 packages, insert file commentary.
1724 (package--generate-package-list): Rename from
1725 package-list-packages-internal; all callers changed. Add optional
1726 PACKAGES arg. Add alphabetical sort fallbacks.
1727 (package-menu--version-predicate, package-menu--status-predicate)
1728 (package-menu--description-predicate)
1729 (package-menu--name-predicate): New functions.
1730
1731 * info.el (Info-finder-find-node): Search package-alist instead of
1732 finder-package-info.
1733
1734 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
1735
1736 * subr.el (version-regexp-alist): Don't use "a" and "b" for
1737 "alpha" and "beta".
1738 (version-to-list): Handle versions like "10.3d".
1739
1740 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1741
1742 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
1743 (macroexp-accumulate): Use `declare'.
1744
1745 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1746
1747 * whitespace.el (whitespace-style): Adjust type declaration.
1748
1749 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
1750
1751 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1752 empty argument to gvfs-copy.
1753
1754 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1755
1756 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1757 handle new TRASH arg of `delete-file'.
1758
1759 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
1760
1761 * net/tramp.el (tramp-handle-insert-directory): Don't use
1762 `forward-word', its default syntax could be changed.
1763
1764 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1765 Michael Albinus <michael.albinus@gmx.de>
1766
1767 Implement compression for inline methods.
1768
1769 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1770 (tramp-copy-size-limit): Allow also nil.
1771 (tramp-inline-compress-commands): New defconst.
1772 (tramp-find-inline-compress, tramp-get-inline-compress)
1773 (tramp-get-inline-coding): New defuns.
1774 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1775 replaced by `tramp-get-inline-coding'.
1776 (tramp-handle-file-local-copy, tramp-handle-write-region)
1777 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1778
1779 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
1780
1781 Detect ssh 'ControlMaster' argument automatically in some cases.
1782
1783 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1784 (tramp-default-method): Use it.
1785
1786 2010-08-26 Karel Klíč <kklic@redhat.com>
1787
1788 * net/tramp.el (tramp-file-name-for-operation):
1789 Add file-selinux-context.
1790
1791 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
1792
1793 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1794
1795 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1796
1797 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1798 (Bug#6907).
1799
1800 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
1801
1802 * progmodes/js.el: Make indentation more customizable (Bug#6914).
1803 (js-paren-indent-offset, js-square-indent-offset)
1804 (js-curly-indent-offset): New options.
1805 (js--proper-indentation): Use them.
1806
1807 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
1808
1809 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
1810 instead of inspecting font-lock properties (Bug#6916).
1811
1812 2010-08-26 David Reitter <david.reitter@gmail.com>
1813
1814 * server.el (server-visit-files): Run pre-command-hook and
1815 post-command-hook for each buffer while it is current (Bug#6910).
1816 (server-execute): Do not run hooks here.
1817
1818 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
1819
1820 Sync with Tramp 2.1.19.
1821
1822 * net/tramp-cmds.el (tramp-cleanup-all-connections)
1823 (tramp-reporter-dump-variable, tramp-load-report-modules)
1824 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1825 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1826
1827 * net/tramp-compat.el (top): Do not autoload
1828 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
1829 only when `start-file-process' is not bound.
1830 (byte-compile-not-obsolete-vars): Define if not bound.
1831 (tramp-compat-funcall): New defmacro.
1832 (tramp-compat-line-beginning-position)
1833 (tramp-compat-line-end-position)
1834 (tramp-compat-temporary-file-directory)
1835 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1836 (tramp-compat-copy-file, tramp-compat-copy-directory)
1837 (tramp-compat-delete-file, tramp-compat-delete-directory)
1838 (tramp-compat-number-sequence, tramp-compat-process-running-p):
1839 Use it.
1840 (tramp-advice-file-expand-wildcards): Do not use
1841 `tramp-handle-file-remote-p'.
1842 (tramp-compat-make-temp-file): Simplify fallback implementation.
1843 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1844 (tramp-compat-copy-tree): Remove function.
1845 (tramp-compat-delete-file): New defun.
1846 (tramp-compat-delete-directory): Provide implementation for older
1847 Emacsen.
1848 (tramp-compat-file-attributes): Handle only
1849 `wrong-number-of-arguments' error.
1850
1851 * net/tramp-fish.el (tramp-fish-handle-copy-file):
1852 Add PRESERVE_SELINUX_CONTEXT.
1853 (tramp-fish-handle-delete-file): Add TRASH arg.
1854 (tramp-fish-handle-directory-files-and-attributes):
1855 Do not use `tramp-fish-handle-file-attributes.
1856 (tramp-fish-handle-file-local-copy)
1857 (tramp-fish-handle-insert-file-contents)
1858 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1859
1860 * net/tramp-gvfs.el (top): Require url-util.
1861 (tramp-gvfs-mount-point): Remove.
1862 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1863 and `set-file-selinux-context'.
1864 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1865 (tramp-gvfs-handle-file-selinux-context)
1866 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1867 (with-tramp-dbus-call-method): Format trace message.
1868 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1869 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1870 Implement backup call, when operation on local files fails.
1871 Use progress reporter. Flush properties of changed files.
1872 (tramp-gvfs-handle-delete-file): Add TRASH arg. Use
1873 `tramp-compat-delete-file'.
1874 (tramp-gvfs-handle-expand-file-name): Expand "~/".
1875 (tramp-gvfs-handle-make-directory): Make more traces.
1876 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1877 (tramp-gvfs-url-file-name): Hexify file name in url.
1878 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1879 into account for the resulting file name.
1880 (tramp-gvfs-handler-askquestion): Preserve current message, in
1881 order to let progress reporter continue afterwards. (Bug#6257)
1882 Return dummy mountpoint, when the answer is "no".
1883 See `tramp-gvfs-maybe-open-connection'.
1884 (tramp-gvfs-handler-mounted-unmounted)
1885 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1886 attribute "default_location". Set "prefix" property.
1887 Handle default-location.
1888 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1889 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1890 exists. Raise an error, if not (due to a corresponding answer
1891 "no" in interactive questions, for example).
1892 Use `tramp-compat-funcall'.
1893
1894 * net/tramp-imap.el (top): Autoload `epg-make-context'.
1895 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1896 (tramp-imap-do-copy-or-rename-file)
1897 (tramp-imap-handle-insert-file-contents)
1898 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1899 (tramp-imap-handle-delete-file): Add TRASH arg.
1900
1901 * net/tramp-smb.el (tramp-smb-handle-copy-file):
1902 Add PRESERVE-SELINUX-CONTEXT.
1903 (tramp-smb-handle-copy-file)
1904 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1905 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1906 Use `with-progress-reporter'.
1907 (tramp-smb-handle-delete-file): Add TRASH arg.
1908
1909 * net/tramp.el (tramp-methods): Move hostname to the end in all
1910 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
1911 appropriate.
1912 (tramp-verbose): Describe verbose level 9.
1913 (tramp-completion-function-alist)
1914 (tramp-file-name-regexp, tramp-chunksize)
1915 (tramp-local-coding-commands, tramp-remote-coding-commands)
1916 (with-connection-property, tramp-completion-mode-p)
1917 (tramp-action-process-alive, tramp-action-out-of-band)
1918 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1919 (tramp-exists-file-name-handler): Fix docstring.
1920 (tramp-remote-process-environment): Use `format' instead of
1921 `concat'. Protect version string by apostroph.
1922 (tramp-shell-prompt-pattern): Do not use a shy group in case of
1923 XEmacs.
1924 (tramp-file-name-regexp-unified)
1925 (tramp-completion-file-name-regexp-unified): On W32 systems, do
1926 not regard the volume letter as remote filename. (Bug#5447)
1927 (tramp-perl-file-attributes)
1928 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1929 (tramp-vc-registered-read-file-names): Read input as
1930 here-document, otherwise the command could exceed maximum length
1931 of command line.
1932 (tramp-file-name-handler-alist): Add `file-selinux-context' and
1933 `set-file-selinux-context'.
1934 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
1935 backtrace functions.
1936 (tramp-error-with-buffer): Don't show the connection buffer when
1937 we are in completion mode.
1938 (tramp-progress-reporter-update, tramp-remote-selinux-p)
1939 (tramp-handle-file-selinux-context)
1940 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
1941 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
1942 New defuns.
1943 (with-progress-reporter): New defmacro.
1944 (tramp-debug-outline-regexp): New defconst.
1945 (top, tramp-rfn-eshadow-setup-minibuffer)
1946 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1947 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1948 (tramp-completion-mode-p, tramp-check-for-regexp)
1949 (tramp-open-connection-setup-interactive-shell)
1950 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1951 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1952 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
1953 Use `tramp-compat-funcall'.
1954 (tramp-handle-make-symbolic-link): Flush file properties.
1955 (tramp-handle-load, tramp-handle-file-local-copy)
1956 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1957 (tramp-handle-vc-registered, tramp-maybe-send-script)
1958 (tramp-find-shell): Use `with-progress-reporter'.
1959 (tramp-do-file-attributes-with-stat): Add space in format string,
1960 in order to work around a bug in pdksh. Reported by Gilles Pion
1961 <gpion@lfdj.com>.
1962 (tramp-handle-verify-visited-file-modtime): Do not send a command
1963 when the connection is not established.
1964 (tramp-handle-set-file-times): Simplify the check for utc.
1965 (tramp-handle-directory-files-and-attributes)
1966 (tramp-get-remote-path): Use `copy-tree'.
1967 (tramp-completion-handle-file-name-all-completions): Ensure, that
1968 non remote files are still checked. Oops.
1969 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1970 Handle PRESERVE-SELINUX-CONTEXT.
1971 (tramp-do-copy-or-rename-file): Add progress reporter.
1972 (tramp-do-copy-or-rename-file-directly): Do not use
1973 `tramp-handle-file-remote-p'.
1974 (tramp-do-copy-or-rename-file-out-of-band):
1975 Use `tramp-compat-delete-directory'.
1976 (tramp-do-copy-or-rename-file-out-of-band)
1977 (tramp-compute-multi-hops, tramp-maybe-open-connection):
1978 Use `format-spec-make'.
1979 (tramp-handle-delete-file): Add TRASH arg.
1980 (tramp-handle-dired-uncache): Flush directory cache, not only file
1981 cache.
1982 (tramp-handle-expand-file-name)
1983 (tramp-completion-handle-file-name-all-completions)
1984 (tramp-completion-handle-file-name-completion):
1985 Use `tramp-connectable-p'.
1986 (tramp-handle-start-file-process): Set connection property "vec".
1987 Use it, in order to invalidate file caches. Check only for
1988 `remote-tty' process property.
1989 Implement tty setting. (Bug#4604, Bug#6360)
1990 (tramp-file-name-for-operation): Add `call-process-region' and
1991 `set-file-selinux-context'.
1992 (tramp-find-foreign-file-name-handler)
1993 (tramp-advice-make-auto-save-file-name)
1994 (tramp-set-auto-save-file-modes): Remove superfluous check for
1995 `stringp'. This is done inside `tramp-tramp-file-p'.
1996 (tramp-file-name-handler): Trace 'quit. Catch the error for some
1997 operations when we are in completion mode. This gives the user
1998 the chance to correct the file name in the minibuffer.
1999 (tramp-completion-mode-p): Use `non-essential'.
2000 (tramp-handle-file-name-all-completions): Backward/ XEmacs
2001 compatibility: Use `completion-ignore-case' if
2002 `read-file-name-completion-ignore-case' does not exist.
2003 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
2004 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2005 `tramp-open-shell'.
2006 (tramp-action-password): Hide password prompt before next run.
2007 (tramp-process-actions): Widen connection buffer for the trace.
2008 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
2009 process property. Trace stty settings if `tramp-verbose' >= 9.
2010 Apply workaround for IRIX64 bug. Move argument of last
2011 `tramp-send-command' where it belongs to.
2012 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
2013 front of `login-args'.
2014 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
2015 on "/dev/null" instead of "/".
2016 (tramp-get-ls-command-with-dired): Make test for "--dired"
2017 stronger.
2018 (tramp-set-auto-save-file-modes): Adapt version check.
2019 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
2020 (tramp-handle-process-file): Call the program in a subshell, in
2021 order to preserve working directory.
2022 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
2023 `tramp-remote-sh' from `tramp-methods'.
2024 (tramp-get-ls-command): Make test for "--color=never" stronger.
2025 (tramp-check-for-regexp): Use (forward-line 1).
2026
2027 * net/trampver.el: Update release number.
2028
2029 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
2030
2031 * help.el (help-map): Bind `C-h P' to describe-package.
2032
2033 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
2034
2035 * emacs-lisp/package.el (package-refresh-contents): Catch errors
2036 when downloading archives.
2037 (describe-package-1): Add package commentary.
2038 (package-install-button-action): New function.
2039 (package-menu-mode-map): Bind ? to package-menu-describe-package.
2040 (package-menu-view-commentary): Function removed.
2041 (package-list-packages-internal): Hide the `package' package too.
2042
2043 2010-08-25 Kenichi Handa <handa@m17n.org>
2044
2045 * language/misc-lang.el ("Arabic"): New language environment.
2046 Setup composition-function-table for Arabic characters.
2047
2048 * international/fontset.el (setup-default-fontset): Fix typo for
2049 arabic OTF spec (fini->fina).
2050
2051 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
2052
2053 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
2054 on all frames.
2055
2056 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2057
2058 * whitespace.el: Allow cleaning up blanks without blank
2059 visualization (Bug#6651). Adjust help window for
2060 whitespace-toggle-options (Bug#6479). Allow to use fill-column
2061 instead of whitespace-line-column (from EmacsWiki). New version
2062 13.1.
2063 (whitespace-style): Added new value 'face. Adjust docstring.
2064 (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
2065 foreground property face.
2066 (whitespace-line-column): Adjust docstring and type declaration.
2067 (whitespace-style-value-list, whitespace-toggle-option-alist)
2068 (whitespace-help-text): Adjust const initialization.
2069 (whitespace-toggle-options, global-whitespace-toggle-options):
2070 Adjust docstring.
2071 (whitespace-display-window, whitespace-interactive-char)
2072 (whitespace-style-face-p, whitespace-color-on): Adjust code.
2073 (whitespace-help-scroll): New fun.
2074
2075 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2076
2077 * emacs-lisp/package.el (list-packages): Alias for
2078 package-list-packages.
2079
2080 2010-08-24 Kevin Ryde <user42@zip.com.au>
2081
2082 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
2083 (Bug#5651).
2084
2085 * progmodes/ruby-mode.el (ruby): Add defgroup.
2086
2087 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2088
2089 * progmodes/python.el: Add Ipython support (Bug#5390).
2090 (python-shell-prompt-alist)
2091 (python-shell-continuation-prompt-alist): New options.
2092 (python--set-prompt-regexp): New function.
2093 (inferior-python-mode, run-python, python-shell): Require
2094 ansi-color. Use python--set-prompt-regexp to set the comint
2095 prompt based on the Python interpreter.
2096 (python--prompt-regexp): New var.
2097 (python-check-comint-prompt)
2098 (python-comint-output-filter-function): Use it.
2099 (run-python): Use a pipe (Bug#5694).
2100
2101 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
2102
2103 * progmodes/python.el (python-send-region): Send a different
2104 Python command if Ipython is in use.
2105 (python-check-version): Use a Python command to find the version.
2106
2107 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2108
2109 * mouse.el (mouse-yank-primary): Avoid setting primary when
2110 deactivating the mark (Bug#6872).
2111
2112 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
2113
2114 * progmodes/python.el (python-block-pairs): Allow use of "finally"
2115 with "else" (Bug#3991).
2116
2117 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
2118
2119 * net/dbus.el: Accept UNIX domain sockets as bus address.
2120 (top): Don't initialize `dbus-registered-objects-table' anymore,
2121 this is done in dbusbind,c.
2122 (dbus-check-event): Adapt test for bus.
2123 (dbus-return-values-table, dbus-unregister-service)
2124 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
2125 Adapt doc string.
2126
2127 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
2128
2129 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
2130
2131 2010-08-22 Juri Linkov <juri@jurta.org>
2132
2133 * simple.el (read-extended-command): New function with the logic
2134 for `completing-read' moved to Elisp from `execute-extended-command'.
2135 Use `function-called-at-point' in `minibuffer-default-add-function'
2136 to get a command name for M-n (bug#5364, bug#5214).
2137
2138 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2139
2140 * startup.el (command-line-1): Issue warning for ignored arguments
2141 --unibyte, etc (Bug#6886).
2142
2143 2010-08-22 Leo <sdl.web@gmail.com>
2144
2145 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
2146 (ignore, bright, dim, keyword): Split list of nicknames before
2147 passing to rcirc-add-or-remove (Bug#6894).
2148
2149 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2150
2151 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
2152
2153 2010-08-22 Leo <sdl.web@gmail.com>
2154
2155 Fix buffer-list rename&refresh after killing a buffer in ido.
2156 * ido.el: Revert Óscar's.
2157 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
2158 Remember the buffers at head, rather than their name.
2159 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
2160
2161 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
2162 Stefan Monnier <monnier@iro.umontreal.ca>
2163
2164 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
2165 extra backslash added to each line (bug#6890).
2166
2167 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2168
2169 * subr.el (read-key): Don't echo keystrokes (bug#6883).
2170
2171 2010-08-22 Glenn Morris <rgm@gnu.org>
2172
2173 * menu-bar.el (menu-bar-games-menu): Add landmark.
2174
2175 2010-08-22 Glenn Morris <rgm@gnu.org>
2176
2177 * align.el (align-regexp): Make group and spacing arguments
2178 use the interactive defaults when non-interactive. (Bug#6698)
2179
2180 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
2181 expansion, so as not to need sendmail.
2182 (mail-text-start): Remove declaration.
2183 (rmail-retry-failure): Require sendmail.
2184
2185 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2186
2187 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
2188
2189 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
2190
2191 * progmodes/flymake.el (flymake-start-syntax-check-process):
2192 Use `start-file-process' in order to let it run also on remote hosts.
2193
2194 2010-08-22 Kenichi Handa <handa@m17n.org>
2195
2196 * files.el: Add `word-wrap' as safe local variable.
2197
2198 2010-08-22 Glenn Morris <rgm@gnu.org>
2199
2200 * woman.el (woman-translate): Case matters. (Bug#6849)
2201
2202 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2203
2204 * simple.el (kill-region): Doc fix (Bug#6787).
2205
2206 2010-08-22 Glenn Morris <rgm@gnu.org>
2207
2208 * calendar/diary-lib.el (diary-header-line-format):
2209 Fit it to the window, not the frame.
2210
2211 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
2212
2213 * subr.el (ignore-errors): Add debug declaration.
2214
2215 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
2216
2217 * whitespace.el (whitespace-color-off): Remove post-command-hook
2218 locally.
2219
2220 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2221
2222 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
2223
2224 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
2225
2226 * cus-edit.el (custom-group-value-create): Add extra newline
2227 before end line (Bug#6876).
2228
2229 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
2230
2231 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
2232 when extending it. Before killing on the second click, check if
2233 the buffer is the correct one. Doc fix.
2234 (mouse-secondary-save-then-kill): Allow usage without first
2235 calling mouse-start-secondary, by defaulting to point. Don't save
2236 an empty secondary selection. Doc fix.
2237
2238 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2239
2240 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
2241 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
2242 New version 13.0.
2243 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
2244 Adjust initialization.
2245 (whitespace-bob-marker, whitespace-eob-marker)
2246 (whitespace-buffer-changed): New vars.
2247 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
2248 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
2249 (whitespace-post-command-hook, whitespace-display-char-on):
2250 Adjust code.
2251 (whitespace-looking-back, whitespace-buffer-changed): New funs.
2252 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
2253
2254 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2255
2256 * files.el (locate-file-completion-table): Only list the .el and .elc
2257 extensions if there's no other choice (bug#5955).
2258
2259 * facemenu.el (facemenu-self-insert-data): New var.
2260 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
2261 New functions.
2262 (facemenu-add-face): Use them.
2263
2264 * simple.el (blink-matching-open): Obey forward-sexp-function.
2265
2266 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
2267
2268 * simple.el (prog-mode-map): New var.
2269 (prog-indent-sexp): New command.
2270
2271 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
2272
2273 * progmodes/prolog.el (smie): Require.
2274
2275 * emacs-lisp/smie.el (smie-default-backward-token)
2276 (smie-default-forward-token): Strip properties.
2277 (smie-next-sexp): Be more careful with associative operators.
2278 (smie-forward-sexp-command): Generalize.
2279 (smie-backward-sexp-command): Simplify.
2280 (smie-closer-alist): New var.
2281 (smie-close-block): New command.
2282 (smie-indent-debug-log): New var.
2283 (smie-indent-offset-rule): Add a few more cases.
2284 (smie-indent-column): New function.
2285 (smie-indent-after-keyword): Use it.
2286 (smie-indent-keyword): Use it.
2287 Fix up the opener code's point position.
2288 (smie-indent-comment): Only applies at BOL.
2289 (smie-indent-debug): New command.
2290
2291 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
2292 declarations that are useful before running the macro.
2293
2294 2010-08-18 Joakim Verona <joakim@verona.se>
2295
2296 * image.el (imagemagick-types-inhibit): New variable.
2297 (imagemagick-register-types): New function.
2298 * image-mode.el (image-transform-properties): New function.
2299 (image-transform-set-scale, image-transform-fit-to-height)
2300 (image-transform-set-rotation, image-transform-set-resize)
2301 (image-transform-fit-to-width, image-transform-fit-to-height):
2302 New functions.
2303 (image-toggle-display-image): Support image transforms.
2304
2305 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
2306
2307 * image.el (create-animated-image): Don't add heuristic mask to image
2308 (Bug#6839).
2309
2310 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
2311
2312 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
2313 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
2314
2315 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
2316
2317 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
2318
2319 Font-lock '...' strings, plus various simplifications and fixes.
2320 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
2321 (octave-font-lock-close-quotes): New function.
2322 (octave-font-lock-syntactic-keywords): New var.
2323 (octave-mode): Use it. Set beginning-of-defun-function.
2324 (octave-mode-map): Don't override the <foo>-defun commands.
2325 (octave-mode-menu): Pass it directly to easy-menu-define;
2326 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
2327 (octave-block-match-alist): Fix up last change so that
2328 octave-close-block uses the more specific keyword.
2329 (info-lookup-mode): Silence byte-compiler.
2330 (octave-beginning-of-defun): Not interactive any more.
2331 Optimize slightly.
2332 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
2333 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
2334 (octave-completion-at-point-function): Make sure point is within
2335 beg..end.
2336 (octave-reindent-then-newline-and-indent):
2337 Use reindent-then-newline-and-indent.
2338 (octave-add-octave-menu): Remove.
2339
2340 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
2341
2342 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
2343 (report-emacs-bug-can-use-xdg-email): New functions.
2344 (report-emacs-bug): Set can-xdg-email to result of
2345 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
2346 \C-cm to report-emacs-bug-insert-to-mailer and add help text
2347 about it.
2348
2349 * net/browse-url.el (browse-url-default-browser): Add cond
2350 for browse-url-xdg-open.
2351 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
2352
2353 2010-08-17 Glenn Morris <rgm@gnu.org>
2354
2355 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
2356 (c-fontify-recorded-types-and-refs): Define for compiler.
2357 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
2358 before use.
2359
2360 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
2361 Fix format call.
2362
2363 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
2364
2365 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
2366 properties.
2367 (tramp-handle-process-file): Call the program in a subshell, in
2368 order to preserve working directory.
2369 (tramp-action-password): Hide password prompt before next run.
2370 (tramp-process-actions): Widen connection buffer for the trace.
2371
2372 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2373
2374 * net/rcirc.el (rcirc-log-process-buffers): New option.
2375 (rcirc-print): Use it.
2376 (rcirc-generate-log-filename): New function.
2377 (rcirc-log-filename-function): Change default to
2378 rcirc-generate-log-filename (Bug#6828).
2379
2380 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
2381
2382 * simple.el (deactivate-mark): If select-active-regions is `only',
2383 only set selection for temporarily active regions.
2384
2385 * cus-start.el: Change defcustom for select-active-regions.
2386
2387 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
2388
2389 * mouse.el (mouse--drag-set-mark-and-point): New function.
2390 (mouse-drag-track): Use LOCATION arg to push-mark.
2391 Use mouse--drag-set-mark-and-point to take click-count into
2392 consideration when updating point and mark (Bug#6840).
2393
2394 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
2395
2396 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2397 Give the Ruby rule a lower priority than Gnu (Bug#6778).
2398
2399 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
2400
2401 * font-lock.el (lisp-font-lock-keywords-2):
2402 Add combine-after-change-calls, condition-case-no-debug,
2403 with-demoted-errors, and with-silent-modifications (Bug#6025).
2404
2405 2010-08-14 Kevin Ryde <user42@zip.com.au>
2406
2407 * emacs-lisp/copyright.el (copyright-update-year)
2408 (copyright-update): Temporary switch-to-buffer to ensure the
2409 buffer change being queried is visible (Bug#5394).
2410
2411 2010-08-14 Tom Tromey <tromey@redhat.com>
2412
2413 * progmodes/etags.el (tags-file-name): Mark safe if stringp
2414 (Bug#6733).
2415
2416 2010-08-14 Eli Zaretskii <eliz@gnu.org>
2417
2418 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
2419 MS-DOS. (Bug#6689)
2420
2421 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
2422
2423 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
2424 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
2425 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
2426 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
2427 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
2428 Call menu-bar-set-tool-bar-position.
2429
2430 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2431
2432 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
2433 comment style (bug#6834).
2434 * progmodes/scheme.el (scheme-mode-syntax-table):
2435 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
2436 "b" flag in "' 14b" syntax.
2437
2438 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
2439 for (un)commenting the region and performing completion.
2440 (octave-mode-menu): Use standard commands for help and completion.
2441 (octave-mode-syntax-table): Support %{..%} comments (sort of).
2442 (octave-mode): Use define-derived-mode.
2443 Set completion-at-point-functions and don't set columns.
2444 Don't disable adaptive-fill-regexp.
2445 (octave-describe-major-mode, octave-comment-region)
2446 (octave-uncomment-region, octave-comment-indent)
2447 (octave-indent-for-comment): Remove.
2448 (octave-indent-calculate): Rename from calculate-octave-indent.
2449 (octave-indent-line, octave-fill-paragraph): Update caller.
2450 (octave-initialize-completions): No need to make an alist.
2451 (octave-completion-at-point-function): New function.
2452 (octave-complete-symbol): Use it.
2453 (octave-insert-defun): Use define-skeleton.
2454
2455 * progmodes/octave-mod.el (octave-mode): Set comment-add.
2456 (octave-mode-map): Use comment-dwim (bug#6829).
2457
2458 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
2459
2460 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
2461 indentation of inserted comment.
2462
2463 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
2464
2465 * faces.el (region): Add type gtk that uses gtk colors.
2466
2467 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
2468 Handle theme-name change.
2469
2470 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
2471
2472 * progmodes/sql.el: Version 2.5
2473 (sql-product-alist): Add :prompt-cont-regexp property for several
2474 database products.
2475 (sql-prompt-cont-regexp): New variable.
2476 (sql-output-newline-count, sql-output-by-send):
2477 New variables. Record number of newlines in input text.
2478 (sql-send-string): Handle multiple filters and count newlines.
2479 (sql-send-magic-terminator): Count terminator newline.
2480 (sql-interactive-remove-continuation-prompt): Filters output to
2481 remove continuation prompts; one for each newline.
2482 (sql-interactive-mode): Set up new variables, prompt regexp and
2483 output filter.
2484 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
2485 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
2486
2487 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2488
2489 * emacs-lisp/pcase.el: New file.
2490
2491 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
2492
2493 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
2494 as here-document, otherwise the command could exceed maximum
2495 length of command line.
2496 (tramp-handle-vc-registered): Call script accordingly.
2497 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
2498
2499 2010-08-10 Kenichi Handa <handa@m17n.org>
2500
2501 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
2502 composable pattern.
2503
2504 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
2505
2506 * emacs-lisp/package.el (package-version-split)
2507 (package--version-first-nonzero, package-version-compare):
2508 Functions removed.
2509 (package-directory-list, package-load-all-descriptors)
2510 (package--built-in, package-activate, define-package)
2511 (package-installed-p, package-compute-transaction)
2512 (package-read-all-archive-contents)
2513 (package--add-to-archive-contents, package-buffer-info)
2514 (package-tar-file-info, package-list-packages-internal):
2515 Use version-to-list and version-list-*.
2516
2517 * emacs-lisp/package-x.el (package-upload-buffer-internal):
2518 Use version-to-list.
2519 (package-upload-buffer-internal): Use version-list-<=.
2520
2521 2010-08-09 Kenichi Handa <handa@m17n.org>
2522
2523 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
2524 composable pattern.
2525
2526 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
2527
2528 * tutorial.el (tutorial--default-keys): C-d is now bound to
2529 delete-forward-char (Bug#6826).
2530
2531 * mouse.el (mouse-drag-track): Remove accidentally-removed check
2532 for `double' value of mouse-1-click-follows-link (Bug#6807).
2533
2534 2010-08-08 Johan Bockgård <bojohan@gnu.org>
2535
2536 * replace.el (replace-highlight): Bind isearch-forward and
2537 isearch-error, ensuring that highlighting is updated if the user
2538 switches the search direction (Bug#6808).
2539
2540 * isearch.el (isearch-lazy-highlight-forward): New var.
2541 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2542 (isearch-lazy-highlight-update): Use it.
2543
2544 2010-08-08 Kenichi Handa <handa@m17n.org>
2545
2546 * international/mule.el (define-charset): Store NAME as :base property.
2547 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
2548 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
2549 current priority. Force using the designation of the specific
2550 charset by adding `charset' text property. Improve the whole algorithm.
2551
2552 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2553
2554 * emulation/pc-select.el (pc-selection-mode-hook)
2555 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
2556 (pc-selection-mode): Fix typos in docstrings.
2557
2558 2010-08-08 Kenichi Handa <handa@m17n.org>
2559
2560 * language/cyrillic.el: Don't add "microsoft-cp1251" to
2561 ctext-non-standard-encodings-alist here.
2562
2563 * international/mule.el (ctext-non-standard-encodings-alist):
2564 Add "koi8-r" and "microsoft-cp1251".
2565 (ctext-standard-encodings): New variable.
2566 (ctext-non-standard-encodings-table): List only elements for
2567 non-standard encodings.
2568 (ctext-pre-write-conversion): Adjust for the above change.
2569 Check ctext-standard-encodings.
2570
2571 * international/mule-conf.el (compound-text): Doc fix.
2572 (ctext-no-compositions): Doc fix.
2573 (compound-text-with-extensions): Doc fix.
2574
2575 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2576
2577 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
2578
2579 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2580
2581 * progmodes/which-func.el (which-func-format): Split help-echo text
2582 into lines, like other mode-line tooltips.
2583
2584 * server.el (server-start): When using TCP sockets, force IPv4
2585 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
2586
2587 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2588
2589 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
2590
2591 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2592
2593 * term.el (term-delimiter-argument-list): Reflow docstring.
2594 (term-read-input-ring, term-write-input-ring, term-send-input)
2595 (term-bol, term-erase-in-display, serial-supported-or-barf):
2596 Fix typos in docstrings.
2597
2598 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2599
2600 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
2601
2602 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2603
2604 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
2605
2606 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
2607
2608 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
2609 Fix typo in docstring (bug#6747).
2610
2611 2010-08-08 Leo <sdl.web@gmail.com>
2612
2613 * eshell/esh-io.el (eshell-get-target): Better detection of
2614 read-only file (Bug#6762).
2615
2616 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2617
2618 * align.el (align-default-spacing): Doc fix.
2619 (align-region-heuristic, align-regexp): Fix typos in docstrings.
2620
2621 2010-08-08 Stephen Peters <speters@itasoftware.com>
2622
2623 * calendar/icalendar.el
2624 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
2625 (icalendar--get-weekday-numbers): New.
2626 (icalendar--convert-recurring-to-diary): Handle multiple byday
2627 values in weekly rules. (Bug#6766)
2628
2629 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
2630
2631 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
2632 (icalendar--create-uid, icalendar-export-region)
2633 (icalendar--parse-summary-and-rest): Code formatting.
2634
2635 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2636
2637 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
2638 to italicize headers.
2639 (calc-highlight-selections-with-faces): New variable.
2640 (calc-selected-face, calc-nonselected-face): New faces.
2641
2642 * calc/calccomp.el (math-comp-highlight-string): Use
2643 `calc-highlight-selections-with-faces' to determine how to highlight
2644 sub-formulas.
2645
2646 * calc/calc-sel.el (calc-show-selections): Change message to when
2647 using faces to highlight selections.
2648
2649 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
2650
2651 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
2652 Add SQLite 3 keywords, functions and datatypes.
2653 (sql-interactive-mode): Remove `comint-process-echoes' set to t
2654 (Bug#6686).
2655
2656 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
2657
2658 * simple.el (select-active-regions): Move to keyboard.c.
2659 (deactivate-mark): Used saved-region-selection.
2660 (select-active-region): Function removed.
2661 (activate-mark, set-mark, push-mark-command)
2662 (handle-shift-selection): Don't call it.
2663 (keyboard-quit): Avoid adding the region to the window selection.
2664
2665 * mouse.el (mouse-drag-track): Remove hacks to deal with old
2666 select-active-regions implementation.
2667 (mouse-yank-at-click): Doc fix.
2668
2669 * cus-start.el: Add custom declaration for select-active-regions.
2670
2671 2010-08-07 Eli Zaretskii <eliz@gnu.org>
2672
2673 * simple.el (delete-forward-char): Doc fix.
2674
2675 * tutorial.el (help-with-tutorial): Hack safe file-local variables
2676 after reading the tutorial.
2677
2678 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
2679
2680 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
2681 for the case that a C style comment has its delimiters alone on
2682 their respective lines.
2683
2684 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
2685
2686 * net/tramp.el (tramp-handle-start-file-process): Set connection
2687 property "vec".
2688 (tramp-process-sentinel): Use it for flushing the cache. We
2689 cannot do it via the process buffer, the buffer could be deleted
2690 already when running the sentinel.
2691
2692 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
2693
2694 * comint.el (comint-mode): Make directory tracking functions
2695 functional on remote files. (Bug#6764)
2696
2697 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
2698
2699 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
2700
2701 2010-08-05 Eli Zaretskii <eliz@gnu.org>
2702
2703 * emacs-lisp/find-gc.el (find-gc-source-files): Rename
2704 unexec.c => unexcoff.c.
2705
2706 * emacs-lisp/authors.el (authors-fixed-entries): Rename
2707 unexec.c => unexcoff.c.
2708
2709 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
2710
2711 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
2712 cache, not only file cache.
2713 (tramp-process-sentinel): New defun.
2714 (tramp-handle-start-file-process): Use it, in order to invalidate
2715 file caches.
2716
2717 2010-08-03 Leo <sdl.web@gmail.com>
2718
2719 * server.el (server-start): Simplify loop.
2720
2721 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2722
2723 * frame.el (screen-height, screen-width, set-screen-width)
2724 (set-screen-height): Remove ancient compatibility aliases.
2725
2726 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
2727 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
2728
2729 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
2730 that change current buffer.
2731
2732 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2733
2734 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
2735 beginning of the string. Use `string-match-p'. (Bug#6765)
2736
2737 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
2738
2739 * cus-start.el (x-gtk-use-system-tooltips): New variable.
2740
2741 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
2742
2743 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
2744 (package--builtins): Tweak descriptions.
2745 (package-print-package): Upcase descriptions if necessary.
2746 Show all built-in packages in font-lock-builtin-face.
2747 (package-list-packages-internal): Omit "emacs" package.
2748 Show status of built-in packages as "built-in".
2749
2750 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
2751
2752 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
2753 before killing to preserve the primary selection (Bug#6701).
2754
2755 * term/x-win.el (x-select-text): Doc fix.
2756
2757 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
2758
2759 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
2760 The following functions were modified or created:
2761
2762 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
2763 (objc-font-lock-extra-types):
2764 * progmodes/cc-mode.el (c-basic-common-init):
2765 * progmodes/cc-langs.el (c-make-mode-syntax-table)
2766 (c++-make-template-syntax-table)
2767 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
2768 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
2769 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
2770 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
2771 * progmodes/cc-fonts.el (c-make-inverse-face)
2772 (c-basic-matchers-after):
2773 * progmodes/cc-engine.el (c-forward-keyword-clause)
2774 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
2775 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
2776 (c-guess-continued-construct, c-guess-basic-syntax):
2777
2778 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
2779
2780 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
2781
2782 2010-07-31 Eli Zaretskii <eliz@gnu.org>
2783
2784 * files.el (bidi-paragraph-direction): Define safe local values.
2785
2786 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
2787 language-info-alist. Remove outdated FIXME in a comment.
2788
2789 2010-07-31 Alan Mackenzie <acm@muc.de>
2790
2791 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
2792 Auto-fill broken in C/C++ modes.
2793
2794 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2795
2796 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
2797 (menu-bar-showhide-tool-bar-menu-customize-disable)
2798 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
2799 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
2800 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
2801 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
2802 make a menu for Options => toolbar that can move it.
2803
2804 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
2805
2806 * emacs-lisp/package-x.el (package--make-rss-entry):
2807 (package-maint-add-news-item, package--update-news)
2808 (package-upload-buffer-internal): New arg ARCHIVE-URL.
2809
2810 * emacs-lisp/package.el (package-archive-url): Rename from
2811 package-archive-id.
2812 (package-install): Doc fix.
2813 (package-download-single, package-download-tar, package-install)
2814 (package-menu-view-commentary): Callers changed.
2815
2816 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
2817
2818 * net/tramp.el (tramp-handle-start-file-process): Check only for
2819 `remote-tty' process property.
2820 (tramp-open-shell): Don't check for tty.
2821 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
2822 process property.
2823
2824 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
2825 host.
2826
2827 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
2828
2829 * emacs-lisp/package.el (package-load-list, package-archives)
2830 (package-archive-contents, package-user-dir)
2831 (package-directory-list, package--builtins, package-alist)
2832 (package-activated-list, package-obsolete-alist): Mark as risky.
2833
2834 2010-07-28 Phil Hagelberg <phil@evri.com>
2835
2836 Add support for non-default package repositories.
2837 * emacs-lisp/package.el (package-archive-base): Var deleted.
2838 (package-archives): New variable.
2839 (package-archive-contents): Doc fix.
2840 (package-load-descriptor): Do nothing if descriptor file is missing.
2841 (package--write-file-no-coding): New function.
2842 (package-unpack-single): Use it.
2843 (package-archive-id): New function.
2844 (package-download-single, package-download-tar)
2845 (package-menu-view-commentary): Use it.
2846 (package-installed-p): Make second argument optional.
2847 (package-read-all-archive-contents): New function.
2848 (package-initialize): Use it.
2849 (package-read-archive-contents): Add ARCHIVE argument.
2850 (package--add-to-archive-contents): New function.
2851 (package-install): Don't call package-read-archive-contents.
2852 (package--download-one-archive): Store archive file in a
2853 subdirectory of package-user-dir.
2854 (package-menu-execute): Remove spurious line movement.
2855
2856 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
2857
2858 * cus-start.el (tool-bar-style): Add text-image-horiz.
2859
2860 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
2861
2862 * progmodes/gud.el (gud-common-init): Check for remoteness of
2863 `file', and not of `default-directory'.
2864
2865 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
2866
2867 * net/tramp.el (tramp-methods): Move hostname to the end in all
2868 ssh `tramp-login-args'.
2869 (tramp-verbose): Describe verbose level 9.
2870 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
2871 (tramp-open-connection-setup-interactive-shell): Trace stty
2872 settings if `tramp-verbose' >= 9.
2873 (tramp-handle-start-file-process): Implement tty setting.
2874 (Bug#4604, Bug#6360)
2875
2876 * net/tramp-cmds.el (tramp-bug): Recommend setting of
2877 `tramp-verbose' to 9.
2878
2879 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
2880
2881 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
2882 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
2883 Remove references to package `lisp-re' (bug#4369).
2884
2885 2010-07-27 Tom Tromey <tromey@redhat.com>
2886
2887 * progmodes/js.el (js-mode):
2888 * progmodes/make-mode.el (makefile-mode):
2889 * progmodes/simula.el (simula-mode):
2890 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
2891
2892 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
2893
2894 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
2895
2896 * time.el (display-time-day-and-date): Remove spurious * in docstring.
2897 (display-time-world-buffer-name, display-time-world-mode-map):
2898 Fix typos in docstrings.
2899
2900 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
2901
2902 * image-mode.el (image-display-size): New function.
2903 (image-forward-hscroll, image-next-line, image-eol, image-eob)
2904 (image-mode-fit-frame): Use it (Bug#6639).
2905
2906 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
2907
2908 * dired.el (dired-buffers-for-dir): Handle list values of
2909 dired-directory (Bug#6636).
2910
2911 2010-07-26 Sam Steingold <sds@gnu.org>
2912
2913 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
2914 Do not call `x-get-selection' the second time, reuse the value.
2915
2916 2010-07-26 Daiki Ueno <ueno@unixuser.org>
2917
2918 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
2919 which consist of control chars only. Suggested by Richard Stallman.
2920
2921 2010-07-25 Daiki Ueno <ueno@unixuser.org>
2922
2923 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
2924 exists before passing an error to find-file-not-found-functions
2925 (bug#6723).
2926
2927 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
2928
2929 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
2930 Remove leading nil element, adjust values.
2931 (tetris-shapes, tetris-shape-scores):
2932 Change representation of shapes and remove some redundancy.
2933 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
2934 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
2935 Adjust for working with new representation of shapes.
2936 (tetris-shape-rotations): New function.
2937 (tetris-move-bottom, tetris-move-left, tetris-move-right)
2938 (tetris-rotate-prev, tetris-rotate-next):
2939 Adjust for working with the new version of tetris-test-shape.
2940
2941 2010-07-23 Markus Triska <markus.triska@gmx.at>
2942
2943 * progmodes/ps-mode.el: Use comint (bug#5954).
2944 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
2945 (ps-mode-other-newline): Simplify.
2946 (ps-run-mode): Derive from comint-mode instead of
2947 fundamental-mode, yielding input history etc.
2948 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
2949 (ps-run-send-string): Adapt for comint-mode.
2950 (ps-run-newline): Remove now unneeded function.
2951
2952 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
2953
2954 * net/tramp.el (tramp-methods): Move hostname to the end in all
2955 plink `tramp-login-args'.
2956
2957 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
2958
2959 * net/tramp.el (tramp-open-shell): New defun.
2960 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2961 Use it.
2962
2963 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
2964
2965 * net/tramp.el (tramp-file-name-regexp-unified)
2966 (tramp-completion-file-name-regexp-unified): On W32 systems, do
2967 not regard the volume letter as remote filename. (Bug#5447)
2968
2969 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
2970
2971 * custom.el (custom-declare-variable): Give a clearer error message
2972 when the docstring is missing (bug#6476).
2973
2974 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
2975
2976 * progmodes/sql.el: Version 2.4. Improved Login prompting.
2977 (sql-login-params): New widget definition.
2978 (sql-oracle-login-params, sql-mysql-login-params)
2979 (sql-solid-login-params, sql-sybase-login-params)
2980 (sql-informix-login-params, sql-ingres-login-params)
2981 (sql-ms-login-params, sql-postgres-login-params)
2982 (sql-interbase-login-params, sql-db2-login-params)
2983 (sql-linter-login-params): Use it.
2984 (sql-sqlite-login-params): Use it; Define "database" parameter as
2985 a file name.
2986 (sql-sqlite-program): Change to "sqlite3".
2987 (sql-comint-sqlite): Make sure database name is complete.
2988 (sql-for-each-login): New function.
2989 (sql-connect, sql-save-connection): Use it.
2990 (sql-get-login-ext): New function.
2991 (sql-get-login): Use it.
2992 (sql-make-alternate-buffer-name): Handle :file parameters.
2993
2994 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
2995
2996 * dired.el (dired-no-confirm): Document value t and fix defcustom to
2997 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
2998
2999 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
3000
3001 * dired.el (dired-mode-map): Use command remapping (bug#6632).
3002
3003 2010-07-22 Lawrence Mitchell <wence@gmx.li>
3004
3005 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
3006
3007 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
3008
3009 * net/tramp.el (tramp-get-ls-command)
3010 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
3011 instead of "/".
3012
3013 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
3014
3015 * progmodes/sql.el: Version 2.3.
3016 (sql-connection-alist): Changed keys from symbols to strings;
3017 enhanced the widget definition.
3018 (sql-mode-menu): Added submenu to select connections.
3019 (sql-interactive-mode-menu): Added "Save Connection" item.
3020 (sql-add-product): Fixed menu item.
3021 (sql-get-product-feature): Improved error handling.
3022 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
3023 (sql-make-alternate-buffer-name): Simplified.
3024 (sql-product-interactive): Handle missing product.
3025 (sql-connect): Support string keys, minor improvements.
3026 (sql-save-connection): New function.
3027 (sql-connection-menu-filter): New function.
3028
3029 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
3030
3031 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
3032 (tramp-open-connection-setup-interactive-shell): Apply
3033 workaround for IRIX64 bug. Move argument of last
3034 `tramp-send-command' where it belongs to.
3035
3036 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
3037
3038 * net/tramp.el (tramp-perl-file-attributes)
3039 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
3040 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
3041 front of `login-args'.
3042
3043 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
3044
3045 * time.el (display-time-world-mode): Define with `define-derived-mode'.
3046 Set `show-trailing-whitespace' to nil.
3047 (display-time-world-display): Simplify.
3048
3049 2010-07-18 Alan Mackenzie <acm@muc.de>
3050
3051 Enhance `c-file-style' in file/directory local variables.
3052 * progmodes/cc-mode.el (c-count-cfss): New function.
3053 (c-before-hack-hook): Call `c-set-style' differently according to
3054 whether c-file-style was set in file or directory local
3055 variables.
3056
3057 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
3058
3059 * progmodes/sql.el: Version 2.2.
3060 (sql-product, sql-user, sql-database, sql-server, sql-port): Use
3061 defcustom :safe keyword rather than putting safe-local-variable
3062 property.
3063 (sql-password): Use defcustom :risky keyword rather than putting
3064 risky-local-variable property.
3065 (sql-oracle-login-params, sql-sqlite-login-params)
3066 (sql-solid-login-params, sql-sybase-login-params)
3067 (sql-informix-login-params, sql-ingres-login-params)
3068 (sql-ms-login-params, sql-postgres-login-params)
3069 (sql-interbase-login-params, sql-db2-login-params)
3070 (sql-linter-login-params): Add `port' option.
3071 (sql-get-product-feature): Added NO-INDIRECT parameter.
3072 (sql-comint-oracle, sql-comint-sybase)
3073 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
3074 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
3075 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
3076 (sql-comint-linter): Renamed sql-connect-* functions to
3077 sql-comint-*.
3078 (sql-product-alist, sql-mode-menu): Renamed as above and
3079 :sqli-connect-func to :sqli-comint-func.
3080 (sql-connection): New variable.
3081 (sql-interactive-mode): Set it.
3082 (sql-connection-alist): New variable.
3083 (sql-connect): New function.
3084 (sql--alt-buffer-part, sql--alt-if-not-empty)
3085 (sql-make-alternate-buffer-name): Improved alternative buffer name.
3086
3087 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3088
3089 * image-mode.el (image-bookmark-make-record): Do not set context
3090 in an image (Bug#6650).
3091
3092 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
3093
3094 * simple.el (select-active-region): New function.
3095 (push-mark-command, set-mark, activate-mark)
3096 (handle-shift-selection): Use it.
3097 (deactivate-mark): Don't check for size of region.
3098
3099 * mouse.el (mouse-drag-track): Use select-active-region.
3100
3101 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
3102
3103 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
3104 "--dired" stronger.
3105
3106 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
3107
3108 * term/x-win.el (x-select-enable-primary): Change default to nil.
3109 (x-select-enable-clipboard): Add :version keyword.
3110
3111 * mouse.el (mouse-drag-copy-region):
3112 * simple.el (select-active-regions): Likewise.
3113
3114 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
3115
3116 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
3117 (vc-coding-system-for-diff): Use it to decide whether to inherit
3118 from the file the EOL format for reading the diffs of that file.
3119 (Bug#4451)
3120
3121 2010-07-16 Eli Zaretskii <eliz@gnu.org>
3122
3123 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
3124 unibyte, so compressed attachments are not compressed again.
3125
3126 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
3127
3128 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
3129 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
3130 (tramp-find-shell): Simplify setting connection property.
3131 (tramp-get-ls-command): Make test for "--color=never" stronger.
3132
3133 2010-07-15 Simon South <ssouth@member.fsf.org>
3134
3135 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
3136 blocks within record declarations (i.e. variant parts) correctly.
3137
3138 2010-07-15 Simon South <ssouth@member.fsf.org>
3139
3140 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
3141 over literal tokens when parsing so newlines aren't "absorbed" by
3142 single-line comments. Corrects the indentation of case blocks
3143 that have a comment on the first line.
3144
3145 2010-07-14 Karl Fogel <kfogel@red-bean.com>
3146
3147 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
3148 by Drew Adams (Bug#5504).
3149
3150 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
3151
3152 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
3153 now that Unicode is used (Bug#6594).
3154
3155 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
3156
3157 * term/x-win.el (x-select-enable-clipboard): Default to t.
3158 (x-initialize-window-system): Don't overwrite Paste menu item.
3159
3160 * simple.el (select-active-regions): Default to t.
3161 (push-mark-command): Don't overwrite primary with empty string.
3162
3163 * mouse.el: Bind mouse-2 to mouse-yank-primary.
3164 (mouse-drag-copy-region): Default to nil.
3165
3166 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
3167 Cut/Copy/Paste menu bar items.
3168
3169 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3170
3171 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3172 Patch applied by Karl Fogel.
3173
3174 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
3175 and `bookmark-current-buffer' if they have been already set in
3176 another buffer (e.g gnus-art).
3177
3178 2010-07-13 Karl Fogel <kfogel@red-bean.com>
3179 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3180
3181 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
3182
3183 * bookmark.el (bookmark-make-record-default): Allow unneeded
3184 information to be omitted from the record.
3185
3186 Adjust declarations and calls:
3187
3188 * info.el (bookmark-make-record-default): Adjust declaration.
3189 (Info-bookmark-make-record): Adjust call.
3190
3191 * woman.el (bookmark-make-record-default): Adjust declaration.
3192 (woman-bookmark-make-record): Adjust call.
3193
3194 * man.el (bookmark-make-record-default): Adjust declaration.
3195 (Man-bookmark-make-record): Adjust call.
3196
3197 * image-mode.el (bookmark-make-record-default): Adjust declaration.
3198
3199 * doc-view.el (bookmark-make-record-default): Adjust declaration.
3200
3201 2010-07-13 Karl Fogel <kfogel@red-bean.com>
3202
3203 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
3204 This is also from Thierry Volpiatto's patch in bug #6444. However,
3205 because it was extraneous to the functional change in that patch,
3206 and causes a re-indendation, I am committing it separately.
3207
3208 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3209
3210 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
3211 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
3212 Patch applied by Karl Fogel (Bug#6444).
3213
3214 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
3215
3216 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
3217
3218 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
3219
3220 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
3221 Dempsky; bug#5084). Remove incorrect binding for S-tab.
3222 (ns-alternatives-map): Change S-tab binding to backtab
3223 (bug#6616).
3224
3225 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
3226 under ns.
3227
3228 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
3229
3230 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
3231 (Bug#5806)
3232
3233 * language/tv-util.el (tai-viet-re): Remove format.
3234
3235 2010-07-12 Kenichi Handa <handa@m17n.org>
3236
3237 * language/hebrew.el: Remove no-byte-compile declaration.
3238 Change coding: tag to utf-8. Register hebrew-shape-gstring in
3239 composition-function-table for 3-character looking back.
3240 (hebrew-font-get-precomposed): New function.
3241 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
3242
3243 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
3244
3245 * mouse.el (mouse-drag-track): Handle select-active-regions
3246 (Bug#6612).
3247
3248 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
3249
3250 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
3251 empty argument to gvfs-copy.
3252
3253 2010-07-10 Glenn Morris <rgm@gnu.org>
3254
3255 * calendar/calendar.el (calendar-week-end-day): New function.
3256 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
3257 Respect calendar-week-start-day. (Bug#6606)
3258 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
3259 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
3260 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
3261 respect calendar-week-start-day.
3262
3263 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
3264
3265 * simple.el (use-region-p): Doc fix (Bug#6607).
3266
3267 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
3268
3269 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
3270 regexps for cucumber and ruby.
3271
3272 2010-07-08 Daiki Ueno <ueno@unixuser.org>
3273
3274 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
3275 (epa-file-insert-file-contents): Hack to prevent
3276 find-file from opening empty buffer when decryption failed
3277 (bug#6568).
3278
3279 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
3280
3281 * textmodes/ispell.el (ispell-alternate-dictionary):
3282 Use file-readable-p.
3283 Return nil if no word-list is found at default locations.
3284 (ispell-complete-word-dict): Default to nil.
3285 (ispell-command-loop): Use 'word-list' when using lookup-words.
3286 (lookup-words): Use ispell-complete-word-dict or
3287 ispell-alternate-dictionary. Check for word-list availability
3288 and handle errors if needed with better messages (Bug#6539).
3289 (ispell-complete-word): Use ispell-complete-word-dict or
3290 ispell-alternate-dictionary.
3291
3292 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
3293
3294 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
3295 builtins (BufferError, BytesWarning, WindowsError; callables
3296 bin, bytearray, bytes, format, memoryview, next, print; __package__).
3297
3298 2010-07-07 Glenn Morris <rgm@gnu.org>
3299
3300 * play/zone.el (top-level): Do not require timer, tabify, or cl.
3301 (zone-shift-left): Ignore intangibility, and any errors from
3302 forward-char.
3303 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
3304 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
3305 deleting, and copying text properties.
3306 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
3307 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
3308 to point-max is hard.
3309 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
3310 (zone-fill-out-screen): Ignore intangibility.
3311
3312 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
3313
3314 * menu-bar.el (menu-bar-mode):
3315 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
3316 if it has been set.
3317
3318 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
3319 word/line selection (Bug#6565).
3320
3321 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
3322
3323 * net/dbus.el (dbus-send-signal): Declare function.
3324
3325 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
3326
3327 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
3328 (dbus-register-property): New optional argument EMITS-SIGNAL.
3329 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
3330
3331 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
3332
3333 * mouse.el (mouse-drag-overlay): Variable deleted.
3334 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
3335 (mouse--remap-link-click-p): New function.
3336 (mouse-drag-track): Handle dragging by using temporary Transient
3337 Mark mode, instead of a special overlay.
3338 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
3339 mouse-show-mark.
3340
3341 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
3342 deleted.
3343
3344 2010-07-02 Juri Linkov <juri@jurta.org>
3345
3346 * autoinsert.el (auto-insert-alist): Fix readability
3347 by using dotted pair notation for lambda.
3348
3349 2010-07-02 Juri Linkov <juri@jurta.org>
3350
3351 * faces.el (read-face-name): Rename arg `string-describing-default'
3352 to `default'. Doc fix. Display the default value in quotes
3353 in the prompt. With empty input, return the `default' arg,
3354 unless the default value is a string (in which case return nil).
3355 (describe-face): Replace the string `default' arg of `read-face-name'
3356 with the symbol `default'.
3357
3358 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
3359
3360 * emulation/viper-cmd.el (viper-delete-backward-char)
3361 (viper-del-backward-char-in-insert)
3362 (viper-del-backward-char-in-replace, viper-change)
3363 (viper-backward-indent): Replace delete-backward-char with
3364 delete-char (Bug#6552).
3365
3366 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
3367
3368 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
3369
3370 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3371
3372 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
3373 argument passed to frame-creation-function (Bug#5378).
3374
3375 * faces.el (x-handle-named-frame-geometry)
3376 (x-handle-reverse-video, x-create-frame-with-faces)
3377 (face-set-after-frame-default, tty-create-frame-with-faces): Don't
3378 separately consult default-frame-alist. It is now passed as the
3379 PARAMETER argument.
3380
3381 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
3382
3383 * startup.el (command-line): Don't call tool-bar-setup in a
3384 tty-only build.
3385
3386 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3387
3388 * ruler-mode.el (ruler--save-header-line-format): New fun.
3389 (ruler-mode): Use it as a setter function, so as not to overwrite
3390 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
3391
3392 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
3393
3394 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
3395 (vc-root-diff, vc-print-root-log, vc-log-incoming)
3396 (vc-log-outgoing): Use it.
3397 (vc-diff-internal): Set diff-vc-backend.
3398
3399 * vc/diff-mode.el (diff-vc-backend): New var.
3400
3401 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
3402
3403 * dynamic-setting.el (font-setting-change-default-font): Remove
3404 call to message.
3405
3406 2010-06-28 Kenichi Handa <handa@m17n.org>
3407
3408 * international/quail.el (quail-insert-kbd-layout): Fix the
3409 showing of untranslated characters.
3410
3411 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
3412
3413 * simple.el (delete-active-region): New option.
3414 (delete-backward-char): Implement in Lisp.
3415 (delete-forward-char): New command.
3416
3417 * mouse.el (mouse-region-delete-keys): Deleted.
3418 (mouse-show-mark): Simplify.
3419
3420 * bindings.el (global-map): Bind delete and DEL, the former to
3421 delete-forward-char.
3422
3423 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
3424
3425 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
3426 (ruby-mode): Bind indent-line-function (Bug#5119).
3427
3428 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
3429
3430 * startup.el (command-line): Recognize "0" X resource value.
3431
3432 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
3433
3434 * startup.el (command-line): Use X resources to set the value of
3435 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
3436
3437 * menu-bar.el (menu-bar-mode):
3438 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
3439 Set init-value to t.
3440
3441 * frame.el (frame-notice-user-settings): Don't change
3442 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
3443 vice versa (Bug#2249).
3444
3445 2010-06-26 Eli Zaretskii <eliz@gnu.org>
3446
3447 * w32-fns.el (w32-convert-standard-filename): Doc fix.
3448
3449 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
3450
3451 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
3452 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
3453
3454 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
3455 default directories are expanded (Bug#6143).
3456
3457 2010-06-24 Juri Linkov <juri@jurta.org>
3458
3459 * minibuffer.el (completions-format): Change default from nil to
3460 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
3461
3462 2010-06-24 Juri Linkov <juri@jurta.org>
3463
3464 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
3465 buffer-locally to lambda that re-runs the vc diff command.
3466 (Bug#6447)
3467
3468 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
3469
3470 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
3471 echo area is in use (Bug#3412).
3472
3473 2010-06-22 Glenn Morris <rgm@gnu.org>
3474
3475 * textmodes/texinfmt.el (texinfo-format-region)
3476 (texinfo-raise-lower-sections, texinfo-format-separate-node)
3477 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
3478 (texinfo-format-option, texinfo-noindent):
3479 Use line-beginning-position and line-end-position.
3480
3481 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
3482 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
3483 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
3484 utf-8 characters.
3485
3486 2010-06-21 Karl Fogel <kfogel@red-bean.com>
3487
3488 * play/zone.el (zone-fall-through-ws): Fix next-line ->
3489 forward-line fallout.
3490
3491 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
3492
3493 * mouse.el (mouse-appearance-menu): Add docstring.
3494
3495 * help.el (describe-key): Print up-event using key-description.
3496
3497 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
3498
3499 * net/zeroconf.el (zeroconf-resolve-service)
3500 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
3501 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
3502
3503 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
3504
3505 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
3506
3507 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
3508
3509 Avoid displaying files with a nil state in vc-dir.
3510 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
3511 cases that cause insertion.
3512 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
3513 with a nil state.
3514
3515 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3516
3517 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
3518
3519 2010-06-29 Leo <sdl.web@gmail.com>
3520
3521 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
3522
3523 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
3524
3525 * generic-x.el (bat-generic-mode): Fix regexp for command line
3526 switches (Bug#5719).
3527
3528 2010-06-27 Masatake YAMATO <yamato@redhat.com>
3529
3530 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
3531 of nconc to avoid pure storage error (Bug#6239).
3532
3533 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
3534
3535 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3536 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
3537 bindings of bookmark-automatically-show-annotations (Bug#6515).
3538
3539 2010-06-25 Eli Zaretskii <eliz@gnu.org>
3540
3541 * arc-mode.el (archive-zip-extract): Don't quote the file name on
3542 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
3543
3544 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
3545
3546 * comint.el (make-comint, make-comint-in-buffer): Mention return
3547 value in the docstrings. (Bug#6498)
3548
3549 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
3550
3551 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
3552 since it is not present when using some non-default switches.
3553
3554 2010-06-23 Karl Fogel <kfogel@red-bean.com>
3555
3556 * simple.el (compose-mail): Fix doc string to refer to
3557 `compose-mail-user-agent-warnings', instead of to the
3558 nonexistent `compose-mail-check-user-agent'.
3559
3560 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
3561
3562 Fix an indentation bug:
3563
3564 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
3565 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
3566 of existing values.
3567
3568 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
3569 (c-clear->-pair-props-if-match-before): now return t when they've
3570 cleared properties, nil otherwise.
3571 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
3572 by taking account of the existing value.
3573
3574 * progmodes/cc-defs.el
3575 (c-clear-char-property-with-value-function): Fix this to clear the
3576 property rather than overwriting it with nil.
3577
3578 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
3579
3580 * emacs-lisp/package.el (package-print-package): Add link to
3581 package description via describe-package.
3582 (describe-package-1): List package requirements. Add button to
3583 perform installation.
3584 (package-menu-describe-package): New command.
3585
3586 * help-mode.el (help-package): New button type.
3587
3588 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
3589
3590 * emacs-lisp/package.el: Move package-list-packages binding to
3591 menu-bar.el.
3592 (describe-package, describe-package-1, package--dir): New funs.
3593 (package-activate-1): Use package--dir.
3594
3595 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
3596
3597 * help-mode.el (help-package-def): New button type.
3598
3599 * menu-bar.el: Move package-list-packages binding here from
3600 package.el.
3601
3602 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
3603
3604 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
3605
3606 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3607
3608 * emacs-lisp/edebug.el (edebug-read-list):
3609 Phase out old-style backquotes.
3610
3611 2010-06-17 Juri Linkov <juri@jurta.org>
3612
3613 * help-mode.el (help-mode): Set buffer-local variable
3614 revert-buffer-function to help-mode-revert-buffer.
3615 (help-mode-revert-buffer): New function.
3616
3617 * info.el (Info-revert-find-node): Check for major-mode Info-mode
3618 before popping to "*info*" (like in other Info functions).
3619 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
3620 old-history-forward. Pop to old-buffer-name or "*info*" to
3621 recreate the killed buffer. Set Info-history-forward from
3622 old-history-forward.
3623 (Info-breadcrumbs-depth): Add :group and :version.
3624
3625 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
3626
3627 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
3628
3629 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
3630
3631 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
3632 for languages like Portuguese with pt_{BR,PT} and no plain pt.
3633
3634 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
3635
3636 * emacs-lisp/package.el (package-menu-mode-map):
3637 Move initialization into declaration.
3638
3639 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
3640
3641 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
3642
3643 * emacs-lisp/package.el (package-archive-base): Point to
3644 elpa.gnu.org.
3645 (package-enable, package-load-list): New defcustoms.
3646 (package-user-dir, package-directory-list): Turn into defcustoms.
3647 Don't include package-user-dir in package-directory-list.
3648 (package--builtins-base): Don't include Emacs as a "package".
3649 (package-subdirectory-regexp): New var.
3650 (package-load-all-descriptors, package-compute-transaction)
3651 (package-download-transaction): Obey package-load-list.
3652 (package-activate-1): Rename from package-do-activate.
3653 (package-list-packages-internal): Check package-load-list.
3654 (package-load-descriptor, package-generate-autoloads)
3655 (package-unpack, package-unpack-single)
3656 (package--read-archive-file, package-delete): Use
3657 expand-file-name.
3658
3659 * emacs-lisp/package-x.el: New file. Package uploading
3660 functionality split out from package.el.
3661
3662 * startup.el (command-line): Load packages after reading init file.
3663
3664 2010-06-17 Tom Tromey <tromey@redhat.com>
3665
3666 * emacs-lisp/package.el: New file.
3667
3668 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
3669
3670 Fix vc-annotate for renamed files when using Git.
3671 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
3672 ls-files. Doe not pass the object as a file name to cat-file, it
3673 is not a file name.
3674 (vc-git-annotate-command): Pass the file name using -- to avoid
3675 ambiguity with the revision.
3676 (vc-git-previous-revision): Pass a relative file name.
3677
3678 2010-06-22 Glenn Morris <rgm@gnu.org>
3679
3680 * progmodes/js.el (js-mode-map): Use standard capitalization and
3681 ellipses for menu entries.
3682
3683 * wid-edit.el (widget-complete): Doc fix.
3684
3685 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
3686
3687 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
3688
3689 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
3690
3691 Fix annotating other revisions for renamed files in vc-annotate.
3692 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
3693 VC backend. Use it when non-nil.
3694 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
3695 (Bug#6487)
3696
3697 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
3698 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
3699 Do not pass the file name to the 'previous-revision call when we
3700 don't want a file diff. (Bug#6489)
3701
3702 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
3703
3704 Fix finding revisions for renamed files in vc-annotate.
3705 * vc/vc.el (vc-find-revision): Add an optional argument for
3706 the VC backend. Use it when non-nil.
3707 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
3708 backend to vc-find-revision. (Bug#6487)
3709
3710 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
3711
3712 Fix reading file names in Git annotate buffers.
3713 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
3714 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
3715
3716 2010-06-20 Alan Mackenzie <acm@muc.de>
3717
3718 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
3719 in file local variables, set it first.
3720
3721 2010-06-19 Glenn Morris <rgm@gnu.org>
3722
3723 * descr-text.el (describe-char-unicode-data): Insert separating
3724 space when needed. (Bug#6422)
3725
3726 * progmodes/idlwave.el (idlwave-action-and-binding):
3727 Fix typo in 2009-12-03 change. (Bug#6450)
3728
3729 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
3730
3731 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
3732 handling for `lambda' (misunderstanding).
3733
3734 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
3735
3736 * calc/calc-poly.el (math-accum-factors): Make sure that
3737 constants aren't distributed after they are factored out.
3738
3739 2010-06-16 Juri Linkov <juri@jurta.org>
3740
3741 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
3742 `list-colors-print'. (Bug#6332)
3743
3744 * subr.el (read-quoted-char): Fix up last change (bug#6290).
3745
3746 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
3747
3748 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
3749 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
3750
3751 * font-lock.el (font-lock-major-mode): Rename from
3752 font-lock-mode-major-mode to distinguish it from
3753 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
3754 (font-lock-set-defaults):
3755 * font-core.el (font-lock-default-function): Adjust users.
3756 (font-lock-mode): Don't set it at all.
3757
3758 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
3759
3760 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
3761
3762 2010-06-16 Glenn Morris <rgm@gnu.org>
3763
3764 * calendar/appt.el (appt-time-msg-list): Doc fix.
3765 (appt-check): Let-bind appt-warn-time.
3766 (appt-add): Make the 3rd argument optional.
3767 Simplify argument names. Doc fix. Check for integer WARNTIME.
3768 Only add WARNTIME to the output list if non-nil.
3769
3770 2010-06-16 Ivan Kanis <apple@kanis.eu>
3771
3772 * calendar/appt.el (appt-check): Let the 3rd element of
3773 appt-time-msg-list specify the warning time.
3774 (appt-add): Add new argument with the warning time. (Bug#5176)
3775
3776 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
3777
3778 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
3779 older than version 1.6. (Bug#6361)
3780
3781 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
3782
3783 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
3784 used by cl-do-arglist. (Bug#6408)
3785
3786 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
3787
3788 * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
3789 portuguese casechars/not-casechars for missing 'çÇ'.
3790 Suggested by Rolando Pereira (bug#6434).
3791
3792 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
3793
3794 * facemenu.el (list-colors-sort): Doc fix.
3795
3796 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
3797
3798 * progmodes/sql.el (sql-connect-mysql): Fix typo.
3799
3800 2010-06-14 Juri Linkov <juri@jurta.org>
3801
3802 Add sort option `list-colors-sort'. (Bug#6332)
3803 * facemenu.el (color-rgb-to-hsv): New function.
3804 (list-colors-sort): New defcustom.
3805 (list-colors-sort-key): New function.
3806 (list-colors-display): Doc fix. Sort list according to the option
3807 `list-colors-sort'.
3808 (list-colors-print): Add HSV values to `help-echo' property of
3809 RGB strings.
3810
3811 2010-06-14 Juri Linkov <juri@jurta.org>
3812
3813 * compare-w.el: Move to the "vc" subdirectory.
3814
3815 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
3816
3817 * image-mode.el (image-mode-map): Remap left-char and right-char.
3818
3819 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
3820
3821 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
3822
3823 * term/common-win.el (x-colors): Add all the color names defined
3824 in rgb.txt (Bug#6332).
3825
3826 * facemenu.el (list-colors-print): Don't print extra names if it
3827 will overflow the window width.
3828
3829 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
3830 change (Bug#6343).
3831
3832 2010-06-12 Eli Zaretskii <eliz@gnu.org>
3833
3834 * files.el (make-directory): Doc fix (bug#6396).
3835
3836 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
3837
3838 * net/tramp.el (tramp-remote-process-environment): Protect version
3839 string by apostroph.
3840 (tramp-shell-prompt-pattern): Do not use a shy group in case of
3841 XEmacs.
3842 (tramp-file-name-for-operation): Add `call-process-region'.
3843 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
3844
3845 * net/tramp-compat.el (top): Do not autoload
3846 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
3847 only when `start-file-process' is not bound.
3848 (tramp-advice-file-expand-wildcards): Do not use
3849 `tramp-handle-file-remote-p'.
3850 (tramp-compat-make-temp-file): Handle the case, that
3851 `make-temp-file' has no third argument EXTENSION.
3852
3853 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
3854
3855 * makefile.w32-in (WINS_BASIC): Include new directory vc.
3856
3857 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
3858
3859 2010-06-11 Juri Linkov <juri@jurta.org>
3860
3861 * finder.el (finder-known-keywords): Add keyword "vc"
3862 for version control.
3863
3864 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
3865 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
3866 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
3867 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
3868
3869 2010-06-11 Juri Linkov <juri@jurta.org>
3870
3871 Move version control related files to the "vc" subdirectory.
3872 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
3873 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
3874 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
3875 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
3876 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
3877 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
3878 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
3879 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
3880 Move files to the "vc" subdirectory.
3881
3882 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
3883
3884 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
3885 (Bug#6367).
3886
3887 2010-06-11 Stephen Eglen <stephen@gnu.org>
3888
3889 * shell.el: Bind `shell-resync-dirs' to M-RET.
3890
3891 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
3892
3893 * notifications.el: Move file from lisp/net, because it is
3894 supposed to talk locally to the user.
3895
3896 2010-06-10 Julien Danjou <julien@danjou.info>
3897
3898 * net/notifications.el (notifications-on-action-signal)
3899 (notifications-on-closed-signal): Pass notification id as first
3900 argument to the callback functions. Add docstrings.
3901 (notifications-notify): Fix docstring.
3902
3903 2010-06-10 Glenn Morris <rgm@gnu.org>
3904
3905 * emacs-lisp/authors.el (authors-ignored-files)
3906 (authors-valid-file-names): Add some files.
3907
3908 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
3909
3910 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
3911 merge conflict, giving preference to the emacs-23 version of the code.
3912
3913 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
3914
3915 * emacs-lisp/advice.el (ad-compile-function):
3916 Define warning-suppress-types before we let-bind it (bug#6275).
3917
3918 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
3919 declare it, make it buffer-local and permanent-local (bug#6324).
3920 (vc-resynch-window): Adjust name.
3921 * vc-hooks.el (vc-find-file-hook): Adjust name.
3922
3923 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
3924
3925 * net/notifications.el (notifications-notify): Fix docstring.
3926
3927 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
3928
3929 Update to Unicode 6.0.0 beta.
3930 * international/charprop.el: Update copyright.
3931 * international/mule-cmds.el (ucs-names): Update character ranges.
3932 * international/uni-bidi.el:
3933 * international/uni-category.el:
3934 * international/uni-combining.el:
3935 * international/uni-comment.el:
3936 * international/uni-decimal.el:
3937 * international/uni-decomposition.el:
3938 * international/uni-digit.el:
3939 * international/uni-lowercase.el:
3940 * international/uni-mirrored.el:
3941 * international/uni-name.el:
3942 * international/uni-numeric.el:
3943 * international/uni-old-name.el:
3944 * international/uni-titlecase.el:
3945 * international/uni-uppercase.el: Regenerate.
3946
3947 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
3948
3949 * emacs-lisp/smie.el (comment-string-strip): Declare function.
3950 (smie-precs-precedence-table): Fix typo in docstring.
3951
3952 * vc-mtn.el (log-edit-extract-headers): Declare function.
3953
3954 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
3955
3956 * net/notifications.el (dbus-register-signal): Declare function.
3957 (notifications-notify): Fix typos and reflow docstring.
3958
3959 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
3960
3961 Improve VC create/retrieve tag/branch.
3962 * vc.el (vc-create-tag): Do not read the directory name for VCs
3963 with repository revision granularity. Adjust the tag/branch
3964 prompt. Reset VC properties.
3965 (vc-retrieve-tag): Do not read the directory name for VCs
3966 with repository revision granularity. Reset VC properties.
3967
3968 2010-06-09 Julien Danjou <julien@danjou.info>
3969
3970 * net/notifications.el: New file.
3971
3972 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
3973
3974 Add optional support for resetting VC properties.
3975 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
3976 call vc-file-clearprops when true.
3977 (vc-resynch-buffer): Add new optional argument, pass it down.
3978 (vc-resynch-buffers-in-directory): Likewise.
3979
3980 Improve support for special markup in the VC commit message.
3981 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
3982 * vc-hg.el (vc-hg-checkin): Add support for Date:.
3983 * vc-git.el (vc-git-checkin):
3984 * vc-bzr.el (vc-bzr-checkin): Likewise.
3985
3986 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
3987
3988 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
3989 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
3990
3991 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
3992
3993 * iimage.el: Remove images as soon as the underlying text is modified.
3994 (iimage-modification-hook): New function.
3995 (iimage-mode-buffer): Use it.
3996
3997 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
3998
3999 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
4000 smie-indent-offset-after. Add :prev case. Make a bit more generic.
4001 (smie-indent-virtual): Remove `virtual' arg. Update callers.
4002 (smie-indent-keyword): Add handling of open-paren keywords.
4003 (smie-indent-comment-continue): Don't assume comment-continue.
4004
4005 2010-06-07 Martin Rudalics <rudalics@gmx.at>
4006
4007 * window.el (pop-to-buffer): Remove the conditional that
4008 compares new-window and old-window, so it will reselect
4009 the selected window unconditionally.
4010 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
4011
4012 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4013
4014 * emacs-lisp/smie.el (smie-indent-offset-after)
4015 (smie-indent-forward-token, smie-indent-backward-token): New functions.
4016 (smie-indent-after-keyword): Use them.
4017 (smie-indent-fixindent): Only applies to the indentation of the BOL.
4018 (smie-indent-keyword): Tweak the black magic.
4019 (smie-indent-comment-continue): Strip comment-continue before use.
4020 (smie-indent-functions): Indent comments before keywords.
4021
4022 2010-06-06 Juri Linkov <juri@jurta.org>
4023
4024 * isearch.el (isearch-lazy-highlight-search): Fix looping
4025 by checking for empty match. This syncs this loop with the
4026 similar loop in `isearch-search'. (Bug#6362)
4027
4028 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
4029
4030 * net/dbus.el (dbus-register-method): Declare function.
4031 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
4032 (dbus-introspect): Doc fix.
4033 (dbus-event-bus-name, dbus-introspect-get-interface)
4034 (dbus-introspect-get-argument): Reflow docstrings.
4035
4036 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
4037
4038 vc-log-incoming/vc-log-outgoing fixes for Git.
4039 * vc-git.el (vc-git-log-view-mode): Fix font lock for
4040 incoming/outgoing logs.
4041 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
4042 instead of vc-git-compute-remote.
4043 (vc-git-compute-remote): Remove.
4044
4045 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
4046
4047 * term/common-win.el (x-colors): Add "dark green" and "dark
4048 turquoise" (Bug#6332).
4049
4050 2010-06-04 Juri Linkov <juri@jurta.org>
4051
4052 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
4053 Instead of setting `replace' to t and replacing the same string
4054 with itself, don't do certain actions when
4055 kill-do-not-save-duplicates is non-nil and string is equal to car
4056 of kill-ring: don't call menu-bar-update-yank-menu, don't push
4057 interprogram-paste strings to kill-ring, and don't push the input
4058 argument `string' to kill-ring.
4059 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
4060
4061 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
4062
4063 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
4064
4065 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
4066
4067 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
4068 (tramp-gvfs-handler-mounted-unmounted)
4069 (tramp-gvfs-connection-mounted-p): Handle default-location.
4070
4071 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
4072 move files to trash.
4073
4074 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
4075
4076 * international/mule-cmds.el (nonascii-insert-offset)
4077 (nonascii-translation-table): Add obsolescence information.
4078
4079 * international/mule.el (make-translation-table-from-vector): Doc fix.
4080
4081 2010-06-03 Glenn Morris <rgm@gnu.org>
4082
4083 * desktop.el (desktop-clear-preserve-buffers):
4084 Add "*Warnings*" buffer. (Bug#6336)
4085
4086 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
4087
4088 vc-log-incoming/vc-log-outgoing improvements for Git.
4089 * vc-git.el (vc-git-log-outgoing): Use the same format as the
4090 short log.
4091 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
4092
4093 Add bindings for vc-log-incoming and vc-log-outgoing.
4094 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
4095 and vc-log-outgoing.
4096 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
4097 and vc-log-outgoing.
4098
4099 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
4100
4101 * net/rcirc.el (rcirc-sort-nicknames): Remove.
4102 (rcirc-handler-366): Always sort nicknames.
4103
4104 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
4105
4106 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
4107
4108 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
4109
4110 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
4111
4112 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4113
4114 * net/rcirc.el (rcirc-sort-nicknames): Change default.
4115 (rcirc-sort-nicknames-join): Avoid setq.
4116
4117 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4118
4119 * net/rcirc.el (rcirc-sort-nicknames): New custom.
4120 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
4121 (rcirc-handler-366): Use them.
4122
4123 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4124
4125 Split smie-indent-calculate into more manageable chunks.
4126 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
4127 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
4128 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
4129 (smie-indent-exps): Extract from smie-indent-calculate.
4130 (smie-indent-functions): New var.
4131 (smie-indent-functions): Use them.
4132
4133 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
4134
4135 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
4136 (smie-indent-calculate): Simplify and cleanup.
4137
4138 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
4139
4140 * net/tramp-gvfs.el (top): Require url-util.
4141 (tramp-gvfs-mount-point): Remove.
4142 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
4143 New defuns.
4144 (with-tramp-dbus-call-method): Format trace message.
4145 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
4146 Implement backup call, when operation on local files fails.
4147 Use progress reporter. Flush properties of changed files.
4148 (tramp-gvfs-handle-make-directory): Make more traces.
4149 (tramp-gvfs-url-file-name): Hexify file name in url.
4150 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
4151 into account for the resulting file name.
4152 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
4153 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
4154 (tramp-gvfs-handler-mounted-unmounted)
4155 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
4156 attribute "default_location". Set "prefix" property.
4157 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
4158 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
4159 exists. Raise an error, if not (due to a corresponding answer
4160 "no" in interactive questions, for example).
4161
4162 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
4163
4164 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
4165
4166 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
4167
4168 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
4169 right-*. (Bug#6265)
4170
4171 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
4172
4173 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
4174 * vc-git.el (vc-git-compute-remote): New function.
4175 (vc-git-log-outgoing): Use it instead of hard coding a value.
4176 (vc-git-log-incoming): New function.
4177
4178 Improve state updating for VC tag commands.
4179 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
4180 to update the state of all buffers in the directory.
4181
4182 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
4183
4184 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4185
4186 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
4187 `file-directory-p' to the filename part rather than to the whole text.
4188
4189 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4190
4191 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
4192
4193 2010-05-31 Drew Adams <drew.adams@oracle.com>
4194
4195 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
4196
4197 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
4198
4199 * subr.el (momentary-string-display): Just use read-event to read
4200 the exit event (Bug#6238).
4201
4202 2010-05-30 Eli Zaretskii <eliz@gnu.org>
4203
4204 * international/mule.el (define-coding-system): Doc fix (bug#6313).
4205
4206 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
4207
4208 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
4209 Suggested by Eli Zaretskii <eliz@gnu.org>.
4210
4211 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4212
4213 * minibuffer.el (completion-file-name-table): Don't return a boundary
4214 past the end of `string' (bug#6299).
4215 (completion--file-name-table): Delegate to completion-file-name-table
4216 for the `boundaries' case.
4217
4218 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
4219
4220 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
4221 movement commands.
4222
4223 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
4224 `path-separator', but maintain compatibility with Emacs 20.2.
4225
4226 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
4227
4228 * server.el (server-process-filter): Receive parent-id argument
4229 from emacsclient.
4230 (server-create-window-system-frame): New arg. Pass parent-id as
4231 frame parameter.
4232
4233 2010-05-29 Eli Zaretskii <eliz@gnu.org>
4234
4235 Bidi-sensitive word movement with arrow keys.
4236 * subr.el (right-arrow-command, left-arrow-command): Move to
4237 bindings.el.
4238
4239 * bindings.el (right-char, left-char): Move from subr.el and
4240 rename from right-arrow-command and left-arrow-command.
4241 (right-word, left-word): New functions.
4242 (global-map) <right>: Bind to right-char.
4243 (global-map) <left>: Bind to left-char.
4244 (global-map) <C-right>: Bind to right-word.
4245 (global-map) <C-left>: Bind to left-word.
4246
4247 * ls-lisp.el (ls-lisp-classify-file): New function.
4248 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
4249 (ls-lisp-classify): Call ls-lisp-classify-file.
4250 (insert-directory): Remove blanks from switches.
4251
4252 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
4253
4254 * ansi-color.el: Delete unused escape sequences (Bug#6085).
4255 (ansi-color-drop-regexp): New constant.
4256 (ansi-color-apply, ansi-color-filter-region)
4257 (ansi-color-apply-on-region): Delete unrecognized control sequences.
4258 (ansi-color-apply): Build string list before calling concat.
4259
4260 2010-05-28 Juri Linkov <juri@jurta.org>
4261
4262 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
4263 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
4264 (Bug#5270)
4265
4266 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
4267
4268 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
4269 to ignored backtrace functions.
4270 (with-progress-reporter): Expand docstring.
4271 (tramp-handle-delete-file): Implement TRASH argument.
4272 (tramp-get-remote-trash): New defun.
4273
4274 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
4275
4276 * net/tramp-compat.el (tramp-compat-delete-file): Use
4277 `symbol-value' for backward compatibility.
4278
4279 * net/tramp.el (tramp-handle-make-symbolic-link)
4280 (tramp-handle-load)
4281 (tramp-do-copy-or-rename-file-via-buffer)
4282 (tramp-do-copy-or-rename-file-directly)
4283 (tramp-do-copy-or-rename-file-out-of-band)
4284 (tramp-handle-process-file, tramp-handle-call-process-region)
4285 (tramp-handle-shell-command, tramp-handle-file-local-copy)
4286 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4287 (tramp-delete-temp-file-function): Use `delete-file' instead
4288 of `tramp-compat-delete-file'.
4289
4290 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
4291 (tramp-fish-handle-make-symbolic-link)
4292 (tramp-fish-handle-process-file): Use `delete-file' instead
4293 of `tramp-compat-delete-file'.
4294
4295 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
4296 `delete-file' instead of `tramp-compat-delete-file'.
4297
4298 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
4299 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
4300 `tramp-compat-delete-file'.
4301
4302 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
4303 `delete-file' instead of `tramp-compat-delete-file'.
4304
4305 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4306 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4307 (tramp-smb-handle-write-region): Use `delete-file' instead of
4308 `tramp-compat-delete-file'.
4309 (tramp-smb-handle-delete-directory): Use 'trash as arg.
4310
4311 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4312
4313 * dired.el (dired-delete-file): New arg TRASH.
4314 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
4315 (dired-do-flagged-delete, dired-do-delete): Use trash.
4316
4317 * speedbar.el (speedbar-item-delete): Allow trashing.
4318
4319 * files.el (delete-directory): New arg TRASH.
4320
4321 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
4322 (ange-ftp-rename-remote-to-remote)
4323 (ange-ftp-rename-local-to-remote)
4324 (ange-ftp-rename-remote-to-local, ange-ftp-load)
4325 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
4326 `delete-file'.
4327 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
4328 allow trashing.
4329
4330 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
4331 handle new TRASH arg of `delete-file'.
4332
4333 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
4334 (tramp-handle-make-symbolic-link, tramp-handle-load)
4335 (tramp-do-copy-or-rename-file-via-buffer)
4336 (tramp-do-copy-or-rename-file-directly)
4337 (tramp-do-copy-or-rename-file-out-of-band)
4338 (tramp-handle-process-file, tramp-handle-call-process-region)
4339 (tramp-handle-shell-command, tramp-handle-file-local-copy)
4340 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4341 (tramp-delete-temp-file-function): Use null TRASH arg in
4342 tramp-compat-delete-file call.
4343
4344 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
4345 (tramp-fish-handle-delete-file)
4346 (tramp-fish-handle-make-symbolic-link)
4347 (tramp-fish-handle-process-file): Use null TRASH arg in
4348 `tramp-compat-delete-file' call.
4349
4350 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
4351 arg in `tramp-compat-delete-file' call.
4352
4353 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
4354 (tramp-gvfs-handle-write-region): Use null TRASH arg in
4355 `tramp-compat-delete-file' call.
4356
4357 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
4358 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
4359 `tramp-compat-delete-file' call.
4360
4361 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4362 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4363 (tramp-smb-handle-write-region): Use null TRASH arg in
4364 tramp-compat-delete-file call.
4365 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
4366 (tramp-smb-handle-delete-file): Rename arg.
4367
4368 * diff.el (diff-sentinel):
4369 * epg.el (epg--make-temp-file, epg-decrypt-string)
4370 (epg-verify-string, epg-sign-string, epg-encrypt-string):
4371 * jka-compr.el (jka-compr-partial-uncompress)
4372 (jka-compr-call-process, jka-compr-write-region):
4373 * server.el (server-sentinel): Remove optional arg from
4374 delete-file, reverting 2010-05-03 change.
4375
4376 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4377
4378 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
4379 font-lock-constant-face, not obsolete font-lock-reference-face.
4380
4381 2010-05-27 Kenichi Handa <handa@m17n.org>
4382
4383 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
4384 element of GSTRING is nil.
4385
4386 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
4387
4388 * emacs-lisp/smie.el (smie-forward-token-function)
4389 (smie-backward-token-function): New vars.
4390 (smie-backward-sexp, smie-forward-sexp)
4391 (smie-indent-hanging-p, smie-indent-calculate): Use them.
4392 (smie-default-backward-token): Rename from smie-backward-token and
4393 skip comments.
4394 (smie-default-forward-token): Rename from smie-forward-token and
4395 skip comments.
4396 (smie-next-sexp): Handle nil results from next-token.
4397 (smie-indent-calculate): Add a new case for special `fixindent' comments.
4398
4399 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4400
4401 * progmodes/verilog-mode.el (verilog-type-font-keywords):
4402 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4403
4404 2010-05-27 Masatake YAMATO <yamato@redhat.com>
4405
4406 * htmlfontify.el (hfy-face-resolve-face): New function.
4407 (hfy-face-to-style): Use it (Bug#6279).
4408
4409 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
4410
4411 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
4412 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
4413
4414 2010-05-26 Glenn Morris <rgm@gnu.org>
4415
4416 * emulation/edt.el (edt-load-keys): Use locate-library.
4417
4418 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
4419
4420 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
4421 (log-edit-changelog-entries): Doc fix.
4422 (log-edit-changelog-insert-entries): Args changed.
4423 Rename relative filenames in ChangeLog entries. Delete tabs.
4424 (log-edit-insert-changelog-entries): Reorganize return value of
4425 `log-edit-changelog-entries' to pass filenames to
4426 log-edit-changelog-insert-entries.
4427
4428 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4429
4430 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
4431 `image-dired-dired-insert-marked-thumbs' to
4432 `image-dired-dired-toggle-marked-thumbs'.
4433
4434 * image-dired.el: Require cl when compiling.
4435 (image-dired-dired-toggle-marked-thumbs): Rename from
4436 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
4437 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
4438 to 'no-dir. Skip files whose names don't match
4439 `image-file-name-regexp'. When file has a thumbnail overlay,
4440 delete it. (Bug#5270)
4441
4442 2010-05-25 Juri Linkov <juri@jurta.org>
4443
4444 * image-mode.el (image-mode): Add image-after-revert-hook to
4445 after-revert-hook.
4446 (image-after-revert-hook): New function. (Bug#5669)
4447
4448 2010-05-25 Juri Linkov <juri@jurta.org>
4449
4450 * image.el (image-animated-p): When delay between animated images
4451 is 0, set it to 10 (0.1 sec). (Bug#6258)
4452
4453 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
4454
4455 * net/tramp.el (tramp-handle-insert-directory): Don't use
4456 `forward-word', its default syntax could be changed.
4457
4458 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
4459
4460 * net/tramp.el (tramp-progress-reporter-update): New defun.
4461 (with-progress-reporter): Use it.
4462 (tramp-process-actions):
4463 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
4464 current message, in order to let progress reporter continue
4465 afterwards. (Bug#6257)
4466
4467 2010-05-25 Glenn Morris <rgm@gnu.org>
4468
4469 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
4470 Add :version.
4471
4472 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
4473
4474 * net/rcirc.el (rcirc-default-user-name): Change to "user".
4475 (rcirc-default-full-name): Change to "unknown".
4476 (rcirc-user-name-history): Add variable.
4477
4478 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
4479 Jonathan Rockway <jon@jrock.us>
4480
4481 * net/rcirc.el (rcirc-server-alist): Add :pass.
4482 (rcirc): When prompting for connection parameters, also prompt for
4483 username and password.
4484 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
4485 value to server when connecting.
4486
4487 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4488
4489 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
4490 (smie-merge-prec2s): Pass the tables as separate args.
4491 (smie-bnf-precedence-table): Adjust call accordingly.
4492 (smie-prec2-levels): Set levels at the end.
4493
4494 Replace Lisp calls to delete-backward-char by delete-char.
4495 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
4496 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
4497 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
4498 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
4499 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
4500 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
4501 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
4502 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
4503 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
4504 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
4505 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
4506 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
4507 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
4508 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
4509 delete-backward-char by calls to delete-char.
4510
4511 2010-05-25 Kenichi Handa <handa@m17n.org>
4512
4513 * language/hebrew.el (hebrew-shape-gstring): New function.
4514 Register it in composition-function-table for all Hebrew combining
4515 characters.
4516
4517 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4518
4519 * epa.el (epa--select-keys): Don't explicitly delete the window since
4520 that can fail (e.g. sole window in frame). Use dedication instead.
4521
4522 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
4523
4524 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
4525
4526 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
4527
4528 * image.el (image-refresh): Define as an alias for image-flush.
4529
4530 * image-mode.el (image-toggle-display-image): Caller changed.
4531
4532 2010-05-21 Juri Linkov <juri@jurta.org>
4533
4534 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
4535 Remove "all" from grep-files-aliases. Split grep-files-aliases by
4536 whitespace, call wildcard-to-regexp on substrings and concat them
4537 with "\\|". (Bug#6114)
4538
4539 2010-05-21 Alan Mackenzie <acm@muc.de>
4540
4541 * progmodes/cc-engine.el (c-parse-state-get-strategy):
4542 Replace parameter `here' with `here-' and `here-plus', which sandwich
4543 any pertinent CPP construct.
4544 (c-remove-stale-state-cache-backwards): Fix a bug which happens
4545 when doing (c-parse-state) in a CPP construct: Exclude any "new"
4546 CPP construct from taking part in the scanning.
4547
4548 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
4549
4550 * net/tramp.el (tramp-do-copy-or-rename-file)
4551 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
4552 Tune `with-progress-reporter' messages.
4553 (tramp-handle-vc-registered):
4554 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
4555 (tramp-fish-handle-insert-file-contents)
4556 (tramp-fish-maybe-open-connection):
4557 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4558 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
4559 (tramp-imap-handle-insert-file-contents)
4560 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
4561
4562 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
4563
4564 * add-log.el (change-log-font-lock-keywords):
4565 Highlight all authors in multi-author entries.
4566
4567 * smerge-mode.el (smerge-refine-ignore-whitespace)
4568 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
4569 Fix typos in docstrings.
4570 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
4571
4572 2010-05-21 Glenn Morris <rgm@gnu.org>
4573
4574 * progmodes/fortran.el (fortran-mode):
4575 * progmodes/f90.el (f90-mode): Derive from prog-mode.
4576
4577 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
4578 having a relative path in src/Makefile.in.
4579
4580 2010-05-20 Kevin Ryde <user42@zip.com.au>
4581
4582 * help-mode.el (help-make-xrefs): For Info node links turn
4583 newlines into spaces. Link node names with newlines are matched
4584 by help-xref-info-regexp and buttonized, this change ensures they
4585 can be followed successfully with RET. (Bug#6206)
4586
4587 2010-05-20 Juri Linkov <juri@jurta.org>
4588
4589 * locate.el (locate): Use pop-to-buffer instead of
4590 switch-to-buffer-other-window. (Bug#6204)
4591
4592 2010-05-20 Juri Linkov <juri@jurta.org>
4593
4594 * replace.el (replace-highlight): Fix lazy-highlighting
4595 for `M-s w str M-% str RET'.
4596
4597 2009-12-15 Masatake YAMATO <yamato@redhat.com>
4598
4599 * isearch.el (isearch-yank-word-or-char): Pull next subword
4600 when `subword-mode' is activated. (Bug#6220)
4601
4602 2010-05-20 Mark A. Hershberger <mah@everybody.org>
4603
4604 * isearch.el (isearch-update-post-hook): New hook.
4605 (isearch-update): Use the new hook. (Bug#6225)
4606
4607 2010-05-20 Juri Linkov <juri@jurta.org>
4608
4609 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
4610 [f1], [help], and (char-to-string help-char) instead of "\C-h".
4611 (Bug#6222)
4612
4613 2010-05-20 Juri Linkov <juri@jurta.org>
4614
4615 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
4616 (Bug#6223)
4617
4618 2010-05-20 Juri Linkov <juri@jurta.org>
4619
4620 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
4621 FILE-NAME to read from the minibuffer when called interactively
4622 with prefix argument instead of using buffer-file-name.
4623 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
4624
4625 * dired.el: Update autoloads.
4626
4627 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
4628
4629 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
4630 nxml-finish-element, for consistency with SGML mode.
4631
4632 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
4633 octave-close-block.
4634
4635 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
4636
4637 * composite.el: Require cl when compiling.
4638 (reference-point-alist, compose-gstring-for-graphic)
4639 (compose-gstring-for-terminal): Fix typos in docstrings.
4640
4641 2010-05-19 Juri Linkov <juri@jurta.org>
4642
4643 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
4644 set-window-parameter.
4645
4646 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
4647
4648 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
4649 where appropriate.
4650 (tramp-maybe-open-connection): Use it.
4651
4652 2010-05-19 Eli Zaretskii <eliz@gnu.org>
4653
4654 * simple.el (move-end-of-line): Make sure we are at line beginning
4655 before backing up to end of previous line.
4656
4657 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
4658
4659 * password-cache.el (password-cache-remove): Fix docstring.
4660
4661 * net/secrets.el: Autoload the widget functions.
4662 (secrets-search-items, secrets-create-item)
4663 (secrets-get-attributes, secrets-expand-item): Attributes will be
4664 stored on the password database without leading ":", as all other
4665 clients do as well.
4666 (secrets-mode): Fix docstring.
4667 (secrets-show-secrets): Provide it as autoloaded command only when
4668 D-Bus support is available. Check existence of Secret Service API.
4669
4670 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
4671
4672 * indent.el (indent-region): Deactivate region (bug#6200).
4673
4674 2010-05-19 Glenn Morris <rgm@gnu.org>
4675
4676 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
4677
4678 2010-05-19 Kenichi Handa <handa@m17n.org>
4679
4680 * composite.el: Register compose-gstring-for-graphic in
4681 composition-function-table only for combining characters (Mn, Mc, Me).
4682
4683 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
4684
4685 * calc/calc-trail.el (calc-trail-isearch-forward)
4686 (calc-trail-isearch-backward): Ensure that the new window
4687 point is set correctly.
4688
4689 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
4690
4691 * subr.el (read-quoted-char): Resolve modifiers after key
4692 remapping (bug#6212).
4693
4694 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
4695
4696 Add visualization code for secrets.
4697 * net/secrets.el (secrets-mode): New major mode.
4698 (secrets-show-secrets, secrets-show-collections)
4699 (secrets-expand-collection, secrets-expand-item)
4700 (secrets-tree-widget-after-toggle-function)
4701 (secrets-tree-widget-show-password): New defuns.
4702
4703 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
4704
4705 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
4706 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
4707 handled in smie-next-sexp.
4708 (smie-indent-calculate): Provide a starting indentation (so the
4709 recursion is well-founded ;-).
4710
4711 Fix handling of non-associative equal levels.
4712 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
4713 when it's not needed.
4714 (smie-op-left, smie-op-right): New functions.
4715 (smie-next-sexp): New function, extracted from smie-backward-sexp.
4716 Better handle equal levels to distinguish the associative case from
4717 the "multi-keyword construct" case.
4718 (smie-backward-sexp, smie-forward-sexp): Use it.
4719
4720 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
4721
4722 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
4723
4724 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
4725 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
4726
4727 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4728
4729 Provide a simple generic indentation engine and use it for Prolog.
4730 * emacs-lisp/smie.el: New file.
4731 * progmodes/prolog.el (prolog-smie-op-levels)
4732 (prolog-smie-indent-rules): New var.
4733 (prolog-mode-variables): Use them to configure SMIE.
4734 (prolog-indent-line, prolog-indent-level): Remove.
4735
4736 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
4737
4738 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
4739 order before computing the averages.
4740
4741 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
4742
4743 * calc/calc-vec.el (calc-histogram):
4744 (calcFunc-histogram): Allow vectors as inputs.
4745 (math-vector-avg): New function.
4746
4747 * calc/calc-ext.el (math-group-float): Have the number of digits
4748 being grouped depend on the radix (Bug#6189).
4749
4750 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
4751
4752 * version.el (emacs-copyright, emacs-version): Don't define here,
4753 now that emacs.c defines it.
4754
4755 2010-05-15 Eli Zaretskii <eliz@gnu.org>
4756
4757 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
4758 "Describe Language Environment" menu item.
4759
4760 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
4761
4762 Bidi-sensitive movement with arrow keys.
4763 * subr.el (right-arrow-command, left-arrow-command): New functions.
4764
4765 * bindings.el (global-map): Bind them to right and left arrow keys.
4766
4767 Don't override standard definition of convert-standard-filename.
4768 * files.el (convert-standard-filename): Call
4769 w32-convert-standard-filename and dos-convert-standard-filename on
4770 the corresponding systems.
4771
4772 * w32-fns.el (w32-convert-standard-filename): Rename from
4773 convert-standard-filename. Doc fix.
4774
4775 * dos-fns.el (dos-convert-standard-filename): Doc fix.
4776 (convert-standard-filename): Don't defalias.
4777 (register-name-alist, make-register, register-value)
4778 (set-register-value, intdos): Obsolete aliases for the
4779 corresponding dos-* functions and variables.
4780 (dos-intdos): Add a doc string.
4781
4782 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
4783
4784 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
4785 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
4786 (math-compose-tex-func):
4787 * calc/calccomp.el (math-compose-expr):
4788 * calc/calc-ext.el (math-format-flat-expr-fancy):
4789 * calc/calc-store.el (calc-read-var-name):
4790 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
4791
4792 * calc/calc.el (var-π, var-φ, var-γ): New variables.
4793 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
4794 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
4795 (math-standard-units): Add units.
4796
4797 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
4798
4799 * progmodes/asm-mode.el (asm-mode):
4800 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
4801
4802 * pcomplete.el (pcomplete-completions-at-point): New function,
4803 extracted from pcomplete-std-complete.
4804 (pcomplete-std-complete): Use it.
4805
4806 2010-05-15 Glenn Morris <rgm@gnu.org>
4807
4808 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
4809 Remove references to CVS, RCS and Old directories.
4810
4811 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
4812
4813 * calc/calc-bin.el (math-format-twos-complement): Group digits when
4814 appropriate.
4815
4816 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
4817
4818 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
4819 (sh-mode-syntax-table): Give it a default value instead.
4820 (sh-header-marker): Make buffer-local.
4821 (sh-mode): Move make-local-variable to the corresponding setq.
4822 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
4823 Use complete-with-action.
4824
4825 * simple.el (prog-mode): New (abstract) major mode.
4826 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
4827 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
4828
4829 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
4830
4831 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
4832 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
4833 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
4834 (sql-make-alternate-buffer-name, sql-placeholders-filter)
4835 (sql-escape-newlines-filter, sql-input-sender)
4836 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
4837
4838 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
4839
4840 Add TeX open-block and close-block keybindings to SGML, and vice versa.
4841
4842 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
4843 latex-open-block and C-c / to latex-close-block.
4844
4845 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
4846 and C-c C-e to sgml-close-tag.
4847
4848 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
4849
4850 * net/tramp.el (with-progress-reporter): Create reporter object
4851 only when the message would be displayed. Handle nested calls.
4852 (tramp-handle-load, tramp-handle-file-local-copy)
4853 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4854 (tramp-maybe-send-script, tramp-find-shell):
4855 Use `with-progress-reporter'.
4856 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
4857 Fix message text.
4858
4859 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4860 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4861 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
4862 Use `with-progress-reporter'.
4863
4864 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
4865
4866 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
4867 process everytime when spellchecking from the minibuffer (bug#6143).
4868
4869 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
4870
4871 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
4872
4873 * dos-fns.el: Add "dos-" prefix for namespace control.
4874 (convert-standard-filename): Define as alias for
4875 dos-convert-standard-filename but only if applicable.
4876
4877 2010-05-12 Alan Mackenzie <acm@muc.de>
4878
4879 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
4880 Push the mark at the start of these functions when appropriate.
4881
4882 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4883
4884 * minibuffer.el (completion-cycle-threshold): New custom var.
4885 (completion--do-completion): Use it.
4886 (minibuffer-complete): Use cycling if appropriate.
4887
4888 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
4889
4890 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
4891 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
4892
4893 2010-05-11 Juri Linkov <juri@jurta.org>
4894
4895 * scroll-all.el (scroll-all-check-to-scroll):
4896 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
4897
4898 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
4899
4900 * iimage.el (iimage-mode-map): Move initialization into declaration.
4901 (iimage-mode-buffer): Use with-silent-modifications.
4902 Simplify calling convention. Adjust callers.
4903 (iimage-mode): Don't run hook redundantly.
4904
4905 * minibuffer.el (completion-pcm--pattern->regex):
4906 Fix last change (bug#6160).
4907
4908 2010-05-10 Juri Linkov <juri@jurta.org>
4909
4910 Remove nodes visited during Isearch from the Info history.
4911 * info.el (Info-isearch-initial-history)
4912 (Info-isearch-initial-history-list): New variables.
4913 (Info-isearch-start): Record initial values of
4914 Info-isearch-initial-history and Info-isearch-initial-history-list.
4915 Add Info-isearch-end to isearch-mode-end-hook.
4916 (Info-isearch-end): New function.
4917
4918 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
4919
4920 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
4921 format string, in order to work around a bug in pdksh.
4922 Reported by Gilles Pion <gpion@lfdj.com>.
4923 (tramp-handle-verify-visited-file-modtime): Do not send a command
4924 when the connection is not established.
4925 (tramp-handle-set-file-times): Simplify the check for utc.
4926
4927 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
4928
4929 Fix use of `filter-buffer-substring' (rework previous change).
4930 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
4931 (cua-repeat-replace-region):
4932 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
4933 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4934 (cua-cut-region-to-global-mark): Use it.
4935
4936 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
4937
4938 * progmodes/sql.el: Version 2.1.
4939 (sql-product-alist): Redesign structure of product info.
4940 (sql-product, sql-user, sql-server, sql-database): Safe variables.
4941 (sql-port, sql-port-history): New variables.
4942 (sql-interactive-product): New variable.
4943 (sql-send-terminator): New variable.
4944 (sql-imenu-generic-expression): Add "Types" imenu entry.
4945 (sql-oracle-login-params, sql-sqlite-login-params)
4946 (sql-mysql-login-params, sql-solid-login-params)
4947 (sql-sybase-login-params, sql-informix-login-params)
4948 (sql-ingres-login-params, sql-ms-login-params)
4949 (sql-postgres-login-params, sql-interbase-login-params)
4950 (sql-db2-login-params, sql-linter-login-params)
4951 (sql-oracle-scan-on): New variables.
4952 (sql-mode-map): Add C-c C-i to start interactive mode.
4953 (sql-mode-menu): Update existing menu entries.
4954 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
4955 (sql-mode-oracle-font-lock-keywords)
4956 (sql-mode-postgres-font-lock-keywords)
4957 (sql-mode-ms-font-lock-keywords)
4958 (sql-mode-sybase-font-lock-keywords)
4959 (sql-mode-informix-font-lock-keywords)
4960 (sql-mode-interbase-font-lock-keywords)
4961 (sql-mode-ingres-font-lock-keywords)
4962 (sql-mode-solid-font-lock-keywords)
4963 (sql-mode-mysql-font-lock-keywords)
4964 (sql-mode-sqlite-font-lock-keywords)
4965 (sql-mode-db2-font-lock-keywords)
4966 (sql-mode-linter-font-lock-keywords): Update initialization to
4967 reduce run-time complexity.
4968 (sql-add-product, sql-del-product): New functions.
4969 (sql-set-product-feature, sql-get-product-feature): New functions.
4970 (sql-product-font-lock): Update product API.
4971 (sql-add-product-keywords): New function.
4972 (sql-highlight-product): Update product API.
4973 (sql-help-list-products): New function.
4974 (sql-help): Dynamically lists free and non-free products.
4975 (sql-get-login): Correct bug in handling history and added
4976 prompt for port.
4977 (sql-copy-column): Copy without properties.
4978 (sqli-input-sender): Apply filters to SQLi input.
4979 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
4980 Implement as a filter.
4981 (sql-escape-newlines-filter): Implement as a filter.
4982 (sql-remove-tabs-filter): New function.
4983 (sql-send-magic-terminator): New function.
4984 (sql-send-string): Implement magic terminator.
4985 (sql-send-region): Use `sql-send-string'.
4986 (sql-interactive-mode): Use product API.
4987 (sql-product-interactive): Use product API.
4988 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
4989 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
4990 (sql-db2, sql-linter): Use `sql-product-interactive'.
4991 (sql-connect): New function.
4992 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
4993 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
4994 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
4995 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
4996 Use `sql-connect'.
4997
4998 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
4999
5000 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
5001 New custom variable.
5002 (completion-pcm--string->pattern): Use it.
5003 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
5004 Make it handle any symbol as `any'.
5005 (completion-pcm--merge-completions): Extract common suffix for the new
5006 `prefix' symbol as well.
5007 (completion-substring--all-completions): Use the new `prefix' symbol.
5008
5009 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
5010
5011 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
5012 not bound.
5013 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
5014 (tramp-compat-funcall): New defmacro.
5015 (tramp-compat-line-beginning-position)
5016 (tramp-compat-line-end-position)
5017 (tramp-compat-temporary-file-directory)
5018 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
5019 (tramp-compat-copy-file, tramp-compat-copy-directory)
5020 (tramp-compat-delete-file, tramp-compat-delete-directory)
5021 (tramp-compat-number-sequence, tramp-compat-process-running-p)
5022 * net/tramp.el (top, with-progress-reporter)
5023 (tramp-rfn-eshadow-setup-minibuffer)
5024 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
5025 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
5026 (tramp-completion-mode-p, tramp-check-for-regexp)
5027 (tramp-open-connection-setup-interactive-shell)
5028 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
5029 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
5030 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
5031 * net/tramp-cmds.el (tramp-cleanup-all-connections)
5032 (tramp-reporter-dump-variable, tramp-load-report-modules)
5033 (tramp-append-tramp-buffers)
5034 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
5035
5036 * net/tramp-imap.el (top): Autoload `epg-make-context'.
5037
5038 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5039
5040 * progmodes/compile.el (compilation-buffer-modtime): Rename from
5041 buffer-modtime. Adjust users.
5042
5043 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5044
5045 * international/mule.el (auto-coding-alist): Only purecopy
5046 car of each item, not the whole list (Bug#6083).
5047
5048 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5049
5050 * progmodes/js.el (js-mode): Make paragraph variables local before
5051 calling c-setup-paragraph-variables (Bug#6071).
5052
5053 2010-05-08 Eli Zaretskii <eliz@gnu.org>
5054
5055 * composite.el (compose-region, reference-point-alist): Fix typos
5056 in the doc strings.
5057
5058 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
5059
5060 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
5061 gnuplot's "set" command.
5062
5063 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
5064
5065 * abbrev.el (last-abbrev-text): Doc fix.
5066 (abbrev-prefix-mark): Don't escape parenthesis.
5067
5068 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
5069
5070 * composite.el (find-composition): Doc fix.
5071
5072 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
5073
5074 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
5075 (sql-oracle-program, sql-sqlite-options)
5076 (sql-query-placeholders-and-send): Doc fixes.
5077 (sql-set-product, sql-interactive-mode): Reflow docstrings.
5078 (sql-imenu-generic-expression, sql-buffer)
5079 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
5080 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
5081 (sql-mode-sybase-font-lock-keywords)
5082 (sql-mode-informix-font-lock-keywords)
5083 (sql-mode-interbase-font-lock-keywords)
5084 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
5085 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
5086 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
5087 (sql-product-feature, sql-highlight-product)
5088 (comint-line-beginning-position, sql-rename-buffer)
5089 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
5090 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
5091 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
5092 Fix typos in docstrings.
5093
5094 2010-05-08 Juri Linkov <juri@jurta.org>
5095
5096 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
5097 property instead of `invisible' and `after-string' (bug#5998).
5098
5099 2010-05-08 Juri Linkov <juri@jurta.org>
5100
5101 * image-mode.el (image-mode-as-text): Fix typo in docstring.
5102
5103 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
5104
5105 * filecache.el (file-cache-add-directory-list)
5106 (file-cache-add-directory-recursively): Fix typos in docstrings.
5107
5108 2010-05-08 Kenichi Handa <handa@m17n.org>
5109
5110 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
5111 (gujarati-composable-pattern): Fix typo.
5112
5113 2010-05-08 Kenichi Handa <handa@m17n.org>
5114
5115 * language/indian.el (oriya-composable-pattern)
5116 (tamil-composable-pattern, malayalam-composable-pattern):
5117 Add two-part vowels to "v" (vowel sign).
5118
5119 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5120
5121 * files.el (copy-directory): Handle symlinks (Bug#5982).
5122
5123 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
5124
5125 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
5126 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
5127 (Bug#5846).
5128
5129 2010-05-08 Glenn Morris <rgm@gnu.org>
5130
5131 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
5132
5133 * minibuffer.el (completion-at-point): Doc fix.
5134
5135 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5136
5137 * electric.el (Electric-command-loop): Minor tweak.
5138
5139 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
5140 better with dedicated windows.
5141
5142 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
5143
5144 * Version 23.2 released.
5145
5146 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
5147 Stefan Monnier <monnier@iro.umontreal.ca>
5148
5149 Highlight vendor specific properties.
5150 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
5151 (css-proprietary-property): New face.
5152 (css-font-lock-keywords): Use them.
5153
5154 2010-05-07 Eli Zaretskii <eliz@gnu.org>
5155
5156 * cus-start.el (all): Add native condition for tool-bar-* symbols.
5157
5158 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5159
5160 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
5161 * files.el (auto-mode-alist): Remove redundant entries.
5162
5163 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
5164 * simple.el (auto-save-mode): Move from files.el.
5165 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
5166
5167 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5168
5169 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5170
5171 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
5172
5173 * mail/binhex.el (binhex-decode-region-internal)
5174 * mail/uudecode.el (uudecode-decode-region-internal)
5175 * net/dns.el (dns-read-string-name, dns-write, dns-read)
5176 (dns-read-type, dns-query)
5177 * pgg-parse.el (pgg-parse-armor)
5178 * pgg.el (pgg-verify-region)
5179 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
5180 XEmacs.
5181
5182 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
5183
5184 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
5185
5186 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
5187
5188 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
5189 * emulation/cua-base.el (cua-repeat-replace-region):
5190 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5191 (cua-cut-region-to-global-mark):
5192 Remove text properties with `set-text-properties'.
5193
5194 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
5195
5196 * net/tramp.el (top, with-progress-reporter):
5197 Use `symbol-function' inside `funcall'.
5198
5199 * net/tramp-compat.el (tramp-compat-file-attributes)
5200 (tramp-compat-delete-file, tramp-compat-delete-directory):
5201 Handle only `wrong-number-of-arguments' error.
5202
5203 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
5204 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
5205 inside `funcall'.
5206
5207 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5208
5209 * minibuffer.el (completion--sreverse, completion--common-suffix):
5210 New functions.
5211 (completion-pcm--merge-completions): Extract common suffix when safe.
5212
5213 * emacs-lisp/easy-mmode.el (define-minor-mode):
5214 Make :variable more flexible.
5215 * files.el (auto-save-mode): Use it to define using define-minor-mode.
5216
5217 2010-05-05 Juri Linkov <juri@jurta.org>
5218
5219 Add `slow' and `history' tags to the desktop data.
5220
5221 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
5222 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
5223 (Info-finder-find-node): Require `finder.el' to be able
5224 to restore node from the desktop.
5225 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
5226 data `Info-history' and `slow' tag in the assoc list.
5227 (Info-restore-desktop-buffer): Don't restore nodes with the
5228 `slow' tag. Restore `Info-history'.
5229
5230 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
5231
5232 Add FORCE argument to `delete-file'.
5233
5234 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
5235 forcing to delete the temporary file.
5236 (ange-ftp-delete-file): Add FORCE arg.
5237 (ange-ftp-rename-remote-to-remote)
5238 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
5239 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
5240 Force file deletion.
5241
5242 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
5243
5244 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
5245 (tramp-handle-make-symbolic-link, tramp-handle-load)
5246 (tramp-do-copy-or-rename-file-via-buffer)
5247 (tramp-do-copy-or-rename-file-directly)
5248 (tramp-do-copy-or-rename-file-out-of-band)
5249 (tramp-handle-process-file, tramp-handle-call-process-region)
5250 (tramp-handle-shell-command, tramp-handle-file-local-copy)
5251 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5252 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
5253
5254 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
5255 (tramp-fish-handle-make-symbolic-link)
5256 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
5257
5258 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
5259 Use `tramp-compat-delete-file'.
5260
5261 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
5262 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
5263
5264 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
5265 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
5266
5267 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
5268 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
5269 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
5270 `tramp-compat-delete-file'.
5271
5272 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5273
5274 Minor cleanups.
5275 * subr.el (add-minor-mode): Use push.
5276 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
5277 * emulation/edt.el (edt-select-mode): Simplify.
5278
5279 Use define-minor-mode in more cases.
5280 * term/tvi970.el (tvi970-set-keypad-mode):
5281 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5282 (normal-erase-is-backspace-mode):
5283 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
5284 (set-scroll-bar-mode-1): (Re)move to its sole caller.
5285 (get-scroll-bar-mode): New function.
5286 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
5287
5288 Use define-minor-mode for less obvious cases.
5289 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
5290 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
5291 * international/iso-ascii.el (iso-ascii-mode):
5292 * frame.el (auto-raise-mode, auto-lower-mode):
5293 * composite.el (global-auto-composition-mode): Use define-minor-mode.
5294
5295 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
5296
5297 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
5298 in order to see error messages for failed logins.
5299
5300 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
5301
5302 * diff.el (diff-sentinel):
5303
5304 * epg.el (epg--make-temp-file, epg-decrypt-string)
5305 (epg-verify-string, epg-sign-string, epg-encrypt-string):
5306
5307 * jka-compr.el (jka-compr-partial-uncompress)
5308 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
5309
5310 * server.el (server-sentinel): Use delete-file's new FORCE arg
5311 (Bug#6070).
5312
5313 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5314
5315 Use define-minor-mode where applicable.
5316 * view.el (view-mode):
5317 * type-break.el (type-break-query-mode)
5318 (type-break-mode-line-message-mode):
5319 * textmodes/reftex.el (reftex-mode):
5320 * term/vt100.el (vt100-wide-mode):
5321 * tar-mode.el (tar-subfile-mode):
5322 * savehist.el (savehist-mode):
5323 * ibuf-ext.el (ibuffer-auto-mode):
5324 * composite.el (auto-composition-mode):
5325 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5326 Use define-minor-mode.
5327 (vhdl-mode): Use static mode-line format.
5328 (vhdl-mode-line-update): Delete.
5329 (vhdl-create-mode-menu, vhdl-activate-customizations)
5330 (vhdl-hs-minor-mode): Don't bother calling it.
5331
5332 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
5333
5334 * simple.el (with-wrapper-hook): Move.
5335 (buffer-substring-filters): Mark obsolete.
5336 (filter-buffer-substring-functions): New variable.
5337 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
5338
5339 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5340 Michael Albinus <michael.albinus@gmx.de>
5341
5342 Implement compression for inline methods.
5343
5344 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
5345 (tramp-copy-size-limit): Allow also nil.
5346 (tramp-inline-compress-commands): New defconst.
5347 (tramp-find-inline-compress, tramp-get-inline-compress)
5348 (tramp-get-inline-coding): New defuns.
5349 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
5350 replaced by `tramp-get-inline-coding'.
5351 (tramp-handle-file-local-copy, tramp-handle-write-region)
5352 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
5353
5354 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5355
5356 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
5357 Remove unused functions.
5358
5359 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
5360 Set find-tag-default-function as a variable rather than a property.
5361
5362 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
5363 * progmodes/etags.el (tags-completion-at-point-function):
5364 Remove left over interactive spec. Add autoloading stub.
5365 (complete-tag): Use tags-completion-at-point-function.
5366
5367 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
5368
5369 * minibuffer.el (tags-completion-at-point-function): Fix return value.
5370
5371 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
5372
5373 * ido.el (ido-init-completion-maps): Remove C-v binding.
5374 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
5375
5376 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
5377
5378 * minibuffer.el (tags-completion-at-point-function): New function.
5379 (completion-at-point-functions): Use it.
5380
5381 * progmodes/etags.el (complete-tag): Revert last change.
5382
5383 2010-04-29 Alan Mackenzie <acm@muc.de>
5384
5385 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
5386 off-by-one error (in end of macro position).
5387
5388 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5389
5390 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
5391 firefox is absent. Don't autoload.
5392 (browse-url-galeon-program): Don't autoload.
5393
5394 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
5395
5396 * bindings.el (complete-symbol): Move into minibuffer.el.
5397
5398 * minibuffer.el (complete-tag): Move from etags.el. If tags
5399 completion cannot be performed, return nil instead of signalling
5400 an error.
5401 (completion-at-point): Make it an alias for complete-symbol.
5402 (complete-symbol): Move from bindings.el, and replace with the
5403 body of completion-at-point.
5404
5405 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
5406
5407 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
5408
5409 * net/tramp.el (tramp-remote-selinux-p): New defun.
5410 (tramp-handle-file-selinux-context)
5411 (tramp-handle-set-file-selinux-context): Use it.
5412
5413 2010-04-28 Sam Steingold <sds@gnu.org>
5414
5415 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5416 `safe-local-variable' if the value is a string or a symbol with
5417 the property `bug-reference-url-format'.
5418
5419 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
5420
5421 * progmodes/bug-reference.el (bug-reference-url-format):
5422 Revert 2010-04-27 change due to security risk.
5423
5424 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5425
5426 Make it possible to locally disable a globally enabled mode.
5427 * simple.el (fundamental-mode): Run fundamental-mode-hook.
5428 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
5429 rather than kill-all-local-variables so it runs fundamental-mode-hook.
5430 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5431 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
5432 that subsequent hooks get a chance to disable it.
5433
5434 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
5435
5436 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5437 Avoid re-enabling a minor mode after the user turned the minor mode
5438 off if MODE-enable-in-buffers is run twice (typically once from
5439 fundamental-mode's after-change-major-mode-hook and a second time from
5440 run-mode-hook's own after-change-major-mode-hook).
5441
5442 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
5443
5444 2010-04-27 Sam Steingold <sds@gnu.org>
5445
5446 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5447 `safe-local-variable' if the value is a string or a function, as
5448 documented and implemented on 2010-04-02.
5449
5450 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
5451
5452 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
5453 when method is 'kill.
5454
5455 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
5456
5457 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
5458 condition in default directory check.
5459 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
5460 Kill ispell process when killing its associated buffer.
5461
5462 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
5463
5464 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
5465 but we aren't using it.
5466
5467 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
5468
5469 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
5470 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
5471
5472 2010-04-24 Glenn Morris <rgm@gnu.org>
5473
5474 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
5475 Ignore VCS-ignore files, and deleted nextstep preferences files.
5476 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
5477 (authors-ambiguous-files): New list.
5478 (authors-valid-file-names): Add some deleted files.
5479 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
5480 (authors-disambiguate-file-name): New function. (Bug#5501)
5481 (authors-canonical-file-name): Doc fix.
5482 Don't warn about obsolete files.
5483 (authors-canonical-file-name, authors-scan-el):
5484 Use authors-disambiguate-file-name.
5485
5486 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5487 Add autoload cookies.
5488 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
5489 (generated-autoload-file): Set file-local value to "htmlfontify.el".
5490 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
5491 They have definitions / compiler macros in cl.el.
5492 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5493 Replace manual autoloads with generated ones.
5494 (htmlfontify-unload-rgb-file): Remove autoload.
5495 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
5496
5497 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5498
5499 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
5500 (byte-compile-setq-default): Optimize for the
5501 single-var case and don't call byte-compile-form in this case to avoid
5502 inf-loop with byte-compile-set-default.
5503
5504 * progmodes/compile.el (compilation-start): Abbreviate default directory.
5505
5506 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
5507
5508 Implement SELINUX backends.
5509
5510 * net/tramp.el (tramp-file-name-handler-alist):
5511 Add `file-selinux-context' and `set-file-selinux-context'.
5512 (tramp-handle-file-selinux-context)
5513 (tramp-handle-set-file-selinux-context): New defuns.
5514 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
5515 Handle PRESERVE-SELINUX-CONTEXT.
5516
5517 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5518 Add `file-selinux-context' and `set-file-selinux-context'.
5519 (tramp-gvfs-handle-file-selinux-context)
5520 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
5521 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
5522
5523 * net/ange-ftp.el (ange-ftp-copy-file):
5524 * net/tramp-fish.el (tramp-fish-handle-copy-file):
5525 * net/tramp-imap.el (tramp-imap-handle-copy-file):
5526 * net/tramp-smb.el (tramp-smb-handle-copy-file):
5527 Add PRESERVE-SELINUX-CONTEXT.
5528
5529 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
5530
5531 Synchronize with Tramp repository.
5532
5533 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
5534 (tramp-action-process-alive, tramp-action-out-of-band)
5535 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
5536 (tramp-exists-file-name-handler): Fix docstring.
5537 (with-progress-reporter): New defmacro.
5538 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
5539 (tramp-maybe-open-connection): Use it.
5540
5541 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
5542
5543 Detect ssh 'ControlMaster' argument automatically in some cases.
5544
5545 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
5546 (tramp-default-method): Use it.
5547
5548 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
5549
5550 * net/tramp.el (tramp-handle-copy-file): Add new optional
5551 parameter `preserve-selinux-context'.
5552 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
5553
5554 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
5555
5556 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
5557 Ensure, that non remote files are still checked. Oops.
5558
5559 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
5560
5561 Fix Bug#5840.
5562
5563 * icomplete.el (icomplete-completions): Use `non-essential'.
5564
5565 * net/tramp.el (tramp-connectable-p): New defun.
5566 (tramp-handle-expand-file-name)
5567 (tramp-completion-handle-file-name-all-completions)
5568 (tramp-completion-handle-file-name-completion): Use it.
5569
5570 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
5571
5572 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
5573
5574 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
5575
5576 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
5577
5578 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
5579
5580 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
5581 is present.
5582
5583 * info.el (info-tool-bar-map): Add labels.
5584
5585 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
5586
5587 * cus-edit.el (custom-commands): Add labels for tool bar.
5588 (custom-buffer-create-internal, Custom-mode): Adjust for
5589 labels in custom-commands.
5590
5591 * dynamic-setting.el: Renamed from font-setting.el.
5592
5593 2010-04-21 John Wiegley <jwiegley@gmail.com>
5594
5595 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
5596 toggles the use of virtual buffers.
5597 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
5598 (ido-toggle-virtual-buffers): New function.
5599
5600 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
5601
5602 Use `define-derived-mode'; fix window selection; doc fixes.
5603 * play/tetris.el (tetris, tetris-update-speed-function)
5604 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
5605 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
5606 (tetris-rotate-next, tetris-end-game, tetris-start-game)
5607 (tetris-pause-game): Fix typos in docstrings.
5608 (tetris-mode-map, tetris-null-map):
5609 Move initialization into declaration.
5610 (tetris-mode): Define with `define-derived-mode';
5611 set show-trailing-whitespace to nil.
5612 (tetris): Prefer window already displaying the "*Tetris*" buffer.
5613
5614 2010-04-21 Karel Klíč <kklic@redhat.com>
5615
5616 * files.el (backup-buffer): Handle SELinux context, and return it
5617 if a backup was made by renaming.
5618 (backup-buffer-copy): Set SELinux context to the target file.
5619 (basic-save-buffer): Set SELinux context of the newly written file.
5620 (basic-save-buffer-1): Now it also returns any SELinux context.
5621 (basic-save-buffer-2): Set SELinux context of the newly created file,
5622 and return it.
5623 * net/tramp.el (tramp-file-name-for-operation):
5624 Add file-selinux-context.
5625
5626 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
5627
5628 Make the log-edit comments use RFC822 format throughout.
5629
5630 * vc.el (vc-checkin, vc-modify-change-comment):
5631 Adjust to new vc-start/finish-logentry.
5632 (vc-find-conflicted-file): New command.
5633 (vc-transfer-file): Adjust to new vc-checkin.
5634 (vc-next-action): Improve scoping.
5635
5636 * vc-hg.el (vc-hg-log-edit-mode): Remove.
5637 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
5638
5639 * vc-git.el (vc-git-log-edit-mode): Remove.
5640 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
5641 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
5642
5643 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
5644 (vc-start-logentry): Remove argument `extra'.
5645 (vc-finish-logentry): Remove extra args.
5646
5647 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
5648 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
5649 (vc-bzr-conflicted-files): New function.
5650
5651 * log-edit.el (log-edit-extra-flags)
5652 (log-edit-before-checkin-process): Remove.
5653 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
5654 (log-edit-headers-alist): New var.
5655 (log-edit-header-contents-regexp): New const.
5656 (log-edit-match-to-eoh): New function.
5657 (log-edit-font-lock-keywords): Use them.
5658 (log-edit): Insert a "Summary:" header as default.
5659 (log-edit-mode): Mark font-lock rules as case-insensitive.
5660 (log-edit-done): Cleanup headers.
5661 (log-view-process-buffer): Remove.
5662 (log-edit-extract-headers): New function to replace it.
5663
5664 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
5665
5666 * subr.el (default-direction-reversed): Remove obsolescence info.
5667
5668 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5669
5670 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
5671 windows/frames.
5672
5673 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
5674 I.e. include text after point in the completion region.
5675 Also, return nil when we're not after/in a symbol.
5676
5677 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
5678 default enable-multibyte-characters.
5679
5680 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5681
5682 * international/mule.el: Help the user choose a valid coding-system.
5683 (read-buffer-file-coding-system): New function.
5684 (set-buffer-file-coding-system): Use it. Prompt the user if the
5685 coding-system cannot encode all the chars.
5686
5687 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
5688 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
5689 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
5690 Don't use *vc-bzr-shelve*.
5691
5692 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
5693
5694 Fix the version number for added files.
5695 * vc-hg.el (vc-hg-working-revision): Check if the file is
5696 registered after hg parent fails (Bug#5961).
5697
5698 2010-04-19 Glenn Morris <rgm@gnu.org>
5699
5700 * htmlfontify.el (htmlfontify-buffer)
5701 (htmlfontify-copy-and-link-dir): Autoload entry points.
5702
5703 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
5704
5705 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
5706 name relative to the project root (Bug#5960).
5707
5708 2010-04-19 Glenn Morris <rgm@gnu.org>
5709
5710 * vc-git.el (vc-git-print-log): Doc fix.
5711
5712 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
5713
5714 * ido.el (ido-file-internal): Fix 2009-12-02 change.
5715
5716 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
5717
5718 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
5719 default settings (Bug#5928).
5720
5721 2010-04-19 Glenn Morris <rgm@gnu.org>
5722
5723 * progmodes/fortran.el (fortran-match-and-skip-declaration):
5724 New function.
5725 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
5726
5727 2010-04-19 Kenichi Handa <handa@m17n.org>
5728
5729 * language/indian.el (malayalam-composable-pattern): Fix previous
5730 change (add U+0D4D "SIGN VIRAMA").
5731 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
5732 (tamil-composable-pattern): Fix typo in the regexp.
5733 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
5734 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
5735 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
5736
5737 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
5738
5739 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
5740 paragraph-separate (Bug#5821).
5741
5742 2010-04-19 Juri Linkov <juri@jurta.org>
5743
5744 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
5745
5746 * info.el (Info-find-node-2): Comment out code that skips
5747 breadcrumbs line.
5748 (Info-mouse-follow-link): New command.
5749 (Info-link-keymap): New keymap.
5750 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
5751 Return a string with links instead of inserting breadcrumbs
5752 to the Info buffer.
5753 (Info-fontify-node): Comment out code that inserts breadcrumbs.
5754 Instead of putting the `invisible' text property over the Info
5755 header, make an overlay over the Info header with the `invisible'
5756 property and `after-string' set to the string returned by
5757 `Info-breadcrumbs'.
5758
5759 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
5760
5761 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
5762 Reported by monkey@sandpframing.com.
5763
5764 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5765
5766 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
5767 (tmm-get-keymap): Add key-binding shortcuts now that they're not
5768 available in the "keyseq cache" any more.
5769
5770 * custom.el (defcustom): Add edebug spec.
5771
5772 2010-04-18 Juri Linkov <juri@jurta.org>
5773
5774 Test for special mode-class in view-buffer instead of view-file (bug#5513).
5775
5776 * view.el (view-file, view-buffer): Move test for special mode-class
5777 from view-file to view-buffer.
5778
5779 * tar-mode.el (tar-extract): Turn if's into one cond
5780 like in arc-mode.el.
5781
5782 2010-04-18 Juri Linkov <juri@jurta.org>
5783
5784 Add 7z archive format support (bug#5475).
5785
5786 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
5787 (archive-7z-extract): New defcustom.
5788 (archive-find-type): Add magic string for 7z.
5789 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
5790 If `stderr-file' is non-nil, use `(t stderr-file)' for the
5791 `buffer' arg of `call-process'.
5792 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
5793 call the function `archive-7z-extract' with the variable
5794 `archive-7z-extract' let-bound to `archive-zip-extract'.
5795 (archive-7z-summarize, archive-7z-extract): New functions.
5796
5797 * international/mule.el (auto-coding-alist):
5798 * files.el (auto-mode-alist): Add 7z file extension.
5799
5800 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5801
5802 * loadup.el: Setup hash-cons for pure data.
5803
5804 Fix duplicate entries in cedet's loaddefs.el files.
5805 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
5806 Should make most file-local generated-autoload-file unnecessary.
5807 (print-readably): Silence warnings.
5808 (autoload-find-destination): Take load-name as an arg to make sure
5809 it's the same as the one that will be in the file.
5810 (autoload-generate-file-autoloads): Adjust to above changes.
5811 Try to make the dataflow a bit simpler.
5812
5813 * cvs-status.el (cvs-refontify): Remove unused.
5814
5815 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
5816
5817 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
5818
5819 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
5820 twos-complement mode.
5821
5822 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
5823
5824 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
5825 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
5826 (calc-inverse): Add "Option" to message, as appropriate.
5827 (calc-hyperbolic): Add "Option" to message, as appropriate.
5828 (calc-option, calc-is-option): New functions.
5829
5830 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
5831 (calc-option-prefix-help): New function.
5832
5833 * calc/calc-misc.el (calc-help): Add "Option" entry.
5834
5835 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
5836 (calc-option-flag): New variable.
5837 (calc-do): Set `calc-option-flag to nil.
5838 (calc-set-mode-line): Add "Opt " as appropriate.
5839
5840 2010-04-16 Juri Linkov <juri@jurta.org>
5841
5842 Move scrolling commands from simple.el to window.el
5843 because their primitives are implemented in window.c.
5844
5845 * simple.el (scroll-error-top-bottom)
5846 (scroll-up-command, scroll-down-command, scroll-up-line)
5847 (scroll-down-line, scroll-other-window-down)
5848 (beginning-of-buffer-other-window, end-of-buffer-other-window):
5849 * window.el (scroll-error-top-bottom)
5850 (scroll-up-command, scroll-down-command, scroll-up-line)
5851 (scroll-down-line, scroll-other-window-down)
5852 (beginning-of-buffer-other-window, end-of-buffer-other-window):
5853 Move from simple.el to window.el because their primitives are
5854 implemented in window.c.
5855
5856 2010-04-16 Juri Linkov <juri@jurta.org>
5857
5858 * isearch.el (isearch-lookup-scroll-key): Check both
5859 `isearch-scroll' and `scroll-command' properties.
5860 (scroll-up, scroll-down): Remove `isearch-scroll' property.
5861
5862 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
5863
5864 * simple.el (scroll-up-command, scroll-down-command)
5865 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
5866
5867 2010-04-15 Juri Linkov <juri@jurta.org>
5868
5869 * simple.el (scroll-up-command, scroll-down-command)
5870 (scroll-up-line, scroll-down-line): Put `scroll-command'
5871 property on the these symbols. Remove them from
5872 `scroll-preserve-screen-position-commands'.
5873
5874 * mwheel.el (mwheel-scroll): Put `scroll-command' and
5875 `isearch-scroll' properties on the `mwheel-scroll' symbol.
5876 Remove it from `scroll-preserve-screen-position-commands'.
5877
5878 * isearch.el (isearch-allow-scroll): Doc fix.
5879
5880 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
5881
5882 * net/tramp.el (tramp-error-with-buffer): Don't show the
5883 connection buffer when we are in completion mode.
5884 (tramp-file-name-handler): Catch the error for some operations
5885 when we are in completion mode. This gives the user the chance to
5886 correct the file name in the minibuffer.
5887
5888 2010-04-15 Glenn Morris <rgm@gnu.org>
5889
5890 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
5891
5892 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
5893
5894 Simplify by using `define-derived-mode'.
5895 * info.el (Info-mode):
5896 * calendar/todo-mode.el (todo-mode):
5897 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
5898 (gomoku-mode-map): Move initialization into declaration.
5899
5900 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
5901
5902 Fix Bug#5840.
5903 * ido.el (ido-file-name-all-completions-1):
5904 * minibuffer.el (minibuffer-completion-help):
5905 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
5906
5907 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
5908
5909 * simple.el (non-essential): New var.
5910
5911 Add a new field `location' to bookmarks for non-file bookmarks.
5912 * bookmark.el (bookmark-location): Use the new field, if present.
5913 (bookmark-insert-location): Undo last change, not needed any more.
5914 * man.el (Man-bookmark-make-record):
5915 * woman.el (woman-bookmark-make-record): Add `location' field.
5916
5917 2010-04-14 Juri Linkov <juri@jurta.org>
5918
5919 * simple.el (scroll-error-top-bottom): New defcustom.
5920 (scroll-up-command, scroll-down-command): Use it. Doc fix.
5921
5922 * emulation/pc-select.el (pc-select-override-scroll-error):
5923 Obsolete in favor of `scroll-error-top-bottom'.
5924
5925 2010-04-14 Juri Linkov <juri@jurta.org>
5926
5927 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
5928 `scroll-up-command' and `M-v' to `scroll-down-command'.
5929
5930 * emulation/cua-rect.el (cua--init-rectangles):
5931 * forms.el (forms--change-commands):
5932 * image-mode.el (image-mode-map):
5933 Remap scroll-down-command and scroll-up-command
5934 in addition to scroll-down and scroll-up.
5935
5936 2010-04-14 Juri Linkov <juri@jurta.org>
5937
5938 * mwheel.el (scroll-preserve-screen-position-commands):
5939 Add mwheel-scroll to this list of commands.
5940
5941 * simple.el (scroll-preserve-screen-position-commands):
5942 Add scroll-up-command, scroll-down-command, scroll-up-line,
5943 scroll-down-line to this list of commands.
5944
5945 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
5946
5947 * obsolete/complete.el: Move from lisp/complete.el.
5948
5949 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
5950
5951 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
5952 to the minor mode function now turns the mode ON unconditionally.
5953
5954 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5955
5956 * vc-dir.el (vc-dir-kill-line): New command.
5957 (vc-dir-mode-map): Bind it to C-k.
5958
5959 * bookmark.el (bookmark-insert-location): Handle a nil filename.
5960
5961 * woman.el: Add bookmark declarations to silence the compiler.
5962 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
5963 step to compatibility between man and woman bookmarks.
5964 Adjust for Man-default-bookmark-title renaming.
5965 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
5966
5967 * man.el: Add bookmark declarations to silence the compiler.
5968 (Man-name-local-regexp): Make it match NAME as well.
5969 (Man-getpage-in-background): Return the buffer.
5970 (Man-notify-when-ready): Use `case'.
5971 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
5972 Don't hardcode "NAME". Simplify.
5973 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
5974 Rename from Man-bookmark-make-record.
5975 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
5976 we have the actual man-args. Use Man-getpage-in-background rather
5977 than `man' since the arg is already processed. Let bookmark.el do the
5978 window handling. Only wait for the relevant process.
5979 Don't forget to autoload.
5980
5981 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
5982
5983 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5984
5985 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
5986 New functions.
5987 (woman-mode): Setup bookmark support.
5988
5989 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
5990 (man-bookmark-jump): New functions.
5991 (Man-mode): Setup bookmark support.
5992
5993 2010-04-10 Jari Aalto <jari.aalto@cante.net>
5994
5995 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
5996 recognize ssh-keygen prompt (Bug#2817).
5997
5998 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
5999
6000 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
6001
6002 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
6003
6004 Synchronize with Tramp repository.
6005
6006 * net/tramp.el (tramp-completion-function-alist)
6007 (tramp-file-name-regexp, tramp-chunksize)
6008 (tramp-local-coding-commands, tramp-remote-coding-commands):
6009 Fix docstring.
6010 (tramp-remote-process-environment): Use `format' instead of `concat'.
6011 (tramp-handle-directory-files-and-attributes)
6012 (tramp-get-remote-path): Use `copy-tree'.
6013 (tramp-handle-file-name-all-completions): Backward/ XEmacs
6014 compatibility: Use `completion-ignore-case' if
6015 `read-file-name-completion-ignore-case' does not exist.
6016 (tramp-do-copy-or-rename-file-directly): Do not use
6017 `tramp-handle-file-remote-p'.
6018 (tramp-do-copy-or-rename-file-out-of-band):
6019 Use `tramp-compat-delete-directory'.
6020 (tramp-do-copy-or-rename-file-out-of-band)
6021 (tramp-compute-multi-hops, tramp-maybe-open-connection):
6022 Use `format-spec-make'.
6023 (tramp-find-foreign-file-name-handler)
6024 (tramp-advice-make-auto-save-file-name)
6025 (tramp-set-auto-save-file-modes): Remove superfluous check for
6026 `stringp'. This is done inside `tramp-tramp-file-p'.
6027 (tramp-debug-outline-regexp): New defconst.
6028 (tramp-get-debug-buffer): Use it.
6029 (tramp-check-for-regexp): Use (forward-line 1).
6030 (tramp-set-auto-save-file-modes): Adapt version check.
6031
6032 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
6033 Wrap call of `featurep' for 2nd argument.
6034 (tramp-compat-make-temp-file): Simplify fallback implementation.
6035 (tramp-compat-copy-tree): Remove function.
6036 (tramp-compat-delete-directory): Provide implementation for older
6037 Emacsen.
6038
6039 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
6040 Do not use `tramp-fish-handle-file-attributes.
6041
6042 * net/trampver.el: Update release number.
6043
6044 2010-04-10 Glenn Morris <rgm@gnu.org>
6045
6046 * progmodes/compile.el (compilation-save-buffers-predicate):
6047 Add missing :version tag.
6048
6049 2010-04-09 Sam Steingold <sds@gnu.org>
6050
6051 * progmodes/compile.el (compilation-save-buffers-predicate):
6052 Remove the "autoload" cookie.
6053
6054 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
6055 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
6056 and `bug-reference-prog-mode' can be used in hooks directly.
6057
6058 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
6059
6060 Add --author support to git commit.
6061 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
6062 (vc-git-log-edit-mode): New minor mode.
6063 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
6064 New declarations.
6065
6066 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
6067
6068 * vc-hooks.el, vc-git.el: Improve documentation comments.
6069
6070 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6071
6072 Fix some of the problems in defsubst* (bug#5728).
6073 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
6074 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
6075
6076 2010-04-07 Sam Steingold <sds@gnu.org>
6077
6078 * progmodes/compile.el (compilation-save-buffers-predicate):
6079 New custom variable.
6080 (compile, recompile): Pass it to `save-some-buffers'.
6081
6082 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
6083
6084 * wid-edit.el (widget-choose): Move cursor to the second line of
6085 the buffer (Bug#5695).
6086
6087 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
6088
6089 Add new VC methods: vc-log-incoming and vc-log-outgoing.
6090 * vc.el (vc-print-log-setup-buttons): New function split out from
6091 vc-print-log-internal.
6092 (vc-log-internal-common): New function, a parametrized version of
6093 vc-print-log-internal.
6094 (vc-print-log-internal): Just call vc-log-internal-common with the
6095 right arguments.
6096 (vc-incoming-outgoing-internal):
6097 (vc-log-incoming, vc-log-outgoing): New functions.
6098 (vc-log-view-type): New permanent local variable.
6099
6100 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
6101
6102 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
6103 of the dynamic bound vc-short-log.
6104 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
6105
6106 * vc-git.el (vc-git-log-outgoing): New function.
6107 (vc-git-log-view-mode): Use vc-log-view-type instead
6108 of the dynamic bound vc-short-log.
6109
6110 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
6111 of the dynamic bound vc-short-log. Highlight the tag.
6112 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
6113 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
6114 (vc-hg-incoming-mode): Remove.
6115 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
6116
6117 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
6118
6119 Fix default-directory for vc-root-diff.
6120 * vc.el (vc-root-diff): Bind default-directory to the root
6121 directory for the diff command.
6122
6123 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
6124
6125 * progmodes/verilog-mode.el (verilog-forward-sexp):
6126 (verilog-calc-1): Support "disable fork" and "fork wait" multi
6127 word keywords, suggested by Steve Pearlmutter.
6128 (verilog-pretty-declarations): Support lineup of declarations in
6129 port lists.
6130 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
6131 fix bug for /* / comments.
6132 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
6133 Speed up and simplfy as this is never called with a bound.
6134 (verilog-pretty-declarations): Enhance to line up declarations
6135 inside a parameter list, suggested by Alan Morgan.
6136 (verilog-pretty-expr): Tune assignment regular expression match
6137 string for corner cases; also use markers instead of character
6138 number as indent changes the later.
6139
6140 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
6141
6142 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
6143 as missing keyword.
6144 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
6145 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
6146 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
6147 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
6148 Tennant.
6149 (verilog-keywords):
6150 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
6151 1800-2009 keywords, including "global.".
6152
6153 2010-04-06 John Wiegley <jwiegley@gmail.com>
6154
6155 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
6156 appearing in buffer list (if a live buffer name matched a recentf
6157 file basename). Should use uniquify to offer a real solution.
6158
6159 2010-04-06 John Wiegley <jwiegley@gmail.com>
6160
6161 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
6162 comment to code, and add a :version tag.
6163 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
6164
6165 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
6166
6167 Enable recentf-mode if using virtual buffers.
6168 * ido.el (recentf-list): Declare for byte-compiler.
6169 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
6170 (ido-make-buffer-list): Simplify.
6171 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
6172
6173 2010-04-05 Juri Linkov <juri@jurta.org>
6174
6175 Scrolling commands which scroll a line instead of full screen.
6176 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
6177
6178 * simple.el (scroll-up-line, scroll-down-line): New commands.
6179 Put property isearch-scroll=t on them.
6180
6181 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
6182 Remove commands.
6183
6184 2010-04-05 Juri Linkov <juri@jurta.org>
6185
6186 Scrolling commands which do not signal errors at top/bottom.
6187 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
6188
6189 * simple.el (scroll-up-command, scroll-down-command): New commands.
6190 Put property isearch-scroll=t on them.
6191
6192 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
6193 `scroll-down-command' and [next] from `scroll-up' to
6194 `scroll-up-command'.
6195
6196 * emulation/cua-base.el: Put property CUA=move on
6197 `scroll-up-command' and `scroll-down-command'.
6198 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
6199 and `scroll-down-command' to `cua-scroll-down'.
6200
6201 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
6202
6203 * help.el (describe-mode): Return nil.
6204
6205 2010-04-04 John Wiegley <jwiegley@gmail.com>
6206
6207 * ido.el (ido-use-virtual-buffers): New variable to indicate
6208 whether "virtual buffer" support is enabled for IDO.
6209 (ido-virtual): Face used to indicate virtual buffers in the list.
6210 (ido-buffer-internal): If a buffer is chosen, and no such buffer
6211 exists, but a virtual buffer of that name does (which would be why
6212 it was in the list), recreate the buffer by reopening the file.
6213 (ido-make-buffer-list): If virtual buffers are being used, call
6214 `ido-add-virtual-buffers-to-list' before the make list hook.
6215 (ido-virtual-buffers): New variable which contains a copy of the
6216 current contents of the `recentf-list', albeit pared down for the
6217 sake of speed, and with proper faces applied.
6218 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
6219 create a list of "virtual buffers" to present to the user in
6220 addition to the currently open set. Note that this logic could
6221 get rather slow if that list is too large. With the default
6222 `recentf-max-saved-items' of 200, there is little speed penalty.
6223
6224 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6225
6226 * font-lock.el: Require CL when compiling.
6227 (font-lock-turn-on-thing-lock): Use `case'.
6228
6229 2010-04-03 Eli Zaretskii <eliz@gnu.org>
6230
6231 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
6232 Zaretskii.
6233
6234 2010-04-02 Juri Linkov <juri@jurta.org>
6235
6236 * ehelp.el (electric-help-orig-major-mode):
6237 New buffer-local variable.
6238 (electric-help-mode): Set it to original major-mode. Doc fix.
6239 (with-electric-help): Use `electric-help-orig-major-mode' instead
6240 of (default-value 'major-mode). Doc fix.
6241 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
6242
6243 2010-04-02 Sam Steingold <sds@gnu.org>
6244
6245 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
6246 `vc-hg-command' with a list of flags.
6247
6248 * progmodes/bug-reference.el (bug-reference-bug-regexp):
6249 Also accept "patch" and "RFE".
6250 (bug-reference-fontify): `bug-reference-url-format' can also be a
6251 function to be able to handle the bug kind.
6252 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
6253
6254 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
6255
6256 * tmm.el (tmm-get-keymap): Check with symbolp before passing
6257 value to fboundp, it may not be a symbol.
6258
6259 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6260
6261 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
6262
6263 2010-03-31 Juri Linkov <juri@jurta.org>
6264
6265 * simple.el (next-line, previous-line): Re-throw a signal
6266 with `signal' instead of using `ding'.
6267 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
6268
6269 2010-03-31 Juri Linkov <juri@jurta.org>
6270
6271 * simple.el (keyboard-escape-quit): Raise deselecting the active
6272 region higher than exiting the minibuffer.
6273 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
6274
6275 2010-03-31 Juri Linkov <juri@jurta.org>
6276
6277 * image.el (image-animated-p): Use `image-metadata' instead of
6278 `image-extension-data'. Get GIF extenstion data from metadata
6279 property `extension-data'.
6280
6281 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6282
6283 * simple.el (append-to-buffer): Simplify.
6284
6285 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
6286
6287 * textmodes/artist.el (artist-mode): Fix typo in docstring.
6288 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
6289
6290 2010-03-31 Kenichi Handa <handa@m17n.org>
6291
6292 * language/sinhala.el (composition-function-table): Fix regexp for
6293 the new Unicode specification.
6294
6295 * language/indian.el (devanagari-composable-pattern)
6296 (tamil-composable-pattern, kannada-composable-pattern)
6297 (malayalam-composable-pattern): Adjust for the new Unicode
6298 specification.
6299 (bengali-composable-pattern, gurmukhi-composable-pattern)
6300 (gujarati-composable-pattern, oriya-composable-pattern)
6301 (telugu-composable-pattern): New variables to cope with the new
6302 Unicode specification. Use them in composition-function-table.
6303
6304 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6305
6306 Make tmm-menubar work for the Buffers menu again (bug#5726).
6307 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
6308 vectors rather than cons cells, as used in menu-bar-update-buffers.
6309
6310 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6311
6312 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
6313 (js-insert-and-indent): Revert 2009-08-15 change, restoring
6314 electric punctuation for "{}();,:" (Bug#5586).
6315
6316 * mail/sendmail.el (mail-default-directory): Doc fix.
6317
6318 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6319
6320 * mail/sendmail.el (mail-default-directory): Doc fix.
6321
6322 2010-03-31 Eli Zaretskii <eliz@gnu.org>
6323
6324 * subr.el (version-regexp-alist, version-to-list)
6325 (version-list-<, version-list-=, version-list-<=)
6326 (version-list-not-zero, version<, version<=, version=): Doc fix.
6327 (Bug#5744).
6328
6329 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
6330
6331 * vc.el (vc-root-diff): Doc fix.
6332
6333 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6334
6335 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
6336
6337 * simple.el (append-to-buffer): Fix last change.
6338
6339 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6340
6341 * simple.el (append-to-buffer): Ensure that point is preserved if
6342 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
6343 (Bug#5749)
6344
6345 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6346
6347 * files.el (auto-mode-case-fold): Change default to t.
6348
6349 2010-03-30 Juri Linkov <juri@jurta.org>
6350
6351 * dired-x.el (dired-omit-mode): Doc fix.
6352
6353 2010-03-30 Juri Linkov <juri@jurta.org>
6354
6355 * replace.el (occur-accumulate-lines): Move occur-engine related
6356 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
6357 to be located after `occur-engine'.
6358
6359 2010-03-30 Juri Linkov <juri@jurta.org>
6360
6361 Make occur handle multi-line matches cleanly with context.
6362 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
6363
6364 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
6365 (occur-engine): Add local variables `ret', `prev-after-lines',
6366 `prev-lines'. Use more arguments for `occur-context-lines'.
6367 Set first elem of its returned list to `data', and the second elem
6368 to `prev-after-lines'. Don't print the separator line.
6369 In the end, print remaining context after-lines.
6370 (occur-context-lines): Add new arguments `begpt', `endpt',
6371 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
6372 after-lines of the previous match with before-lines of the
6373 current match and not overlap them. Return a list with two
6374 values: the output line and the list of context after-lines.
6375
6376 2010-03-30 Juri Linkov <juri@jurta.org>
6377
6378 * replace.el (occur-accumulate-lines): Fix a bug where the first
6379 context line at the beginning of the buffer was missing.
6380
6381 2010-03-30 Eli Zaretskii <eliz@gnu.org>
6382
6383 * files.el: Make bidi-display-reordering safe variable for boolean
6384 values.
6385
6386 2010-03-29 Phil Hagelberg <phil@evri.com>
6387 Chong Yidong <cyd@stupidchicken.com>
6388
6389 * subr.el: Extend progress reporters to perform "spinning".
6390 (progress-reporter-update, progress-reporter-do-update):
6391 Handle non-numeric value arguments.
6392 (progress-reporter--pulse-characters): New var.
6393
6394 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
6395
6396 * progmodes/compile.el (compilation-start): Fix regexp detection
6397 of initial cd command (Bug#5771).
6398
6399 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
6400
6401 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
6402
6403 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
6404
6405 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
6406 * progmodes/gdb-mi.el: Restore.
6407 * progmodes/gdb-ui.el: Remove.
6408 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
6409
6410 2010-03-25 Glenn Morris <rgm@gnu.org>
6411
6412 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
6413 all dired buffers, even tramp ones. (Bug#5755)
6414
6415 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6416
6417 Add "union tags" in mpc.el.
6418 * mpc.el: Remove backward compatibility code.
6419 (mpc-browser-tags): Change default.
6420 (mpc--find-memoize-union-tags): New var.
6421 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
6422 (mpc-cmd-find): Handle the case where the playlist does not exist.
6423 Handle union-tags.
6424 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
6425 (mpc-cmd-add): Use mpc-cmd-flush.
6426 (mpc-tagbrowser-tag-name): New fun.
6427 (mpc-tagbrowser-buf): Use it.
6428 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
6429
6430 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6431
6432 Misc cleanup.
6433 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
6434 Use replace-regexp-in-string.
6435 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
6436 (makefile-imake-mode-syntax-table): Move init into defvar.
6437 (makefile-mode): Use define-derived-mode.
6438
6439 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
6440 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
6441 not be present any more.
6442
6443 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6444
6445 * faces.el (set-face-attribute): Fix typo in docstring.
6446 (face-valid-attribute-values): Reflow docstring.
6447
6448 2010-03-24 Glenn Morris <rgm@gnu.org>
6449
6450 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
6451
6452 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
6453
6454 * indent.el (indent-for-tab-command): Doc fix.
6455
6456 2010-03-24 Alan Mackenzie <acm@muc.de>
6457
6458 * progmodes/cc-engine.el (c-remove-stale-state-cache):
6459 Fix off-by-one error. Fixes bug #5747.
6460
6461 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6462
6463 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
6464 (image-dired-read-comment): Doc fix.
6465
6466 * json.el (json-object-type, json-array-type, json-key-type)
6467 (json-false, json-null, json-read-number):
6468 * minibuffer.el (completion-in-region-functions):
6469 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
6470 (cal-tex-cursor-week):
6471 * emacs-lisp/trace.el (trace-function):
6472 * eshell/em-basic.el (eshell/printnl):
6473 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
6474 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
6475 * obsolete/levents.el (allocate-event, event-key, event-object)
6476 (event-point, event-process, event-timestamp, event-to-character)
6477 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
6478 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
6479 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
6480 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
6481 (reftex-highlight-selection): Fix typos in docstrings.
6482
6483 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6484
6485 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
6486
6487 2010-03-24 Glenn Morris <rgm@gnu.org>
6488
6489 * mail/rmail.el (rmail-highlight-face): Restore option deleted
6490 2008-02-13 without comment; mark it obsolete.
6491 (rmail-highlight-headers): Use rmail-highlight-face once more.
6492
6493 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
6494
6495 * woman.el (woman2-process-escapes): Only consume the newline if
6496 the filler character is on a line by itself (Bug#5729).
6497
6498 2010-03-24 Kenichi Handa <handa@m17n.org>
6499
6500 * language/indian.el (devanagari-composable-pattern): Add more
6501 consonants.
6502
6503 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
6504
6505 * net/trampver.el: Update release number.
6506
6507 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
6508
6509 * net/tramp.el (tramp-find-executable):
6510 Use `tramp-get-connection-buffer'. Make the regexp for checking
6511 output of "wc -l" more robust.
6512 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
6513 (tramp-open-connection-setup-interactive-shell): Remove workaround
6514 for OpenSolaris bug, it is not needed anymore.
6515
6516 2010-03-24 Glenn Morris <rgm@gnu.org>
6517
6518 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
6519
6520 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
6521
6522 * files.el (auto-mode-alist): Accept more verilog file patterns.
6523
6524 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6525
6526 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
6527
6528 2010-03-24 Glenn Morris <rgm@gnu.org>
6529
6530 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
6531 log-edit-before-checkin-process.
6532
6533 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
6534
6535 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
6536
6537 * vc-dispatcher.el (vc-start-logentry): Doc fix.
6538 (log-view-process-buffer, log-edit-extra-flags): Declare.
6539
6540 * log-edit.el (log-edit-before-checkin-process): Doc fix.
6541
6542 2010-03-23 Sam Steingold <sds@gnu.org>
6543
6544 Fix bug#5620: recalculate all markers on compilation buffer
6545 modifications, not on file modifications.
6546 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
6547 the buffer modification time, for buffers not associated with files.
6548 (compilation-mode): Create it.
6549 (compilation-filter): Update it.
6550 (compilation-next-error-function): Use it instead of
6551 `visited-file-modtime' for timestamp.
6552
6553 2010-03-23 Juri Linkov <juri@jurta.org>
6554
6555 Implement Occur multi-line matches.
6556 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
6557
6558 * replace.el (occur): Doc fix.
6559 (occur-engine): Set `begpt' to the beginning of the first line.
6560 Set `endpt' to the end of the last match line. At first, count
6561 line numbers between `origpt' and `begpt'. Split out code from
6562 `out-line' variable to new let-bindings `match-prefix' and
6563 `match-str'. In `out-line' add non-numeric prefix to all
6564 non-first lines of multi-line matches. Finally, count lines
6565 between `begpt' and `endpt' and add to `lines'.
6566
6567 2010-03-23 Juri Linkov <juri@jurta.org>
6568
6569 * replace.el (occur-accumulate-lines, occur-engine):
6570 Use `occur-engine-line' instead of duplicate code.
6571 (occur-engine-line): New function created from duplicate code
6572 in `occur-accumulate-lines' and `occur-engine'.
6573
6574 * replace.el (occur-engine-line): Add optional arg `keep-props'.
6575 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
6576
6577 2010-03-23 Juri Linkov <juri@jurta.org>
6578
6579 * finder.el: Remove TODO tasks.
6580
6581 * info.el (Info-finder-find-node): Add node "all"
6582 with all package info. Handle a list of multiple keywords
6583 separated by comma.
6584 (info-finder): In interactive use with a prefix argument,
6585 use `completing-read-multiple' to read a list of keywords
6586 separated by comma.
6587
6588 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
6589
6590 Add a new completion style `substring'.
6591 * minibuffer.el (completion-basic--pattern): New function.
6592 (completion-basic-try-completion, completion-basic-all-completions):
6593 Use it.
6594 (completion-substring--all-completions)
6595 (completion-substring-try-completion)
6596 (completion-substring-all-completions): New functions.
6597 (completion-styles-alist): New style `substring'.
6598
6599 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6600
6601 Get rid of .elc files after removal of the corresponding .el.
6602 * Makefile.in (compile-clean): New target.
6603 (compile-main): Use it.
6604
6605 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
6606
6607 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
6608 don't do make there. When compiling with separate object dir, there
6609 is no Makefile there.
6610
6611 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6612
6613 Get rid of the ELCFILES abomination, again.
6614 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6615 (all, compile): Don't call compile-last.
6616 (compile-main): Build the "elcfiles" list dynamically.
6617 (compile-targets): New (internal) target.
6618
6619 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
6620
6621 * Makefile.in (top_srcdir): Define.
6622 (abs_top_builddir): Define.
6623 (srcdir): Don't append `/..'.
6624 (EMACS): Use ${abs_top_builddir}.
6625 (all, compile, compile-always, compile-last): Don't set emacswd.
6626 (update-subdirs, update-authors): Use $(top_srcdir) instead of
6627 $(srcdir).
6628 (lisp): Use $(srcdir) instead of @srcdir@.
6629
6630 2010-03-21 Juri Linkov <juri@jurta.org>
6631
6632 Fix message of multi-line occur regexps and multi-buffer header lines.
6633 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
6634
6635 * replace.el (occur-1): Don't display regexp if it is longer
6636 than window-width. Use `query-replace-descr' to display regexp.
6637 (occur-engine): Don't display regexp in the buffer header for
6638 multi-buffer occur. Display a separate header line with total
6639 match count and regexp for multi-buffer occur.
6640 Use `query-replace-descr' to display regexp.
6641
6642 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
6643
6644 * net/secrets.el: Fix parenthesis.
6645 (secrets-enabled): Fix parenthesis.
6646
6647 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6648
6649 Use more relative file and directory names.
6650 * Makefile.in (EMACS): Arrange for it to work when we chdir.
6651 (setwins, setwins_almost, setwins_for_subdirs):
6652 Don't `cd'; output relative names.
6653 (all, compile, compile-always, compile-last): Set emacswd.
6654 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
6655 Just cd to the lisp source dir so we can use relative file names.
6656
6657 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
6658
6659 2010-03-20 Glenn Morris <rgm@gnu.org>
6660
6661 * textmodes/rst.el: Use faces for font-lock customization, and make the
6662 old -face variables obsolete.
6663 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
6664 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
6665 (rst-block-face, rst-external-face, rst-definition-face)
6666 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
6667 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
6668 Make obsolete.
6669 (rst-font-lock-keywords-function): Update for above changes.
6670
6671 2010-03-20 Juri Linkov <juri@jurta.org>
6672
6673 * s-region.el:
6674 * obsolete/s-region.el: Move to obsolete.
6675
6676 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
6677
6678 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
6679
6680 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
6681
6682 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
6683
6684 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
6685
6686 Add special markup processing for commit logs.
6687 * log-edit.el (log-edit-extra-flags): New variable.
6688 (log-edit): Add new argument MODE. Use that mode when non-nil
6689 instead of the log-view-mode.
6690 (log-view-process-buffer): New function.
6691
6692 * vc.el: Document that the checkin method takes optional
6693 arguments. Document new backend specific method: log-view-mode.
6694 (vc-default-log-edit-mode): New function.
6695 (vc-checkin): Use a backend specific log-view-mode.
6696 Pass extra arguments to the checkin method.
6697 (vc-modify-change-comment): Pass a dummy extra argument.
6698
6699 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
6700 log-edit.
6701 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
6702 (vc-finish-logentry): Process the log buffer before passing it
6703 down. Pass log-edit-extra-flags.
6704
6705 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
6706 command.
6707 (log-edit-extra-flags, log-edit-before-checkin-process):
6708 New declarations.
6709
6710 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
6711 command.
6712 (log-edit-extra-flags, log-edit-before-checkin-process):
6713 New declarations.
6714 (vc-hg-log-edit-mode): New derived mode.
6715
6716 * vc-arch.el (vc-arch-checkin):
6717 * vc-cvs.el (vc-cvs-checkin):
6718 * vc-git.el (vc-git-checkin):
6719 * vc-mtn.el (vc-mtn-checkin):
6720 * vc-rcs.el (vc-rcs-checkin):
6721 * vc-sccs.el (vc-sccs-checkin):
6722 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
6723
6724 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
6725
6726 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
6727 parent typo).
6728
6729 2010-03-19 Glenn Morris <rgm@gnu.org>
6730
6731 * password-cache.el (password-cache, password-cache-expiry): Autoload.
6732
6733 2010-03-18 Glenn Morris <rgm@gnu.org>
6734
6735 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
6736
6737 * replace.el (query-replace-history): Give it a doc string.
6738 (map-query-replace-regexp): Use query-replace-from-history-variable
6739 and query-replace-to-history-variable.
6740
6741 * mail/hashcash.el (declare-function): Remove duplicate definition.
6742
6743 * mail/emacsbug.el (report-emacs-bug-pretest-address):
6744 Make it an obsolete alias for report-emacs-bug-address.
6745 (message-strip-special-text-properties): Declare.
6746 (report-emacs-bug): Remove test for a pretest bug address.
6747 Combine message-mode-specific code.
6748
6749 * mail/supercite.el: Don't require sendmail.
6750 (mh-in-header-p): Declare rather than using with-no-warnings.
6751 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
6752 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
6753
6754 * calendar/cal-french.el: Convert to utf-8.
6755
6756 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
6757 Emacs scripts.
6758
6759 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
6760
6761 * net/secrets.el (secrets-enabled): New variable. Use it instead
6762 of a subfeature.
6763
6764 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
6765
6766 * net/secrets.el (top): Register the D-Bus signals only when the
6767 service "org.freedesktop.secrets" can be pinged.
6768 Provide subfeature `enabled'.
6769
6770 2010-03-14 Juri Linkov <juri@jurta.org>
6771
6772 Add finder unknown keywords.
6773
6774 * finder.el (finder-unknown-keywords): New function.
6775
6776 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
6777 to create a Finder node with unknown keywords.
6778
6779 2010-03-14 Juri Linkov <juri@jurta.org>
6780
6781 * finder.el (finder-compile-keywords): Replace `princ' with
6782 `prin1' on a list of symbols interned from keyword strings.
6783
6784 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
6785 a comma, then split keywords using a comma and optional whitespace.
6786 Otherwise, split by whitespace.
6787
6788 * complete.el:
6789 * face-remap.el:
6790 * log-view.el:
6791 * net/hmac-def.el:
6792 * net/hmac-md5.el:
6793 * net/netrc.el:
6794 * progmodes/mixal-mode.el: Fix keywords.
6795
6796 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
6797
6798 * Makefile.in (ELCFILES): Add net/secrets.elc.
6799
6800 * net/secrets.el: New file.
6801
6802 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
6803
6804 * facemenu.el (list-colors-display, list-colors-print): New arg
6805 callback. Use it to allow selecting colors.
6806
6807 * wid-edit.el (widget-image-insert): Insert image prop even if the
6808 current display is non-graphic.
6809 (widget-field-value-set): New fun.
6810 (editable-field): Use it.
6811 (widget-field-value-get): Clean up unused var.
6812 (widget-color-value-create, widget-color--choose-action):
6813 New funs. Allow using list-colors-display to choose color.
6814
6815 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
6816
6817 * cus-edit.el: Resort topmost custom groups.
6818 (custom-buffer-sort-alphabetically): Default to t.
6819 (customize-apropos): Use apropos-parse-pattern.
6820 (custom-search-field): New var.
6821 (custom-buffer-create-internal): Add custom-apropos search field.
6822 (custom-add-parent-links): Don't display parent doc.
6823 (custom-group-value-create): Don't sort top-level custom group.
6824 (custom-magic-value-create): Show visibility button before option name.
6825
6826 (custom-variable-state): New fun, from custom-variable-state-set.
6827 (custom-variable-state-set): Use it.
6828 (custom-group-value-create): Hide options with standard values
6829 using the :hidden-states property. Use progress reporter.
6830
6831 (custom-show): Simplify.
6832 (custom-visibility): Disable images by default.
6833 (custom-variable): New property :hidden-states.
6834 (custom-variable-value-create): Enable images for
6835 custom-visibility widgets. Use :hidden-states property to
6836 determine initial visibility.
6837
6838 * wid-edit.el (widget-image-find): Give images center ascent.
6839 (visibility): Add :on-image and :off-image properties.
6840 (widget-visibility-value-create): Use them.
6841
6842 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
6843
6844 * cus-edit.el (processes): Remove from development group.
6845 (oop, hypermedia): Delete group.
6846 (comm): Promote to top-level group.
6847
6848 * net/browse-url.el (browse-url):
6849 * net/xesam.el (xesam):
6850 * net/tramp.el (tramp):
6851 * net/goto-addr.el (goto-address):
6852 * net/ange-ftp.el (ange-ftp): Put in comm group.
6853
6854 * view.el (view): Remove from editing group.
6855
6856 * uniquify.el (uniquify): Put in files group.
6857
6858 * net/browse-url.el (browse-url):
6859 * ps-print.el (postscript): Put in external group.
6860
6861 * cus-edit.el (outlines):
6862 * textmodes/text-mode.el (text-mode-hook):
6863 * textmodes/table.el (table):
6864 * textmodes/picture.el (picture):
6865 * outline.el (outlines): Put in wp group.
6866
6867 * nxml/nxml-mode.el (nxml): Remove from wp group.
6868
6869 * net/tramp-imap.el (tramp-imap): Put in tramp group.
6870
6871 * mail/metamail.el (metamail): Remove from hypermedia group.
6872
6873 * cus-edit.el (abbrev):
6874 * whitespace.el (whitespace):
6875 * vcursor.el (vcursor):
6876 * reveal.el (reveal):
6877 * hl-line.el (hl-line): Put in convenience group.
6878
6879 * epg-config.el (epg): Put in data group.
6880
6881 * emulation/pc-select.el (pc-select): Put in emulations group.
6882
6883 * calculator.el (calculator): Put in applications group.
6884
6885 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
6886
6887 Add .dir-locals.el support for file-less buffers.
6888 * files.el (hack-local-variables): Split out code to apply local
6889 variable settings ...
6890 (hack-local-variables-apply): ... here. New function.
6891 (hack-dir-local-variables): Use the default directory for when the
6892 buffer does not have an associated file.
6893 (hack-dir-local-variables-non-file-buffer): New function.
6894 * diff-mode.el (diff-mode):
6895 * vc-annotate.el (vc-annotate-mode):
6896 * vc-dir.el (vc-dir-mode):
6897 * log-edit.el (log-edit-mode):
6898 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
6899
6900 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
6901
6902 Add support for shelving snapshots and for showing shelves.
6903 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
6904 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
6905 New functions.
6906 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
6907 (vc-bzr-extra-menu-map): Map them.
6908
6909 2010-03-11 Glenn Morris <rgm@gnu.org>
6910
6911 * cus-edit.el (customize-changed-options-previous-release):
6912 Bump to 23.1.
6913
6914 * image.el (image-animate-max-time): Fix :version tag.
6915
6916 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
6917
6918 * Branch for 23.2.
6919
6920 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
6921
6922 * vc-git.el (vc-git-revision-table): Include remote branches.
6923
6924 2010-03-10 Kim F. Storm <storm@cua.dk>
6925
6926 Animated image API.
6927 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
6928
6929 * image.el (image-animate-max-time): New defcustom.
6930 (image-animated-types): New defconst.
6931 (create-animated-image, image-animate-timer)
6932 (image-animate-start, image-animate-stop, image-animate-timeout)
6933 (image-animated-p): New functions.
6934
6935 * image-mode.el (image-toggle-display-image):
6936 Replace `create-image' with `create-animated-image'.
6937
6938 2010-03-09 Miles Bader <miles@gnu.org>
6939
6940 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
6941 instead of "format:"; this ensures that the output is
6942 newline-terminated.
6943
6944 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
6945
6946 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
6947 that all errors are caught, and that the return value is always a
6948 list (Bug#5692).
6949
6950 2010-03-08 Kenichi Handa <handa@m17n.org>
6951
6952 * language/misc-lang.el (windows-1256): New coding system.
6953 (cp1256): New alias of windows-1256 (bug#5690).
6954
6955 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
6956
6957 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
6958 call to rfc822-bad-address. (Bug#5692)
6959
6960 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
6961
6962 * vc-git.el (vc-git-annotate-extract-revision-at-line):
6963 Use vc-git-root as default directory for revision path (Bug#5657).
6964
6965 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
6966
6967 * calculator.el (calculator): Don't bind split-window-keep-point
6968 (Bug#5674).
6969
6970 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
6971
6972 * vc-git.el: Re-flow to fit into 80 columns.
6973 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
6974 Remove spurious `quote' element in each case alternative.
6975 (vc-git-show-log-entry): Use prog1.
6976 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
6977
6978 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
6979
6980 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
6981
6982 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
6983
6984 * macros.el (insert-kbd-macro): Look up keyboard macro using the
6985 definition, not the name (Bug#5481).
6986
6987 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
6988
6989 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
6990 argument with a local variable. (Bug#5670)
6991
6992 2010-03-02 Juri Linkov <juri@jurta.org>
6993
6994 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
6995
6996 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
6997
6998 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
6999 error when FILENAME and NEWNAME are existing remote directories.
7000
7001 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
7002 parameter DIR-FLAG.
7003
7004 2010-03-02 Glenn Morris <rgm@gnu.org>
7005
7006 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
7007 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
7008
7009 2010-03-01 Kenichi Handa <handa@m17n.org>
7010
7011 * language/burmese.el (burmese-composable-pattern): Rename from
7012 myanmar-composable-pattern.
7013
7014 * international/characters.el (script-list):
7015 * international/fontset.el (script-representative-chars):
7016 Change myanmar to burmese.
7017 (otf-script-alist): Likewise.
7018 (setup-default-fontset): Likewise. Re-fix :otf spec.
7019
7020 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
7021
7022 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
7023
7024 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
7025
7026 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
7027
7028 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
7029
7030 * net/tramp.el (tramp-handle-write-region): START can be a string.
7031 Take care in the checks. Reported by Dan Davison
7032 <davison@stats.ox.ac.uk>.
7033
7034 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
7035
7036 * net/dbus.el (dbus-introspect, dbus-get-property)
7037 (dbus-set-property, dbus-get-all-properties):
7038 Use `dbus-call-method' when noninteractive. (Bug#5645)
7039
7040 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
7041
7042 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
7043 * emacs-lisp/elint.el (elint-add-required-env):
7044 * calendar/icalendar.el (icalendar--add-diary-entry):
7045 * calc/calcalg2.el (math-tracing-integral):
7046 * files.el (recover-session-finish): Use with-current-buffer
7047 instead of save-excursion.
7048
7049 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
7050
7051 Fix in-buffer completion when after-change-functions modify the buffer.
7052 * minibuffer.el (completion--replace): New function.
7053 (completion--do-completion): Use it and use relative movement.
7054
7055 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
7056
7057 * international/fontset.el (setup-default-fontset): Fix :otf spec.
7058
7059 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
7060
7061 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
7062 Allow the characters _<> in the stack entry (Bug#5653).
7063
7064 2010-02-26 Kenichi Handa <handa@m17n.org>
7065
7066 * language/burmese.el: Fix entries in composition-function-table.
7067 (myanmar-composable-pattern): New variable.
7068
7069 * international/fontset.el (setup-default-fontset): Add an entry
7070 for myanmar.
7071
7072 * international/characters.el (script-list): Add Myanmar
7073 Extended-A.
7074
7075 2010-02-26 Glenn Morris <rgm@gnu.org>
7076
7077 * custom.el (custom-initialize-delay): Doc fix.
7078
7079 * mail/sendmail.el (send-mail-function): Autoload the call
7080 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
7081
7082 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
7083
7084 * files.el (hack-local-variables-filter): For eval forms, also
7085 check safe-local-variable-p (Bug#5636).
7086
7087 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
7088
7089 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
7090 setting the modes by `ignore-errors'. It might fail, for example
7091 if the file is not owned by the user but the group.
7092 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
7093
7094 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
7095
7096 * files.el (directory-listing-before-filename-regexp): Use
7097 stricter matching for iso-style dates, to avoid false matches with
7098 date-like filenames (Bug#5597).
7099
7100 * htmlfontify.el (htmlfontify): Doc fix.
7101
7102 * eshell/eshell.el (eshell): Doc fix.
7103
7104 * startup.el (fancy-about-screen): In mode-line, apply
7105 mode-line-buffer-id face only to the buffer name (Bug#5613).
7106
7107 2010-02-20 Kevin Ryde <user42@zip.com.au>
7108
7109 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7110 In `watcom' anchor regexp to start of line, to avoid slowness
7111 (Bug#5599).
7112
7113 2010-02-20 Eli Zaretskii <eliz@gnu.org>
7114
7115 * subr.el (remove-yank-excluded-properties): Explain in a comment
7116 why `category' property is removed.
7117
7118 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
7119
7120 * isearch.el (isearch-update-post-hook, isearch-update): Revert
7121 2010-02-17 change.
7122
7123 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
7124
7125 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
7126 (icalendar--convert-weekly-to-ical)
7127 (icalendar--convert-yearly-to-ical)
7128 (icalendar--convert-block-to-ical)
7129 (icalendar--convert-cyclic-to-ical)
7130 (icalendar--convert-anniversary-to-ical): Take care of time
7131 specifications where hour has 1-digit only (Bug#5549).
7132
7133 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
7134
7135 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
7136 of disassemble output in GDB 7.1.
7137
7138 2010-02-19 Glenn Morris <rgm@gnu.org>
7139
7140 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
7141 property. (Bug#5593)
7142
7143 2010-02-18 Sam Steingold <sds@gnu.org>
7144
7145 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
7146
7147 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
7148
7149 Use abbreviated file names in bookmarks (bug#5591).
7150 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
7151 calls to expand-file-name.
7152 (bookmark-relocate): Use abbreviated file names in bookmarks.
7153 (bookmark-load): Use abbreviated file names in messages.
7154
7155 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
7156
7157 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
7158 expand "." and "..". Reported by Thierry Volpiatto
7159 <thierry.volpiatto@gmail.com>.
7160
7161 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
7162
7163 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
7164 permissions of the temporary file to "0600". In case the remote
7165 file has no read permissions for the owner, there might be
7166 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
7167
7168 22010-02-18 Glenn Morris <rgm@gnu.org>
7169
7170 * emacs-lisp/authors.el (authors-renamed-files-alist):
7171 Add entries for INSTALL.CVS.
7172
7173 2010-02-17 Mark A. Hershberger <mah@everybody.org>
7174
7175 * vc-bzr.el: Fix typo in Known Bugs section.
7176
7177 * isearch.el (isearch-update-post-hook): New hook.
7178 (isearch-update): Use the new hook.
7179
7180 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
7181
7182 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
7183 Fix errors in copying directories.
7184 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
7185 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
7186 (tramp-handle-delete-file)
7187 (tramp-handle-dired-recursive-delete-directory)
7188 (tramp-handle-write-region): Flush also the cache for the upper
7189 directory.
7190
7191 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
7192
7193 * simple.el (save-interprogram-paste-before-kill): Doc fix.
7194
7195 * cus-edit.el (hardware): Doc fix.
7196
7197 * man.el (man): Add to external custom group.
7198
7199 * delim-col.el (columns): Move to wp custom group.
7200
7201 * doc-view.el (doc-view): Add to data custom group.
7202
7203 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
7204
7205 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
7206 by ispell-parse-output (Bug#5575).
7207
7208 2010-02-16 Kenichi Handa <handa@m17n.org>
7209
7210 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
7211 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
7212 (skkdic-convert): Use `euc-japan' coding system for writing.
7213
7214 2010-02-16 Glenn Morris <rgm@gnu.org>
7215
7216 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
7217 tex-main-file before using it. (Bug#5562)
7218
7219 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
7220
7221 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
7222 warnings, since it is annoying for the user to see them each time he
7223 runs the code.
7224
7225 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
7226
7227 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
7228 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
7229 instead of PROC for caching "first-password-request". Otherwise,
7230 new processes would not profit from passwords already entered.
7231
7232 * net/tramp-cache.el (tramp-dump-connection-properties):
7233 Don't save "first-password-request" property.
7234
7235 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
7236
7237 * outline.el (outline-head-from-level):
7238 * simple.el (with-wrapper-hook):
7239 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
7240 (elint-defun, elint-buffer-env, elint-top-form-logged)
7241 (elint-unbound-variable):
7242 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
7243 Fix typos in docstrings.
7244
7245 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
7246
7247 * files.el (insert-directory): When WILDCARD-REGEXP and
7248 FULL-DIRECTORY-P are nil, insert the file entry instead of the
7249 whole directory. (Bug#5551)
7250
7251 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
7252 dired's alignment sanity. (Bug#5516)
7253
7254 2010-02-14 Juri Linkov <juri@jurta.org>
7255
7256 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
7257 Remove remaining ^H with their preceding chars. (Bug#5566)
7258
7259 2010-02-13 Glenn Morris <rgm@gnu.org>
7260
7261 * simple.el (transpose-subr): Give it a doc-string.
7262
7263 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
7264 Doc fixes.
7265
7266 2010-02-12 Juri Linkov <juri@jurta.org>
7267
7268 * arc-mode.el (archive-unique-fname): Make directories for nested
7269 archives. (Bug#5540)
7270
7271 2010-02-12 Juri Linkov <juri@jurta.org>
7272
7273 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
7274
7275 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
7276
7277 * subr.el (copy-overlay): Handle deleted overlays.
7278
7279 * man.el (Man-completion-table): Don't signal an error if we can't run
7280 manual-program (bug#4056).
7281
7282 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
7283
7284 * textmodes/artist.el (artist-mt): Fix typos in docstring.
7285
7286 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7287
7288 * info.el (Info-bookmark-jump): Simplify.
7289
7290 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
7291 (bookmark-default-handler): Accept new bookmark field `buffer'.
7292
7293 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
7294
7295 * iswitchb.el (iswitchb-completions): Revert last change.
7296
7297 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
7298
7299 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
7300 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
7301 This prevents file names like "~/" being listed literally.
7302
7303 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
7304
7305 * term/xterm.el (xterm-maybe-set-dark-background-mode):
7306 Remove dead code. (Bug#5546)
7307
7308 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
7309
7310 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
7311 correctly (Bug#5548).
7312
7313 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
7314
7315 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
7316 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
7317
7318 2010-02-08 Kenichi Handa <handa@m17n.org>
7319
7320 * international/mule-util.el (with-coding-priority): Add autoload
7321 cookie for putting `lisp-indent-function'.
7322
7323 2010-02-07 Glenn Morris <rgm@gnu.org>
7324
7325 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
7326 Move F2003 named interfaces from keywords-2 to keywords-1, and
7327 use function-name-face rather than constant-face.
7328 Simplify "abstract interface" regexp.
7329
7330 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
7331
7332 * eshell/esh-util.el (eshell-file-attributes): New optional arg
7333 ID-FORMAT. Pass it to `file-attributes'.
7334
7335 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
7336
7337 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
7338
7339 * faces.el (set-face-attribute): Allow calling
7340 internal-set-lisp-face-attribute with 'unspecified family and
7341 foundry argument (Bug#5536).
7342
7343 2010-02-07 Glenn Morris <rgm@gnu.org>
7344
7345 * progmodes/f90.el (f90-font-lock-keywords-2)
7346 (f90-looking-at-type-like, f90-looking-at-program-block-end):
7347 Handle F2003 named interfaces.
7348
7349 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
7350
7351 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
7352 beg and end before calling c-get-state-before-change-functions.
7353
7354 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
7355
7356 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
7357
7358 2010-02-05 Juri Linkov <juri@jurta.org>
7359
7360 * doc-view.el (doc-view-mode):
7361 * image-mode.el (image-mode): Put property mode-class=special.
7362 (Bug#4896)
7363
7364 2010-02-05 Mark A. Hershberger <mah@everybody.org>
7365
7366 * vc-svn.el (vc-svn-revision-table): New function.
7367
7368 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
7369
7370 * net/ange-ftp.el (ange-ftp-insert-directory):
7371 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7372 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7373 Handle also directories. (Bug#5478)
7374
7375 2010-02-05 Glenn Morris <rgm@gnu.org>
7376
7377 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
7378
7379 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
7380
7381 * startup.el (command-line-1): Convert options beginning with a
7382 single dash as well (Bug#5519).
7383
7384 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
7385
7386 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
7387 * minibuffer.el (completion-initials-expand): Only check the presence
7388 of delims *within* the boundaries, since otherwise the / delim is
7389 always found for files.
7390
7391 Fix up various corner case problems.
7392 * doc-view.el (doc-view-last-page-number): New function.
7393 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
7394 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
7395 (doc-view-kill-proc): Avoid inf-loop in freak cases.
7396 (doc-view-reconvert-doc): Use the new recursive delete-directory.
7397 (doc-view-convert-current-doc): Don't create the resolution.el file
7398 here any more.
7399 (doc-view-pdf/ps->png): Do it here instead.
7400 (doc-view-already-converted-p): Check that resolution.el is present.
7401 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
7402 windows that are not yet showing images.
7403
7404 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
7405
7406 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
7407 `dired-uncache' for every elemnt which is an absolute file name.
7408
7409 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
7410 directory, handle its directory component.
7411 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
7412 function is called permanently and creates noise, otherwise.
7413
7414 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7415 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7416 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
7417
7418 2010-02-04 David Burger <dburger@google.com> (tiny change)
7419
7420 * macros.el (apply-macro-to-region-lines):
7421 Minor simplification. (Bug#5485)
7422
7423 2010-02-04 Glenn Morris <rgm@gnu.org>
7424
7425 * mail/rmail.el (rmail-show-message-1): Handle malformed
7426 quoted-printable text. (Bug#5441)
7427
7428 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
7429
7430 * simple.el (visual-line-mode): Capitalize lighter.
7431
7432 2010-02-03 John Wiegley <jwiegley@gmail.com>
7433
7434 * iswitchb.el (iswitchb-completions): Add bookmark files to the
7435 list of files considered for "virtual buffer" completions.
7436
7437 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
7438
7439 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
7440 also in case of (and (not full) (not wildcard)). This is needed
7441 when dired is called with a list of files, which are not in
7442 `default-directory'. (Bug#5478)
7443
7444 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
7445
7446 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
7447
7448 2010-02-02 Juri Linkov <juri@jurta.org>
7449
7450 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
7451 from unidiff to allow function-line after @@.
7452
7453 2010-02-02 Juri Linkov <juri@jurta.org>
7454
7455 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
7456 '(RCS SCCS) with inverted condition.
7457
7458 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
7459
7460 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
7461 messages.
7462
7463 2010-02-01 Juri Linkov <juri@jurta.org>
7464
7465 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
7466 compare with "pkunzip" and "pkzip" instead of only "pkzip".
7467 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
7468 only when (car archive-zip-extract) is "unzip". (Bug#5475)
7469
7470 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
7471
7472 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
7473 (doc-view-revert-buffer): New command.
7474 (doc-view-mode-map): Use it.
7475
7476 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
7477
7478 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
7479 pending merge is detected.
7480
7481 2010-01-31 Juri Linkov <juri@jurta.org>
7482
7483 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
7484 beginning of interactive spec like all other grep commands do.
7485 Put "all" in front of "gz". (Bug#5260)
7486
7487 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
7488
7489 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
7490
7491 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
7492
7493 * dirtrack.el (dirtrack): Warn instead of signalling error if the
7494 regexp is incorrect (Bug#5476).
7495
7496 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
7497
7498 * net/tramp.el (tramp-handle-insert-directory): Handle also
7499 symlinks, when FILENAME is not in `default-directory'.
7500
7501 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
7502
7503 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
7504 FILE is not in `default-directory'. (Bug#5478)
7505
7506 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
7507 of SWITCHES. Handle the case, FILENAME is not in
7508 `default-directory'. (Bug#5478)
7509 (tramp-register-file-name-handlers): Add safe-magic property.
7510
7511 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
7512
7513 * arc-mode.el (archive-zip-extract): Quote the argument passed to
7514 unzip (Bug#5475).
7515
7516 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
7517
7518 * progmodes/flymake.el (flymake-allowed-file-name-masks)
7519 (flymake-master-make-header-init): Add other C++ filename masks.
7520 (flymake-find-possible-master-files)
7521 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
7522
7523 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
7524
7525 Fix some busybox annoyances.
7526
7527 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
7528 not responding." string.
7529 (tramp-open-connection-setup-interactive-shell): Dump stty
7530 settings. Enable "neveropen" arg for all `tramp-send-command'
7531 calls. Handle "=" in variable values properly.
7532 (tramp-find-inline-encoding): Raise an error, when no encoding is
7533 found.
7534 (tramp-wait-for-output): Check, whether PROC buffer is available.
7535 Remove spurious " ^H" sequences, sent by busybox.
7536 (tramp-get-ls-command): Suppress coloring, if possible.
7537
7538 2010-01-28 Glenn Morris <rgm@gnu.org>
7539
7540 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
7541
7542 * log-edit.el (log-edit-strip-single-file-name): Add missing
7543 :safe, :group, and :version tags.
7544
7545 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
7546
7547 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
7548 buffers. (Bug#5477)
7549
7550 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
7551
7552 * files.el (delete-directory): Handle moving to trash without
7553 first doing recursion (Bug#5436).
7554
7555 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
7556
7557 * vc-hooks.el (vc-path): Mark as obsolete.
7558
7559 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
7560
7561 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
7562 names too.
7563
7564 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
7565 for the short log.
7566 (vc-bzr-log-view-mode): Adjust regexp for the above change.
7567
7568 2010-01-25 Mark A. Hershberger <mah@everybody.org>
7569
7570 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
7571
7572 * vc-bzr.el (vc-bzr-revision-table): New function.
7573
7574 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
7575
7576 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
7577 diff-index command. This requires at least git-1.5.5. (Bug#1589).
7578
7579 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
7580
7581 Remove support for adding --signoff on commit.
7582 Future support will use an incompatible generic mechanism.
7583 * vc-git.el (vc-git-add-signoff): Remove variable.
7584 (vc-git-toggle-signoff): Remove function.
7585 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
7586
7587 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
7588 from xterm-set-background-mode. Return t if the background mode
7589 was set.
7590 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
7591 earlier, call it again in case the background mode has changed.
7592
7593 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
7594
7595 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
7596 (Bug#3541).
7597
7598 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
7599
7600 * emacs-lisp/assoc.el (aelement): Doc fix.
7601 (aput, adelete, amake): Use lexical-let (Bug#5450).
7602
7603 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
7604
7605 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
7606 is the same as subprogram call, not declaration. (Bug#5435).
7607
7608 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
7609
7610 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
7611 (tramp-smb-maybe-open-connection): Use it.
7612
7613 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
7614
7615 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
7616
7617 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
7618
7619 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
7620 just because we see "encoding: 8bit".
7621 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
7622
7623 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
7624
7625 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
7626
7627 2010-01-22 Eli Zaretskii <eliz@gnu.org>
7628
7629 * jka-compr.el (jka-compr-load): If load-file is not in
7630 load-history, try its file-truename version. (bug#5447)
7631
7632 2010-01-21 Alan Mackenzie <acm@muc.de>
7633
7634 Fix a situation where deletion of a cpp construct throws an error.
7635 * progmodes/cc-engine.el (c-invalidate-state-cache):
7636 Before invoking c-with-all-but-one-cpps-commented-out, check that the
7637 special cpp construct is still in the buffer.
7638 (c-parse-state): Record the special cpp with markers, not numbers.
7639
7640 2010-01-21 Kenichi Handa <handa@m17n.org>
7641
7642 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
7643 process last-command-event, as it is now decoded first (Bug#5380).
7644
7645 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
7646
7647 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
7648
7649 2010-01-20 Glenn Morris <rgm@gnu.org>
7650
7651 * indent.el (tab-always-indent): Fix custom-type.
7652
7653 2010-01-19 Alan Mackenzie <acm@muc.de>
7654
7655 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
7656 buffer throws "args out of range".
7657 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
7658 playing the role of delimiter.
7659
7660 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
7661
7662 * progmodes/ada-mode.el: Fix bug#5400.
7663 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
7664 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
7665 changed. Delete RECURSIVE parameter; never used. Improve doc string.
7666 Improve comments in "is" portion. Handle null procedure declaration.
7667 (ada-move-to-end): Improve doc string.
7668
7669 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
7670
7671 * ido.el (ido-cur-list): Initialize to nil.
7672 Remove obsolete information from commentary.
7673 (ido-choice-list): Initialize to nil.
7674 (ido-get-bufname): Reject minibuffers.
7675 (ido-make-buffer-list): If "default" is a nonexistent
7676 buffer, ignore it, as per the function's comment.
7677 (ido-kill-buffer-internal): New function.
7678 (ido-kill-buffer-at-head): Use it.
7679 (ido-visit-buffer): Likewise.
7680
7681 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
7682
7683 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
7684
7685 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
7686
7687 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
7688 Fix typos in chart titles.
7689
7690 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
7691 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
7692 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
7693 (describe-class, eieio-describe-generic, describe-generic):
7694 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
7695 (eieio-speedbar-expand):
7696 * emulation/viper-cmd.el (viper-exec-form-in-vi)
7697 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
7698 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
7699 (viper-del-backward-char-in-replace, viper-backward-indent)
7700 (viper-brac-function, viper-register-to-point, viper-submit-report):
7701 * net/tramp.el (tramp-remote-coding-commands):
7702 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
7703 Fix typos in docstrings.
7704
7705 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
7706
7707 * mail/sendmail.el (mail-yank-original): Set the mark if the
7708 specified function for yanking does not do it.
7709
7710 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
7711
7712 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
7713
7714 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
7715 resyncing a directory.
7716
7717 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
7718
7719 * progmodes/ada-mode.el: Fix bug#1920.
7720 (ada-ident-re): Delete ., allow multibyte characters.
7721 (ada-goto-label-re): New; matches goto labels.
7722 (ada-block-label-re): New; matches block labels.
7723 (ada-label-re): New; matches both.
7724 (ada-named-block-re): Deleted; callers changed to use
7725 `ada-block-label-re' instead.
7726 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
7727 Use `ada-block-label-re'.
7728 (ada-indent-on-previous-lines): Improve handling of goto labels.
7729 (ada-get-indent-block-start): Special-case block label.
7730 (ada-get-indent-label): Split into `ada-indent-block-label' and
7731 `ada-indent-goto-label'.
7732 (ada-goto-stmt-start, ada-goto-next-non-ws):
7733 Optionally ignore goto labels.
7734 (ada-goto-next-word): Simplify.
7735 (ada-indent-newline-indent-conditional): Insert newline before
7736 trying to fix indentation; doc fix.
7737
7738 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
7739
7740 * calc/calc.el (calc-command-flags): Give it an initial value.
7741
7742 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
7743
7744 * files.el (minibuffer-with-setup-hook):
7745 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
7746 (artist-key-draw-continously, artist-key-do-continously-continously)
7747 (artist-key-set-point-continously, artist-mouse-draw-continously):
7748 Fix typos in docstrings.
7749
7750 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
7751
7752 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
7753 return t (Bug#3898).
7754
7755 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
7756
7757 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
7758 can parse the output of the external commands (Bug#5279).
7759
7760 2010-01-16 Jari Aalto <jari.aalto@cante.net>
7761
7762 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
7763
7764 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
7765
7766 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
7767
7768 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
7769
7770 * startup.el (command-line): Remove unused --icon-type arg.
7771 Handle --display arg, passing it to command-line-1 (Bug#5392).
7772
7773 2010-01-16 Mario Lang <mlang@delysid.org>
7774
7775 * emacs-lisp/chart.el (chart-translate-namezone):
7776 * textmodes/artist.el (artist-compute-popup-menu-table):
7777 Remove duplicated words in doc-strings.
7778
7779 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
7780
7781 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
7782 to mairix-search to suppress threading (Bug#5342).
7783
7784 2010-01-15 Kenichi Handa <handa@m17n.org>
7785
7786 * international/mule-cmds.el (canonicalize-coding-system-name):
7787 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
7788
7789 2010-01-15 Glenn Morris <rgm@gnu.org>
7790
7791 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
7792
7793 * wid-edit.el (widget-keymap): Doc fix.
7794
7795 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
7796 former seems to be more widely accepted by various svn versions.
7797
7798 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
7799
7800 * find-cmd.el (find-constituents):
7801 * vc-arch.el (vc-arch-root):
7802 * window.el (window-body-height, pop-up-frames):
7803 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
7804 * progmodes/ada-stmt.el (ada-if):
7805 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
7806 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
7807 (ispell-encoding8-command, ispell-aspell-supports-utf8)
7808 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
7809
7810 * progmodes/flymake.el (flymake-post-syntax-check):
7811 Fix typo in error message.
7812
7813 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
7814
7815 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
7816 which is always a string. (Bug#5313)
7817
7818 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
7819
7820 * progmodes/ada-xref.el (ada-default-prj-properties):
7821 Simplify previous change.
7822
7823 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
7824
7825 * progmodes/ada-xref.el (ada-default-prj-properties):
7826 Default ada_project_path to $ADA_PROJECT_PATH.
7827
7828 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
7829
7830 * progmodes/ada-mode.el (ada-create-keymap):
7831 Override `narrow-to-defun' with `ada-narrow-to-defun'.
7832
7833 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
7834
7835 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
7836 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
7837 (ada-get-current-indent, ada-imenu-generic-expression)
7838 (ada-which-function): Check for it.
7839
7840 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
7841
7842 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
7843 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
7844
7845 2010-01-14 Glenn Morris <rgm@gnu.org>
7846
7847 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
7848
7849 2010-01-14 Kenichi Handa <handa@m17n.org>
7850
7851 * composite.el (auto-composition-mode): Make it a buffer local
7852 variable (permanent-local).
7853 (auto-composition-function): Set the default value to
7854 auto-compose-chars.
7855 (auto-composition-mode): Make it a simple function, not a minor mode.
7856 (global-auto-composition-mode): Likewise.
7857 (turn-on-auto-composition-if-enabled): Delete it.
7858
7859 2010-01-13 Karl Fogel <kfogel@red-bean.com>
7860
7861 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
7862
7863 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
7864
7865 * files.el (copy-directory): Compute target for recursive
7866 directories with identical names. (Bug#5343)
7867
7868 2010-01-12 Glenn Morris <rgm@gnu.org>
7869
7870 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
7871 it to bug-gnu-emacs rather than emacs-pretest-bug.
7872
7873 2010-01-11 Sam Steingold <sds@gnu.org>
7874
7875 * imenu.el (imenu-default-create-index-function): Detect infinite
7876 loops caused by imenu-prev-index-position-function.
7877
7878 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
7879
7880 * htmlfontify.el (htmlfontify-load-rgb-file)
7881 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
7882 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
7883 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
7884 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
7885 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
7886 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
7887 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
7888 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
7889 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
7890 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
7891 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
7892 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
7893 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
7894 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
7895 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
7896 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
7897 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
7898 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
7899 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
7900 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
7901 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
7902 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
7903 backslash-quoting from parentheses, etc.
7904
7905 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
7906
7907 * progmodes/js.el: Autoload javascript-mode alias.
7908
7909 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
7910
7911 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
7912 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
7913 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
7914 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
7915 Fix typos in docstrings.
7916 (ffap-url-regexp): Doc fix.
7917 (ffap-at-mouse): Fix typo in message.
7918
7919 2010-01-11 Glenn Morris <rgm@gnu.org>
7920
7921 * version.el (emacs-copyright): Set copyright year to 2010.
7922
7923 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
7924
7925 * format.el (format-annotate-function): Only set
7926 write-region-post-annotation-function after running to-fn so as not to
7927 affect nested write-region calls (bug#5273).
7928
7929 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
7930
7931 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
7932 wisent/python.el.
7933
7934 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
7935
7936 * man.el (Man-goto-section): Signal error if the section is not
7937 found (Bug#5317).
7938
7939 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
7940
7941 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
7942 URLs with a leading triple slash in the file: scheme. (Bug#5345)
7943
7944 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
7945
7946 * progmodes/compile.el: Don't treat compile-command as safe if
7947 compilation-read-command might be nil (Bug#4218).
7948
7949 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
7950
7951 * startup.el (command-line-1): Use orig-argi to check for ignored X and
7952 NS options.
7953
7954 2010-01-08 Kenichi Handa <handa@m17n.org>
7955
7956 * international/fontset.el (build-default-fontset-data):
7957 Exclude characters in scripts kana, hangul, han, or cjk-misc.
7958
7959 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
7960
7961 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
7962 to `create-file-buffer' as it expects, not just a buffer name.
7963 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
7964 to help uniquify. (Bug#3224)
7965
7966 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
7967
7968 * font-setting.el (font-setting-change-default-font): Use user-spec
7969 instead of name.
7970
7971 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
7972
7973 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
7974
7975 2010-01-05 Tom Tromey <tromey@redhat.com>
7976
7977 * progmodes/python.el (python-font-lock-keywords):
7978 Handle qualified decorators (Bug#881).
7979
7980 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
7981
7982 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
7983 in a lightweight checkout.
7984
7985 2010-01-05 Kenichi Handa <handa@m17n.org>
7986
7987 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
7988
7989 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
7990
7991 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
7992
7993 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
7994
7995 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
7996 checkouts. (Bug#618)
7997 (vc-bzr-log-view-mode): Also highlight the author.
7998 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
7999 (vc-bzr-shelve-menu-map):
8000 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
8001 (vc-bzr-shelve-apply): Make prompt more explicit.
8002
8003 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
8004
8005 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
8006 They are valid characters in URL paths (rfc3986), and at least
8007 Firefox does not understand the encoded version (Bug#3166).
8008
8009 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
8010
8011 * progmodes/octave-mod.el (octave-end-keywords)
8012 (octave-block-begin-or-end-regexp, octave-block-match-alist):
8013 Add "end" keyword (Bug#3061).
8014 (octave-end-as-array-index-p): New function.
8015 (calculate-octave-indent): Use it.
8016
8017 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8018
8019 * bookmark.el: Consistently put the text property on the bookmark name.
8020 (bookmark-bmenu-marks-width): Bump back to 2, to include
8021 annotation marks.
8022 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
8023 property on the bookmark name, instead of not putting it at all.
8024 (bookmark-bmenu-list): Fix where we put the text property.
8025
8026 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8027
8028 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
8029 for showing buffer modified state (as added in the previous change).
8030
8031 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8032
8033 * bookmark.el: Show modified state of bookmark buffer more accurately.
8034 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
8035 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
8036 (with-buffer-modified-unmodified): New macro.
8037 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8038 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
8039 Use new macro to preserve the buffer modified state.
8040
8041 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8042
8043 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
8044 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
8045 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
8046 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
8047 (bookmark-bmenu-rename, bookmark-bmenu-locate)
8048 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
8049 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
8050
8051 2010-01-02 Eli Zaretskii <eliz@gnu.org>
8052
8053 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8054 Make the lines in the generated doc string shorter. (Bug#4668)
8055
8056 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
8057
8058 * net/rcirc.el: Add follow-link binding (Bug#4738).
8059
8060 2010-01-02 Eli Zaretskii <eliz@gnu.org>
8061
8062 * Makefile.in (bzr-update): Rename from cvs-update.
8063 (cvs-update): New target for backward compatibility.
8064
8065 * makefile.w32-in (bzr-update): Rename from cvs-update.
8066 (cvs-update): New target for backward compatibility.
8067
8068 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8069
8070 * bookmark.el: Remove gratuitous gratitude.
8071
8072 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8073
8074 * bookmark.el (bookmark-bmenu-any-marks): New function.
8075 (bookmark-bmenu-save): Clear buffer modification if no marks.
8076
8077 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8078
8079 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
8080 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
8081 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
8082 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
8083
8084 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
8085 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
8086 To: emacs-devel {_AT_} gnu.org
8087 Subject: bookmark.el bug report
8088 Date: Mon, 28 Dec 2009 14:19:16 +0800
8089 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
8090
8091 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8092
8093 * bookmark.el: Improvements suggested by Drew Adams:
8094 (bookmark-bmenu-ensure-position): New name for
8095 `bookmark-bmenu-check-position'. Just ensure the position,
8096 don't return any meaningful value.
8097 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
8098 New constants.
8099
8100 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
8101
8102 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
8103 (bookmark-yank-point, bookmark-bmenu-check-position):
8104 Fix typos in docstrings.
8105 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
8106 (bookmark-name-from-full-record, bookmark-get-position)
8107 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
8108 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
8109 Remove useless quoting of parenthesis, etc. in docstrings.
8110
8111 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
8112 (ediff-append-custom-diff): Fix typo in error message.
8113 (ediff-meta-mark-equal-files): Fix typos in messages.
8114
8115 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
8116
8117 * net/imap-hash.el (imap-hash-make): Doc fix.
8118 (imap-hash-test): Fix typo in error message; reflow docstring.
8119 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
8120 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
8121 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
8122 Fix typos in docstrings.
8123 (imap-hash-open-connection): Fix typo in error message.
8124
8125 * play/gomoku.el (gomoku): Fix typos in docstring.
8126
8127 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
8128 (gdb-jsonify-buffer): Fix typos in docstring.
8129 (gdb-goto-breakpoint): Fix typo in error message.
8130 ("Display Other Windows"): Fix typo in help message.
8131 (gdb-speedbar-expand-node): Fix typo in question.
8132
8133 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
8134 (idlwave-html-system-help-location, idlwave-html-help-location)
8135 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
8136 (idlwave-help-browser-generic-args, idlwave-help-directory)
8137 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
8138 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
8139 (idlwave-online-help, idlwave-help-html-link)
8140 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
8141 Fix typos in docstrings.
8142 (idlwave-help-with-source, idlwave-help-find-routine-definition):
8143 Reflow docstrings.
8144 (idlwave-help-assistant-start): Fix typo in error message.
8145
8146 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
8147 (octave-electric-space): Fix typos in docstrings.
8148
8149 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
8150
8151 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
8152
8153 2010-01-01 Juri Linkov <juri@jurta.org>
8154
8155 * comint.el (comint-input-ring-size): Make it a defcustom and
8156 increase the default to 500 (Bug#5148).
8157
8158 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
8159
8160 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
8161 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
8162 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
8163
8164 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
8165
8166 Show working revision correctly for mercurial.
8167 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
8168 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
8169
8170 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
8171
8172 Declare some functions for the byte-compiler.
8173 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
8174 (speedbar-timer-fn, speedbar-change-expand-button-char)
8175 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
8176
8177 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
8178
8179 This changeset reverts GDB Graphical Interface to use annotations.
8180 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
8181
8182 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
8183
8184 Make vc-dir work on subdirectories of the bzr root.
8185 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
8186 file names relative to it.
8187 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
8188 relative directory to vc-bzr-after-dir-status.
8189
8190 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
8191
8192 * font-lock.el (font-lock-refresh-defaults): New function, which
8193 can be used to let font-lock react to external changes in
8194 variables like font-lock-defaults and keywords.
8195 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
8196
8197 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
8198
8199 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
8200
8201 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
8202
8203 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
8204
8205 Supersede color.diff settings in git log (bug#5211).
8206
8207 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
8208 escape chars in its output when the user has color.diff set to `always'.
8209 This fix works on git 1.4.2 and newer (released on 2006-08-13).
8210
8211 2009-12-26 Kevin Ryde <user42@zip.com.au>
8212
8213 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
8214 node. Keep previous "Index" name to work with past coreutils too.
8215
8216 * man.el (man): Revise docstring a bit to show -a and -l as
8217 examples. Add -k description since support for it has otherwise
8218 been a secret. (Further to bug#3717.)
8219 (Man-bgproc-sentinel): When "-k foo" produces no output show error
8220 "no matches" rather than "Can't find manpage", as the latter reads
8221 like -k was interpreted as a page name, which is not so. (Bug#5431)
8222
8223 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
8224
8225 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
8226 switches. Check also for //SUBDIRED// line.
8227
8228 2009-12-25 Kenichi Handa <handa@m17n.org>
8229
8230 * language/indian.el (devanagari-composable-pattern): Fixed to
8231 handle ZWNJ and ZWJ. Use it in composition-function-table for
8232 Devanagari.
8233 (malayalam-composable-pattern): Fix previous change.
8234
8235 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8236
8237 * ps-print.el (ps-face-attributes): It was not returning the
8238 attribute face for faces specified as string. Reported by harven
8239 <harven@free.fr>. (Bug#5254)
8240 (ps-print-version): New version 7.3.5.
8241
8242 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
8243
8244 * calendar/icalendar.el (icalendar--convert-tz-offset):
8245 Fix timezone names.
8246 (icalendar--convert-tz-offset): Fix the "last-day-problem".
8247 (icalendar--add-diary-entry): Remove the trailing blank that
8248 diary-make-entry inserts.
8249
8250 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
8251
8252 Make `file-expand-wildcards' work for remote files.
8253
8254 * files.el (file-expand-wildcards): In case of remote files, check
8255 only local file name part for wildcards. Provide feature 'files
8256 and subfeature 'remote-wildcards. (Bug#5198)
8257
8258 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
8259 if there is already an established connection.
8260 (tramp-advice-file-expand-wildcards): Remove it.
8261
8262 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
8263 (tramp-advice-file-expand-wildcards): Move from tramp.el.
8264 Activate advice for older GNU Emacs versions. (Bug#5237)
8265
8266 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
8267
8268 Some doc fixes (more needed).
8269
8270 * find-cmd.el (find-constituents): Reflow docstring.
8271 (find-cmd, find-prune, find-command): Fix typos in docstrings.
8272 (find-generic): Doc fix.
8273
8274 2009-12-17 Juri Linkov <juri@jurta.org>
8275
8276 Fix regression from 23.1 to allow multiple modes in Local Variables.
8277
8278 * files.el (hack-local-variables-filter): While ignoring duplicates,
8279 don't take `mode' into account.
8280 (hack-local-variables-filter, hack-dir-local-variables):
8281 Don't remove duplicate `mode' from local-variables-alist (like `eval').
8282
8283 2009-12-17 Juri Linkov <juri@jurta.org>
8284
8285 Make `dired-diff' safer. (Bug#5225)
8286
8287 * dired-aux.el (dired-diff): Signal an error when `file' equals to
8288 `current' or when `file' is a directory of the `current' file.
8289
8290 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
8291
8292 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
8293 unconditionally preloaded files.
8294
8295 2009-12-16 Juri Linkov <juri@jurta.org>
8296
8297 Revert to old 23.1 logic of using the file at the mark as default.
8298 * dired-aux.el (dired-diff): Use the file at the mark as default
8299 if it's not the same as the current file, and the target dir is
8300 the current dir or the mark is active. Add the current file
8301 as the arg of `dired-dwim-target-defaults'. Use the default file
8302 in the prompt. (Bug#5225)
8303
8304 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
8305
8306 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
8307 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
8308 (tramp-check-for-regexp): Check also, when an echoing shell stops
8309 to echo sent commands.
8310
8311 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
8312
8313 * Makefile.in: Revert last change (Bug#5191).
8314
8315 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
8316
8317 * vc-hg.el (vc-hg-print-log): Fix argument order.
8318 (vc-hg-working-revision): Make sure the command is executed in a
8319 known environment so that we can parse the output. (Bug#4417)
8320
8321 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
8322
8323 * progmodes/python.el (python-symbol-completions): Remove text
8324 properties from symbol string before calling python-send-receive.
8325
8326 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
8327
8328 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
8329 when there are values for both file and line. (Bug#5060)
8330
8331 2009-12-14 Juri Linkov <juri@jurta.org>
8332
8333 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
8334 whitespace after the file name of the first line of unified format,
8335 because git-diff doesn't output whitespace and file modification time
8336 after the file name.
8337
8338 2009-12-14 David Kastrup <dak@gnu.org>
8339
8340 * info.el (Info-hide-cookies-node): Before hiding a cookie,
8341 check if it already has the `display' property added by
8342 `Info-display-images-node', and not put the `invisible' property
8343 in this case.
8344
8345 2009-12-13 Glenn Morris <rgm@gnu.org>
8346
8347 * mail/emacsbug.el (message-sort-headers): Define for compiler.
8348 (report-emacs-bug): In message-mode, sort manually before storing
8349 original report text. (Bug#5178)
8350 Remove superfluous save-excursion.
8351
8352 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
8353
8354 * net/dbus.el (dbus-property-handler): Filter lambda forms out
8355 when responding to "GetAll" properties.
8356
8357 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
8358
8359 * simple.el (compose-mail): Remove mail-setup-with-from from
8360 customization checks.
8361
8362 2009-12-12 Eli Zaretskii <eliz@gnu.org>
8363
8364 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
8365 RAR archives created on Unix systems.
8366
8367 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
8368
8369 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
8370 the varalias that was accidentally removed by the 2009-11-19 change
8371 (bug#5186).
8372
8373 2009-12-12 Kenichi Handa <handa@m17n.org>
8374
8375 * language/indian.el (indian-compose-regexp): New function.
8376 (malayalam-composable-pattern): Fix the pattern.
8377 (composition-function-table): Set malayalam-composable-pattern for
8378 Malayalam characters.
8379
8380 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
8381
8382 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
8383 rather than down-mouse-1, based on follow-link conventions.
8384
8385 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
8386 are compiled.
8387
8388 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
8389
8390 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
8391 (verilog-vmm-statement-re, verilog-ovm-statement-re)
8392 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
8393 (verilog-leap-to-head, verilog-backward-token):
8394 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
8395
8396 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
8397
8398 * progmodes/verilog-mode.el (verilog-auto-lineup)
8399 (verilog-nameable-item-re): Cleanup user-visible spelling and
8400 documentation errors. One reported by Gary Delp.
8401 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
8402 (verilog-read-decls): Fix AUTOWIRE with types declared in a
8403 package, bug195. Reported by Pierre-David Pfister.
8404
8405 2009-12-11 Glenn Morris <rgm@gnu.org>
8406
8407 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
8408
8409 * mail/emacsbug.el: No longer require sendmail.
8410 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
8411 (report-emacs-bug-orig-text): Doc fix.
8412 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
8413 New local variables, to adapt to different mail-user-agents.
8414 (report-emacs-bug): Fix test for a gnu.org address.
8415 Use overlays for emphasis, since font-lock defeats 'face property.
8416 Pretest bugs also end up at the newsgroup these days.
8417 Stop message-mode stripping text properties.
8418 Set and use the new buffer-local variables.
8419 (report-emacs-bug-hook): Add doc-string.
8420 Remove some unnecessary save-excursions and simplify.
8421 Use the appropriate hook and send-command.
8422
8423 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
8424 capitalization of some menu entries.
8425
8426 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8427
8428 * whitespace.el (whitespace-display-char-on):
8429 Ensure `buffer-display-table' is unique when two or more windows are
8430 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
8431 New version 12.1.
8432
8433 2009-12-10 Eli Zaretskii <eliz@gnu.org>
8434
8435 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
8436 characters in the Attribute field.
8437
8438 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
8439
8440 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
8441
8442 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
8443
8444 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
8445 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8446 Disregard autoload-excludes.
8447 (update-directory-autoloads): Obey autoload-excludes here instead.
8448 But don't store its contents in no-autoloads and remove entries that
8449 refer to excludes files.
8450
8451 2009-12-10 Glenn Morris <rgm@gnu.org>
8452
8453 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
8454 (expand-mail-aliases): Define for compiler.
8455
8456 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
8457 Define for compiler.
8458
8459 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
8460 appropriate for the mail-user-agent in use.
8461
8462 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
8463
8464 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
8465
8466 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
8467
8468 Fix short log parsing and fontification.
8469 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
8470 Fix fontification for the [merge] label.
8471
8472 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
8473
8474 Drop some properties to avoid surprises (bug#5002).
8475 * htmlfontify.el (hfy-ignored-properties): New defcustom.
8476 (hfy-fontify-buffer): Use it.
8477
8478 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
8479
8480 Minor cleanup.
8481 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
8482 Adjust all callers.
8483 (ffap-locate-file): Remove unused arg `dir-ok' and make other
8484 args compulsory. Adjust callers.
8485 (ffap-gopher-at-point): Remove unused var `name'.
8486
8487 Get rid of the ELCFILES abomination.
8488 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
8489 (compile-elcfiles): New phony target.
8490 (compile-main): Compute ELCFILES dynamically.
8491 (compile-clean): New target to remove left-over elc files.
8492 (compile, all): Use it.
8493
8494 2009-12-09 Kenichi Handa <handa@etlken>
8495
8496 * international/mule-diag.el: Require help-mode instead of help-fns.
8497
8498 2009-12-09 Kenichi Handa <handa@m17n.org>
8499
8500 * international/mule-cmds.el (ucs-names): Supply sufficiently
8501 fine ranges instead of pre-calculating accurate ranges.
8502 Iterate with bigger gc-cons-threshold.
8503
8504 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
8505
8506 Add support for stashing a snapshot of the current tree.
8507 * vc-git.el (vc-git-stash-snapshot): New function.
8508 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
8509
8510 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
8511
8512 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
8513 instead of `(beginning|end)-of-line'.
8514
8515 2009-12-08 Glenn Morris <rgm@gnu.org>
8516
8517 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
8518
8519 * Makefile.in (ELCFILES): Regenerate.
8520
8521 2009-12-07 Juri Linkov <juri@jurta.org>
8522
8523 Don't lazy-highlight the comint output in history Isearch mode.
8524
8525 * comint.el (comint-history-isearch-search): Instead of
8526 `comint-line-beginning-position', use `comint-after-pmark-p'
8527 to check if point if before the process mark, and go to
8528 `process-mark' in this case.
8529
8530 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8531
8532 * textmodes/tex-mode.el (latex-complete)
8533 (latex-indent-or-complete): Remove.
8534 (latex-mode): Set completion-at-point-functions instead.
8535
8536 Provide a standard completion command and hook it into TAB.
8537 * minibuffer.el (completion-at-point-functions): New var.
8538 (completion-at-point): New command.
8539 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
8540 * progmodes/python.el (python-mode-map): Use completion-at-point.
8541 (python-completion-at-point): Rename from python-partial-symbol and
8542 adjust for use in completion-at-point-functions.
8543 (python-mode): Setup completion-at-point for Python completion.
8544 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
8545 extracted from lisp-complete-symbol.
8546 (lisp-complete-symbol): Use it.
8547 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
8548 setup completion-at-point for Elisp completion.
8549 (emacs-lisp-mode-map, lisp-interaction-mode-map):
8550 Use completion-at-point.
8551 * ielm.el (ielm-map): Use completion-at-point.
8552 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
8553 * progmodes/sym-comp.el: Move to...
8554 * obsolete/sym-comp.el: Move from progmodes.
8555
8556 2009-12-07 Eli Zaretskii <eliz@gnu.org>
8557
8558 Prevent save-buffer in Rmail buffers from using the coding-system
8559 of the current message, and from clobbering the encoding mnemonics
8560 in the mode line (Bug#4623).
8561
8562 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
8563 flag, too.
8564 (rmail-message-encoding): New variable.
8565 (rmail-write-region-annotate): Record the encoding of the current
8566 message in rmail-message-encoding.
8567 (rmail-after-save-hook): New function, restores the encoding of
8568 the current message after the message collection is saved.
8569
8570 2009-12-07 Juri Linkov <juri@jurta.org>
8571
8572 * progmodes/grep.el (grep-read-files): Use `completing-read'
8573 instead of `read-string'. Set its `collection' arg to
8574 `read-file-name-internal'. (Bug#4301)
8575
8576 2009-12-07 Juri Linkov <juri@jurta.org>
8577
8578 Correctly restore original Isearch point. (Bug#4994)
8579
8580 * isearch.el (isearch-mode): Move `isearch-push-state' after
8581 `(run-hooks 'isearch-mode-hook)'.
8582 (isearch-cancel): When `isearch-push-state-function' is defined,
8583 let-bind `isearch-cmds' to the first state (the last element of
8584 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
8585 function and restores the original point). Otherwise, move point
8586 to `isearch-opoint'.
8587
8588 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8589
8590 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
8591 chars that don't have names, so the table can be built much faster at
8592 run-time.
8593
8594 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
8595
8596 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
8597 change. Suggested by David Kastrup.
8598
8599 * simple.el (compose-mail): Check for incompatibilities and warn.
8600 (compose-mail-user-agent-warnings): New option.
8601
8602 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
8603
8604 Support showing a single log entry from vc-annotate.
8605 * vc.el (print-log): Add a new argument: START-REVISION.
8606 (vc-print-log-internal): Add a new optional argument and
8607 pass it to the backend.
8608 (vc-print-log, vc-print-root-log): Adjust callers.
8609 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
8610 buffer already displays the requested log entry, use it.
8611 Otherwise display only the log entry in question.
8612 * vc-svn.el (vc-svn-print-log):
8613 * vc-mtn.el (vc-mtn-print-log):
8614 * vc-hg.el (vc-hg-state):
8615 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
8616 (vc-git-show-log-entry): Return t on success.
8617 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
8618 (vc-bzr-show-log-entry): Return t on success.
8619 * vc-rcs.el (vc-rcs-print-log):
8620 * vc-sccs.el (vc-sccs-print-log):
8621 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
8622
8623 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
8624
8625 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
8626 Add menus to the meta mode. (Bug#5043)
8627
8628 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
8629
8630 * ediff-init.el (ediff-event-key): Use event-to-character instead of
8631 event-key.
8632
8633 * ediff.el (ediff-buffers-internal): Add unwind-protect.
8634
8635 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
8636
8637 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
8638 Berbain <raphael.berbain@gmail.com>.
8639
8640 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
8641 characters.
8642 (tramp-initial-end-of-output): New defconst.
8643 (tramp-methods, tramp-find-shell)
8644 (tramp-open-connection-setup-interactive-shell)
8645 (tramp-maybe-open-connection): Use it.
8646 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
8647 existence of `#' and `$'.
8648
8649 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
8650 `tramp-initial-end-of-output'.
8651
8652 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
8653
8654 Get the background mode from the terminal for xterm, and set
8655 faces accordingly.
8656 * term/xterm.el (xterm-set-background-mode): New function.
8657 (terminal-init-xterm): Use it in case xterm supports background
8658 color queries. Recompute faces after getting the background
8659 color.
8660
8661 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
8662
8663 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
8664 number comment back on its own line, for easier parsing.
8665
8666 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8667
8668 Make it work for non-file buffers (bug#5102).
8669 * doc-view.el (doc-view-current-cache-dir):
8670 Use doc-view-buffer-file-name rather than buffer-file-name.
8671 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
8672
8673 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
8674
8675 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
8676 author field is too short.
8677
8678 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
8679
8680 * vc-git.el (vc-git-print-log): Handle a limit argument.
8681 Display the short log in graph form and with labels.
8682 (vc-git-log-view-mode): Handle labels.
8683
8684 Make vc-revert change VC state from 'added to 'unregistered.
8685 * vc-git.el (vc-git-revert): Call git reset first.
8686
8687 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
8688
8689 * net/newst-backend.el, net/newst-plainview.el:
8690 * net/newst-reader.el, net/newst-ticker.el:
8691 * net/newst-treeview.el, net/newsticker.el:
8692 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8693
8694 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
8695
8696 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
8697
8698 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
8699 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
8700 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
8701 Update annotation regexp.
8702
8703 * simple.el (beginning-of-visual-line): Constrain to field
8704 boundaries (Bug#5106).
8705
8706 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
8707
8708 * xml.el (xml-substitute-numeric-entities): Move
8709 newsticker--decode-numeric-entities in newst-backend.el to
8710 xml-substitute-numeric-entities in xml.el. (Bug#5008)
8711 * net/newst-backend.el (newsticker--parse-generic-feed)
8712 (newsticker--parse-generic-items)
8713 (newsticker--decode-numeric-entities): Move
8714 newsticker--decode-numeric-entities in newst-backend.el to
8715 xml-substitute-numeric-entities in xml.el. (Bug#5008)
8716
8717 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
8718
8719 * progmodes/js.el (js--js-not): Add null to the list of values.
8720
8721 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
8722
8723 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
8724
8725 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8726
8727 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
8728 delimiter if it is at the end of the current line.
8729 (bibtex-generate-url-list): Fix docstring.
8730
8731 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8732
8733 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
8734 minibuffer's content with itself.
8735 Fold the confirm-after-completion case into the `confirm' case.
8736 (completion-pcm-word-delimiters): Add : and / to the delimiters.
8737
8738 2009-12-06 Kevin Ryde <user42@zip.com.au>
8739
8740 * ffap.el (ffap-rfc-path): Make this a defcustom since
8741 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
8742
8743 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
8744 manuals, similar to existing setup for help-mode. (Bug#3913.)
8745
8746 2009-12-05 Juri Linkov <juri@jurta.org>
8747
8748 Save and restore dired buffer's point positions too. (Bug#4880)
8749
8750 * dired.el (dired-save-positions): Return in the first element
8751 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
8752 Doc fix.
8753 (dired-restore-positions): First restore buffer's position.
8754 While restoring window's positions, check if window still displays
8755 the original buffer.
8756
8757 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
8758
8759 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
8760 if possible.
8761
8762 * shell.el (shell): Require ansi-color (Bug#5113).
8763
8764 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
8765
8766 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
8767
8768 2009-12-05 Alan Mackenzie <acm@muc.de>
8769
8770 * progmodes/cc-mode.el (c-before-hack-hook)
8771 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
8772 `c-file-style' to work again. This reversion restores the current
8773 software to its state in Emacs 23.1. (Bug#4146)
8774
8775 2009-12-05 Kevin Ryde <user42@zip.com.au>
8776
8777 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
8778 comment-start-skip to comment-end-skip as comment (Bug#4781).
8779
8780 2009-12-05 Juri Linkov <juri@jurta.org>
8781
8782 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
8783 for virtual nodes. (Bug#4147)
8784 (Info-find-node-2): Set `Info-current-node-virtual' to nil
8785 when moving from a virtual node.
8786 (Info-mode-menu): Add `Info-virtual-index' to the menu.
8787 (Info-mode): Add `Info-virtual-index' to the docstring.
8788
8789 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8790
8791 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
8792 track of the buffer position of the end of a BibTeX entry as this
8793 position may change during reformatting.
8794 (bibtex-format-entry): Remove whitespace before processing
8795 numerical fields so that we recognize the latter properly.
8796 (bibtex-reformat): Do not use push which changes the global value
8797 of bibtex-entry-format.
8798 (bibtex-field-braces-alist, bibtex-field-strings-alist)
8799 (bibtex-field-re-init): Replace only space characters by regexp
8800 for whitespace.
8801 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
8802 (bibtex-initialize): Also update bibtex-strings.
8803 (bibtex-kill-field): Preserve white space at end of entry.
8804 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
8805 Update bibtex-reference-keys.
8806
8807 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
8808
8809 * minibuffer.el (completion-pcm--merge-try): Also consider placing
8810 point after a star, if that's the only place where modifications can
8811 make progress.
8812
8813 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
8814
8815 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
8816 in docstrings.
8817
8818 2009-12-04 Juri Linkov <juri@jurta.org>
8819
8820 * proced.el (proced): Call `(proced-update t)' to update process
8821 information instead of only running proced-post-display-hook.
8822 (proced-send-signal): Add a leading space to the buffer name
8823 " *Marked Processes*" to make this buffer ephemeral.
8824
8825 2009-12-04 Juri Linkov <juri@jurta.org>
8826
8827 * dired.el (dired-auto-revert-buffer): New defcustom.
8828 (dired-internal-noselect): Use it.
8829
8830 2009-12-04 Juri Linkov <juri@jurta.org>
8831
8832 Change roles of modes and functions in image-mode.el (Bug#5062).
8833
8834 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
8835 in `auto-mode-alist'.
8836 (image-mode-previous-major-mode): New variable.
8837 (image-minor-mode-map): Rename from `image-mode-text-map'.
8838 (image-mode): Move graceful error-handling code from
8839 `image-minor-mode' to here. On errors call `image-mode-as-text'.
8840 (image-minor-mode): Remove all image-handling code.
8841 Replace `image-mode-text-map' with `image-minor-mode-map'.
8842 Check for `image-type' in mode-line format string.
8843 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
8844 (image-mode-as-text): New function with most code from
8845 `image-mode-maybe'.
8846 (image-toggle-display-text): Move code that removes image
8847 properties from `image-toggle-display' to here.
8848 (image-toggle-display-image): New function with code that adds
8849 image properties copied from `image-toggle-display'.
8850 (image-toggle-display): Remove most code with leaving only code
8851 that toggles between `image-mode-as-text' and `image-mode'.
8852
8853 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
8854
8855 * net/newst-treeview.el
8856 (newsticker--treeview-list-highlight-start): Restored call to
8857 save-excursion: Selected item was stuck.
8858 (newsticker--treeview-list-select): New.
8859 (newsticker--treeview-item-show-text)
8860 (newsticker--treeview-item-show)
8861 (newsticker--treeview-item-update): Use new
8862 newsticker-treeview-item-mode.
8863 (newsticker-treeview-update): Keep current item.
8864 (newsticker-treeview-next-new-or-immortal-item): Doc change.
8865 (newsticker--treeview-first-feed): Doc change.
8866 (newsticker-treeview-list-menu)
8867 (newsticker-treeview-item-menu): Added menu entries.
8868 (newsticker-treeview-item-mode): New.
8869
8870 * net/newst-backend.el (newsticker-customize): Delete other
8871 windows.
8872
8873 2009-12-04 Sam Steingold <sds@gnu.org>
8874
8875 * log-view.el (log-view-mode-map): "q" calls quit-window,
8876 like in all the other non-self-insert buffers.
8877
8878 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
8879
8880 Minor cleanup.
8881 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
8882 key decoding rather than do it manually via last-input-event +
8883 ascii-character.
8884 (term-exec): Use delete-and-extract-region.
8885 (term-handle-ansi-terminal-messages): Remove unused var `end'.
8886 (term-process-pager): Remove unused var `i'.
8887 (term-dynamic-simple-complete): Make obsolete.
8888 (serial-update-config-menu): Remove unused vars `y' and `str'.
8889 (term-update-mode-line): Remove unused var `temp'.
8890
8891 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
8892
8893 Limit the number of log entries displayed by default.
8894 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
8895 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
8896 using a prefix argument.
8897
8898 2009-12-03 Glenn Morris <rgm@gnu.org>
8899
8900 * progmodes/idlwave.el (class): Restore still useful declaration.
8901
8902 2009-12-03 Alan Mackenzie <acm@muc.de>
8903
8904 Enhance `c-parse-state' to run efficiently in "brace deserts".
8905
8906 * progmodes/cc-mode.el (c-basic-common-init):
8907 Call c-state-cache-init.
8908 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8909 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
8910 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8911
8912 * progmodes/cc-langs.el (c-before-font-lock-function):
8913 c-extend-and-neutralize-syntax-in-CPP has been renamed
8914 c-neutralize-syntax-in-and-mark-CPP.
8915
8916 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
8917 with `category' properties now, not `syntax-table' ones.
8918
8919 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
8920 enhanced (but slower) version of c-end-of-macro that won't land
8921 inside a literal or on another awkward character.
8922 (c-state-cache-too-far, c-state-cache-start)
8923 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
8924 (c-state-nonlit-pos-cache-limit, c-state-point-min)
8925 (c-state-point-min-lit-type, c-state-point-min-lit-start)
8926 (c-state-min-scan-pos, c-state-brace-pair-desert)
8927 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
8928 buffer local variables.
8929 (c-state-literal-at, c-state-lit-beg)
8930 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
8931 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
8932 (c-state-cache-top-paren, c-state-cache-after-top-paren)
8933 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
8934 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
8935 (c-renarrow-state-cache)
8936 (c-append-lower-brace-pair-to-state-cache)
8937 (c-state-push-any-brace-pair, c-append-to-state-cache)
8938 (c-remove-stale-state-cache)
8939 (c-remove-stale-state-cache-backwards, c-state-cache-init)
8940 (c-invalidate-state-cache-1, c-parse-state-1)
8941 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
8942 (c-parse-state): Enhance and refactor.
8943 (c-debug-parse-state): Amend to deal with all the new variables.
8944
8945 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
8946 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
8947 modify to use category text properties rather than syntax-table ones.
8948 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8949 to switch off/on the syntactic paren property of C++ template
8950 delimiters using the category property.
8951 (c-with-<->-as-parens-suppressed): Macro to invoke code with
8952 template delims suppressed.
8953 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
8954 New constant/macros which apply category properties to the start
8955 and end of preprocessor constructs.
8956 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8957 "comment out" the syntactic value of characters in preprocessor
8958 constructs.
8959 (c-with-cpps-commented-out)
8960 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
8961 with characters in all or all but one preprocessor constructs
8962 "commented out".
8963
8964 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8965
8966 * proced.el (proced-filter-alist): Use regexp-quote.
8967
8968 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
8969
8970 Cleanup.
8971 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
8972 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
8973 arguments. Expand `default-directory'.
8974
8975 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
8976 the benefit of returning an expanded localname.
8977 (tramp-tramp-file-p): Handle the case NAME is not a string.
8978
8979 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
8980
8981 Add support for bzr shelve/unshelve.
8982 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
8983 (vc-bzr-extra-menu-map): New variables.
8984 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
8985 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
8986 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
8987 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
8988 (vc-bzr-dir-extra-headers): Display shelves.
8989
8990 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
8991
8992 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8993
8994 * textmodes/bibtex.el (bibtex-complete-internal):
8995 Use completion-in-region.
8996 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
8997
8998 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
8999
9000 Support applying stashes. Improve UI.
9001 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
9002 (vc-git-stash-apply, vc-git-stash-pop)
9003 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
9004 (vc-git-stash-menu): New functions.
9005 (vc-git-stash-menu-map): New variable.
9006 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
9007
9008 2009-12-03 Glenn Morris <rgm@gnu.org>
9009
9010 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
9011 (vc-print-log-internal): Fix previous change.
9012 (vc-revert): Correct pluralization.
9013
9014 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9015
9016 * progmodes/make-mode.el (makefile-special-targets-list): No need for
9017 it to be an alist any more.
9018 (makefile-complete): Use completion-in-region.
9019
9020 * progmodes/octave-mod.el (octave-complete-symbol):
9021 Use completion-in-region.
9022
9023 Misc cleanup.
9024 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
9025 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
9026 (idlwave-complete-class): Don't quote lambda.
9027 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
9028 (idlwave-mode-map): Move initialization into declaration.
9029 (idlwave-action-and-binding): Use backquotes.
9030 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
9031 Simplify.
9032 (idlwave-is-pointer-dereference): Remove unused var `pos'.
9033 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
9034 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
9035 `parts', and `all-parts'.
9036 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
9037 (idlwave-convert-xml-system-routine-info): Remove unused string
9038 `version-string'.
9039 (idlwave-display-user-catalog-widget): Use dolist.
9040 (idlwave-scanning-lib): Declare dynamically-scoped var.
9041 (idlwave-scan-library-catalogs): Remove unused var `flags'.
9042 (completion-highlight-first-word-only): Declare to silence bytecomp.
9043 (idlwave-popup-select): Tighten scope of `resp'.
9044 (idlwave-find-struct-tag): Remove unused var `beg'.
9045 (idlwave-after-load-rinfo-hook): Declare.
9046 (idlwave-sintern-class-info): Remove unused var `taglist'.
9047 (idlwave-find-class-definition): Remove unused var `list'.
9048 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
9049 (idlwave-what-module-find-class): Remove unused var `classes'.
9050
9051 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
9052
9053 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
9054
9055 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9056
9057 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
9058 buffers visited. Remove redundant current-buffer-saving.
9059
9060 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9061
9062 Use completion-in-buffer and remove uses of dynamic scoping.
9063 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
9064 (pascal-buffer-to-use, pascal-flag): Don't declare.
9065 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
9066 (pascal-get-completion-decl, pascal-keyword-completion):
9067 Add `pascal-str' argument, save-excursion,
9068 return the found completions, and don't filter with pascal-pred.
9069 (pascal-completion-cache): New var.
9070 (pascal-completion): Don't switch buffer any more (it was never
9071 necessary). Don't save-excursion any more (it's done by the called
9072 subroutines). Use a cache to avoid redundant computations.
9073 Use complete-with-action rather than pascal-completion-response and
9074 let it apply the predicate as well.
9075 (pascal-complete-word): Use completion-in-buffer when
9076 pascal-toggle-completions is nil.
9077 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
9078 not used any more.
9079 (pascal-comp-defun): Don't change buffer any more.
9080 Use complete-with-action rather than pascal-completion-response and
9081 let it apply the predicate as well.
9082 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
9083 when neded.
9084
9085 2009-12-02 Kenichi Handa <handa@m17n.org>
9086
9087 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
9088 shape for all Indic scripts.
9089
9090 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9091
9092 Use completion-in-buffer.
9093 * wid-edit.el (widget-field-text-end): New function.
9094 (widget-field-value-get): Use it.
9095 (widget-string-complete, widget-file-complete)
9096 (widget-color-complete): Use it and completion-in-region.
9097 (widget-complete): Don't narrow the buffer.
9098
9099 2009-12-02 Glenn Morris <rgm@gnu.org>
9100
9101 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
9102 (rmail-select-summary): Use rmail-pop-to-buffer.
9103 * mail/rmailsum.el: Replace all pop-to-buffer calls with
9104 rmail-pop-to-buffer, to prevent horizontal splits.
9105
9106 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
9107 save-excursion with save-current-buffer.
9108 Widen before searching. (Bug#5093)
9109 (diary-list-sexp-entries): Remove superfluous save-excursion.
9110
9111 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
9112
9113 * woman.el (woman-make-bufname): Handle man-pages with "." in the
9114 name. (Bug#5038)
9115
9116 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
9117
9118 * ido.el (ido-file-internal): Handle filenames at point that do
9119 not have a directory part. (Bug#5049)
9120
9121 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
9122
9123 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
9124 (mpc-songs-jump-to, mpc-resume): Doc fixes.
9125
9126 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
9127
9128 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
9129 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
9130 any more.
9131
9132 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9133
9134 * comint.el (comint-insert-input): Ignore clicks to the right of
9135 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
9136
9137 * vc.el (vc-print-log-internal): Don't wait for the process to
9138 terminate before setting up the major mode.
9139
9140 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
9141 in case.
9142
9143 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
9144 the last element.
9145
9146 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
9147
9148 2009-12-01 Glenn Morris <rgm@gnu.org>
9149
9150 * window.el (window--display-buffer-2): Fix previous changes.
9151
9152 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
9153
9154 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
9155
9156 2009-12-01 Glenn Morris <rgm@gnu.org>
9157
9158 * Makefile.in (ELCFILES): Add mpc.elc.
9159
9160 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9161
9162 * mpc.el: New file.
9163
9164 2009-12-01 Glenn Morris <rgm@gnu.org>
9165
9166 * window.el (window-to-use): Define for compiler.
9167
9168 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
9169 consistent with others (no final period).
9170
9171 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
9172 (rmail-mime-show): Downcase the encoding. (Bug#5070)
9173
9174 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
9175
9176 Make vc-print-log buttons work.
9177 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
9178
9179 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
9180
9181 * savehist.el (savehist-autosave-interval): Allow setting to nil
9182 through customize. (Bug#5056)
9183
9184 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
9185
9186 Fix references to jit-lock properties.
9187 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9188 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
9189 (perl-font-lock-special-syntactic-constructs):
9190 Quote jit-lock-defer-multiline property.
9191
9192 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
9193
9194 * vc-git.el (vc-git-registered): Call vc-git-root only once.
9195
9196 2009-11-30 Juri Linkov <juri@jurta.org>
9197
9198 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
9199 value `buffer' of `multi-isearch-next-buffer-current-function'.
9200 Use `(current-buffer)' when `buffer' is nil.
9201 (multi-isearch-next-buffer-from-list): Don't fallback to
9202 `(current-buffer)' when `buffer' is nil. (Bug#4947)
9203
9204 2009-11-30 Juri Linkov <juri@jurta.org>
9205
9206 * misearch.el (multi-isearch-read-buffers): Move canonicalization
9207 of buffers with `get-buffer' to `multi-isearch-buffers'.
9208 (multi-isearch-buffers, multi-isearch-buffers-regexp):
9209 Canonicalize BUFFERS with `get-buffer'. Doc fix.
9210 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
9211 FILES with `expand-file-name' converting relative file names
9212 to absolute. Doc fix. (Bug#4727)
9213
9214 2009-11-30 Juri Linkov <juri@jurta.org>
9215
9216 * misearch.el (multi-isearch-read-buffers)
9217 (multi-isearch-read-matching-buffers): New functions.
9218 (multi-isearch-buffers, multi-isearch-buffers-regexp):
9219 Use them in the `interactive' spec. Doc fix.
9220 (multi-isearch-read-files, multi-isearch-read-matching-files):
9221 New functions.
9222 (multi-isearch-files, multi-isearch-files-regexp):
9223 Use them in the `interactive' spec. Doc fix. (Bug#4725)
9224
9225 2009-11-30 Juri Linkov <juri@jurta.org>
9226
9227 * doc-view.el (doc-view-continuous):
9228 Rename from `doc-view-continuous-mode'.
9229 (doc-view-menu): Move "Toggle display" to the top.
9230 Add submenu "Continuous" with radio buttons "Off"/"On"
9231 and "Save as Default".
9232 (doc-view-scroll-up-or-next-page)
9233 (doc-view-scroll-down-or-previous-page)
9234 (doc-view-next-line-or-next-page)
9235 (doc-view-previous-line-or-previous-page): Rename
9236 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
9237
9238 2009-11-30 Juri Linkov <juri@jurta.org>
9239
9240 * comint.el (comint-mode-map): Rebind `M-r' from
9241 `comint-previous-matching-input' to
9242 `comint-history-isearch-backward-regexp'.
9243 Unbind `M-s' to allow global key binding `M-s'.
9244 Add menu items for `comint-history-isearch-backward' and
9245 `comint-history-isearch-backward-regexp'. (Bug#3746)
9246
9247 2009-11-30 Juri Linkov <juri@jurta.org>
9248
9249 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
9250 For def=recenter, replace `recenter' with `recenter-top-bottom'
9251 that is called with `this-command' and `last-command' let-bound
9252 to `recenter-top-bottom'. When the last `def' was not `recenter',
9253 set `recenter-last-op' to nil. (Bug#4981)
9254
9255 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9256
9257 Minor cleanup and simplification.
9258 * filecache.el (file-cache-add-directory)
9259 (file-cache-add-directory-recursively)
9260 (file-cache-add-from-file-cache-buffer)
9261 (file-cache-delete-file-regexp, file-cache-delete-directory)
9262 (file-cache-files-matching-internal, file-cache-display): Use dolist.
9263 (file-cache-temp-minibuffer-message): Delete function.
9264 (file-cache-minibuffer-complete): Use minibuffer-message instead.
9265
9266 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
9267 Don't signal an error when bumping into EOB in tr, s, or y.
9268
9269 2009-11-29 Juri Linkov <juri@jurta.org>
9270
9271 * startup.el (fancy-about-text): Fix wording of Guided Tour.
9272 (Bug#4960)
9273
9274 * descr-text.el (describe-char-unidata-list): Use lowercase name
9275 for "Unicode name" like in other tags.
9276
9277 2009-11-29 Juri Linkov <juri@jurta.org>
9278
9279 * ediff-util.el (ediff-minibuffer-with-setup-hook):
9280 New compatibility macro.
9281 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
9282
9283 2009-11-29 Juri Linkov <juri@jurta.org>
9284
9285 Add defcustom to define the cycling order of `recenter-top-bottom'.
9286 (Bug#4981)
9287
9288 * window.el (recenter-last-op): Doc fix.
9289 (recenter-positions): New defcustom.
9290 (recenter-top-bottom): Rewrite to use `recenter-positions'.
9291 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
9292
9293 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
9294
9295 Improve integration of Tramp and ange-ftp in eshell.
9296
9297 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
9298 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
9299 (eshell/sudo): Flatten args. Let-bind `default-directory'.
9300
9301 * eshell/esh-util.el (top): Require also Tramp when compiling.
9302 (eshell-directory-files-and-attributes): Check for FTP remote
9303 connection.
9304 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
9305 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
9306 (eshell-file-attributes): Handle ".". Return `entry'.
9307
9308 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
9309 (ange-ftp-directory-files-and-attributes)
9310 (ange-ftp-real-directory-files-and-attributes): New defuns.
9311
9312 * net/tramp.el (tramp-maybe-open-connection): Open the remote
9313 shell with "exec" when possible. This prevents trailing prompts
9314 in `start-file-process'.
9315
9316 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9317
9318 Try and remove assumptions about point-min==1.
9319 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
9320 (rng-compute-mode-line-string): Show the validation percentage in
9321 terms of the narrowed text, not the widened text.
9322 (rng-do-some-validation): Don't catch internal errors when debugging.
9323 (rng-first-error): Simplify.
9324 (rng-after-change-function): Remove work around. AFAIK the bug has
9325 been fixed a while ago.
9326
9327 * image-mode.el (image-minor-mode): Exit more gracefully when the image
9328 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
9329
9330 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
9331
9332 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
9333 `cd' doesn't always do it for us (bug#5067).
9334
9335 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
9336 on 2009-10-25 as part of some other change (bug#5067).
9337
9338 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9339
9340 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
9341 `suspicious'.
9342 (byte-compile-warnings): Use byte-compile-warning-types.
9343 (byte-compile-save-excursion): Warn about use of set-buffer right
9344 after save-excursion.
9345
9346 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
9347 the excursion as well.
9348
9349 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
9350
9351 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
9352 providing a Tramp related implementation of "su" and "sudo".
9353 (eshell-unix-initialize): Add "su" and "sudo".
9354
9355 2009-11-27 Daiki Ueno <ueno@unixuser.org>
9356
9357 * net/socks.el (socks-send-command): Convert binary request to
9358 unibyte before sending. This fixes mishandling of some port
9359 numbers such as 129.
9360
9361 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9362
9363 * help.el (describe-bindings-internal): Remove `interactive'.
9364
9365 * man.el (Man-completion-table): Trim a terminating "(".
9366 Remove the space between name page a section.
9367 Add the command's description on the `help-echo' property.
9368 Remove `process-connection-type' binding since it's unused by
9369 call-process.
9370 Provide completion for the "<section> <name>" format as well.
9371 (Man-default-man-entry): Remove spurious var shadowing the argument.
9372
9373 2009-11-26 Kevin Ryde <user42@zip.com.au>
9374
9375 * log-view.el: Add "Keywords: tools", since its other keywords
9376 aren't in finder-known-keywords, and following vc.el.
9377
9378 * sha1.el (sha1-string-external): default-directory "/" in case
9379 otherwise non-existent. process-connection-type pipe for touch of
9380 efficiency recommended by elisp manual. (An aside in Bug#3911.)
9381
9382 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9383
9384 Misc coding convention cleanups.
9385 * htmlfontify.el (hfy-init-kludge-hook): Rename from
9386 hfy-init-kludge-hooks.
9387 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
9388 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
9389 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
9390 and push.
9391 (hfy-slant, hfy-weight): Use tables rather than code.
9392 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
9393 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
9394 (hfy-face-attr-for-class): Initialize `face-spec' directly.
9395 (hfy-face-to-css): Remove `nconc' with single arg.
9396 (hfy-p-to-face-lennart): Use `or'.
9397 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
9398 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
9399 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
9400 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
9401 (hfy-force-fontification): Use run-hooks.
9402
9403 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
9404
9405 Various minor fixes.
9406 * htmlfontify.el (hfy-default-header): Add toggle_invis since
9407 Javascript belongs in the header, not the body.
9408 (hfy-javascript): Remove.
9409 (hfy-fontify-buffer): Don't insert it any more.
9410 (hfy-face-at): Handle (face0 face1 face2) style face properties.
9411 Fix bug in invis handling when there were no invis props in a chunk.
9412
9413 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9414
9415 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
9416
9417 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
9418
9419 * finder.el (finder-mode-map): Add a menu.
9420
9421 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
9422
9423 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
9424 "unsigned" structs.
9425
9426 (verilog-leap-to-head, verilog-backward-token): Handle "disable
9427 fork" statement better.
9428
9429 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
9430
9431 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
9432 (verilog-delete-auto, verilog-delete-empty-auto-pair)
9433 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
9434 Reported by Clay Douglass.
9435
9436 (verilog-auto-inst, verilog-auto-star-safe)
9437 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
9438 Fix removing "// Interfaces" when saving .* expansions. Reported by
9439 Pierre-David Pfister.
9440
9441 2009-11-26 Glenn Morris <rgm@gnu.org>
9442
9443 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
9444 the scope.
9445
9446 2009-11-25 Johan Bockgård <bojohan@gnu.org>
9447
9448 * vc-annotate.el (vc-annotate-revision-previous-to-line):
9449 Really use previous revision.
9450
9451 2009-11-25 Kevin Ryde <user42@zip.com.au>
9452
9453 * man.el (Man-completion-table): default-directory "/" in case
9454 doesn't otherwise exist. process-environment COLUMNS=999 so as
9455 not to truncate long names. process-connection-type pipe to avoid
9456 any chance of hitting the pseudo-tty TIOCGWINSZ.
9457 (man): completion-ignore-case t for friendliness and since man
9458 itself is case-insensitive on the command line.
9459 Further to Bug#3717.
9460
9461 * arc-mode.el: Add "Keywords: files", so the details in its
9462 commentary can be reached from finder-by-keyword.
9463 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
9464 editing mode, but it's comms related and sgml-mode.el has "comm"
9465 on that basis too.
9466 * textmodes/bibtex-style.el: Add "Keywords: tex".
9467 * international/isearch-x.el, international/ja-dic-cnv.el:
9468 * international/ja-dic-utl.el, international/kkc.el:
9469 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
9470
9471 2009-11-25 Juri Linkov <juri@jurta.org>
9472
9473 * man.el (Man-completion-table): Modify regexp to include
9474 section names to completion strings. (Bug#3717)
9475
9476 2009-11-25 Juri Linkov <juri@jurta.org>
9477
9478 Search recursively in gzipped files. (Bug#4982)
9479
9480 * progmodes/grep.el (grep-highlight-matches): Add new options
9481 `always' and `auto'. Doc fix.
9482 (grep-process-setup): Check `grep-highlight-matches' for
9483 `auto-detect' to determine the need to compute grep defaults.
9484 Move Windows/DOS specific --colors settings handling
9485 to `grep-compute-defaults'. Check `grep-highlight-matches'
9486 to get the value of "--color=".
9487 (grep-compute-defaults): Compute `grep-highlight-matches' when it
9488 has the value `auto-detect'. Move Windows/DOS specific settings
9489 from `grep-process-setup'.
9490 (zrgrep): New command with alias `rzgrep'.
9491
9492 2009-11-25 Juri Linkov <juri@jurta.org>
9493
9494 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
9495 to nil instead of switching off view-mode. (Bug#4896)
9496
9497 2009-11-25 Juri Linkov <juri@jurta.org>
9498
9499 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
9500
9501 * mwheel.el (mwheel-scroll-up-function)
9502 (mwheel-scroll-down-function): New defvars.
9503 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
9504 `scroll-up', and `mwheel-scroll-down-function' instead of
9505 `scroll-down'.
9506
9507 * doc-view.el (doc-view-scroll-up-or-next-page)
9508 (doc-view-scroll-down-or-previous-page): Add optional ARG.
9509 Use this ARG in the call to image-scroll-up/image-scroll-down.
9510 Change `interactive' spec to "P". Goto next/previous page only
9511 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
9512 SPC/DEL case). Doc fix.
9513 (doc-view-next-line-or-next-page)
9514 (doc-view-previous-line-or-previous-page): Rename arg to ARG
9515 for consistency.
9516 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
9517 `doc-view-scroll-up-or-next-page', and buffer-local
9518 `mwheel-scroll-down-function' to
9519 `doc-view-scroll-down-or-previous-page'.
9520
9521 2009-11-25 Juri Linkov <juri@jurta.org>
9522
9523 Provide additional default values (directories at other Dired
9524 windows) via M-n in the minibuffer of some Dired commands.
9525
9526 * dired-aux.el (dired-diff, dired-compare-directories)
9527 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
9528 `minibuffer-default' in `minibuffer-with-setup-hook'.
9529 (dired-dwim-target-directory): Find a window that displays Dired
9530 buffer instead of failing when the next window is not Dired.
9531 Use `get-window-with-predicate' to find for the next Dired window.
9532 (dired-dwim-target-defaults): New function.
9533
9534 * ediff-util.el (ediff-read-file-name):
9535 Use `dired-dwim-target-defaults' to set `minibuffer-default'
9536 in `minibuffer-with-setup-hook'.
9537
9538 2009-11-25 Juri Linkov <juri@jurta.org>
9539
9540 Provide additional default values (file name at point or at the
9541 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
9542
9543 * minibuffer.el (read-file-name-defaults): New function.
9544 (read-file-name): Reset `minibuffer-default' to nil when
9545 it duplicates initial input `insdef'.
9546 Bind `minibuffer-default-add-function' to lambda that
9547 calls `read-file-name-defaults' in `minibuffer-selected-window'.
9548 (minibuffer-insert-file-name-at-point): New command.
9549
9550 * files.el (file-name-at-point-functions): New defcustom.
9551 (find-file-default): Remove defvar.
9552 (find-file-read-args): Don't use `find-file-default'.
9553 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9554 to `read-file-name'.
9555 (find-file-literally): Use `read-file-name' with
9556 `confirm-nonexistent-file-or-buffer'.
9557
9558 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
9559
9560 * dired.el (dired-read-dir-and-switches):
9561 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9562 to `read-file-name'.
9563 (dired-file-name-at-point): New function.
9564 (dired-mode): Add hook `dired-file-name-at-point' to
9565 `file-name-at-point-functions'.
9566
9567 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
9568
9569 Really make the *Completions* window soft-dedicated (bug#5030).
9570 * window.el (window--display-buffer-2): Add `dedicated' argument.
9571 (display-buffer): Pass it when needed so the dedicated flag is set
9572 after calling set-window-buffer, which would otherwise reset it.
9573
9574 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
9575
9576 * progmodes/meta-mode.el (meta-complete-symbol):
9577 * progmodes/etags.el (complete-tag):
9578 * mail/mailabbrev.el (mail-abbrev-complete-alias):
9579 Use completion-in-region.
9580
9581 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
9582 (dabbrev-completion): Use completion-in-region.
9583 (dabbrev--abbrev-at-point): Simplify regexp.
9584
9585 * abbrev.el (abbrev--before-point): Use word-motion functions
9586 if :regexp is not specified (bug#5031).
9587
9588 * subr.el (string-prefix-p): New function.
9589
9590 * man.el (Man-completion-cache): New var.
9591 (Man-completion-table): Use it.
9592
9593 * vc.el (vc-print-log-internal): Make `limit' optional for better
9594 compatibility (e.g. with vc-annotate.el).
9595
9596 2009-11-24 Kevin Ryde <user42@zip.com.au>
9597
9598 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
9599 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
9600
9601 * emacs-lisp/elint.el (elint-add-required-env): Better error message
9602 when .el source file not found or other error.
9603
9604 2009-11-24 Markus Triska <markus.triska@gmx.at>
9605
9606 * linum.el (linum-update-window): Ignore intangible (bug#4996).
9607
9608 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9609
9610 Handle the [back] button properly (bug#4979).
9611 * descr-text.el (describe-text-properties): Add a `buffer' argument.
9612 Use help-setup-xref, help-buffer, and with-help-window.
9613 (describe-char): Add `buffer' argument.
9614 Pass proper command to help-setup-xref. Don't meddle with
9615 help-xref-stack-item directly.
9616 (describe-text-category): Use with-help-window and help-buffer.
9617
9618 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
9619 for the displayed buffer (bug#4887).
9620
9621 * man.el (Man-completion-table): New function.
9622 (man): Use it.
9623
9624 2009-11-24 David Reitter <david.reitter@gmail.com>
9625
9626 * vc-git.el (vc-git-registered): Use checkout directory (where
9627 .git is) rather than the file's directory and a relative path spec
9628 to work around a bug in git.
9629
9630 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
9631
9632 Improve handling of processes on remote hosts.
9633
9634 * eshell/esh-util.el (eshell-path-env): New defvar.
9635 (eshell-parse-colon-path): New defun.
9636 (eshell-file-attributes): Use `eshell-parse-colon-path'.
9637
9638 * eshell/esh-ext.el (eshell-search-path):
9639 Use `eshell-parse-colon-path'.
9640 (eshell-remote-command): Remove argument HANDLER.
9641 (eshell-external-command): Check for FTP remote connection.
9642
9643 * eshell/esh-proc.el (eshell-gather-process-output):
9644 Use `file-truename', in order to start also symlinked files.
9645 Apply `start-file-process' instead of `start-process'.
9646 Shorten `command' to the local file name part.
9647
9648 * eshell/em-cmpl.el (eshell-complete-commands-list):
9649 Use `eshell-parse-colon-path'.
9650
9651 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
9652
9653 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
9654 to `eshell-directory-change-hook'.
9655
9656 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
9657
9658 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
9659 because it could be enabled automatically if view-read-only is non-nil.
9660
9661 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
9662
9663 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
9664 made on 2009-11-22.
9665
9666 2009-11-24 Glenn Morris <rgm@gnu.org>
9667
9668 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
9669 deleted variable bookmark-bmenu-bookmark-column.
9670
9671 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9672
9673 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
9674
9675 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
9676
9677 * net/browse-url.el (browse-url-filename-alist): On Windows, add
9678 two slashes to the "file:" prefix.
9679 (browse-url-file-url): De-munge Cygwin filenames before passing
9680 them to Windows browser.
9681 (browse-url-default-windows-browser): Use call-process.
9682
9683 2009-11-23 Juri Linkov <juri@jurta.org>
9684
9685 Implement DocView Continuous mode. (Bug#4896)
9686 * doc-view.el (doc-view-continuous-mode): New defcustom.
9687 (doc-view-mode-map): Bind C-n/<down> to
9688 `doc-view-next-line-or-next-page', C-p/<up> to
9689 `doc-view-previous-line-or-previous-page'.
9690 (doc-view-next-line-or-next-page)
9691 (doc-view-previous-line-or-previous-page): New commands.
9692
9693 2009-11-23 Juri Linkov <juri@jurta.org>
9694
9695 Implement Isearch in comint input history. (Bug#3746)
9696 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
9697 `isearch-mode-hook'.
9698 (comint-history-isearch): New defcustom.
9699 (comint-history-isearch-backward)
9700 (comint-history-isearch-backward-regexp): New commands.
9701 (comint-history-isearch-message-overlay): New buffer-local variable.
9702 (comint-history-isearch-setup, comint-history-isearch-end)
9703 (comint-goto-input, comint-history-isearch-search)
9704 (comint-history-isearch-message, comint-history-isearch-wrap)
9705 (comint-history-isearch-push-state)
9706 (comint-history-isearch-pop-state): New functions.
9707
9708 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
9709
9710 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
9711 return.
9712 (tramp-handle-make-symbolic-link)
9713 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
9714 Quote file names.
9715 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
9716 (tramp-handle-process-file): Use it.
9717
9718 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
9719
9720 * window.el (move-to-window-line-last-op): Remove.
9721 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
9722
9723 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
9724
9725 Make M-r mirror the new cycling behavior of C-l.
9726 * window.el (move-to-window-line-last-op): New var.
9727 (move-to-window-line-top-bottom): New command.
9728 (global-map): Bind M-r move-to-window-line-top-bottom.
9729
9730 2009-11-23 Sven Joachim <svenjoac@gmx.de>
9731
9732 * dired-x.el (dired-guess-shell-alist-default):
9733 Support xz format. (Bug#4953)
9734
9735 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
9736
9737 * emulation/viper-cmd.el: Use viper-last-command-char instead of
9738 last-command-char/last-command-event.
9739 (viper-prefix-arg-value): Do correct conversion of event-char for
9740 XEmacs.
9741
9742 * emulation/viper-util.el, emulation/viper.el:
9743 Use viper-last-command-char instead of
9744 last-command-char/last-command-event.
9745
9746 * ediff-init.el, ediff-mult.el, ediff-util.el:
9747 Replace last-command-char and last-command-event
9748 with (ediff-last-command-char) everywhere.
9749
9750 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
9751 created in fundamental mode.
9752
9753 * ediff.el (ediff-version): Revert the change of interactive-p to
9754 called-interactively-p.
9755
9756 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
9757
9758 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
9759 generation from word-movement command names.
9760
9761 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
9762
9763 * cus-start.el (all): Add native condition for font-use-system-font.
9764
9765 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
9766
9767 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9768 Correct the patch from 2009-11-18. (Bug#3910)
9769
9770 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
9771
9772 * progmodes/subword.el: Rename from lisp/subword.el.
9773
9774 * subword.el: Rename to progmodes/subword.el.
9775
9776 * Makefile.in (ELCFILES): Adapt to subword.el move.
9777
9778 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9779 Stefan Monnier <monnier@iro.umontreal.ca>
9780
9781 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
9782 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
9783 (bookmark-bmenu-show-filenames): Use push.
9784 (bookmark-bmenu-hide-filenames): Use local var instead of
9785 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
9786 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
9787 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
9788 filenames now that the bookmark names are always available.
9789
9790 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9791
9792 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
9793 (bookmark-search-pattern): Move and leave unbound.
9794 (bookmark-bmenu-mode-map): Change binding.
9795 (bookmark-read-search-input): Simplify.
9796 Don't use text-char-description. Don't error on non-char events.
9797 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
9798 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
9799 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
9800 Use a local var for the timer.
9801 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
9802 (i.e. bookmark-bmenu-search).
9803
9804 2009-11-21 Glenn Morris <rgm@gnu.org>
9805
9806 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
9807
9808 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
9809
9810 * net/browse-url.el (browse-url-default-windows-browser):
9811 Use cygstart for cygwin.
9812
9813 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
9814
9815 * bookmark.el: Formatting and doc fixes only:
9816 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
9817 (bookmark-bmenu-search): Wrap to fit within 80 columns.
9818 Minor grammar and punctuation fixes in doc string.
9819 (bookmark-read-search-input): Adjust to fit within 80 columns.
9820
9821 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
9822
9823 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
9824 (c-backward-into-nomenclature): Adapt to subword renaming.
9825
9826 * subword.el (subword-forward, subword-backward, subword-mark)
9827 (subword-kill, subword-backward-kill, subword-transpose)
9828 (subword-downcase, subword-upcase, subword-capitalize)
9829 (subword-forward-internal, subword-backward-internal):
9830 Rename from forward-subword, backward-subword, mark-subword,
9831 kill-subword, backward-kill-subword, transpose-subwords,
9832 downcase-subword, upcase-subword, capitalize-subword,
9833 forward-subword-internal, backward-subword-internal.
9834
9835 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9836
9837 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
9838 New options.
9839 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
9840 New vars.
9841 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
9842 (bookmark-bmenu-filter-alist-by-regexp)
9843 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
9844 (bookmark-bmenu-search): New command.
9845 (bookmark-bmenu-mode-map): Bind it.
9846
9847 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
9848
9849 * progmodes/cc-cmds.el: declare-functioned forward-subword and
9850 backward-subword to quit the byte-compiler.
9851
9852 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
9853
9854 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
9855
9856 * progmodes/cc-cmds.el (c-update-modeline)
9857 (c-forward-into-nomenclature, c-backward-into-nomenclature):
9858 Refer to subword.el functions instead of cc-subword.el.
9859
9860 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
9861 subword.el functions instead of cc-subword.el.
9862
9863 * progmodes/cc-subword.el: Rename to subword.el.
9864 * subword.el: Rename from progmodes/cc-subword.el.
9865 (subword-mode-map): Rename from c-subword-mode-map.
9866 (subword-mode): Rename from c-subword-mode.
9867 (global-subword-mode): New global minor mode.
9868 (forward-subword): Rename from c-forward-subword.
9869 (backward-subword): Rename from c-backward-subword.
9870 (mark-subword): Rename from c-mark-subword.
9871 (kill-subword): Rename from c-kill-subword.
9872 (backward-kill-subword): Rename from c-backward-kill-subword.
9873 (transpose-subwords): Rename from c-tranpose-subword.
9874 (downcase-subword): Rename from c-downcase-subword.
9875 (capitalize-subword): Rename from c-capitalize-subword.
9876 (forward-subword-internal): Rename from c-forward-subword-internal.
9877 (backward-subword-internal): Rename from c-backward-subword-internal.
9878
9879 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
9880
9881 * vc.el (vc-deduce-fileset): Allow non-state changing operations
9882 from a dired buffer.
9883 (vc-dired-deduce-fileset): New function.
9884 (vc-root-diff, vc-print-root-log): Use it.
9885
9886 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
9887 nil LIMIT argument to vc-print-log-internal.
9888
9889 2009-11-20 Glenn Morris <rgm@gnu.org>
9890
9891 * Makefile.in (ELCFILES): Regenerate.
9892
9893 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
9894
9895 * calc/calc.el (calc-set-mode-line):
9896 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
9897 (math-format-number): Rename `math-format-complement-signed' to
9898 `math-format-twos-complement'.
9899
9900 * calc/calc-bin.el (math-format-twos-complement): Rename from
9901 math-format-complement-signed.
9902 (calc-radix): Rename `calc-complement-signed-mode' to
9903 `calc-twos-complement-mode'.
9904 (calc-octal-radix, calc-hex-radix): Add an argument for
9905 two's complement.
9906
9907 * calc/calc-embed.el (calc-embedded-mode-vars):
9908 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
9909
9910 * calc/calc-ext.el (calc-init-extensions):
9911 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
9912 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
9913
9914 * calc/calc-units.el (math-build-units-table-buffer):
9915 Let `calc-twos-complement-mode' be nil.
9916
9917 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
9918 entries.
9919
9920 * calc/calc-vec.el (calcFunc-vunpack):
9921 * calc/calc-aent.el (calc-do-calc-eval):
9922 * calc/calc-forms.el (math-format-date):
9923 * calc/calc-graph.el (calc-graph-plot):
9924 * calc/calc-math.el (math-use-emacs-fn):
9925 * calc/calccomp.el (math-compose-expr):
9926 Let `calc-twos-complement-mode' be nil.
9927
9928 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
9929
9930 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
9931 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
9932 * minibuffer.el (completion-in-region-functions): New hook.
9933 (completion-in-region): New function.
9934 * emacs-lisp/lisp.el (lisp-complete-symbol):
9935 * pcomplete.el (pcomplete-std-complete): Use it.
9936
9937 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
9938
9939 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
9940 (latex-complete-alist): New vars.
9941 (latex-string-prefix-p, latex-complete-bibtex-keys)
9942 (latex-complete-envnames, latex-complete-refkeys)
9943 (latex-complete-data): New functions.
9944 (latex-complete, latex-indent-or-complete): New commands.
9945
9946 * window.el (display-buffer-mark-dedicated): New var.
9947 (display-buffer): Obey it.
9948 * minibuffer.el (minibuffer-completion-help): Use it.
9949
9950 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
9951
9952 * filecache.el (file-cache-add-file): Use push and cons.
9953 (file-cache-delete-file-regexp): Use push.
9954 (file-cache-complete): Use completion-in-region.
9955
9956 * simple.el (with-wrapper-hook): Fix thinko.
9957
9958 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
9959 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
9960 Use with-current-buffer and string-to-number.
9961 (hfy-fallback-colour-values): Use assoc-string.
9962 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
9963 (hfy-face-at): Remove unused var `found-face'.
9964 (hfy-compile-stylesheet): Remove unused var `css'.
9965 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
9966 and `orig-buffer'.
9967 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
9968 Use with-current-buffer.
9969 (hfy-text-p): Use expand-file-name and fewer setq.
9970
9971 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
9972
9973 * htmlfontify.el, hfy-cmap.el: New files.
9974
9975 2009-11-19 Juri Linkov <juri@jurta.org>
9976
9977 * minibuffer.el (completions-format): New defcustom.
9978 (completion--insert-strings): Implement vertical format.
9979
9980 * simple.el (switch-to-completions): Move point to the first
9981 completion when point was at the beginning of the buffer.
9982
9983 2009-11-19 Juri Linkov <juri@jurta.org>
9984
9985 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
9986
9987 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
9988
9989 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
9990
9991 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
9992 (mail-signature): Change default to t.
9993 (mail-from-style): Deprecate `system-default' value.
9994 (mail-insert-from-field): For default value of mail-from-style,
9995 default to `angles' unless `angles' needs quoting and `parens'
9996 does not.
9997 (mail-citation-prefix-regexp): Use citation regexp from
9998 message-mode.
9999
10000 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
10001
10002 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
10003 Set variables for computing the prompt for reading password.
10004
10005 2009-11-19 Glenn Morris <rgm@gnu.org>
10006
10007 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
10008
10009 * textmodes/flyspell.el (sgml-lexical-context): Declare.
10010
10011 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
10012 (newsticker-treeview-listwindow-height): Fix custom type.
10013
10014 2009-11-19 Kenichi Handa <handa@m17n.org>
10015
10016 * descr-text.el (describe-char-padded-string): Compose with TAB
10017 only if there's a font for CH.
10018 (describe-char): Fix the condition for detecting a trivial composition.
10019
10020 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
10021
10022 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
10023 more accurate version of the regexp. (Bug#3910)
10024
10025 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
10026
10027 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
10028
10029 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
10030
10031 * font-setting.el (font-use-system-font): Declare for byte-compiler.
10032 (font-setting-change-default-font): Fix typo in docstring.
10033
10034 2009-11-18 Alan Mackenzie <acm@muc.de>
10035
10036 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
10037
10038 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
10039
10040 * font-setting.el (font-use-system-font): Move ...
10041
10042 * cus-start.el (all): ... to here.
10043
10044 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
10045
10046 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
10047 Don't set `ad-return-value' if `ad-do-it' doesn't.
10048
10049 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
10050 modification time.
10051
10052 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
10053
10054 * menu-bar.el: Put "Use system font" in Option-menu.
10055 (menu-bar-options-save): Add font-use-system-font.
10056
10057 * loadup.el: If feature system-font-setting or font-render-setting is
10058 there, load font-setting.
10059
10060 * Makefile.in (ELCFILES): Add font-settings.el.
10061 * font-setting.el: New file.
10062
10063 2009-11-17 Glenn Morris <rgm@gnu.org>
10064
10065 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
10066
10067 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
10068 Preserve point in the list buffer. (Bug#4939)
10069 Use point-at-eol.
10070 (newsticker--treeview-list-update-highlight)
10071 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
10072
10073 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
10074
10075 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
10076 Remove.
10077
10078 * calc/calc-ext.el (calc-init-extensions): Remove references to
10079 symclip.
10080
10081 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
10082
10083 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
10084 * calc/calc-help.el (calc-b-prefix-help): Remove references to
10085 `calc-symclip'.
10086
10087 2009-11-16 Kevin Ryde <user42@zip.com.au>
10088
10089 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10090 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
10091
10092 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
10093 (lm-keywords-list): Allow comma-only separator like "foo,bar".
10094 Ignore trailing spaces by omit-nulls to split-string (fixing
10095 regression from Emacs 21 due to the incompatible split-string
10096 change). (Bug #4928.)
10097
10098 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
10099
10100 * vc.el (vc-log-show-limit): Default to 2000.
10101 (vc-print-log-internal): Insert buttons to request more entries
10102 when limiting the output.
10103
10104 * vc-sccs.el (vc-sccs-print-log):
10105 * vc-rcs.el (vc-rcs-print-log):
10106 * vc-cvs.el (vc-cvs-print-log):
10107 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
10108 LIMIT is non-nil.
10109
10110 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
10111
10112 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
10113 error when `tramp-gvfs-dbus-event-vector' is set.
10114 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
10115
10116 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10117
10118 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
10119
10120 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
10121
10122 * net/dbus.el (dbus-unregister-service): New defun.
10123 (dbus-register-property): Register the handlers of
10124 "org.freedesktop.DBus.Properties" for SERVICE.
10125 (dbus-property-handler): Fix docstring.
10126
10127 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10128
10129 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
10130 Quote doc string reference in defvaralias as it is not in special form.
10131 (byte-compile-output-docform): Doc fix.
10132
10133 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
10134
10135 * calc/calc.el (math-2-word-size, math-half-2-word-size)
10136 (calc-complement-signed-mode): New variables.
10137 (calc-set-mode-line): Add indicator for twos-complements.
10138 (math-format-number): Format twos-complement notation.
10139
10140 * calc/calc-bin.el (calc-word-size): Reset the variables
10141 `math-2-word-size' and `math-half-2-word-size'.
10142 (math-format-complement-signed, math-symclip, calcFunc-symclip)
10143 (calc-symclip): New functions.
10144
10145 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
10146
10147 * calc/calc-embed.el (calc-embedded-mode-vars):
10148 Add `calc-complement-signed-mode' to the list of modes.
10149
10150 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
10151 (calc-b-oper-keys): Add `calc-symclip' to list.
10152
10153 * calc/calc-ext.el (math-read-number-fancy): Read complement
10154 signed numbers.
10155 (calc-init-extensions): Add binding for `calc-symclip'.
10156 Add autoload for `calcFunc-symclip' and `calc-symclip'.
10157
10158 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
10159 `calc-symclip'.
10160 (calc-modes-menu): Add item for twos complement mode.
10161
10162 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
10163
10164 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
10165
10166 * register.el (jump-to-register, insert-register): Handle Semantic
10167 tags. From commented-out advice in semantic/senator.el.
10168
10169 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
10170
10171 * vc.el (vc-log-show-limit): New variable.
10172 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
10173 when using a prefix argument.
10174 (vc-print-log-internal): Add new argument LIMIT.
10175
10176 * vc-svn.el (vc-svn-print-log):
10177 * vc-mtn.el (vc-mtn-print-log):
10178 * vc-hg.el (vc-hg-print-log):
10179 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
10180 pass it to the log command when set. Make the BUFFER argument
10181 non-optional.
10182
10183 * vc-sccs.el (vc-sccs-print-log):
10184 * vc-rcs.el (vc-rcs-print-log):
10185 * vc-git.el (vc-git-print-log):
10186 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
10187 ignore it. Make the BUFFER argument non-optional
10188
10189 * bindings.el (mode-line-buffer-identification): Do not purecopy.
10190
10191 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
10192
10193 * dired.el (dired-mode-map): Move encryption items to "Operate"
10194 menu (Bug#4703).
10195
10196 * strokes.el (strokes-update-window-configuration): Make strokes
10197 buffer current before erasing (Bug#4906).
10198
10199 2009-11-15 Juri Linkov <juri@jurta.org>
10200
10201 * simple.el (set-mark-default-inactive): Add :type, :group
10202 and :version. (Bug#4876)
10203
10204 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
10205
10206 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
10207 (archive-unique-fname): ... here. (Bug#4929)
10208
10209 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10210
10211 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
10212 with a real fix.
10213
10214 * novice.el (disabled-command-function): Add useful args.
10215 Setup the help buffer so that [back] works.
10216 Remove redundant call to help-mode.
10217 (disabled-command-function): Use `case'.
10218 (en/disable-command): New function extracted from enable-command.
10219 (enable-command, disable-command): Use it.
10220
10221 2009-11-14 Glenn Morris <rgm@gnu.org>
10222
10223 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
10224 constants. (Bug#4913)
10225
10226 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
10227
10228 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
10229
10230 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
10231 defined in C that have no doc-strings. (Bug#1063)
10232
10233 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
10234
10235 * cus-edit.el (data, files):
10236 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
10237
10238 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
10239
10240 * simple.el (shell-command): Doc fix (Bug#4891).
10241
10242 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
10243
10244 2009-11-14 Glenn Morris <rgm@gnu.org>
10245
10246 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
10247 statements for vc-diff, emerge-quit, and rmail-cease-edit.
10248 If they are already loaded, eval-after-load will do the right thing.
10249
10250 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
10251 compiling.
10252
10253 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
10254
10255 * simple.el (x-selection-owner-p): Declare.
10256 (read-mail-command): Use custom radio type rather than choice.
10257 (completion-no-auto-exit): Doc fix.
10258
10259 * custom.el (defgroup):
10260 * epg-config.el (epg): Doc fixes.
10261
10262 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
10263
10264 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
10265 * international/ccl.el (define-ccl-program): Do not purecopy the
10266 docstring, defconst does it anyway.
10267
10268 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10269
10270 * add-log.el (add-change-log-entry): Avoid displaying the changelog
10271 a second time.
10272
10273 * x-dnd.el (x-dnd-maybe-call-test-function):
10274 * window.el (split-window-vertically):
10275 * whitespace.el (whitespace-help-on):
10276 * vc-rcs.el (vc-rcs-consult-headers):
10277 * userlock.el (ask-user-about-lock-help)
10278 (ask-user-about-supersession-help):
10279 * type-break.el (type-break-force-mode-line-update):
10280 * time-stamp.el (time-stamp-conv-warn):
10281 * terminal.el (te-set-output-log, te-more-break, te-filter)
10282 (te-sentinel, terminal-emulator):
10283 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
10284 (term-write-input-ring, term-check-source, term-start-output-log):
10285 (term-display-buffer-line, term-dynamic-list-completions):
10286 (term-ansi-make-term, serial-term):
10287 * subr.el (selective-display):
10288 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10289 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
10290 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
10291 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
10292 (speedbar-remove-localized-speedbar-support)
10293 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
10294 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
10295 (speedbar-buffers-line-directory):
10296 * simple.el (shell-command-on-region, append-to-buffer)
10297 (prepend-to-buffer):
10298 * shadowfile.el (shadow-save-todo-file):
10299 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
10300 (scroll-bar-maybe-set-window-start):
10301 * sb-image.el (speedbar-image-dump):
10302 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
10303 (load-save-place-alist-from-file):
10304 * ps-samp.el (ps-print-message-from-summary):
10305 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
10306 (ps-background-image, ps-begin-job, ps-do-despool):
10307 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
10308 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
10309 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
10310 (pr-call-process, pr-file-list, pr-interface-save):
10311 * novice.el (disabled-command-function)
10312 (enable-command, disable-command):
10313 * mouse.el (mouse-buffer-menu-alist):
10314 * mouse-copy.el (mouse-kill-preserving-secondary):
10315 * macros.el (kbd-macro-query):
10316 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
10317 * informat.el (batch-info-validate):
10318 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
10319 * hippie-exp.el (try-expand-dabbrev-visible):
10320 * help-mode.el (help-make-xrefs):
10321 * help-fns.el (describe-variable):
10322 * generic-x.el (bat-generic-mode-run-as-comint):
10323 * finder.el (finder-mouse-select):
10324 * find-dired.el (find-dired-sentinel):
10325 * filesets.el (filesets-file-close):
10326 * files.el (list-directory):
10327 * faces.el (list-faces-display, describe-face):
10328 * facemenu.el (list-colors-display):
10329 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
10330 * epg.el (epg--process-filter, epg-cancel):
10331 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
10332 (epa--read-signature-type):
10333 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
10334 (emerge-file-names):
10335 * ehelp.el (electric-helpify):
10336 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
10337 * ediff-vers.el (rcs-ediff-view-revision):
10338 * ediff-util.el (ediff-setup):
10339 * ediff-mult.el (ediff-append-custom-diff):
10340 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
10341 (ediff-wordify):
10342 * echistory.el (Electric-command-history-redo-expression):
10343 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
10344 * disp-table.el (describe-display-table):
10345 * dired.el (dired-find-buffer-nocreate):
10346 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
10347 * dabbrev.el (dabbrev--same-major-mode-p):
10348 * chistory.el (list-command-history):
10349 * apropos.el (apropos-documentation):
10350 * allout.el (allout-obtain-passphrase):
10351 (allout-copy-exposed-to-buffer):
10352 (allout-verify-passphrase): Use with-current-buffer.
10353
10354 2009-11-13 Glenn Morris <rgm@gnu.org>
10355
10356 * Makefile.in (ELCFILES): Regenerate.
10357
10358 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
10359
10360 * net/dbus.el (dbus-registered-objects-table): Rename from
10361 `dbus-registered-functions-table', because it contains also properties.
10362 (dbus-unregister-object): Unregister also properties.
10363 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
10364 Use a timeout of 500 msec, in order to not block.
10365 (dbus-register-property, dbus-property-handler): New defuns.
10366
10367 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10368
10369 * simple.el (minibuffer-default-add-completions): Drop deprecated
10370 4th arg.
10371
10372 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
10373
10374 * textmodes/artist.el (artist-mouse-choose-operation):
10375 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
10376 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
10377 (artist-compute-up-event-key): New function.
10378 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
10379
10380 2009-11-13 Kenichi Handa <handa@m17n.org>
10381
10382 * language/japan-util.el: Make sure that the value of jisx0208
10383 property is jisx0208 character.
10384
10385 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
10386
10387 * international/mule.el (auto-coding-regexp-alist): Only purecopy
10388 car or each item, not the whole list.
10389
10390 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
10391
10392 * minibuffer.el (minibuffer-completion-help):
10393 Use minibuffer-hide-completions.
10394
10395 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
10396
10397 * dired.el (dired-save-positions, dired-restore-positions): New funs.
10398 (dired-revert): Use them (bug#4880).
10399
10400 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
10401
10402 * tooltip.el (tooltip-frame-parameters): Undo previous change.
10403
10404 2009-11-12 Juri Linkov <juri@jurta.org>
10405
10406 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
10407 New functions.
10408 (find-file-literally-at-point): Alias of `ffap-literally'.
10409
10410 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
10411
10412 * textmodes/ispell.el (ispell-skip-region-alist):
10413 * textmodes/css-mode.el (auto-mode-alist):
10414 * progmodes/compile.el (auto-mode-alist):
10415 * international/mule.el (ctext-non-standard-encodings-alist)
10416 (ctext-non-standard-encodings-regexp):
10417 * simple.el (shell-command-switch, text-read-only):
10418 * replace.el (occur-mode-map):
10419 * paths.el (rmail-file-name):
10420 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
10421 * find-file.el (ff-special-constructs):
10422 * files.el (file-name-handler-alist):
10423 * composite.el: Purecopy strings.
10424
10425 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
10426
10427 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
10428
10429 * widget.el (define-widget): Purecopy the docstring.
10430 * international/mule-cmds.el (charset): Do not purecopy the
10431 docstring here, define-widget does it.
10432
10433 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
10434 * textmodes/bibtex-style.el (auto-mode-alist):
10435 * progmodes/inf-lisp.el (inferior-lisp-prompt):
10436 * progmodes/compile.el (compile-command):
10437 * language/korea-util.el (default-korean-keyboard):
10438 * international/mule-conf.el (file-coding-system-alist):
10439 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
10440 * tooltip.el (tooltip-frame-parameters):
10441 * newcomment.el (comment-end, comment-padding):
10442 * dired.el (dired-trivial-filenames):
10443 * comint.el (comint-file-name-prefix): Purecopy initial values.
10444
10445 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
10446
10447 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
10448 (tramp-advice-minibuffer-electric-tilde): Unload advices via
10449 `tramp-unload'.
10450 (tramp-advice-make-auto-save-file-name)
10451 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
10452 after removing the advice.
10453
10454 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
10455
10456 * progmodes/grep.el (grep-regexp-alist):
10457 * international/mule-cmds.el (iso-2022-control-alist):
10458 * emacs-lisp/timer.el (timer-duration-words):
10459 * subr.el (version-separator, version-regexp-alist):
10460 * minibuffer.el (completion-styles-alist):
10461 * faces.el (face-attribute-name-alist, list-faces-sample-text):
10462 Change defvars to defconsts.
10463
10464 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
10465 * loadup.el ("international/mule-conf"): Load the byte compiled version.
10466 * international/mule-conf.el: Allow to be byte compiled.
10467
10468 * international/mule.el (define-charset): Purecopy props.
10469 (load-with-code-conversion): Purecopy doc string and file name.
10470 (put-charset-property): Purecopy strings.
10471 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
10472
10473 * international/mule-cmds.el (register-input-method): Purecopy arguments.
10474 (define-char-code-property): Correctly purecopy the table.
10475
10476 * international/ccl.el (define-ccl-program): Purecopy the docstring.
10477
10478 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
10479
10480 * subr.el (add-hook): Purecopy strings.
10481 (eval-after-load): Purecopy load-history-regexp and the form.
10482
10483 * custom.el (custom-declare-group): Purecopy load-file-name.
10484
10485 * subr.el (menu-bar-separator): New defconst.
10486 * net/eudc.el (eudc-tools-menu):
10487 * international/mule-cmds.el (set-coding-system-map)
10488 (mule-menu-keymap):
10489 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
10490 * vc-hooks.el (vc-menu-map):
10491 * replace.el (occur-mode-map):
10492 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
10493 (menu-bar-edit-menu, menu-bar-goto-menu)
10494 (menu-bar-custom-menu, menu-bar-showhide-menu)
10495 (menu-bar-options-menu, menu-bar-tools-menu)
10496 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
10497 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
10498 (menu-bar-help-menu):
10499 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
10500 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
10501
10502 * term/x-win.el (x-gtk-stock-map):
10503 * progmodes/vera-mode.el (auto-mode-alist):
10504 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
10505 (inferior-lisp-program, inferior-lisp-load-command):
10506 * progmodes/hideshow.el (hs-special-modes-alist):
10507 * progmodes/gud.el (same-window-regexps):
10508 * progmodes/grep.el (grep-program, find-program, xargs-program):
10509 * net/telnet.el (same-window-regexps):
10510 * net/rlogin.el (same-window-regexps):
10511 * language/ethiopic.el (font-ccl-encoder-alist):
10512 * vc-sccs.el (vc-sccs-master-templates):
10513 * vc-rcs.el (vc-rcs-master-templates):
10514 * subr.el (cl-assertion-failed):
10515 * simple.el (next-error-overlay-arrow-position):
10516 * lpr.el (lpr-command):
10517 * locate.el (locate-ls-subdir-switches):
10518 * info.el (same-window-regexps, info)
10519 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10520 * image-mode.el (image-mode, auto-mode-alist):
10521 * hippie-exp.el (hippie-expand-ignore-buffers):
10522 * format.el (format-alist):
10523 * find-dired.el (find-ls-subdir-switches, find-grep-options)
10524 (find-name-arg):
10525 * facemenu.el (facemenu-keybindings):
10526 * dired.el (dired-listing-switches, dired-chown-program):
10527 * diff.el (diff-switches, diff-command):
10528 * cus-edit.el (same-window-regexps):
10529 * bindings.el (mode-line-mule-info)
10530 (mode-line-buffer-identification): Purecopy strings.
10531
10532 2009-11-11 Juri Linkov <juri@jurta.org>
10533
10534 * simple.el (dired-get-filename) <declare-function>:
10535 Tell the byte-compiler about dired-get-filename.
10536 (shell-command): In Dired mode, get filename from the current line
10537 as the default value.
10538
10539 2009-11-10 Glenn Morris <rgm@gnu.org>
10540
10541 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
10542 * calendar/holidays.el, progmodes/cperl-mode.el:
10543 Update x-popup-menu declarations.
10544
10545 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
10546 (list-load-path-shadows): Use dolist.
10547 (list-load-path-shadows): Use with-current-buffer.
10548
10549 2009-11-10 Juri Linkov <juri@jurta.org>
10550
10551 * minibuffer.el (read-file-name): Support a list of default values
10552 in `default-filename'. Use the first file name where only one
10553 element is required. Doc fix.
10554
10555 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
10556
10557 * net/dbus.el (dbus-unregister-object): Release service, if no
10558 other method is registered for it.
10559
10560 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
10561
10562 * bookmark.el (bookmark-completing-read): Sort bookmark names if
10563 bookmark-sort-flag is non-nil (Bug#4653).
10564
10565 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
10566
10567 * emulation/cua-base.el: Add CUA property to some CC mode commands
10568 (Bug#4100).
10569
10570 2009-11-08 Kevin Ryde <user42@zip.com.au>
10571
10572 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
10573 at end of sentence (Bug#4818).
10574
10575 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
10576
10577 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10578 Handle "see declaration of" MSFT statements (Bug#4100).
10579
10580 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
10581
10582 * net/tramp.el (tramp-advice-make-auto-save-file-name)
10583 (tramp-advice-file-expand-wildcards): Unload via
10584 `ad-remove-advice'.
10585
10586 * net/trampver.el: Update release number.
10587
10588 2009-11-08 Kevin Ryde <user42@zip.com.au>
10589
10590 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
10591 `ad-do-it'.
10592
10593 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
10594
10595 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
10596 in order to keep context in SELinux.
10597
10598 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
10599
10600 * dired-aux.el (dired-query): Place cursor in echo area and allow
10601 C-g.
10602
10603 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
10604 menu item if not on a directory (Bug#4701).
10605
10606 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
10607
10608 Sync with Tramp 2.1.17.
10609
10610 * net/tramp.el (tramp-handle-copy-directory): Don't use
10611 `file-remote-p' (due to compatibility).
10612
10613 * net/tramp-compat.el (tramp-compat-copy-directory)
10614 (tramp-compat-delete-directory): New defuns.
10615
10616 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10617 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
10618 `tramp-compat-delete-directory'.
10619
10620 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
10621 (tramp-smb-handle-delete-directory): Use
10622 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
10623
10624 * net/trampver.el: Update release number.
10625
10626 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
10627
10628 * tar-mode.el (tar-copy): Call write-region on the right buffer
10629 (Bug#4857).
10630
10631 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
10632 by hand, if necessary (Bug#4878).
10633
10634 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
10635
10636 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
10637 align size column (Bug#4839).
10638
10639 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
10640 statement.
10641
10642 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
10643
10644 * progmodes/ld-script.el (auto-mode-alist):
10645 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
10646
10647 * cus-face.el (custom-declare-face): Purecopy face spec.
10648
10649 2009-11-06 Kenichi Handa <handa@m17n.org>
10650
10651 * international/uni-bidi.el: Re-generated.
10652 * international/uni-category.el: Re-generated.
10653 * international/uni-combining.el: Re-generated.
10654 * international/uni-mirrored.el: Re-generated.
10655
10656 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
10657
10658 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
10659 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
10660 (tex-start-options, slitex-run-command, latex-run-command)
10661 (tex-run-command, tex-directory):
10662 * textmodes/ispell.el (ispell-html-skip-alists)
10663 (ispell-tex-skip-alists, ispell-tex-skip-alists):
10664 * textmodes/fill.el (adaptive-fill-first-line-regexp):
10665 (adaptive-fill-regexp):
10666 * textmodes/dns-mode.el (auto-mode-alist):
10667 * progmodes/python.el (interpreter-mode-alist):
10668 * progmodes/etags.el (tags-compression-info-list):
10669 * progmodes/etags.el (tags-file-name):
10670 * net/browse-url.el (browse-url-galeon-program)
10671 (browse-url-firefox-program):
10672 * mail/sendmail.el (mail-signature-file)
10673 (mail-citation-prefix-regexp):
10674 * international/mule-conf.el (eight-bit):
10675 * international/latexenc.el (latex-inputenc-coding-alist):
10676 * international/fontset.el (x-pixel-size-width-font-regexp):
10677 * emacs-lisp/warnings.el (warning-type-format):
10678 * emacs-lisp/trace.el (trace-buffer):
10679 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
10680 (emacs-lisp-mode-map):
10681 * calendar/holidays.el (holiday-solar-holidays)
10682 (holiday-bahai-holidays, holiday-islamic-holidays)
10683 (holiday-christian-holidays, holiday-hebrew-holidays)
10684 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
10685 (hebrew-holidays-1, holiday-oriental-holidays)
10686 (holiday-general-holidays):
10687 * x-dnd.el (x-dnd-known-types):
10688 * tool-bar.el (tool-bar):
10689 * startup.el (site-run-file):
10690 * shell.el (shell-dumb-shell-regexp):
10691 * rfn-eshadow.el (file-name-shadow-tty-properties)
10692 (file-name-shadow-properties):
10693 * paths.el (remote-shell-program, news-directory):
10694 * mouse.el ([C-down-mouse-3]):
10695 * menu-bar.el (menu-bar-tools-menu):
10696 * jka-cmpr-hook.el (jka-compr-load-suffixes)
10697 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
10698 (jka-compr-compression-info-list):
10699 * isearch.el (search-whitespace-regexp):
10700 * image-file.el (image-file-name-extensions):
10701 * find-dired.el (find-ls-option):
10702 * files.el (directory-listing-before-filename-regexp)
10703 (directory-free-space-args, insert-directory-program)
10704 (list-directory-brief-switches, magic-fallback-mode-alist)
10705 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
10706 (automount-dir-prefix):
10707 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
10708 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
10709 (face-font-registry-alternatives, face-font-registry-alternatives)
10710 (face-font-family-alternatives):
10711 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
10712 (facemenu-foreground-menu, facemenu-face-menu):
10713 * epa-hook.el (epa-file-name-regexp):
10714 * dnd.el (dnd-protocol-alist):
10715 * textmodes/rst.el (auto-mode-alist):
10716 * button.el (default-button): Purecopy strings.
10717
10718 2009-11-06 Glenn Morris <rgm@gnu.org>
10719
10720 * Makefile.in (ELCFILES): Update.
10721
10722 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
10723
10724 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
10725 * emacs-lisp/levents.el: Move to obsolete/levents.el.
10726
10727 * nxml/xsd-regexp.el (xsdre-gen-categories):
10728 * nxml/xmltok.el (xmltok-parse-entity):
10729 * nxml/rng-parse.el (rng-parse-validate-file):
10730 * nxml/rng-maint.el (rng-format-manual)
10731 (rng-manual-output-force-new-line):
10732 * nxml/rng-loc.el (rng-save-schema-location-1):
10733 * nxml/rng-cmpct.el (rng-c-parse-file):
10734 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
10735 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
10736
10737 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
10738
10739 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
10740 Remove extra save-excursions and make-variable-buffer-local's.
10741 Suggested by Stefan Monnier.
10742
10743 (verilog-getopt-file, verilog-module-inside-filename-p)
10744 (verilog-set-define): Merge GNU 1.35 and repair changes from
10745 switching to using with-current-buffer.
10746
10747 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
10748 being treated as a number and confusing AUTORESET.
10749 Reported by Dan Dever.
10750
10751 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
10752 Add verilog-auto-ignore-concat to fix backward compatibility with
10753 older verilog-modes. Reported by Dan Katz.
10754
10755 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
10756 containing closing anchors "...$".
10757
10758 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
10759 Reported by Wade Smith.
10760
10761 (verilog-batch-execute-func): Comment on function usage.
10762
10763 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
10764
10765 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
10766 for labels.
10767
10768 (verilog-label-re, verilog-calc-1): Support proper indent of named
10769 asserts.
10770
10771 (verilog-backward-token, verilog-basic-complete-re)
10772 (verilog-beg-of-statement, verilog-indent-re): Support proper
10773 indent of the assert statement at the beginning of a block of text.
10774
10775 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
10776 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
10777 tokens as begins.
10778
10779 2009-11-05 Glenn Morris <rgm@gnu.org>
10780
10781 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
10782 Emacs 19. (Bug#1531)
10783 (byte-compile-fix-header): Update for the above change.
10784 Drop test for epoch::version.
10785
10786 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
10787 * cus-dep.el (custom-make-dependencies):
10788 * finder.el (finder-compile-keywords):
10789 Use autoload-rubric's feature argument.
10790
10791 * calendar/diary-lib.el (top-level): Make load behave more like require.
10792
10793 * vc-git.el (vc-git-stash-map): Move definition before use.
10794
10795 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
10796
10797 * custom.el (custom-declare-group): Purecopy standard-value.
10798 (custom-declare-group): Purecopy custom-prefix.
10799
10800 * international/mule.el (load-with-code-conversion):
10801 Call do-after-load-evaluation unconditionally.
10802
10803 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
10804
10805 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
10806
10807 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
10808
10809 2009-11-04 Glenn Morris <rgm@gnu.org>
10810
10811 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
10812 (byte-compile-compatibility): Remove option.
10813 (byte-compile-close-variables, byte-compile-fix-header)
10814 (byte-compile-insert-header, byte-compile-output-docform)
10815 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
10816 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
10817 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
10818 (byte-compile-insert, byte-compile-defun):
10819 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
10820 (byte-defop-compiler19): Remove.
10821 Without byte-compile-compatibility, the 'emacs19-opcode property is not
10822 used by anything. Replace all calls with byte-defop-compiler.
10823
10824 2009-11-04 Juri Linkov <juri@jurta.org>
10825
10826 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
10827 (menu-bar-options-menu): Don't quote the `prop' arg of
10828 `menu-bar-make-mm-toggle'.
10829
10830 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
10831
10832 * calendar/calendar.el (cal-loaddefs):
10833 * calendar/diary-lib.el (diary-loaddefs):
10834 * calendar/holidays.el (hol-loaddefs):
10835 * eshell/esh-module.el (esh-groups): Load rather than require.
10836
10837 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
10838
10839 * calendar/todo-mode.el (todo-add-category): Don't hardcode
10840 point-min==1.
10841 (todo-top-priorities): Only display-buffer when called interactively.
10842 (todo-item-start): Don't save excursion point.
10843 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
10844 (todo-insert-item-here, todo-file-item, todo-remove-item):
10845 Adjust uses of todo-item-start and todo-item-end.
10846
10847 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
10848 (autoload-rubric): Don't use any more.
10849
10850 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
10851 and only put a prop if it is non-nil.
10852
10853 2009-11-03 Juri Linkov <juri@jurta.org>
10854
10855 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
10856 (menu-bar-options-menu): Fix list quoting (Bug#4429).
10857
10858 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
10859 and "Menu" to make top-level menu item visually one unit (like
10860 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
10861 multi-word menu items). Fix :help string for quit-window.
10862
10863 2009-11-03 Glenn Morris <rgm@gnu.org>
10864
10865 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
10866 (byte-compile-file-form-define-abbrev-table)
10867 (byte-compile-file-form-custom-declare-variable)
10868 (byte-compile-variable-ref, byte-compile-defvar):
10869 Whether or not a warning is enabled should only affect whether we issue
10870 the warning, not whether or not we collect the relevant data.
10871 Eg warnings can be turned on and off throughout the course of a file.
10872
10873 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
10874 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
10875
10876 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
10877
10878 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
10879 * play/mpuz.el (mpuz-create-buffer):
10880 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
10881 (lm-print-y,s,noise, lm-print-w0, lm-init):
10882 * play/gomoku.el (gomoku-prompt-for-move):
10883 * play/fortune.el (fortune-in-buffer):
10884 * play/dissociate.el (dissociated-press):
10885 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
10886 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
10887 * mail/supercite.el (sc-eref-show):
10888 * mail/smtpmail.el (smtpmail-send-it):
10889 * mail/rmailsum.el (rmail-summary-next-labeled-message)
10890 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
10891 (rmail-summary-undelete-many, rmail-summary-rmail-update)
10892 (rmail-summary-goto-msg, rmail-summary-expunge)
10893 (rmail-summary-get-new-mail, rmail-summary-search-backward)
10894 (rmail-summary-add-label, rmail-summary-output-menu)
10895 (rmail-summary-output-body):
10896 * mail/rfc822.el (rfc822-addresses):
10897 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
10898 * mail/mailpost.el (post-mail-send-it):
10899 * mail/hashcash.el (hashcash-generate-payment):
10900 * mail/feedmail.el (feedmail-run-the-queue)
10901 (feedmail-queue-send-edit-prompt-help-first)
10902 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
10903 (feedmail-deduce-address-list):
10904 * eshell/esh-ext.el (eshell-remote-command):
10905 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
10906 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
10907 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
10908 (viper-save-string-in-file, viper-valid-marker):
10909 * emulation/viper-keym.el (viper-toggle-key):
10910 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
10911 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
10912 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
10913 * emulation/viper-cmd.el (viper-exec-form-in-vi)
10914 (viper-exec-form-in-emacs, viper-brac-function):
10915 * emulation/viper.el (viper-delocalize-var):
10916 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
10917 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
10918 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
10919 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
10920 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
10921 * emulation/edt.el (edt-electric-helpify):
10922 * emulation/cua-rect.el (cua--rectangle-aux-replace):
10923 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
10924 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
10925 (cua-indent-to-global-mark-column):
10926 * calendar/diary-lib.el (calendar-mark-1):
10927 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
10928 Use with-current-buffer.
10929 * emulation/viper.el (viper-delocalize-var): Use dolist.
10930
10931 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
10932
10933 * comint.el (comint-replace-by-expanded-history-before-point):
10934 Replace !! with the previous input string literally (Bug#1795).
10935
10936 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
10937
10938 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
10939 to be made up of whitespace.
10940
10941 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
10942
10943 * minibuffer.el (read-file-name): Don't use file dialogs for
10944 remote directories (Bug#99).
10945
10946 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
10947
10948 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
10949
10950 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
10951
10952 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
10953 instead of deleting the window or frame.
10954
10955 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
10956
10957 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
10958 Support face colors.
10959
10960 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
10961 New function. Support face colors (Bug#1168).
10962 (tex-common-initialization): Use it.
10963
10964 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
10965 mode allows it (Bug#1168).
10966
10967 2009-10-31 Juri Linkov <juri@jurta.org>
10968
10969 * facemenu.el (list-colors-display): Don't mark buffer as
10970 modified (Bug#3948).
10971
10972 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
10973
10974 * international/mule-diag.el (list-character-sets-1): Minor
10975 message fix (Bug#3526).
10976
10977 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
10978 face property (Bug#4834).
10979 (etags-list-tags, etags-tags-apropos-additional)
10980 (etags-tags-apropos, tags-select-tags-table): Add follow-link
10981 property.
10982
10983 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
10984 items.
10985
10986 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
10987
10988 * textmodes/two-column.el (2C-split):
10989 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
10990 * textmodes/tex-mode.el (tex-set-buffer-directory):
10991 * textmodes/spell.el (spell-region, spell-string):
10992 * textmodes/reftex.el (reftex-erase-buffer):
10993 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
10994 * textmodes/reftex-toc.el (reftex-toc-promote-action):
10995 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
10996 (reftex-select-item):
10997 * textmodes/reftex-ref.el (reftex-label-info-update)
10998 (reftex-offer-label-menu):
10999 * textmodes/reftex-index.el (reftex-index-change-entry)
11000 (reftex-index-phrases-info):
11001 * textmodes/reftex-global.el (reftex-create-tags-file)
11002 (reftex-save-all-document-buffers, reftex-ensure-write-access):
11003 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
11004 (reftex-view-crossref-from-bibtex):
11005 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
11006 (reftex-extract-bib-entries-from-thebibliography)
11007 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
11008 * textmodes/refbib.el (r2b-capitalize-title):
11009 (r2b-convert-buffer, r2b-help):
11010 * textmodes/page-ext.el (pages-directory)
11011 (pages-directory-goto-with-mouse):
11012 * textmodes/bibtex.el (bibtex-validate-globally):
11013 * textmodes/bib-mode.el (bib-capitalize-title):
11014 * textmodes/artist.el (artist-clear-buffer, artist-system):
11015 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
11016 (local-set-scheme-interaction-buffer, xscheme-process-filter)
11017 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
11018 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
11019 (xscheme-send-control-g-interrupt, xscheme-start-process)
11020 (xscheme-process-sentinel, xscheme-cd):
11021 * progmodes/verilog-mode.el (verilog-read-always-signals)
11022 (verilog-set-define, verilog-getopt-file)
11023 (verilog-module-inside-filename-p):
11024 * progmodes/sh-script.el:
11025 * progmodes/python.el (python-pdbtrack-get-source-buffer)
11026 (python-pdbtrack-grub-for-buffer, python-execute-file):
11027 * progmodes/octave-inf.el (inferior-octave):
11028 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
11029 (idlwave-shell-compile-helper-routines, idlwave-set-local)
11030 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
11031 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
11032 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
11033 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
11034 (idlwave-shell-filter, idlwave-shell-examine-highlight)
11035 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
11036 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
11037 (idlwave-shell-examine-display, idlwave-shell-run-region)
11038 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
11039 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
11040 * progmodes/idlw-help.el (idlwave-help-get-special-help)
11041 (idlwave-help-get-help-buffer):
11042 * progmodes/gud.el (gud-basic-call, gud-find-class)
11043 (gud-tooltip-activate-mouse-motions-if-enabled):
11044 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
11045 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
11046 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
11047 (ebrowse-tags-next-file):
11048 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
11049 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
11050 (ebnf-eps-finish-and-write):
11051 * progmodes/cpp.el (cpp-edit-save):
11052 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
11053 * progmodes/cc-defs.el (c-emacs-features):
11054 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
11055 (antlr-directory-dependencies):
11056 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
11057 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
11058 (ada-find-any-references, ada-make-filename-from-adaname)
11059 (ada-make-body-gnatstub):
11060 * obsolete/rnews.el (news-list-news-groups):
11061 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
11062 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
11063 * net/rcirc.el (rcirc-debug):
11064 * net/newst-treeview.el (newsticker--treeview-list-add-item)
11065 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
11066 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
11067 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
11068 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
11069 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
11070 (newsticker--treeview-list-clear-highlight)
11071 (newsticker--treeview-list-update-highlight)
11072 (newsticker--treeview-list-highlight-start)
11073 (newsticker--treeview-tree-update-highlight)
11074 (newsticker--treeview-get-selected-item)
11075 (newsticker-treeview-mark-list-items-old)
11076 (newsticker--treeview-set-current-node):
11077 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
11078 * net/newst-backend.el (newsticker--get-news-by-funcall)
11079 (newsticker--get-news-by-wget, newsticker--image-get)
11080 (newsticker--image-sentinel):
11081 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
11082 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
11083 (eudc-ph-close-session):
11084 * net/eudc.el (eudc-save-options):
11085 * language/thai-word.el (thai-update-word-table):
11086 * language/japan-util.el (japanese-string-conversion):
11087 * international/titdic-cnv.el (tsang-quick-converter)
11088 (ziranma-converter, ctlau-converter):
11089 * international/mule-cmds.el (describe-language-environment):
11090 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
11091 (skkdic-convert-postfix, skkdic-convert-prefix):
11092 (skkdic-convert-okuri-nasi, skkdic-convert):
11093 * emacs-lisp/re-builder.el (reb-update-overlays):
11094 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
11095 * emacs-lisp/gulp.el (gulp-send-requests):
11096 * emacs-lisp/find-gc.el (trace-call-tree):
11097 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
11098 (eieio-describe-generic):
11099 * emacs-lisp/eieio-base.el (eieio-persistent-read):
11100 * emacs-lisp/edebug.el (edebug-outside-excursion):
11101 * emacs-lisp/debug.el (debugger-make-xrefs):
11102 * emacs-lisp/cust-print.el (custom-prin1-to-string):
11103 * emacs-lisp/chart.el (chart-new-buffer):
11104 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
11105 Use with-current-buffer.
11106 * textmodes/artist.el (artist-system): Don't call
11107 copy-sequence on a fresh string.
11108 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
11109
11110 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
11111
11112 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
11113 is no item to edit. (Bug#4820)
11114 (todo-top-priorities): Restore point and restore narrowing in Todo
11115 buffer. (Bug#4820)
11116
11117 2009-10-31 Glenn Morris <rgm@gnu.org>
11118
11119 * net/ange-ftp.el (top-level): Don't require dired when compiling.
11120 (comint-last-output-start, comint-last-input-start)
11121 (comint-last-input-end): Don't defvar when compiling.
11122 (ange-ftp-process-file): Use bound-and-true-p.
11123
11124 * pcmpl-rpm.el (top-level): Move provide statement to end.
11125 (pcmpl-rpm): Remove unused custom group.
11126
11127 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
11128
11129 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
11130
11131 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11132 (byte-compile-warnings): Add `constants' as an option.
11133 (byte-compile-callargs-warn, byte-compile-arglist-warn)
11134 (display-call-tree): Update for byte-compile-fdefinition possibly
11135 returning `(macro lambda ...)'. (Bug#4778)
11136 (byte-compile-variable-ref, byte-compile-setq-default):
11137 Respect `constants' member of byte-compile-warnings.
11138
11139 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11140
11141 * vc-bzr.el (vc-bzr-revision-keywords): New var.
11142 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
11143 to "submit:".
11144
11145 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
11146
11147 * textmodes/ispell.el (ispell-skip-region-alist):
11148 * international/mule-conf.el (eight-bit):
11149 * international/fontset.el (font-encoding-alist):
11150 * startup.el (pure-space-overflow-message):
11151 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
11152 * paths.el (gnus-nntp-service, rmail-spool-directory)
11153 (term-file-prefix):
11154 * files.el (save-some-buffers-action-alist):
11155 * cmuscheme.el (same-window-buffer-names):
11156 * ielm.el (same-window-buffer-names):
11157 * shell.el (same-window-buffer-names):
11158 * mail/sendmail.el (same-window-buffer-names):
11159 * progmodes/inf-lisp.el (same-window-buffer-names):
11160 * bindings.el (mode-line-client)
11161 (mode-line-column-line-number-mode-map):
11162 * language/tibetan.el (tibetan-precomposition-rule-regexp)
11163 (tibetan-precomposed-regexp): Purecopy string arguments.
11164
11165 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11166
11167 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
11168 (calcDigit-nondigit):
11169 * calc/calc-yank.el (calc-copy-to-buffer):
11170 * calc/calc-units.el (calc-invalidate-units-table):
11171 * calc/calc-trail.el (calc-trail-yank):
11172 * calc/calc-store.el (calc-insert-variables):
11173 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
11174 * calc/calc-prog.el (calc-read-parse-table):
11175 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
11176 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
11177 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
11178 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
11179 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
11180 (calc-graph-name, calc-graph-find-command, calc-graph-view)
11181 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
11182 * calc/calc-ext.el (calc-realign):
11183 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
11184 (calc-embedded-finish-edit, calc-embedded-make-info)
11185 (calc-embedded-finish-command, calc-embedded-stack-change):
11186 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
11187
11188 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
11189 shell-dynamic-complete-filename in preference to
11190 comint-dynamic-complete-filename.
11191
11192 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11193 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11194 Don't consider whether the display supports colors.
11195 (bookmark-import-new-list): Use dolist.
11196 (bookmark-bmenu-mode-map): Move initialization into declaration.
11197 (bookmark-bmenu-list): Use dolist, simplify.
11198 (bookmark-show-all-annotations): Use save-selected-window and dolist.
11199 (menu-bar-final-items): Use push.
11200
11201 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
11202
11203 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
11204 it works on remote files.
11205 (vc-hg-diff): Don't pass any `--cwd' argument.
11206
11207 2009-10-27 Kevin Ryde <user42@zip.com.au>
11208
11209 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11210 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
11211 (Further to Bug#3921).
11212
11213 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
11214
11215 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
11216 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
11217 calling `tramp-imap-put-file'. Add file size to the call.
11218 (tramp-imap-get-file-entries): Compute also user name, file size,
11219 and date.
11220 (tramp-imap-handle-insert-directory): Insert uid and gid.
11221 (tramp-imap-handle-file-attributes): Transform uid and gid
11222 according to `id-format'.
11223 (tramp-imap-put-file): New optional parameter SIZE. Encode file
11224 size in header X-Size.
11225
11226 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
11227
11228 * simple.el (transpose-subr): Give clearer error when the mark
11229 is not set. (Bug#4807)
11230
11231 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
11232
11233 * net/tramp.el (tramp-perl-file-truename): New defconst.
11234 Perl code contributed by yary <not.com@gmail.com> (tiny change).
11235 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
11236 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
11237 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
11238
11239 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
11240 Ignore `dired-call-process'.
11241 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
11242
11243 2009-10-26 Julian Scheid <julians37@gmail.com>
11244
11245 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
11246 (tramp-get-remote-readlink): New defun.
11247 (tramp-handle-file-truename): Use it.
11248 (tramp-handle-file-exists-p): Check file-attributes cache, assume
11249 file exists if cache value present.
11250 (tramp-check-cached-permissions): New defun.
11251 (tramp-handle-file-readable-p): Use it.
11252 (tramp-handle-file-writable-p): Likewise.
11253 (tramp-handle-file-executable-p): Likewise.
11254 (tramp-handle-file-name-all-completions): Try using Perl to get
11255 partial completions. When perl not available, combine `cd' and
11256 `ls' into single remote operation and use shell expansion to get
11257 partial remote directory contents. Set `file-exists-p' cache for
11258 directory and any files returned by ls. Change cache handling to
11259 support partial directory contents. Use error message emitted by
11260 remote `cd' or Perl code for local tramp-error.
11261 (tramp-do-copy-or-rename-file-directly): Avoid separate
11262 tramp-send-command-and-check call.
11263 (tramp-handle-process-file): Merge three remote ops into one.
11264 Do not flush all caches when `process-file-side-effects' is set.
11265 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
11266 file-attributes shows uid/gid to be set already.
11267
11268 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
11269
11270 * textmodes/tex-mode.el (tex-dvi-view-command)
11271 (tex-show-queue-command, tex-open-quote):
11272 * progmodes/ruby-mode.el (auto-mode-alist)
11273 (interpreter-mode-alist): Purecopy strings.
11274
11275 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
11276
11277 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
11278 string for the hook, keymap and abbrev table.
11279
11280 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
11281
11282 * x-dnd.el (x-dnd-xdnd-to-action):
11283 * startup.el (fancy-startup-text, fancy-about-text): Change to
11284 defconst from defvar.
11285
11286 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
11287
11288 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
11289 Purecopy initialization strings.
11290
11291 * mail/sendmail.el (mail-header-separator)
11292 (mail-personal-alias-file):
11293 * mail/rmail.el (rmail-default-dont-reply-to-names)
11294 (rmail-ignored-headers, rmail-retry-ignored-headers)
11295 (rmail-highlighted-headers, rmail-secondary-file-directory)
11296 (rmail-secondary-file-regexp):
11297 * files.el (null-device, file-name-invalid-regexp)
11298 (locate-dominating-stop-dir-regexp)
11299 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
11300 (interpreter-mode-alist): Use mapcar instead of mapc.
11301
11302 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
11303
11304 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
11305 (completion-ignored-extensions):
11306 (debug-ignored-errors): Purecopy strings.
11307
11308 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
11309
11310 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
11311 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
11312 (pcomplete--here): Use push.
11313
11314 * subr.el (all-completions): Declare the 4th arg obsolete.
11315
11316 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11317
11318 * pcomplete.el (pcomplete-unquote-argument-function): New var.
11319 (pcomplete-unquote-argument): New function.
11320 (pcomplete--common-suffix): Always pay attention to case.
11321 (pcomplete--table-subvert): Quote and unquote the text.
11322 (pcomplete--common-quoted-suffix): New function.
11323 (pcomplete-std-complete): Use it and pcomplete-begin.
11324
11325 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
11326 we're inside a dedicated or minibuffer window.
11327
11328 2009-10-24 Karl Fogel <kfogel@red-bean.com>
11329
11330 * bookmark.el: Update documentation, especially documentation
11331 of `bookmark-alist' and of the bookmark file format.
11332 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
11333
11334 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
11335
11336 * mail/emacsbug.el (report-emacs-bug): Clarify that the
11337 keybindings apply to the mail buffer (Bug#4003). Shrink help
11338 window to buffer.
11339
11340 * whitespace.el (whitespace-mode, whitespace-newline-mode)
11341 (global-whitespace-mode, global-whitespace-newline-mode)
11342 (whitespace-toggle-options, global-whitespace-toggle-options):
11343 Doc fix (Bug#3660).
11344
11345 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
11346 of xmltok-start before the end tag was inserted (Bug#2840).
11347
11348 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
11349 patterns that are preceded by an open-paren (Bug#1320).
11350
11351 2009-10-24 Sven Joachim <svenjoac@gmx.de>
11352
11353 * files.el (delete-directory): Delete symlinks to directories with
11354 delete-file (Bug#4739).
11355
11356 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
11357
11358 * vc.el (vc-backend-for-registration): Rename from
11359 vc-get-backend-for-registration. Update callers.
11360
11361 * international/mule-cmds.el (set-language-info-alist):
11362 Purecopy lang-env.
11363 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
11364 (charset): Purecopy the name.
11365 (define-char-code-property): Purecopy string arguments.
11366
11367 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
11368 Purecopy string arguments.
11369
11370 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11371 * ediff-hook.el (menu-bar-ediff-menu):
11372 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
11373 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
11374
11375 2009-10-24 Glenn Morris <rgm@gnu.org>
11376
11377 * comint.el (comint-dynamic-list-completions):
11378 * term.el (term-dynamic-list-completions): Use choose-completion rather
11379 than obsolete alias mouse-choose-completion.
11380
11381 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
11382 file-cache-choose-completion.
11383 (file-cache-choose-completion): Handle an optional event argument.
11384 (file-cache-mouse-choose-completion): Make it an obsolete alias.
11385
11386 * progmodes/octave-mod.el (octave-complete-symbol):
11387 Use choose-completion if mouse-choose-completion is ever removed.
11388
11389 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
11390 use.
11391
11392 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
11393 compiler.
11394
11395 * vc-hooks.el (vc-responsible-backend): Fix declaration.
11396
11397 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11398
11399 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
11400 Ignore `pred' now that we receive one.
11401 Handle test-completion specially.
11402
11403 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
11404
11405 * vc.el (vc-responsible-backend): Throw an error if not backend is
11406 found. Remove the REGISTER argument. Move the code dealing with
11407 REGISTER ...
11408 (vc-get-backend-for-registration): ... here. New function.
11409 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
11410 of vc-responsible-backend, pass the file name instead of the
11411 directory name.
11412
11413 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
11414
11415 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
11416 New funs.
11417 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
11418 (pcomplete-comint-setup): Don't modify a global var via
11419 accidental side-effects.
11420 (pcomplete-shell-setup): Adjust call accordingly.
11421 (pcomplete-parse-comint-arguments): Use push.
11422
11423 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
11424
11425 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11426 Allow uncapitalized info node names (Bug#3921).
11427
11428 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
11429 to the DEBUG file (Bug#3781).
11430
11431 2009-10-23 Jari Aalto <jari.aalto@cante.net>
11432
11433 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
11434 dictionary entry (Bug#4579).
11435
11436 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
11437
11438 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
11439 from `rfn-eshadow-update-overlay-hook' when unloading.
11440 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
11441 "rsyncc". Adjust doc string.
11442 (tramp-temp-buffer-file-name): New buffer-local defvar.
11443 (tramp-handle-insert-file-contents, tramp-handle-write-region):
11444 Keep temporary file when indicated by method ("rsync" and
11445 "rsyncc").
11446 (tramp-handle-write-region): Handle APPEND.
11447 (tramp-delete-temp-file-function): New defun. Added to
11448 `kill-buffer-hook'.
11449
11450 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
11451
11452 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
11453
11454 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
11455
11456 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
11457 (color-name-rgb-alist, tty-standard-colors)
11458 (tty-color-mode-alist): Change to defconst.
11459
11460 * simple.el (mark-inactive): Purecopy message.
11461
11462 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
11463 (global-map, yank-menu):
11464 * textmodes/ispell.el (ispell-menu-map):
11465 * net/eudc.el (eudc-tools-menu):
11466 * international/mule-cmds.el (describe-language-environment-map)
11467 (setup-language-environment-map, set-coding-system-map)
11468 (mule-menu-keymap):
11469 * vc-hooks.el (vc-menu-entry, vc-menu-map):
11470 * replace.el (occur-mode-map):
11471 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
11472
11473 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
11474
11475 * calc/calc.el (math-read-number, math-read-number-simple): Use
11476 `save-match-data'.
11477
11478 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
11479
11480 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
11481 rather than fiddling with global-map bindings, since it should only
11482 affect per-terminal settings.
11483 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
11484
11485 * minibuffer.el (completion-table-with-terminator): Allow to specify
11486 the terminator-regexp.
11487
11488 * simple.el (switch-to-completions): Look for *Completions* in other
11489 frames as well.
11490
11491 * pcomplete.el: Allow the use of completion-tables.
11492 (pcomplete-std-complete): New command.
11493 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
11494 (pcomplete--here): Use a function for `form' rather than an expression,
11495 so it can be byte-compiled.
11496 (pcomplete-here, pcomplete-here*): Adjust accordingly.
11497 Add edebug declaration.
11498 (pcomplete-show-completions): Remove unused var `curbuf'.
11499 (pcomplete-do-complete, pcomplete-stub):
11500 Don't assume `completions' is a list of strings any more.
11501
11502 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
11503
11504 * find-dired.el (find-name-arg): Fix typo in docstring.
11505
11506 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
11507
11508 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
11509 (pcmpl-linux-fs-types): Same, and update to new modules layout.
11510
11511 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
11512 pcomplete-entries.
11513
11514 * comint.el (comint-read-input-ring, comint-write-input-ring)
11515 (comint-substitute-in-file-name)
11516 (comint-dynamic-complete-as-filename)
11517 (comint-dynamic-simple-complete)
11518 (comint-dynamic-list-filename-completions)
11519 (comint-dynamic-list-completions)
11520 (comint-redirect-results-list-from-process): Minor simplifications.
11521
11522 2009-10-21 Kevin Ryde <user42@zip.com.au>
11523
11524 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
11525 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
11526 the first form. And insert a blank line after ";;; Code" since
11527 that's usual style. (Bug#4612)
11528
11529 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
11530
11531 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11532
11533 * minibuffer.el (completion-table-with-terminator): Properly implement
11534 boundaries, in case `terminator' appears in the suffix.
11535 (completion--embedded-envvar-table): Don't return boundaries if
11536 there's no valid completion. Simplify.
11537 (completion-file-name-table): New completion table extracted from
11538 completion--file-name-table.
11539 (completion--file-name-table): Use it.
11540 (read-file-name-predicate): Declare obsolete.
11541 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
11542 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
11543 completion-file-name-table, and use the `pred' argument.
11544 * files.el (locate-file-completion-table): Use the `pred' arg rather
11545 than read-file-name-predicate.
11546 (abbreviate-file-name): Use \` rather than ^ for BOS.
11547
11548 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
11549
11550 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
11551 vc-responsible-backend to register, it causes problems.
11552
11553 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11554
11555 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
11556
11557 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
11558
11559 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
11560 (tramp-smb-handle-file-attributes): Use it.
11561 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
11562 (tramp-smb-handle-insert-directory): Use `mapc' rather than
11563 `mapcar'. Use `tramp-smb-get-stat-capability'.
11564 Add `dired-filename' text properties.
11565 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
11566 (tramp-smb-maybe-open-connection): Simplify check for smbclient
11567 version.
11568
11569 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
11570
11571 * subr.el (read-key-delay): Reduce to 0.01.
11572 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
11573 (bug#4751).
11574
11575 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
11576
11577 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
11578
11579 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
11580 (Info-menu): Remove unused vars `last' and `completions'.
11581 (Info-index-nodes): Remove unused var `node'.
11582
11583 * info.el (Info-complete-menu-item): Use complete-with-action.
11584
11585 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
11586
11587 Make vc-annotate work through copies and renames.
11588 * vc-annotate.el (vc-annotate-extract-revision-at-line):
11589 Return the file name too.
11590 (vc-annotate-revision-at-line)
11591 (vc-annotate-find-revision-at-line)
11592 (vc-annotate-revision-previous-to-line)
11593 (vc-annotate-show-log-revision-at-line): Update to get the file
11594 name from vc-annotate-extract-revision-at-line.
11595 (vc-annotate-show-diff-revision-at-line-internal): Change the
11596 argument to mean whether to show a file diff or not. Get the file
11597 name from vc-annotate-extract-revision-at-line.
11598 (vc-annotate-show-diff-revision-at-line):
11599 Update vc-annotate-show-diff-revision-at-line call.
11600 (vc-annotate-warp-revision): Add an optional file argument.
11601
11602 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
11603 (vc-git-annotate-extract-revision-at-line): Also return the file
11604 name if found.
11605
11606 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
11607 command. Remove unused code.
11608 (vc-hg-annotate-re): Update to match --follow output.
11609 (vc-hg-annotate-extract-revision-at-line): Also return the file
11610 name if found.
11611
11612 * vc.el: Update annotate-extract-revision-at-line documentation.
11613
11614 2009-10-18 Kevin Ryde <user42@zip.com.au>
11615
11616 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
11617 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
11618
11619 * net/browse-url.el (browse-url): Identify alist with "consp and
11620 not functionp" and let all other things go down the `apply' leg,
11621 as suggested by Stefan. (Further to bug#4531.)
11622
11623 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
11624
11625 * minibuffer.el (read-file-name): Check for repeat before putting
11626 a default argument in file-name-history (Bug#4657).
11627
11628 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
11629 read syntax (Bug#4737).
11630
11631 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
11632
11633 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11634
11635 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
11636 (html-tag-alist, html-tag-help): Add descriptions for undocumented
11637 entries and make note of obsolete tags.
11638
11639 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
11640
11641 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
11642
11643 2009-10-18 Glenn Morris <rgm@gnu.org>
11644
11645 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
11646 grep, so that binary files (eg international/uni-bidi.el) can match.
11647 Remove test for "UnicodeData" files, since it is hopefully unnecessary
11648 now, and in any case the file header format has changed.
11649
11650 2009-10-17 Glenn Morris <rgm@gnu.org>
11651
11652 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
11653 (flyspell-get-word, flyspell-large-region)
11654 (flyspell-auto-correct-previous-word): Doc/error message fixes.
11655
11656 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
11657
11658 * Makefile.in (ELCFILES): Add ede/shell.
11659
11660 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
11661
11662 * term/common-win.el (x-colors): Purecopy it.
11663
11664 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11665
11666 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
11667 permissive for when the buffer is empty.
11668 (tar-header-block-tokenize): Decode the username and groupname.
11669 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
11670
11671 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11672
11673 * international/mule-cmds.el (select-safe-coding-system): If the file
11674 has a coding cookie, use it regardless of any other setting (bug#4712).
11675
11676 2009-10-17 Glenn Morris <rgm@gnu.org>
11677
11678 * foldout.el (foldout-mouse-swallow-events):
11679 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
11680
11681 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
11682 (dired-keep-marker-copy, dired-keep-marker-hardlink)
11683 (dired-keep-marker-symlink, dired-dwim-target)
11684 (dired-copy-preserve-time): Do not autoload these defcustoms.
11685
11686 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
11687 messages from messing up the file coding. (Bug#4623)
11688
11689 2009-10-17 Jari Aalto <jari.aalto@cante.net>
11690
11691 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
11692 if no match is found for the current dictionary. (Bug#4578)
11693
11694 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
11695 optional, since that is how it is documented, and this is often called
11696 with a nil argument. (Bug#4577)
11697 (flyspell-external-point-words, flyspell-auto-correct-word)
11698 (flyspell-correct-word-before-point, flyspell-word-search-forward)
11699 (flyspell-word-search-backward): Remove nil argument in calls to
11700 flyspell-get-word, since it is not needed now.
11701
11702 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
11703
11704 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
11705
11706 2009-10-16 Glenn Morris <rgm@gnu.org>
11707
11708 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
11709
11710 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
11711
11712 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
11713 (ange-ftp-file-size): New function.
11714 (ange-ftp-file-attributes): Use it.
11715
11716 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
11717
11718 * net/tramp-smb.el (tramp-smb-version): New defvar.
11719 (tramp-smb-maybe-open-connection): Use it, in order to avoid
11720 repeated checks.
11721
11722 2009-10-16 Glenn Morris <rgm@gnu.org>
11723
11724 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
11725 Maybe copy some custom properties from old to new name. (Bug#4706)
11726
11727 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
11728
11729 * subr.el (error, sit-for, start-process-shell-command)
11730 (start-file-process-shell-command): Set the calling convention
11731 after the function definition.
11732
11733 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11734
11735 * subr.el (error, sit-for, start-process-shell-command)
11736 (start-file-process-shell-command): Use the new
11737 set-advertised-calling-convention feature.
11738
11739 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
11740
11741 * international/ucs-normalize.el (ucs-normalize-version):
11742 Change to 1.2.
11743 (check-range): Adjust for Unicode 5.2.
11744
11745 2009-10-15 Juri Linkov <juri@jurta.org>
11746
11747 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
11748 to the `menu-item' format.
11749
11750 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
11751
11752 * net/tramp.el (tramp-replace-environment-variables): Do not fail
11753 if the environment variable does not exist.
11754
11755 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11756 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
11757 parameter.
11758 (tramp-smb-handle-add-name-to-file)
11759 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
11760 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
11761 (tramp-smb-handle-file-attributes)
11762 (tramp-smb-do-file-attributes-with-stat)
11763 (tramp-smb-handle-file-local-copy)
11764 (tramp-smb-handle-insert-directory)
11765 (tramp-smb-handle-make-directory)
11766 (tramp-smb-handle-make-directory-internal)
11767 (tramp-smb-handle-make-symbolic-link)
11768 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
11769 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
11770 (tramp-smb-maybe-open-connection): Apply the changed parameters.
11771 (tramp-smb-read-file-entry): Read Disk names in compressed format.
11772 Handle long file names.
11773 (tramp-smb-get-cifs-capabilities): Check, whether the connection
11774 process is running.
11775 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
11776 Read share names with "-g" option.
11777
11778 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
11779
11780 * net/rcirc.el (rcirc-view-log-file): New command.
11781 (rcirc-track-minor-mode-map): Remove C-c ` binding.
11782 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
11783 specified.
11784
11785 2009-10-15 Glenn Morris <rgm@gnu.org>
11786
11787 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
11788 from the second command-line argument.
11789 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
11790 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
11791 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
11792 w32-batch-update-autoloads.
11793 * emacs-lisp/autoload.el (autoload-make-program): New variable.
11794 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
11795
11796 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
11797 the headers cannot be located. Simplify, subtracting superflous
11798 save-excursions.
11799
11800 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
11801
11802 Replace completion-base-size by completion-base-position to fix bugs
11803 such as (bug#4699).
11804 * simple.el (completion-base-position): New var.
11805 (completion-base-size): Mark as obsolete.
11806 (choose-completion): Make it work for mouse events as well.
11807 Pass the new base-position to choose-completion-string.
11808 (choose-completion-guess-base-position): New function, extracted from
11809 choose-completion-delete-max-match.
11810 (choose-completion-delete-max-match): Use it. Make obsolete.
11811 (choose-completion-string): Use the new base-position info.
11812 (completion-root-regexp): Delete.
11813 (completion-setup-function): Preserve completion-base-position.
11814 Eliminate obsolete base-size manipulation.
11815 * minibuffer.el (display-completion-list): Don't mess with base-size.
11816 (minibuffer-completion-help): Set completion-base-position instead.
11817 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
11818 choose-completion.
11819 * textmodes/bibtex.el (bibtex-complete):
11820 * emacs-lisp/crm.el (crm--choose-completion-string):
11821 Adjust to new calling convention.
11822 * complete.el (partial-completion-mode): Use minibufferp to avoid
11823 bumping into incompatible change to choose-completion-string-functions.
11824 * ido.el (ido-choose-completion-string): Make its calling convention
11825 more permissive.
11826 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
11827 base-size manipulation.
11828 (comint-dynamic-list-input-ring): Use dotimes and push.
11829 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
11830 fundamental-mode. Use `or'.
11831
11832 2009-10-14 Juri Linkov <juri@jurta.org>
11833
11834 * misearch.el (multi-isearch-next-buffer-from-list)
11835 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
11836
11837 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
11838
11839 * Makefile.in (compile-onefile): Load `bytecomp' rather than
11840 `bytecomp.el'.
11841
11842 * minibuffer.el (completion-pcm--merge-completions): Make sure the
11843 string we return is all made up of text from the completions rather
11844 than part from the completions and part from the input (bug#4219).
11845
11846 * ido.el (ido-everywhere): Use define-minor-mode.
11847
11848 * buff-menu.el (list-buffers, ctl-x-map):
11849 Mark the entry points with ;;;###autoload cookies.
11850
11851 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
11852
11853 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
11854 correctly in the detached head case.
11855 (vc-git-print-log): Remove unused binding.
11856
11857 * vc.el (vc-responsible-backend): When a directory is passed for
11858 for registration create a VC repository if no backend is
11859 responsible for the directory argument.
11860 (vc-deduce-fileset): Tell vc-responsible-backend to register.
11861
11862 * vc.el: Move comments about RCS and SCCS ...
11863 * vc-rcs.el:
11864 * vc-sccs.el: ... here, respectively.
11865
11866 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
11867
11868 * minibuffer.el (completion--file-name-table): Return nil if there's
11869 no file completion, even if substitute-in-file-name changed
11870 the string (bug#4708).
11871
11872 2009-10-13 Juri Linkov <juri@jurta.org>
11873
11874 * files-x.el (read-file-local-variable-value): Don't filter out
11875 minor modes from mode name completion (bug#4664).
11876
11877 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
11878
11879 * international/mule-cmds.el (ucs-names): Remove exclusion of
11880 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
11881
11882 2009-10-13 Kenichi Handa <handa@m17n.org>
11883
11884 * international/uni-name.el: Regenerated.
11885
11886 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
11887
11888 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
11889 should be automatically buffer-local, but isn't.)
11890
11891 2009-10-12 Sam Steingold <sds@gnu.org>
11892
11893 * progmodes/compile.el (compilation-next-error-function): Fix the
11894 timestamps if the buffer has been visited before.
11895 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
11896 non-anchored patterns, like the perl one (bug#3928).
11897
11898 2009-10-12 Glenn Morris <rgm@gnu.org>
11899
11900 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
11901 Let-bind `size'.
11902
11903 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
11904
11905 * proced.el (proced-unload-function): New function.
11906
11907 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
11908 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
11909 Doc fix.
11910
11911 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
11912
11913 2009-10-11 Juri Linkov <juri@jurta.org>
11914
11915 * files-x.el (read-file-local-variable-value):
11916 Provide default value only for bound variables (bug#4664).
11917
11918 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
11919
11920 * net/tramp.el (tramp-local-host-p): Function shall return nil for
11921 connection methods like smb.
11922
11923 * net/tramp-cache.el (tramp-flush-connection-property): The hash
11924 can be empty.
11925
11926 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11927 (tramp-smb-file-name-handler-alist): Add handlers for
11928 `add-name-to-file', `make-symbolic-link'.
11929 (tramp-smb-handle-add-name-to-file)
11930 (tramp-smb-do-file-attributes-with-stat)
11931 (tramp-smb-handle-make-symbolic-link)
11932 (tramp-smb-get-cifs-capabilities): New defuns.
11933 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
11934 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
11935 (tramp-smb-handle-file-local-copy)
11936 (tramp-smb-handle-make-directory-internal)
11937 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11938 The file name syntax depends on cifs capabilities.
11939 (tramp-smb-handle-file-attributes):
11940 Call `tramp-smb-do-file-attributes-with-stat' if possible.
11941 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
11942 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
11943
11944 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
11945
11946 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
11947 (eieio-defclass): Apply deftype handler and setf-method properties
11948 directly.
11949 (eieio-add-new-slot): Avoid union function from cl library.
11950 (eieio--typep): New function.
11951 (eieio-perform-slot-validation): Use it.
11952
11953 2009-10-10 Karl Fogel <kfogel@red-bean.com>
11954
11955 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
11956 Update documentation to refer to the variables documented in r1.135.
11957 (Bug#4188)
11958
11959 2009-10-10 Karl Fogel <kfogel@red-bean.com>
11960
11961 * bookmark.el (Info-suffix-list): Remove this unused variable.
11962 (bookmark-current-point): Remove this obsolete variable.
11963 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
11964 Adjust for removal of bookmark-current-point.
11965
11966 (bookmarks-already-loaded, bookmark-current-buffer)
11967 (bookmark-yank-point): Document. (Bug#4188)
11968
11969 2009-10-10 Glenn Morris <rgm@gnu.org>
11970
11971 * frame.el (frame-height): Doc fix.
11972
11973 * calendar/calendar.el (calendar-split-width-threshold): New option.
11974 (calendar-basic-setup): Use calendar-split-width-threshold.
11975
11976 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
11977
11978 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
11979 Ideographic Supplement" range (U+1F200..U+1F2FF).
11980
11981 2009-10-09 Karl Fogel <kfogel@red-bean.com>
11982
11983 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
11984 since the list will have been rebuilt anyway. (Bug#4349)
11985
11986 2009-10-09 Karl Fogel <kfogel@red-bean.com>
11987
11988 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
11989 (bookmark-bmenu-execute-deletions): Don't save here, as
11990 bookmark-delete will now do so if necessary.
11991 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
11992 (Bug#4348)
11993
11994 2009-10-09 Glenn Morris <rgm@gnu.org>
11995
11996 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
11997
11998 2009-10-09 Karl Fogel <kfogel@red-bean.com>
11999
12000 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
12001 (bookmark-jump-other-window): Just invoke bookmark-jump with new
12002 argument now, so the two function's behaviors will match. (Bug#3645)
12003
12004 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
12005
12006 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
12007 (tramp-file-name-real-host, tramp-file-name-port):
12008 Apply `save-match-data'.
12009
12010 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
12011 case both directories are remote.
12012 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
12013 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
12014
12015 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
12016
12017 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
12018
12019 2009-10-07 Glenn Morris <rgm@gnu.org>
12020
12021 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
12022 of concat.
12023
12024 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
12025
12026 * files-x.el (read-file-local-variable): Include some
12027 non-user-variables in the completion table (bug#4664).
12028
12029 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
12030
12031 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
12032 message.
12033
12034 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12035 (tramp-smb-file-name-handler-alist): Add handler for
12036 `copy-directory', `expand-file-name', `set-file-modes'.
12037 (tramp-smb-handle-copy-directory)
12038 (tramp-smb-handle-expand-file-name)
12039 (tramp-smb-handle-set-file-modes): New defuns.
12040 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
12041 (tramp-smb-handle-file-attributes): Simplify check for retrieving
12042 entry.
12043 (tramp-smb-handle-insert-directory): Don't flush the cache.
12044 (tramp-smb-maybe-open-connection): Check for samba client and
12045 server versions.
12046
12047 2009-10-07 Eli Zaretskii <eliz@gnu.org>
12048
12049 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
12050 to not error out of search for "^lisp=" fails.
12051
12052 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
12053
12054 * makefile.w32-in (WINS_UPDATES): New macro.
12055 (custom-deps, finder-data, autoloads): Use it.
12056
12057 2009-10-07 Glenn Morris <rgm@gnu.org>
12058
12059 * Makefile.in (autoloads): Revert previous change.
12060 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
12061 the list of preloaded files passed on the command-line, get
12062 it from src/Makefile.
12063
12064 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
12065 show the original buffer rather than a random one.
12066
12067 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
12068
12069 * help.el (describe-no-warranty): Place point in a slightly better
12070 position in the GPLv3 text.
12071
12072 2009-10-06 Sam Steingold <sds@gnu.org>
12073
12074 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
12075 the comm attribute is present before calling regexp-quote.
12076
12077 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
12078
12079 * play/animate.el (animate-string): For good effect, make sure
12080 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
12081
12082 * play/animate.el (animate-sequence, animate-birthday-present):
12083 * misc.el (butterfly): Don't set `indent-tabs-mode'.
12084
12085 2009-10-06 Glenn Morris <rgm@gnu.org>
12086
12087 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
12088
12089 * emacs-lisp/autoload.el (autoload-excludes): New variable.
12090 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
12091 (batch-update-autoloads): Process a string value of autoload-excludes,
12092 set during the build process.
12093 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
12094
12095 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
12096 inside with-parsed... macro so that `v' is defined.
12097
12098 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
12099 * progmodes/fortran.el (fortran-end-of-block)
12100 (fortran-beginning-of-block):
12101 Also push mark in the macro case.
12102
12103 * emerge.el (emerge-show-file-name):
12104 * calc/calc.el (calc-quit):
12105 * calc/calc-misc.el (calc-big-or-small):
12106 * calc/calc-graph.el (calc-graph-view):
12107 * calc/calc-ext.el (calc-reset):
12108 * calendar/calendar.el (calendar-basic-setup):
12109 Use window-full-height-p.
12110
12111 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
12112 header we don't understand, don't insert another. (Bug#4624)
12113 If changing mime charset, insert the new one in the right place.
12114
12115 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
12116
12117 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
12118 (cal-tex-cursor-month): Correctly increment the end date for diary and
12119 holiday listing. (Bug#4626)
12120
12121 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12122
12123 * help-fns.el (describe-function-1): Don't burp if the function is not
12124 a symbol.
12125
12126 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
12127
12128 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
12129 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
12130 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
12131 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
12132
12133 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
12134 (eieio-default-superclass): Reflow docstrings.
12135 (this, class-option-assoc, defclass, eieio-class-un-autoload)
12136 (eieio-unbind-method-implementations, defmethod)
12137 (eieio-validate-slot-value, eieio-validate-class-slot-value)
12138 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
12139 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
12140 (eieio-slot-originating-class-p, eieio-slot-name-index)
12141 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
12142 (constructor, initialize-instance, no-next-method, object-print)
12143 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
12144 Fix typos in docstrings.
12145 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
12146 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
12147 (next-method-p): Doc fixes.
12148 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
12149 Fix typos in error messages.
12150 (eieio-defmethod): Fix typo in description of generic method.
12151
12152 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
12153 (eieio-persistent-save-interactive, slot-missing):
12154 Fix typos in docstrings.
12155 (eieio-instance-inheritor-slot-boundp): Doc fix.
12156
12157 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
12158 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
12159
12160 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
12161 (eieio-custom-object-apply-reset):
12162 Fix typos in docstrings and error messages.
12163
12164 * emacs-lisp/eieio-datadebug.el (data-debug-show):
12165 Fix typo in docstring.
12166
12167 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
12168 (eieio-browse-tree): Doc fix.
12169 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
12170 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
12171 Fix typos in docstrings.
12172
12173 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
12174 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
12175 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
12176 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
12177 Reflow docstrings.
12178
12179 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
12180
12181 * vc-hg.el (log-view-vc-backend): Declare for compiler.
12182 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
12183 Set log-view-vc-backend so that diff can work.
12184
12185 * log-view.el (log-view-diff): Use vc-diff-internal instead of
12186 vc-version-diff.
12187 (vc-diff-internal): Autoload this instead of vc-version-diff.
12188
12189 2009-10-05 Eli Zaretskii <eliz@gnu.org>
12190
12191 * simple.el (eval-expression): Doc fix.
12192
12193 * progmodes/cwarn.el (cwarn-mode): Doc fix.
12194
12195 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
12196
12197 * files.el (directory-files-no-dot-files-regexp): New defconst.
12198 (delete-directory): Use it.
12199 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
12200
12201 * net/tramp.el (tramp-verbose): Fix docstring.
12202 (tramp-methods): Add recursive option to `tramp-copy-args'.
12203 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
12204 "scp1_old", "scp2_old", "rsync", "rsyncc".
12205 (tramp-default-method): Check also for `auth-source-user-or-password'.
12206 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
12207 Add handler for `copy-directory'.
12208 (tramp-handle-copy-directory): New defun.
12209 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
12210 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
12211 Optimize sent command.
12212
12213 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12214
12215 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
12216 window if necessary.
12217
12218 * calendar/calendar.el (calendar-basic-setup): Don't call
12219 switch-to-buffer in a dedicated window.
12220
12221 2009-10-05 Karl Fogel <kfogel@red-bean.com>
12222
12223 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
12224 don't do anything related to relocating, just return nil.
12225 (bookmark-error-no-filename): New error.
12226 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
12227 bookmark has no file. Don't even attempt to handle things that
12228 are not files; the whole point of custom handlers is to keep that
12229 knowledge elsewhere anyway. Tighten some comments.
12230 (bookmark-file-or-variation-thereof): Remove now-unused function.
12231 (bookmark-location): Doc string fix.
12232 (Bug#4250)
12233
12234 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12235
12236 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
12237 don't use a file dialog, because they usually don't know how to read
12238 a directory target from the user. (Bug#4230)
12239 Also, make sure the prompt can display directories as well as files.
12240
12241 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12242
12243 * bookmark.el (bookmark-set, bookmark-buffer-name):
12244 Improve doc strings. (Bug#1193)
12245
12246 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12247
12248 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
12249 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
12250 (bookmark-get-annotation, bookmark-set-annotation)
12251 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
12252 (bookmark-set-position, bookmark-get-front-context-string)
12253 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
12254 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
12255 (bookmark-jump-other-window, bookmark-handle-bookmark)
12256 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
12257 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
12258 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
12259 Improve doc strings to say whether bookmark can be a string or
12260 a record or both, and make other consistency and clarity fixes.
12261 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
12262 (bookmark-default-annotation-text, bookmark-yank-word)
12263 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
12264 (bookmark-import-new-list, bookmark-maybe-rename)
12265 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12266 (bookmark-bmenu-bookmark): Give these doc strings.
12267 (bookmark-bmenu-check-position): Give this a doc string, but also
12268 add a FIXME comment about how the function may be pointless.
12269 (bookmark-default-handler): Rework doc string and change a
12270 parameter name, to clarify that this takes a bookmark record
12271 not a bookmark name.
12272 (bookmark-set): Change a parameter name to indicate its meaning,
12273 and improve the doc string a bit.
12274 (Bug#4188)
12275
12276 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12277
12278 * bookmark.el (bookmark-alist): Document the new `handler' element
12279 in the param alist.
12280 (bookmark-make-record-function): Adjust documentation for above.
12281 (Bug#4193)
12282
12283 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12284
12285 * info.el (Info-bookmark-make-record): Document this function.
12286 (Info-bookmark-jump): Document with a doc string, not just a comment.
12287 (Bug#4203)
12288
12289 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
12290
12291 * files.el (copy-directory): New defun.
12292
12293 * dired-aux.el (dired-copy-file-recursive): Use it.
12294
12295 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
12296
12297 * files-x.el (modify-dir-local-variable)
12298 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
12299 docstrings.
12300
12301 * recentf.el (recentf-unload-function): New function.
12302
12303 2009-10-04 Glenn Morris <rgm@gnu.org>
12304
12305 * window.el (window-full-height-p): Add doc string.
12306
12307 2009-10-04 Martin Rudalics <rudalics@gmx.at>
12308
12309 * window.el (window-full-height-p): New function. (Bug#4543)
12310
12311 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
12312
12313 * vc.el: Remove commented out code.
12314 (vc-derived-from-dir-mode): Remove, unused.
12315 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
12316
12317 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
12318
12319 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
12320 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
12321 there could be recursive loading when `default-directory' is a
12322 remote file name. (Bug#4614)
12323
12324 2009-10-03 Glenn Morris <rgm@gnu.org>
12325
12326 * calendar/calendar.el (calendar-basic-setup): Handle the case where
12327 the frame is wide.
12328 (calendar-generate-window): Test for shrinkability rather than width.
12329
12330 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
12331 reusing existing buffers, in case we happen to visit two files with the
12332 same basename. (Bug#4593)
12333
12334 2009-10-02 Eli Zaretskii <eliz@gnu.org>
12335
12336 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
12337 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
12338 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
12339 subdirs of cedet as well.
12340 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
12341
12342 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
12343
12344 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
12345 Obey advertised-signature-table.
12346
12347 * help-fns.el (help-function-arglist): Don't check
12348 advertised-signature-table.
12349 (describe-function-1): Do it here instead so it also applies to subrs.
12350
12351 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
12352
12353 * simple.el (start-file-process): Say in the doc-string, that file
12354 handlers might not support pty association, if PROGRAM is nil.
12355
12356 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
12357 HOST and USER are strings. They are nil, when there are
12358 incomplete entries in ~/.netrc, for example.
12359 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
12360 root directory ("device busy" error otherwise).
12361
12362 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
12363 Flush file properties of created directory.
12364
12365 2009-10-02 Eli Zaretskii <eliz@gnu.org>
12366
12367 * makefile.w32-in (WINS_BASIC): Remove cedet.
12368 (WINS_CEDET): Add cedet.
12369 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
12370
12371 2009-10-02 Kevin Ryde <user42@zip.com.au>
12372
12373 * net/browse-url.el (browse-url): Pass any symbol in
12374 browse-url-browser-function to `apply', since if you've mistakenly put
12375 an unbound symbol then the error is clearer. (Bug#4531)
12376
12377 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
12378
12379 * allout.el (allout-init, allout-back-to-current-heading)
12380 (allout-beginning-of-current-entry, allout-ascend-to-depth)
12381 (allout-ascend, allout-up-current-level, allout-end-of-level)
12382 (allout-previous-visible-heading, allout-forward-current-level)
12383 (allout-backward-current-level, allout-show-children):
12384 * apropos.el (apropos-describe-plist):
12385 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
12386 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
12387 * completion.el (add-completion, add-permanent-completion):
12388 * descr-text.el (describe-text-category, describe-char):
12389 * desktop.el (desktop-lazy-abort):
12390 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
12391 * dired.el (dired-build-subdir-alist):
12392 * ediff.el (ediff-version):
12393 * elide-head.el (elide-head, elide-head-show):
12394 * emerge.el (emerge-version):
12395 * env.el (getenv):
12396 * face-remap.el (variable-pitch-mode):
12397 * faces.el (describe-face):
12398 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
12399 (dired-at-point):
12400 * files.el (find-file-existing, auto-save-mode):
12401 * font-lock.el (font-lock-fontify-buffer):
12402 * help-fns.el (describe-function, describe-variable)
12403 (describe-syntax, describe-categories):
12404 * help.el (view-lossage, describe-bindings, describe-key)
12405 (describe-mode):
12406 * hexl.el (hexl-current-address):
12407 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
12408 * info.el (Info-goto-emacs-key-command-node):
12409 * log-edit.el (log-edit-insert-cvs-template)
12410 (log-edit-insert-cvs-rcstemplate):
12411 * menu-bar.el (menu-bar-mode):
12412 * mouse.el (mouse-appearance-menu):
12413 * newcomment.el (comment-indent-new-line):
12414 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
12415 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
12416 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
12417 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
12418 * recentf.el (recentf-mode):
12419 * savehist.el (savehist-mode, savehist-save):
12420 * shadowfile.el (shadow-copy-files):
12421 * simple.el (kill-ring-save, next-line, previous-line)
12422 (normal-erase-is-backspace-mode):
12423 * strokes.el (strokes-update-window-configuration)
12424 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
12425 (strokes-xpm-for-stroke):
12426 * time.el (emacs-uptime, emacs-init-time):
12427 * tutorial.el (tutorial--describe-nonstandard-key)
12428 (tutorial--detailed-help):
12429 * type-break.el (type-break-mode)
12430 (type-break-mode-line-message-mode, type-break-query-mode)
12431 (type-break-guesstimate-keystroke-threshold):
12432 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
12433 * version.el (emacs-version):
12434 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
12435 * winner.el (winner-mode):
12436 * calendar/timeclock.el (timeclock-in, timeclock-out)
12437 (timeclock-status-string, timeclock-change)
12438 (timeclock-workday-remaining-string)
12439 (timeclock-workday-elapsed-string)
12440 (timeclock-when-to-leave-string):
12441 * calendar/todo-mode.el (todo-add-category):
12442 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
12443 * emacs-lisp/autoload.el (update-file-autoloads):
12444 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
12445 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
12446 (checkdoc-message-text, checkdoc-defun):
12447 * emacs-lisp/debug.el (debugger-list-functions):
12448 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12449 * emacs-lisp/eieio-opt.el (eieio-describe-class)
12450 (eieio-describe-generic):
12451 * emacs-lisp/lisp-mnt.el (lm-synopsis):
12452 * emacs-lisp/shadow.el (list-load-path-shadows):
12453 * emulation/cua-base.el (cua-mode):
12454 * emulation/edt.el (edt-set-scroll-margins):
12455 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
12456 (tpu-toggle-regexp, tpu-toggle-search-direction)
12457 (tpu-toggle-rectangle, tpu-toggle-control-keys):
12458 * emulation/tpu-extras.el (tpu-set-scroll-margins):
12459 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
12460 (viper-set-parsing-style-toggling-macro)
12461 (viper-set-emacs-state-searchstyle-macros):
12462 * emulation/viper.el (viper-set-hooks):
12463 * eshell/esh-mode.el (eshell-truncate-buffer):
12464 * international/mule-cmds.el (prefer-coding-system)
12465 (describe-input-method, describe-language-environment):
12466 * international/mule-diag.el (list-character-sets)
12467 (describe-character-set, describe-coding-system)
12468 (describe-fontset, list-fontsets, list-input-methods):
12469 * mail/sendmail.el (mail-signature):
12470 * net/ange-ftp.el (ange-ftp-copy-file):
12471 * net/browse-url.el (browse-url):
12472 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
12473 * net/quickurl.el (quickurl-add-url):
12474 * net/rcirc.el (names, topic):
12475 * net/xesam.el (xesam-mode):
12476 * play/5x5.el (5x5-new-game):
12477 * play/yow.el (apropos-zippy):
12478 * progmodes/ada-mode.el (ada-mode-version):
12479 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
12480 (f90-end-of-block)
12481 (f90-beginning-of-block):
12482 * progmodes/fortran.el (fortran-end-of-block)
12483 (fortran-beginning-of-block):
12484 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
12485 * progmodes/python.el (python-describe-symbol, python-shell):
12486 * term/ns-win.el (ns-print-buffer):
12487 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
12488 * textmodes/flyspell.el (flyspell-mode-on):
12489 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
12490 (pages-directory-for-addresses):
12491 * textmodes/table.el (table-recognize-cell)
12492 (table-query-dimension, table-generate-source)
12493 (table-insert-sequence, table--warn-incompatibility):
12494 * textmodes/tex-mode.el (tex-validate-buffer):
12495 * textmodes/texinfmt.el (texinfmt-version)
12496 (texinfo-format-buffer):
12497 Use `called-interactively-p' instead of `interactive-p'.
12498
12499 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
12500
12501 * image-mode.el (image-toggle-display):
12502 * emacs-lisp/elp.el (elp-instrument-function):
12503 * emacs-lisp/advice.el (ad-make-advised-definition):
12504 * emacs-lisp/easy-mmode.el (define-minor-mode):
12505 * net/browse-url.el (browse-url-maybe-new-window):
12506 * progmodes/sh-script.el (sh-learn-buffer-indent):
12507 Pass new argument 'any to `called-interactively-p'.
12508
12509 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
12510
12511 * international/uni-bidi.el:
12512 * international/uni-category.el:
12513 * international/uni-combining.el:
12514 * international/uni-comment.el:
12515 * international/uni-decimal.el:
12516 * international/uni-decomposition.el:
12517 * international/uni-digit.el:
12518 * international/uni-lowercase.el:
12519 * international/uni-mirrored.el:
12520 * international/uni-name.el:
12521 * international/uni-numeric.el:
12522 * international/uni-old-name.el:
12523 * international/uni-titlecase.el:
12524 * international/uni-uppercase.el:
12525 Regenerate from Unicode 5.2.0 data.
12526
12527 2009-10-01 Glenn Morris <rgm@gnu.org>
12528
12529 * Makefile.in (ELCFILES): Regenerate.
12530
12531 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
12532
12533 * subr.el (interactive-p): Mark obsolete.
12534 (called-interactively-p): Make the optional-ness of `kind' obsolete.
12535 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
12536 advertised-signature-table for subroutines as well.
12537
12538 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
12539 (set-advertised-calling-convention): New function.
12540 (make-obsolete, define-obsolete-function-alias)
12541 (make-obsolete-variable, define-obsolete-variable-alias):
12542 Make the optional-ness of `when' obsolete.
12543 (define-obsolete-face-alias): Make `when' non-optional.
12544 * help-fns.el (help-function-arglist):
12545 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
12546 Use advertised-signature-table.
12547
12548 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
12549
12550 * files.el (delete-directory): New defun. The original function
12551 in fileio.c has been renamed to `delete-directory-internal'.
12552
12553 * dired.el (dired-delete-file): Call `delete-directory' with
12554 RECURSIVE parameter.
12555
12556 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
12557 parameter RECURSIVE. Implementation is missing.
12558
12559 * net/tramp.el (tramp-handle-make-directory): Flush upper
12560 directory's file properties.
12561 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
12562 (tramp-handle-dired-recursive-delete-directory): Flush directory
12563 properties after the remove command only.
12564
12565 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
12566 Handle optional parameter RECURSIVE.
12567
12568 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
12569 Handle optional parameter RECURSIVE.
12570
12571 * net/tramp-smb.el (tramp-smb-errors): Add error message for
12572 connection timeout.
12573 (tramp-smb-handle-delete-directory): Handle optional parameter
12574 RECURSIVE.
12575
12576 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
12577
12578 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
12579 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
12580 (byte-compile-defmacro): Use backquotes.
12581
12582 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
12583
12584 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
12585 has no associated file.
12586 (vc-resynch-buffer): Use vc-dir-buffers.
12587
12588 2009-10-01 Glenn Morris <rgm@gnu.org>
12589
12590 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
12591 (chart-file-count):
12592 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
12593 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
12594 * emacs-lisp/eieio-opt.el (eieio-describe-class):
12595 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
12596 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
12597 (eieio-copy-parents-into-subclass, make-instance, class-children)
12598 (eieio-generic-form):
12599
12600 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
12601 match-data. (Bug#4555).
12602
12603 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
12604 rather than parsing it as a regexp. This relaxes the layout
12605 requirements and makes errors easier to detect.
12606 (check-declare-verify): Check file is regular.
12607 (check-declare-directory): Doc fix.
12608 * subr.el (declare-function): Doc fix.
12609
12610 * ibuffer.el (ibuffer-format-qualifier):
12611 * isearch.el (hi-lock-regexp-okay):
12612 * calc/calc.el (math-zerop):
12613 * mail/uce.el (rmail-msgbeg, rmail-msgend):
12614 * term/w32-win.el (setup-default-fontset, set-fontset-font):
12615 Remove unused declarations.
12616
12617 2009-09-30 Glenn Morris <rgm@gnu.org>
12618
12619 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
12620
12621 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
12622 filename is not a string.
12623
12624 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
12625
12626 * files.el (safe-local-eval-forms): Fix typo.
12627
12628 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
12629
12630 * vc-hooks.el (vc-dir-buffers): New var.
12631 (vc-state-refresh): New function.
12632 (vc-state): Use it.
12633 (vc-after-save): Always ask the backend to recompute the new state.
12634 Always call vc-dir if necessary, using vc-dir-buffers.
12635 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
12636 Use vc-dir-buffers.
12637 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
12638 (vc-dir-prepare-status-buffer, vc-dir-update)
12639 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
12640 Don't call expand-file-name on default-directory.
12641
12642 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
12643
12644 * speedbar.el (speedbar-item-delete):
12645 * calc/calc-prog.el (calc-kbd-if):
12646 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
12647
12648 * epa.el (epa-key-list-mode-map):
12649 * hi-lock.el (hi-lock-menu): Fix typos in menus.
12650
12651 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
12652 (hs-show-hook): Fix typo in docstring.
12653
12654 2009-09-29 Glenn Morris <rgm@gnu.org>
12655
12656 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
12657 file-name-nondirectory call preventing location of cedet files.
12658 (check-declare-verify): Use literal search rather than re-search.
12659 Add basic defmethod and defclass, and define-overloadable-function.
12660
12661 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
12662 Use tramp-compat-file-attributes rather than nonexistent
12663 tramp-compat-handle-file-attributes.
12664
12665 * Makefile.in (lisptagsfiles4): New.
12666 (AUTOGENEL): Add cedet loaddefs files.
12667 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
12668 (update-elclist, compile-always, backup-compiled-files)
12669 (bootstrap-clean): Add yet another directory level.
12670 (update-elclist): Use LC_COLLATE rather than COLLATE.
12671 (ELCFILES): Update, via `make update-elclist'.
12672
12673 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
12674
12675 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
12676 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
12677 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
12678
12679 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
12680
12681 * Makefile.in (lisptagsfiles3): Define.
12682 (TAGS, TAGS-LISP): Use it.
12683 (update-elclist): Add third directory level to look for elc files.
12684 (compile-always): Likewise.
12685 (backup-compiled-files): Likewise.
12686 (bootstrap-clean): Likewise.
12687 (ELCFILES): Update.
12688
12689 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
12690
12691 * Makefile.in (ELCFILES): Add CEDET files.
12692
12693 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
12694
12695 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
12696
12697 * net/tramp.el (top): Require tramp-imap.
12698
12699 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
12700 Use `tramp-compat-handle-file-attributes'.
12701
12702 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
12703
12704 * net/tramp-imap.el: New package.
12705
12706 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12707
12708 * whitespace.el (whitespace-trailing-regexp)
12709 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
12710 Fix doc string.
12711
12712 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
12713
12714 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
12715 menu.
12716
12717 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
12718 menu-bar-ediff-menu.
12719
12720 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
12721 define-overloadable-function.
12722
12723 * progmodes/autoconf.el: Provide autoconf as well, so that this
12724 file can be `require'd.
12725
12726 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
12727
12728 * emacs-lisp/autoload.el (generated-autoload-feature)
12729 (generated-autoload-load-name): New vars.
12730 (autoload-rubric, autoload-generate-file-autoloads): Use them.
12731 (make-autoload): Recognize define-overloadable-function and
12732 defclass forms (for EIEIO).
12733
12734 * Makefile.in (update-subdirs): Exclude cedet directory.
12735
12736 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
12737
12738 * term/ns-win.el: Don't set the region face background. (Bug#4381)
12739
12740 * faces.el: Default light-background background for region face to
12741 ns_selection_color under NS.
12742
12743 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
12744
12745 * net/imap-hash.el: New library, see NEWS.
12746
12747 * Makefile.in (ELCFILES): Add imap-hash.el.
12748
12749 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
12750
12751 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
12752 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
12753 * help-macro.el (make-help-screen): Avoid using an ambiguous function
12754 definition where the docstring could be taken for the return value.
12755
12756 2009-09-26 Glenn Morris <rgm@gnu.org>
12757
12758 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
12759 Add option to only show images below a certain size.
12760 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
12761 save-excursion calls.
12762
12763 2009-09-26 Eli Zaretskii <eliz@gnu.org>
12764
12765 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
12766 subdirectories) and eieio.
12767
12768 2009-09-26 Alan Mackenzie <acm@muc.de>
12769
12770 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
12771 buggy bracketing. (Bug#4289)
12772
12773 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
12774 character constants (as case labels). (Bug#4289)
12775
12776 2009-09-25 Juri Linkov <juri@jurta.org>
12777
12778 * files.el (safe-local-eval-forms): Allow time-stamp in
12779 before-save-hook (Bug#4554).
12780
12781 2009-09-25 Drew Adams <drew.adams@oracle.com>
12782
12783 * menu-bar.el (list-buffers-directory): Doc fix.
12784
12785 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
12786
12787 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
12788 Try and avoid copying twice the same paragraph.
12789 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
12790 Remove save-excursion.
12791 (log-edit-changelog-entry): Do it here instead.
12792
12793 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
12794
12795 * bs.el (bs--get-file-name): Use `list-buffers-directory'
12796 when available, instead of hardcoding mode names. Doc fix.
12797
12798 * menu-bar.el (list-buffers-directory): Add docstring.
12799 Make automatically buffer-local.
12800
12801 * dired.el (dired-mode):
12802 * files.el (cd-absolute):
12803 * pcvs.el (cvs-temp-buffer):
12804 * pcvs-util.el (cvs-get-buffer-create):
12805 * shell.el (shell-mode):
12806 * vc-dir.el (vc-dir-mode):
12807 Don't make `list-buffers-directory' buffer local.
12808
12809 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
12810
12811 * comint.el (comint-exec, comint-run, make-comint):
12812 Doc fixes (Bug#4542).
12813
12814 2009-09-25 Glenn Morris <rgm@gnu.org>
12815
12816 * mail/rmailmm.el (rmail-mime): New custom group.
12817 Move all defcustoms in this file into this group.
12818 (rmail-mime-media-type-handlers-alist): Revert previous change.
12819 (rmail-mime-show-images): New option.
12820 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
12821 references to it, since it wasn't actually used for anything.
12822 (rmail-mime-insert-image): New function.
12823 (rmail-mime-image): Use rmail-mime-insert-image.
12824 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
12825 obey the value of `rmail-mime-show-images' option. Print the size of
12826 attachments.
12827
12828 2009-09-25 David Engster <deng@randomsample.de>
12829
12830 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
12831
12832 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12833
12834 * whitespace.el: Does not highlight trailing spaces While point is
12835 at end of line. Does not highligt spaces at beginning of buffer
12836 while point is at beginning of buffer. Does not highlight spaces
12837 at end of buffer while point is at end of buffer. (Bug#4177)
12838 New version 12.0.
12839 (whitespace-display-mappings): Adjust initialization.
12840 (whitespace-point, whitespace-font-lock-refontify): New vars.
12841 (whitespace-color-on, whitespace-color-off): Adjust code.
12842 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
12843 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
12844 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
12845
12846 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
12847
12848 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
12849
12850 * textmodes/sgml-mode.el: Remove xml-mode alias.
12851
12852 * files.el (auto-mode-alist, conf-mode-maybe)
12853 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
12854
12855 2009-09-24 Alan Mackenzie <acm@muc.de>
12856
12857 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
12858 c-forward-conditionals, but it doesn't move point and doesn't set
12859 the mark.
12860 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
12861 (c-down-conditional-with-else, c-backward-conditional)
12862 (c-forward-conditional): Refactor to use c-scan-conditionals.
12863
12864 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
12865
12866 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
12867 (help-default-arg-highlight): Remove.
12868 (help-highlight-arg): New function.
12869 (help-do-arg-highlight): Use it.
12870 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
12871
12872 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
12873
12874 * term.el (term-set-scroll-region, term-handle-ansi-escape):
12875 Undo last change, which didn't fix the problem and introduced others.
12876
12877 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
12878
12879 * progmodes/gdb-mi.el: Don't require speedbar.
12880 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
12881
12882 2009-09-24 Glenn Morris <rgm@gnu.org>
12883
12884 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
12885
12886 * term/ns-win.el (ns-reg-to-script): Define for compiler.
12887
12888 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
12889 there is no newline after the final mime boundary. (Bug#4539)
12890 Move markers on insertion so that any buttons inserted don't end up in
12891 the next part of a multipart message.
12892 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
12893 (rmail-mime-bulk-handler): Optionally handle images.
12894 (rmail-mime-image): New button action.
12895 (rmail-mime-image-handler): New function.
12896 (rmail-mime-mode): New mode.
12897 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
12898
12899 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
12900
12901 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
12902 than just dropping elements from it (bug#4504).
12903
12904 * term.el (term-set-scroll-region): Don't move cursor any more.
12905 (term-handle-ansi-escape): Call term-goto here instead.
12906 Suggested by Ivan Kanis <apple@kanis.eu>.
12907
12908 * term.el: Require CL.
12909 (term-ansi-reset): New function.
12910 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
12911 (term-handle-colors-array): Simplify.
12912
12913 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
12914
12915 * allout.el (allout-overlay-interior-modification-handler)
12916 (allout-obtain-passphrase):
12917 * epa-file.el (epa-file-write-region):
12918 * ps-print.el (ps-begin-job):
12919 * vc-hooks.el (vc-toggle-read-only):
12920 * vc-rcs.el (vc-rcs-rollback):
12921 * vc-sccs.el (vc-sccs-rollback):
12922 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
12923 (vc-version-diff, vc-revert, vc-rollback):
12924 * wdired.el (wdired-check-kill-buffer):
12925 * emacs-lisp/authors.el (authors):
12926 * net/socks.el (socks-open-connection):
12927 * net/zeroconf.el (zeroconf-service-add-hook):
12928 * obsolete/vc-mcvs.el (vc-mcvs-register):
12929 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
12930 (gdb-select-frame):
12931 * progmodes/grep.el (lgrep, rgrep):
12932 * progmodes/idlw-help.el (idlwave-help-check-locations)
12933 (idlwave-help-html-link, idlwave-help-assistant-open-link):
12934 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12935 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
12936 (reftex-toc-rename-label): Fix typos in error messages.
12937
12938 * dired-aux.el (dired-do-shell-command): Reflow docstring.
12939 (dired-copy-how-to-fn): Doc fix.
12940 (dired-files-attributes, dired-read-shell-command):
12941 Fix typos in docstrings.
12942
12943 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
12944 (dired-x-find-file-other-window): Reflow docstrings.
12945 (dired-omit-marker-char, dired-read-shell-command)
12946 (dired-x-submit-report): Fix typos in docstrings.
12947
12948 * shell.el (shell-mode-hook):
12949 * view.el (View-scroll-line-forward):
12950 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
12951 Fix typos in docstrings.
12952
12953 * net/dig.el (dig-invoke): Fix typo in docstring.
12954 (query-dig): Reflow docstring.
12955
12956 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
12957 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
12958 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
12959 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
12960 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
12961 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
12962 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
12963 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
12964 (idlwave-completion-map, idlwave-current-indent)
12965 (idlwave-custom-ampersand-surround, idlwave-customize)
12966 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
12967 (idlwave-define-abbrev, idlwave-determine-class-special)
12968 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
12969 (idlwave-end-block-reg, idlwave-end-of-statement)
12970 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
12971 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
12972 (idlwave-explicit-class-listed, idlwave-file-header)
12973 (idlwave-fill-paragraph, idlwave-find-class-definition)
12974 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
12975 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
12976 (idlwave-in-quote, idlwave-indent-action-table)
12977 (idlwave-indent-expand-table, idlwave-indent-line)
12978 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
12979 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
12980 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
12981 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
12982 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
12983 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
12984 (idlwave-outlawed-buffers, idlwave-popup-select)
12985 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
12986 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
12987 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
12988 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
12989 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
12990 (idlwave-statement-type, idlwave-struct-skip)
12991 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
12992 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
12993 (idlwave-what-module-find-class): Fix typos in docstrings.
12994 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
12995 (idlwave-calculate-cont-indent, idlwave-expand-equal)
12996 (idlwave-find-module, idlwave-find-structure-definition)
12997 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
12998 (idlwave-list-load-path-shadows, idlwave-next-statement)
12999 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
13000 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
13001 (idlwave-template): Reflow docstrings.
13002
13003 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
13004 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
13005 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
13006 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
13007 (idlwave-shell-display-line, idlwave-shell-display-wframe)
13008 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
13009 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
13010 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
13011 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
13012 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
13013 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
13014 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
13015 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
13016 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
13017 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
13018 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
13019 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
13020 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
13021 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
13022 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
13023 Fix typos in docstrings.
13024 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
13025 (idlwave-shell-hide-output, idlwave-shell-mode)
13026 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
13027 Reflow docstrings.
13028
13029 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
13030
13031 2009-09-24 Ivan Kanis <apple@kanis.eu>
13032
13033 * term.el (term-bold-attribute): New var.
13034 (term-handle-colors-array): Use it.
13035
13036 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
13037
13038 * progmodes/gdb-mi.el (gdb-version): New variable.
13039 (gdb-non-stop-handler): Set gdb-version.
13040 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
13041 Condition "--thread" option on gdb-version.
13042 (gdb-invalidate-threads): Remove unused argument.
13043
13044 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13045
13046 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
13047 to looking-back to avoid ridiculous slow down in large files (bug#4511).
13048
13049 2009-09-23 Glenn Morris <rgm@gnu.org>
13050
13051 * mail/rmail.el (rmail-reply): Don't try to add a References header when
13052 replying to mail without References or Message-Id. (Bug#4525)
13053
13054 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
13055
13056 * term/ns-win.el (ns-reg-to-script): New variable.
13057
13058 2009-09-23 Daiki Ueno <ueno@unixuser.org>
13059
13060 * epg.el (epg-wait-for-status): Preserve existing 'error results.
13061
13062 2009-09-22 Sam Steingold <sds@gnu.org>
13063
13064 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
13065 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
13066 to 1 because hg returns status 1 when nothing is found.
13067 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
13068
13069 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
13070
13071 * textmodes/fill.el: Convert to utf-8 encoding.
13072 (fill-french-nobreak-p): Remove redundant » and « inherited from our
13073 pre-Unicode days.
13074
13075 * add-log.el (change-log-fill-forward-paragraph): New function.
13076 (change-log-mode): Use it so fill-region DTRT.
13077 Set fill-indent-according-to-mode here rather than in
13078 change-log-fill-paragraph.
13079 (change-log-fill-paragraph): Remove.
13080
13081 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
13082
13083 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
13084 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
13085
13086 2009-09-22 Glenn Morris <rgm@gnu.org>
13087
13088 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
13089 the scroll-bar scroll the calendar window rather than the buffer.
13090
13091 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
13092 commands that move point (as opposed to scrolling).
13093
13094 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
13095
13096 * emacs-lisp/elint.el (elint): New custom group.
13097 (elint-log-buffer): Make it a defcustom.
13098 (elint-scan-preloaded, elint-ignored-warnings)
13099 (elint-directory-skip-re): New options.
13100 (elint-builtin-variables): Doc fix.
13101 (elint-preloaded-env): New variable.
13102 (elint-unknown-builtin-args): Add an entry for encode-time.
13103 (elint-extra-errors): Make it a variable rather than a constant.
13104 (elint-preloaded-skip-re): New constant.
13105 (elint-directory): Skip files matching elint-directory-skip-re.
13106 (elint-features): New variable, local to linted buffers.
13107 (elint-update-env): Initialize elint-features. Possibly add
13108 elint-preloaded-env to the buffer's environment.
13109 (elint-get-top-forms): Bind elint-current-pos, for log messages.
13110 Skip quoted forms.
13111 (elint-init-form): New function, extracted from elint-init-env.
13112 Make non-list forms a warning rather than an error.
13113 Add the mode-map for define-derived-mode. Handle define-minor-mode,
13114 easy-menu-define, put that adds an error-condition, and provide.
13115 When requiring cl, also require cl-macs. Really require cl, to handle
13116 some cl macros. Store required libraries in the list elint-features,
13117 so as not to re-load them. Treat cc-require like require.
13118 (elint-init-env): Call elint-init-form to do the work.
13119 Handle eval-and-compile and such like.
13120 (elint-add-required-env): Do not clear messages.
13121 (elint-special-forms): Add handlers for function, defalias, if, when,
13122 unless, and, or.
13123 (elint-form): Add optional argument to ignore elint-special-forms,
13124 useful to prevent recursive calls from handlers. Doc fix.
13125 Respect elint-ignored-warnings.
13126 (elint-form): Respect elint-ignored-warnings.
13127 (elint-bound-variable, elint-bound-function): New variables.
13128 (elint-unbound-variable): Respect elint-bound-variable.
13129 (elint-get-args): Respect elint-bound-function.
13130 (elint-check-cond-form): Add some simple handling for (f)boundp and
13131 featurep tests.
13132 (elint-check-defalias-form): New handler.
13133 (elint-check-let-form): Make an empty let a warning rather than an
13134 error.
13135 (elint-check-setq-form): Make an empty setq a warning rather than an
13136 error. Respect elint-ignored-warnings.
13137 (elint-check-defvar-form): Accept null doc-strings.
13138 (elint-check-conditional-form): New handler. Does some simple-minded
13139 checking of featurep and (f)boundp tests.
13140 (elint-put-function-args): New function.
13141 (elint-initialize): Use elint-scan-doc-file rather than
13142 elint-find-builtin-variables. Use elint-put-function-args.
13143 Possibly scan preloaded-file-list.
13144 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
13145 extend to handle functions as well.
13146
13147 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
13148
13149 * linum.el (linum-delete-overlays, linum-update-window):
13150 Do not modify the right margin. (Bug#3971)
13151
13152 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
13153
13154 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
13155 nxml-mode instead of xml-mode.
13156
13157 2009-09-21 Kevin Ryde <user42@zip.com.au>
13158
13159 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
13160
13161 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13162
13163 * net/dig.el (dig-mode): Use define-derived-mode.
13164
13165 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
13166
13167 * vc-dispatcher.el (vc-do-command): Return the process object in
13168 the asynchronous case. Use when instead of if. Do not run
13169 vc-exec-after to display a message if not enabled. (Bug#4463)
13170
13171 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
13172 properties to the stash strings.
13173 (vc-git-stash-list): Return a list of strings.
13174 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
13175 (vc-git-stash-show-at-point): New functions.
13176 (vc-git-stash-map): New keymap.
13177
13178 * register.el (ctl-x-r-map): Define the keys here instead of
13179 using autoload.
13180
13181 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
13182
13183 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
13184 list, to workaround performance problem (bug#4485).
13185
13186 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
13187
13188 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
13189
13190 2009-09-20 Daiki Ueno <ueno@unixuser.org>
13191
13192 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
13193 Document that this option is not recommended to use.
13194
13195 2009-09-19 Glenn Morris <rgm@gnu.org>
13196
13197 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
13198 variable `var'.
13199
13200 * calc/calc-alg.el (var):
13201 * calc/calcalg2.el (var): Define for compiler.
13202
13203 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
13204
13205 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
13206 Doc fix (Bug#3932).
13207
13208 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
13209
13210 * time-stamp.el (time-stamp-month-dd-yyyy)
13211 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
13212 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
13213 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
13214 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
13215 Remove functions that have been obsolete since 1995 (Bug#4436).
13216
13217 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
13218 indent buffer only if called interactively (Bug#4452).
13219
13220 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
13221 Eli Zaretskii <eliz@gnu.org>
13222
13223 This fixes bug#4197 (merged to bug#865, though not identical).
13224 * server.el (server-auth-dir): Add docstring note about FAT32.
13225 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
13226 but warn against using them.
13227
13228 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
13229
13230 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
13231 older GDB where there is no has_more field.
13232
13233 2009-09-19 Glenn Morris <rgm@gnu.org>
13234
13235 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13236
13237 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
13238
13239 * files.el (auto-mode-alist): Change default for XML files to nXML
13240 mode (Bug#4169).
13241
13242 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
13243
13244 * server.el (server-ensure-safe-dir): Pass 'integer
13245 to `file-attributes', as suggested.
13246
13247 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
13248
13249 * dired-aux.el (dired-query-alist): Remove spurious backslash.
13250 (dired-query): Use read-key.
13251
13252 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
13253
13254 * cus-start.el (ns-use-qd-smoothing): Remove.
13255
13256 2009-09-18 Glenn Morris <rgm@gnu.org>
13257
13258 * allout.el (top-level): Remove unnecessary progn.
13259
13260 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
13261
13262 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
13263 definition of abbrev table.
13264
13265 * speedbar.el (speedbar-track-mouse):
13266 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
13267 * net/eudc.el (eudc-expand-inline):
13268 * net/newst-backend.el (newsticker--cache-read-feed):
13269 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
13270 condition-case handlers.
13271
13272 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
13273
13274 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
13275 (gdb-var-list): Add an element for has_more field.
13276 (gdb-non-stop-handler): Enable pretty printing for STL containers.
13277 (gdb-var-create-handler, gdb-var-list-children-handler-1)
13278 (gdb-var-update-handler-1): Parse output of dynamic variable
13279 objects (STL containers).
13280 (gdb-var-delete-1): Pass var1 as an explicit second argument.
13281 (gdb-get-field): Delete alias. Use bindat-get-field directly.
13282
13283 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
13284 gdb-var-list.
13285 (gud-speedbar-buttons): Make node expandable if expression "has more"
13286 children.
13287
13288 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
13289
13290 * startup.el (emacs-quick-startup): Remove variable and all uses.
13291 (command-line): Set `inhibit-x-resources' instead.
13292 (command-line-1): Use `inhibit-x-resources' instead.
13293
13294 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
13295
13296 * subr.el: Fix last change to avoid using the `unless' macro,
13297 which breaks bootstrapping.
13298
13299 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13300
13301 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
13302 extended definitions, in case we reload subr.el after having
13303 loaded CL.
13304 (eval-next-after-load): Mark as obsolete.
13305
13306 2009-09-17 Juri Linkov <juri@jurta.org>
13307
13308 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
13309 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
13310 (menu-bar-showhide-menu, menu-bar-tools-menu)
13311 (menu-bar-describe-menu, menu-bar-help-menu)
13312 (minibuffer-local-completion-map, minibuffer-local-map):
13313 Fix list quoting.
13314
13315 2009-09-17 Glenn Morris <rgm@gnu.org>
13316
13317 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
13318 arguments, whether or not it has a handler.
13319
13320 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
13321
13322 * simple.el (hard-newline): Give it a doc-string.
13323
13324 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13325 (lisp-mode-syntax-table): Give them doc-strings.
13326
13327 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
13328
13329 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
13330 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
13331 (menu-bar-options-menu, menu-bar-showhide-menu)
13332 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
13333 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
13334 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
13335 (menu-bar-options-menu, menu-bar-tools-menu)
13336 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
13337 (menu-bar-help-menu):
13338 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
13339 string arguments.
13340
13341 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
13342 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
13343 calls for the menu names and :help.
13344
13345 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13346
13347 * mouse.el (minor-mode-menu-from-indicator): Pay attention
13348 to :minor-mode-function (bug#4455).
13349
13350 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13351
13352 * startup.el (command-line): Initialize the window-system after
13353 processing the command-line.
13354
13355 * textmodes/page.el (what-page): Make sure we don't inf-loop if
13356 page-delimiter matches the empty string.
13357
13358 2009-09-16 Glenn Morris <rgm@gnu.org>
13359
13360 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
13361 byte-compile-not-obsolete-var. It's a list now.
13362 (byte-compile-not-obsolete-funcs): New variable.
13363 (byte-compile-warn-obsolete): Don't warn about functions if they are in
13364 byte-compile-not-obsolete-funcs.
13365 (byte-compile-variable-ref, byte-compile-defvar): Update for
13366 byte-compile-not-obsolete-vars name-change and list nature.
13367 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
13368 and variables behind (f)boundp tests.
13369 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
13370
13371 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
13372
13373 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
13374
13375 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13376
13377 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
13378 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
13379 Don't autoload.
13380
13381 2009-09-15 Stephen Eglen <stephen@gnu.org>
13382
13383 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
13384 the virtual-buffers, use the name of the buffer specified by
13385 find-file-noselect, as the match may be a symlink. (This was a
13386 problem if the target and the symlink had different names.)
13387
13388 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13389
13390 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
13391
13392 * desktop.el (desktop-path): Check user-emacs-directory.
13393
13394 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
13395
13396 * loadup.el: Use after-load-functions to GC after loading each file.
13397 Remove the explicit GC calls that used to be sprinkled around.
13398
13399 * subr.el (after-load-functions): New hook.
13400 (do-after-load-evaluation): Run it. Use string-match-p to detect
13401 `obsolete' packages, rather than painfully extracting the relevant
13402 directory name.
13403
13404 2009-09-15 Glenn Morris <rgm@gnu.org>
13405
13406 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
13407 free variable `doc'.
13408
13409 * dired.el (dired-mode-map): Add menu entry for async shell command.
13410
13411 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
13412 variables, also consider the .elc files, since the .el files are
13413 normally gzipped (subsequent code locates the .el.gz from the .elc).
13414
13415 * calc/calc-prog.el (arglist): Define for compiler.
13416
13417 * calendar/diary-lib.el (diary-display-function): Change the default to
13418 fancy display.
13419 (body): Define for compiler.
13420
13421 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
13422 (byte-compile-file-form, byte-compile-lambda)
13423 (byte-compile-top-level-body, byte-compile-form)
13424 (byte-compile-variable-ref, byte-compile-setq)
13425 (byte-compile-setq-default, byte-compile-body)
13426 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
13427 (batch-byte-compile): Give some more local variables with common names
13428 a "bytecomp-" prefix to avoid masking warnings about free variables.
13429
13430 * startup.el (command-line-1): Give local variables with common names a
13431 distinguishing prefix, so as not to hide free variable warnings during
13432 bootstrap.
13433
13434 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
13435 clever and add a suffix to make a unique name, just let the user decide
13436 whether or not to overwrite it. If the input is a directory, write the
13437 default filename to that directory. (Bug#4388)
13438 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
13439 is a filename-as-a-directory.
13440
13441 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13442
13443 * textmodes/page.el (what-page): Don't move to beginning of line.
13444 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
13445
13446 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
13447
13448 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
13449
13450 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
13451
13452 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
13453 * help.el (help-for-help-internal): Add purecopy calls for text.
13454
13455 * vc.el (top): print-log method now takes an optional SHORTLOG
13456 argument. Add a new method: root.
13457 (vc-root-diff, vc-print-root-log): New functions.
13458 (vc-log-short-style): New variable.
13459 (vc-print-log-internal): Add support for showing short logs.
13460
13461 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
13462 vc-print-root-log and vc-print-root-diff.
13463
13464 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
13465 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
13466 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
13467 short logs.
13468
13469 * vc-cvs.el (vc-cvs-print-log):
13470 * vc-mtn.el (vc-mtn-print-log):
13471 * vc-rcs.el (vc-rcs-print-log):
13472 * vc-sccs.el (vc-sccs-print-log):
13473 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
13474 that is ignored for now.
13475
13476 * vc-mtn.el (vc-mtn-annotate-command):
13477 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
13478
13479 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13480
13481 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
13482 to function-key-map, and give them ascii-character property.
13483 * term/x-win.el (x-alternatives-map):
13484 * term/ns-win.el (ns-alternatives-map):
13485 * term/internal.el (msdos-key-remapping-map):
13486 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
13487
13488 2009-09-14 Glenn Morris <rgm@gnu.org>
13489
13490 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
13491 temp-buffers (2009-09-12).
13492
13493 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13494
13495 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
13496 the new read-key function.
13497
13498 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
13499
13500 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
13501 is defined (Bug#4405).
13502
13503 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
13504
13505 * recentf.el (recentf-cleanup): Use a hash table to find
13506 duplicates (Bug#4407).
13507
13508 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
13509
13510 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
13511 kp-0 to ascii equivalents (Bug#4325).
13512
13513 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
13514
13515 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
13516
13517 * eshell/em-hist.el:
13518 * eshell/em-dirs.el (eshell-complete-user-reference):
13519 Declare pcomplete functions and variables to avoid compiler warnings.
13520
13521 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
13522
13523 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
13524 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
13525 * eshell/em-alias.el (eshell-aliases-file):
13526 * eshell/em-hist.el (eshell-history-file-name):
13527 Use expand-file-name instead of concat to make file names (Bug#4308).
13528
13529 2009-09-13 Glenn Morris <rgm@gnu.org>
13530
13531 * ediff-merg.el (ediff-do-merge):
13532 * filesets.el (filesets-run-cmd):
13533 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
13534 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
13535 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
13536 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
13537 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
13538 Replace empty `let's with `progn'.
13539
13540 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13541
13542 * mail/sendmail.el (send-mail-function):
13543 * tooltip.el (tooltip-mode):
13544 * simple.el (transient-mark-mode):
13545 * rfn-eshadow.el (file-name-shadow-mode):
13546 * frame.el (blink-cursor-mode):
13547 * font-core.el (global-font-lock-mode):
13548 * files.el (temporary-file-directory)
13549 (small-temporary-file-directory, auto-save-file-name-transforms):
13550 * epa-hook.el (auto-encryption-mode):
13551 * composite.el (global-auto-composition-mode):
13552 Use custom-initialize-delay.
13553 * startup.el (command-line): Don't explicitly call
13554 custom-reevaluate-setting for all the above vars.
13555 * custom.el (custom-initialize-safe-set)
13556 (custom-initialize-safe-default): Delete.
13557
13558 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13559
13560 * term/x-win.el (x-initialize-window-system):
13561 * term/w32-win.el (w32-initialize-window-system):
13562 * term/ns-win.el (ns-initialize-window-system): Don't call
13563 mouse-wheel-mode since it's enabled globally by default already.
13564
13565 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
13566 actually define the variable, but only silences the byte-compiler.
13567 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
13568 before looking it up.
13569 (mouse-wheel-scroll-amount): Also reset the bindings if this value
13570 is changed.
13571
13572 2009-09-12 Glenn Morris <rgm@gnu.org>
13573
13574 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
13575 1000.
13576 (elint-add-required-env): Don't beep on error.
13577 (elint-forms): In case of error, return ENV unchanged.
13578 (elint-init-env): Skip non-list forms.
13579 (elint-log): Handle unknown file positions.
13580
13581 2009-09-12 Daiki Ueno <ueno@unixuser.org>
13582
13583 * epg.el (epg-make-context): Add autoload cookie.
13584 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
13585 (epg-decrypt-string, epg-start-verify, epg-verify-file)
13586 (epg-verify-string, epg-start-sign, epg-sign-file)
13587 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
13588 (epg-encrypt-string, epg-start-export-keys)
13589 (epg-export-keys-to-file, epg-export-keys-to-string)
13590 (epg-start-import-keys, epg-import-keys-from-file)
13591 (epg-import-keys-from-string, epg-start-receive-keys)
13592 (epg-receive-keys, epg-import-keys-from-server)
13593 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
13594 (epg-sign-keys, epg-start-generate-key)
13595 (epg-generate-key-from-file, epg-generate-key-from-string):
13596 Remove autoload cookie.
13597
13598 2009-09-12 Eli Zaretskii <eliz@gnu.org>
13599
13600 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
13601 reevaluation of trash-directory.
13602
13603 * mwheel.el: Fix last change.
13604 (mouse-wheel-mode): New defvar.
13605 (mouse-wheel-mode): Remove autoload cookie.
13606
13607 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13608
13609 * mwheel.el (mwheel-installed-bindings): New var.
13610 (mouse-wheel-mode): Use it, so as to make sure we really remove all
13611 the bindings we set last time. Use custom-initialize-delay.
13612 * loadup.el: Load mwheel after term/*-win.el.
13613 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
13614 and mouse-wheel-up-event now that their first evaluation is done
13615 sufficiently late to be correct.
13616
13617 * startup.el (tutorial-directory): Make it a defcustom.
13618 Use custom-initialize-delay rather than eval-at-startup to set it.
13619 * image.el (image-load-path): Make it a defcustom.
13620 Use custom-initialize-delay rather than eval-at-startup to set it.
13621 * subr.el (eval-at-startup): Remove.
13622 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
13623
13624 * subr.el (do-after-load-evaluation): Warn the user after loading an
13625 obsolete package.
13626
13627 2009-09-12 Glenn Morris <rgm@gnu.org>
13628
13629 * proced.el (proced-mark-alt): Remove alias.
13630 (proced-mode-map): Remove proced-mark-alt.
13631
13632 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
13633 Elint file and directory. Remove initialization entry.
13634
13635 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
13636 commands.
13637 (elint-current-buffer): Set mode-line-process.
13638 (elint-init-env): Handle define-derived-mode.
13639 Fix declare-function with unspecified arglist. Guard against odd
13640 defalias statements (eg iso-insert's 8859-1-map).
13641 (elint-add-required-env): Use a temp buffer.
13642 (elint-form): Just print the function/macro name, not the whole form.
13643 Return env unchanged if we fail to parse a macro.
13644 (elint-forms): Guard against parse errors.
13645 (elint-output): New function, to handle batch mode.
13646 (elint-log-message): Add optional argument. Use elint-output.
13647 (elint-set-mode-line): New function.
13648
13649 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
13650
13651 * emacs-lisp/elp.el (elp-not-profilable): Add more
13652 functions (Bug#4233).
13653
13654 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
13655
13656 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
13657 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
13658
13659 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
13660
13661 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
13662 (gdb-var-list-children): Use json parsing.
13663
13664 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
13665
13666 * progmodes/js.el (js--proper-indentation): Handle the case where
13667 char-before is null. Reported by Deniz Dogan.
13668
13669 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
13670
13671 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
13672
13673 2009-09-11 Daiki Ueno <ueno@unixuser.org>
13674
13675 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
13676 (epg-digest-algorithm-alist): Add SHA224.
13677 (epg-context-set-passphrase-callback)
13678 (epg-context-set-progress-callback): Add description about
13679 callback function.
13680
13681 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13682
13683 * custom.el (custom-delayed-init-variables): New var.
13684 (custom-initialize-delay): New function.
13685 * startup.el (command-line): "Re"evaluate all vars in
13686 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
13687 explicitly any more.
13688 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
13689 to avoid creating a ~/.emacs.d at build-time (bug#4347).
13690
13691 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
13692
13693 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
13694
13695 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
13696 (gdb-var-update-handler): Use json parsing.
13697
13698 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
13699
13700 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
13701 decode annotated text, regardless of language environment. (Bug#2741)
13702
13703 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13704
13705 * Makefile.in (autoloads): Make rmail.el writable as well.
13706
13707 2009-09-11 Glenn Morris <rgm@gnu.org>
13708
13709 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
13710 loaddefs.el.
13711 * dired.el: Regenerate with extracted autoloads.
13712 * Makefile.in (autoloads): Make dired.el writable.
13713
13714 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
13715 * ibuffer.el: Regenerate with extracted autoloads.
13716 * Makefile.in (autoloads): Make ibuffer.el writable.
13717
13718 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
13719 * version.el (emacs-copyright, emacs-major-version)
13720 (emacs-minor-version): Reformat doc-strings for make-docfile.
13721
13722 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
13723 functions and variables, since they must be stuff specific to some other
13724 platform.
13725 (apropos-print): Make mouse-click message less specific about button.
13726
13727 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
13728 that records where a macro was defined.
13729 * help-fns.el (describe-function-1): Mention if a function has a
13730 compiler-macro.
13731 * help-mode.el (help-function-cmacro): New button.
13732
13733 * locate.el (top-level): Always require dired.
13734 (locate-mode-map): Initialize inside the defvar.
13735
13736 * net/ange-ftp.el (dired-compress-file): Declare.
13737 (ange-ftp-dired-compress-file): Add doc string.
13738
13739 * term/ns-win.el (x-display-name, x-setup-function-keys):
13740 Unify doc-strings with X versions.
13741
13742 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13743
13744 * emulation/crisp.el (crisp-mode-map): Move initialization
13745 into declaration.
13746 (crisp-mode): Use define-minor-mode.
13747
13748 * progmodes/xscheme.el (xscheme-evaluation-commands):
13749 Put a :advertised-binding property rather than using
13750 advertised-xscheme-send-previous-expression.
13751 (advertised-xscheme-send-previous-expression): Declare obsolete.
13752 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
13753 `advertised-undo'.
13754 (crisp-mode): Add corresponding bindings to
13755 undo's :advertised-binding instead.
13756 * dired.el (dired-mode-map): Put a :advertised-binding property rather
13757 than using dired-advertised-find-file.
13758 (dired-advertised-find-file):
13759 * simple.el (advertised-undo):
13760 * wid-edit.el (advertised-widget-backward): Declare obsolete.
13761 (widget-keymap): Put a :advertised-binding property rather
13762 than using advertised-widget-backward.
13763 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
13764 than using advertised-undo.
13765 * tutorial.el (tutorial--default-keys): Adjust accordingly.
13766
13767 2009-09-10 Simon South <ssouth@slowcomputing.org>
13768
13769 * progmodes/delphi.el (delphi-tab): Indent region when Transient
13770 Mark mode is enabled and region is active; otherwise indent or
13771 insert TAB as usual.
13772 (delphi-mode): Update description of TAB-key binding.
13773
13774 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
13775
13776 * subr.el (define-key-rebound-commands): Mark obsolete.
13777 * startup.el (precompute-menubar-bindings): Remove.
13778 (normal-top-level): Remove obsolete code that tried to precompute
13779 menubar bindings.
13780 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
13781 define-key-rebound-commands and precompute-menubar-bindings.
13782
13783 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
13784
13785 * net/imap.el (imap-interactive-login): Better messages.
13786 (imap-open): Fix bug with renamed buffer on reconnect.
13787 (imap-authenticate): Add buffer-local imap-last-authenticator variable
13788 for easier debugging and cleaner code. On successful (guessed based on
13789 server capabilities) secondary authentication, set imap-state
13790 correctly.
13791 (imap-last-authenticator): Define imap-last-authenticator as a variable
13792 to avoid warnings.
13793
13794 2009-09-10 Glenn Morris <rgm@gnu.org>
13795
13796 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
13797
13798 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
13799 (byte-compile-file-form-autoload): Don't warn about unknown functions
13800 where the autoload statement comes after the use.
13801 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
13802 that any handlers inside the body (eg require) are in turn respected.
13803
13804 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
13805 effects.
13806
13807 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
13808 and syntax and abbrev tables basic docs, if they don't have any.
13809
13810 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
13811
13812 * international/mule-cmds.el (top-level): Require cl when compiling.
13813 (view-hello-file): Use default-value rather than
13814 default-enable-multibyte-characters.
13815
13816 * progmodes/fortran.el: Move all safe and risky properties into the
13817 defcustoms.
13818
13819 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
13820 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
13821 * mail/undigest.el:
13822 Put autoloads in rmail.el rather than loaddefs.el.
13823 * mail/rmail.el: Regenerate with extracted autoloads.
13824
13825 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
13826 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
13827
13828 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
13829
13830 Reported in thread for Bug#4375.
13831 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
13832 "-data-evaluate-expression" instead of print.
13833 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
13834 (gdb-tooltip-print): Parse output from above MI command.
13835 (gdb): Revert 2009-08-11 change. User should detach inferior
13836 manually.
13837
13838 Remove the word "separate" from IO functions as inferior
13839 output is now never displayed in the GUD buffer.
13840
13841 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
13842
13843 * startup.el (command-line-normalize-file-name): On Windows and
13844 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
13845
13846 2009-09-10 Juri Linkov <juri@jurta.org>
13847
13848 * isearch.el (isearch-text-char-description): Propertize escape
13849 character sequences with the `escape-glyph' face. (Bug#4344)
13850
13851 * simple.el (shell-command): Set asynchronous process filter to
13852 `comint-output-filter'. (Bug#4343)
13853
13854 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
13855 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
13856 the list. Move "asm" to the bottom.
13857 (grep-find-ignored-directories): Add `choice' with nil value
13858 to empty the list easily.
13859 (grep-find-ignored-files): New option.
13860 (grep-files-history): Set to nil by default instead of '("ch" "el").
13861 (grep-compute-defaults): Add "<X>" to `grep-template'.
13862 (grep-read-files): Bind new local variables `default-alias' and
13863 `default-extension'. Use a list of default values for the file prompt.
13864 (lgrep): Add `--exclude=' command line options composed from
13865 `grep-find-ignored-files'.
13866 (rgrep): Add `-name' command line options composed from
13867 `grep-find-ignored-files'. (Bug#4301)
13868
13869 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
13870
13871 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
13872 (bug#4368).
13873
13874 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
13875
13876 * calendar/time-date.el (autoload):
13877 Expand define-obsolete-function-alias into defalias and make-obsolete
13878 for old Emacsen that Gnus supports.
13879 (with-no-warnings): Define it for old Emacsen.
13880 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13881 is available.
13882 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13883 float-time is available; suppress compile warning for time-to-seconds.
13884
13885 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
13886
13887 * net/imap.el (imap-message-map): Docstring fix.
13888
13889 2009-09-09 Glenn Morris <rgm@gnu.org>
13890
13891 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
13892 line numbers too. (Bug#4374)
13893
13894 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
13895
13896 * smerge-mode.el (smerge-remove-props, smerge-refine):
13897 Use with-silent-modifications (bug#4342).
13898
13899 * subr.el (with-silent-modifications): New macro.
13900
13901 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
13902
13903 * files.el (top-level): Require `cl' when compiling.
13904
13905 2009-09-07 Glenn Morris <rgm@gnu.org>
13906
13907 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
13908
13909 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
13910 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
13911
13912 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
13913
13914 * vc-git.el (vc-git-annotate-command): Use separator to parse
13915 arguments correctly.
13916
13917 2009-09-06 Eli Zaretskii <eliz@gnu.org>
13918
13919 * proced.el (proced-mode): Doc fix.
13920
13921 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
13922
13923 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
13924 lstat fails.
13925 (tramp-do-file-attributes-with-ls): Check for file existence at
13926 remote end.
13927 (tramp-do-file-attributes-with-stat): Likewise.
13928 (tramp-convert-file-attributes): Return nil when attr is nil.
13929
13930 2009-09-05 Glenn Morris <rgm@gnu.org>
13931
13932 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
13933 properties to this button.
13934 (diary-fancy-display): Don't extend the button to the final newline.
13935 (diary-fancy-display-mode): Continue to define "q" as a local key.
13936
13937 * calendar/cal-china.el (holiday-chinese): Make it slightly more
13938 efficient.
13939
13940 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
13941
13942 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
13943 (byte-compile-dest-file-function): New option.
13944 (byte-compile-dest-file): Doc fix.
13945 Obey byte-compile-dest-file-function.
13946 (byte-compile-cl-file-p): New function.
13947 (byte-compile-eval): Only suppress noruntime warnings about cl functions
13948 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
13949 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
13950 than for file being previously loaded.
13951 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
13952 (byte-compile-file-form-require): Handle the case where requiring a file
13953 indirectly causes CL to be loaded.
13954
13955 2009-09-05 Karl Fogel <kfogel@red-bean.com>
13956
13957 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
13958 before killing the old buffer, since by the time `kill-buffer' is
13959 run so many buffer variables have been set to nil that it may not
13960 behave as expected. (Bug#4061)
13961
13962 2009-09-05 Karl Fogel <kfogel@red-bean.com>
13963
13964 * files.el (find-alternate-file): If the old buffer is modified
13965 and visiting a file, behave similarly to `kill-buffer' when
13966 killing it, thus reverting to the pre-1.878 behavior; see
13967 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
13968 for discussion. Also, consult `buffer-file-name' as a variable
13969 not as a function, for consistency with the rest of the code.
13970
13971 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
13972
13973 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
13974 also when adding a new directory.
13975
13976 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
13977 defun.
13978
13979 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
13980
13981 * files.el (locate-file-completion-table): Make it provide boundary
13982 information, so partial-completion works better.
13983
13984 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
13985
13986 * mail/footnote.el (Footnote-text-under-cursor):
13987 Check footnote-text-marker-alist before using it (bug#4324).
13988
13989 2009-09-04 Glenn Morris <rgm@gnu.org>
13990
13991 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
13992 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
13993 * play/solitaire.el, play/tetris.el:
13994 Remove leading * from defcustom and defface docs.
13995
13996 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
13997 necessary.
13998 (diary-fancy-overriding-map): New variable.
13999 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
14000 Use view-mode.
14001
14002 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
14003 goto-line.
14004
14005 2009-09-03 Glenn Morris <rgm@gnu.org>
14006
14007 * arc-mode.el (archive-mode):
14008 * dos-fns.el (set-default-process-coding-system):
14009 * man.el (Man-getpage-in-background):
14010 * menu-bar.el (menu-bar-describe-menu):
14011 * server.el (server-process-filter):
14012 * startup.el (command-line):
14013 * tar-mode.el (tar-header-block-tokenize, tar-extract):
14014 * w32-fns.el (set-default-process-coding-system):
14015 * x-dnd.el (x-dnd-handle-file-name):
14016 * international/mule-cmds.el (mule-menu-keymap)
14017 (set-default-coding-systems, language-info-alist, set-language-info)
14018 (set-language-environment, standard-display-european-internal)
14019 (set-locale-environment):
14020 * international/mule-diag.el (mule-diag):
14021 * mail/emacsbug.el (report-emacs-bug):
14022 * mail/rmail.el (rmail-mode):
14023 * mail/sendmail.el (mail-setup):
14024 Use default-value rather than default-enable-multibyte-characters.
14025
14026 * progmodes/f90.el: Move all safe properties into the defcustoms.
14027 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
14028
14029 * calendar/appt.el (appt-check):
14030 * calendar/diary-lib.el (diary-set-header, diary-live-p)
14031 (diary-check-diary-file, diary-list-entries)
14032 (diary-include-other-diary-files, diary-simple-display)
14033 (diary-fancy-display, diary-print-entries)
14034 (diary-mark-included-diary-files, diary-make-entry):
14035 Don't call substitute-in-file-name on diary-file.
14036
14037 2009-09-03 Eduard Wiebe <usenet@pusto.de>
14038 Stefan Monnier <monnier@iro.umontreal.ca>
14039
14040 * mail/footnote.el (footnote-prefix): Make it a defcustom.
14041 (footnote-mode-map): Move initialization into the declaration.
14042 (footnote-minor-mode-map): Define it rather than changing global-map.
14043 (footnote-mode): Use define-minor-mode.
14044
14045 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
14046
14047 * net/tramp.el (tramp-handle-file-attributes-with-ls)
14048 (tramp-do-file-attributes-with-perl)
14049 (tramp-do-file-attributes-with-stat): Rename from
14050 `tramp-handle-file-attributes-with-*'.
14051 (tramp-handle-file-attributes): Use them.
14052 (tramp-do-directory-files-and-attributes-with-perl)
14053 (tramp-do-directory-files-and-attributes-with-stat): Rename from
14054 `tramp-handle-directory-files-and-attributes-with-*'.
14055 (tramp-handle-directory-files-and-attributes): Use them.
14056 (tramp-method-out-of-band-p): Additional parameter SIZE.
14057 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
14058 (tramp-handle-write-region): Use it.
14059 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
14060 (tramp-handle-vc-registered): Check, whether the first run did
14061 return files to be tested.
14062 (tramp-advice-make-auto-save-file-name): Do not call directly
14063 `tramp-handle-make-auto-save-file-name', because this would bypass
14064 the locking mechanism.
14065
14066 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
14067 (file-remote-p, process-file, start-file-process, set-file-times)
14068 (tramp-compat-file-attributes): Compatibility functions shall not
14069 call directly `tramp-handle-*', because this would bypass the
14070 locking mechanism.
14071 (tramp-compat-number-sequence): New defun.
14072
14073 2009-09-02 Glenn Morris <rgm@gnu.org>
14074
14075 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
14076 alias for float-time.
14077 (time-to-number-of-days): In Emacs, use float-time.
14078 * net/newst-backend.el (time-add): Suppress warnings from compat
14079 function.
14080 * time.el (emacs-uptime, emacs-init-time):
14081 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
14082 Use float-time rather than time-to-seconds.
14083
14084 * minibuffer.el (completion-initials-expand): Fix typo.
14085
14086 * faces.el (modeline, modeline-inactive, modeline-highlight)
14087 (modeline-buffer-id):
14088 * info.el (info-menu-5): Mark these face aliases as obsolete.
14089
14090 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
14091
14092 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
14093 space ...
14094 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
14095 no "--thread" option.
14096 (gdb-stopped): Don't print "Switched to thread" message when it is
14097 unchanged.
14098
14099 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
14100
14101 * minibuffer.el (completion-try-completion)
14102 (completion-all-completions): Remove ill-defined (and
14103 mistakenly installed and luckily never used nor documented)
14104 `completion-styles' property.
14105 (completion-initials-expand, completion-initials-all-completions)
14106 (completion-initials-try-completion): New functions.
14107 (completion-styles-alist): Add doc to each entry.
14108 Add new `initials' entry.
14109
14110 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
14111
14112 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
14113 MI command -var-evaluate-expression.
14114 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
14115 and tweak for case of string child.
14116 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
14117
14118 2009-09-01 Glenn Morris <rgm@gnu.org>
14119
14120 * add-log.el (change-log-date-face, change-log-name-face)
14121 (change-log-email-face, change-log-file-face, change-log-list-face)
14122 (change-log-conditionals-face, change-log-function-face)
14123 (change-log-acknowledgement-face):
14124 * cus-edit.el (custom-invalid-face, custom-rogue-face)
14125 (custom-modified-face, custom-set-face, custom-changed-face)
14126 (custom-saved-face, custom-button-face, custom-button-pressed-face)
14127 (custom-documentation-face, custom-state-face, custom-comment-face)
14128 (custom-comment-tag-face, custom-variable-tag-face)
14129 (custom-variable-button-face, custom-face-tag-face)
14130 (custom-group-tag-face-1, custom-group-tag-face):
14131 * diff-mode.el (diff-header-face, diff-file-header-face)
14132 (diff-index-face, diff-hunk-header-face, diff-removed-face)
14133 (diff-added-face, diff-changed-face, diff-function-face)
14134 (diff-context-face, diff-nonexistent-face):
14135 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
14136 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
14137 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14138 (Info-title-4-face):
14139 * isearch.el (isearch-lazy-highlight-face):
14140 * log-view.el (log-view-file-face, log-view-message-face):
14141 * paren.el (show-paren-match-face, show-paren-mismatch-face):
14142 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14143 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14144 (cvs-msg-face):
14145 * smerge-mode.el (smerge-mine-face, smerge-other-face)
14146 (smerge-base-face, smerge-markers-face):
14147 * wid-edit.el (widget-documentation-face, widget-button-face)
14148 (widget-field-face, widget-single-line-field-face)
14149 (widget-inactive-face, widget-button-pressed-face):
14150 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
14151 (woman-addition-face):
14152 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
14153 (eshell-ls-executable-face, eshell-ls-readonly-face)
14154 (eshell-ls-unreadable-face, eshell-ls-special-face)
14155 (eshell-ls-missing-face, eshell-ls-archive-face)
14156 (eshell-ls-backup-face, eshell-ls-product-face)
14157 (eshell-ls-clutter-face):
14158 * eshell/em-prompt.el (eshell-prompt-face):
14159 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
14160 * obsolete/old-whitespace.el (whitespace-highlight-face):
14161 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
14162 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
14163 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
14164 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
14165 (antlr-font-lock-literal-face):
14166 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14167 (ebrowse-root-class-face, ebrowse-file-name-face)
14168 (ebrowse-default-face, ebrowse-member-attribute-face)
14169 (ebrowse-member-class-face, ebrowse-progress-face):
14170 * progmodes/make-mode.el (makefile-space-face):
14171 * progmodes/sh-script.el (sh-heredoc-face):
14172 * textmodes/flyspell.el (flyspell-incorrect-face)
14173 (flyspell-duplicate-face):
14174 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
14175 * textmodes/texinfo.el (texinfo-heading-face):
14176 Mark face aliases with "-face" suffix as obsolete.
14177
14178 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
14179 compiler.
14180
14181 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
14182 (eudc-bob-sound-menu): Use defvar rather than defconst, since
14183 easy-menu-define wants to modify these.
14184
14185 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
14186
14187 * net/browse-url.el (browse-url-file-url):
14188 * term/internal.el (dos-codepage-setup):
14189 Use default-value rather than default-enable-multibyte-characters.
14190
14191 * progmodes/etags.el (etags-goto-tag-location):
14192 * progmodes/flymake.el (flymake-highlight-line)
14193 (flymake-goto-file-and-line, flymake-goto-line):
14194 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
14195 (gdb-goto-breakpoint):
14196 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14197 * progmodes/python.el (python-find-function)
14198 (python-pdbtrack-track-stack-file):
14199 * progmodes/verilog-mode.el (verilog-surelint-off):
14200 * term/ns-win.el (ns-open-file-select-line):
14201 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
14202 Use forward-line rather than goto-line.
14203
14204 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
14205 * textmodes/reftex-index.el (reftex-display-index):
14206 * textmodes/reftex-ref.el (reftex-offer-label-menu):
14207 * textmodes/reftex-toc.el (reftex-toc):
14208 Remove unnecessary bindings of default-major-mode (all are followed by
14209 major-mode check and possible mode switch).
14210
14211 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
14212
14213 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14214 Handle watchpoints (bug#4282).
14215 (def-gdb-thread-buffer-command): Enable thread to be selected by
14216 clicking without selecting threads buffer first.
14217 (gdb-current-context-command): Use selected frame so that "up",
14218 "down" etc work in the GUD buffer.
14219 (gdb-update): Find selected frame before rendering stack buffer.
14220 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
14221
14222 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
14223
14224 * progmodes/sym-comp.el (displayed-completions): Remove.
14225 (symbol-complete): Use minibuffer-complete.
14226
14227 2009-08-31 Glenn Morris <rgm@gnu.org>
14228
14229 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
14230
14231 * apropos.el (apropos-symbols-internal):
14232 Handle (obsolete) face aliases.
14233
14234 * faces.el (describe-face): Adjust the output format to be more like
14235 describe-variable, and to mention (obsolete) face aliases.
14236 Adjust the whitespace so that help-setup-xref works.
14237
14238 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
14239 * calendar/diary-lib.el (diary-button-face):
14240 Mark these face aliases as obsolete.
14241
14242 * calendar/calendar.el (calendar-today): Doc fix.
14243
14244 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
14245
14246 * progmodes/gdb-mi.el (gdb-control-all-threads)
14247 (gdb-control-current-thread): Force tool bar update.
14248 (gdb-non-stop-handler): New function.
14249 (gdb-init-1): Use it to test if non-stop mode is supported.
14250 Remove unused gdbmi buffer type.
14251
14252 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
14253
14254 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
14255 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
14256
14257 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
14258
14259 * comint.el (comint-exec-1): Check command is non-null first.
14260 Part of gdb-mi.el change (2009-08-28).
14261
14262 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14263
14264 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
14265
14266 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
14267
14268 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
14269 instead of `dolist' to avoid a recursive require when bootstrapping.
14270
14271 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14272
14273 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
14274
14275 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
14276
14277 * net/imap.el (imap-send-command): Simplify.
14278 (imap-wait-for-tag): point-max -> buffer-size.
14279
14280 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
14281
14282 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
14283 with constant argument.
14284
14285 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
14286
14287 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
14288
14289 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
14290 Change default, since most of our files don't have a history.
14291 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
14292 the user.
14293
14294 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14295 Add comint-run.
14296
14297 * calc/calc.el: Improve commenting convention.
14298 (calc-digit-map, toplevel): Simplify.
14299
14300 * comint.el (comint-insert-input): Be careful to only set point if we
14301 don't delegate to some other command.
14302
14303 * proced.el (proced-signal-list): Make it an alist.
14304 (proced-grammar-alist): Capitalize names.
14305 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
14306 Disable undo manually and make it read-only.
14307 Use completion-annotate-function.
14308
14309 * minibuffer.el (minibuffer-message): If the current buffer is not
14310 a minibuffer, insert the message in the echo area rather than at the
14311 end of the buffer.
14312 (completion-annotate-function): New variable.
14313 (minibuffer-completion-help): Use it.
14314 (completion--embedded-envvar-table): Environment vars are
14315 always case-sensitive.
14316
14317 2009-08-30 Glenn Morris <rgm@gnu.org>
14318
14319 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
14320 from fortran-current-defun.
14321 (fortran-beginning-of-subprogram): Be more precise about finding the
14322 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
14323 (fortran-end-of-subprogram): Simplify.
14324 (fortran-current-defun): Use fortran-start-prog-re.
14325
14326 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
14327
14328 * subr.el (do-after-load-evaluation): Simplify.
14329
14330 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
14331
14332 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
14333
14334 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
14335 (vc-rcs-print-log): Use it.
14336
14337 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
14338
14339 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
14340
14341 * paths.el (abbrev-file-name): Move to abbrev.el.
14342 * abbrev.el (abbrev-file-name): Move from paths.el.
14343 Obey user-emacs-directory.
14344 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
14345 user-emacs-directory.
14346 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
14347 abbrev-file-name and calc-settings-file any more.
14348 * startup.el (command-line): Recompute abbrev-file-name and
14349 abbreviated-home-dir.
14350 (normal-no-mouse-startup-screen): Improve the generic code and get rid
14351 of the special code for when C-h bindings haven't been changed.
14352 (display-startup-echo-area-message): Use with-current-buffer.
14353 (command-line-1): Use a list of strings, rather than a list of lists
14354 of strings for longopts.
14355
14356 * files.el (get-free-disk-space): Use / for default-directory.
14357
14358 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
14359 Use with-current-buffer.
14360
14361 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
14362 Recognize immutable variables like most-positive-fixnum.
14363 (byte-compile-setq-default): Check and warn if trying to assign
14364 to an immutable variable, or a non-variable.
14365
14366 * progmodes/cc-vars.el (c-comment-continuation-stars):
14367 * progmodes/cc-engine.el (c-looking-at-bos):
14368 * progmodes/cc-cmds.el (c-toggle-auto-state)
14369 (c-forward-into-nomenclature, c-backward-into-nomenclature)
14370 (c-comment-line-break-function): Add version of obsolescence.
14371
14372 2009-08-28 Juri Linkov <juri@jurta.org>
14373
14374 * files.el (magic-fallback-mode-alist): Add ZIP magic number
14375 associated with `archive-mode'.
14376
14377 * image.el (image-type-header-regexps): Use only JPEG magic number
14378 to determine JPEG images, and don't use `image-jpeg-p' because
14379 Emacs can display non-JFIF non-Exif JPEG images.
14380
14381 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
14382
14383 * arc-mode.el (archive-mode):
14384 * emacs-lisp/re-builder.el (re-builder-unload-function):
14385 Protect against the default value of `major-mode' being nil.
14386
14387 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
14388
14389 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
14390 Fix typos in docstrings.
14391
14392 * progmodes/js.el (js--macro-decl-re): Doc fix.
14393 (js--plain-method-re, js--split-name): Refloc docstring.
14394 (js--class-styles, js--make-merged-item, js--splice-into-items):
14395 Fix typos in docstrings; reflow docstrings.
14396 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
14397 (js--variable-decl-matcher, js--inside-pitem-p)
14398 (js--parse-state-at-point, js--get-all-known-symbols)
14399 (js--symbol-history, js-find-symbol, js--js-references)
14400 (js--moz-interactor, js--js-encode-value, js--read-tab):
14401 Fix typos in docstrings.
14402
14403 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14404
14405 * textmodes/reftex.el (reftex-get-file-buffer-force):
14406 * progmodes/verilog-mode.el (verilog-batch-execute-func):
14407 * emulation/viper.el (viper-go-away, viper-set-hooks):
14408 * emacs-lisp/re-builder.el (re-builder-unload-function):
14409 * emacs-lisp/bytecomp.el (byte-compile-file):
14410 * ses.el (ses-unload-function):
14411 * hexl.el (hexl-find-file):
14412 * files.el (normal-mode):
14413 * ehelp.el (with-electric-help):
14414 * autoinsert.el (auto-insert-alist):
14415 * arc-mode.el (archive-mode):
14416 Use (default-value 'major-mode) instead of default-major-mode.
14417
14418 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
14419 * international/mule.el (load-with-code-conversion):
14420 * emacs-lisp/debug.el (debug):
14421 * ediff-vers.el (ediff-rcs-get-output-buffer):
14422 * dired.el (dired-internal-noselect): Don't let-bind
14423 default-major-mode around code that doesn't use it.
14424 E.g. buffer creation via get-buffer-create doesn't use it.
14425
14426 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
14427
14428 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
14429 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
14430 when writing the temp file. Otherwise, epa-file gets confused.
14431 (tramp-register-file-name-handlers): Make it a defun. Move also
14432 `epa-file-handler' to the front of `file-name-handler-alist'.
14433
14434 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14435
14436 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
14437 start right after a ^M.
14438 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
14439 (tramp-completion-file-name-regexp-separate)
14440 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
14441 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
14442 Don't modify last-coding-system-used by accident.
14443 (tramp-completion-file-name-handler): Apply the checks here,
14444 instead during registration.
14445 (tramp-register-file-name-handlers): Renamed from
14446 `tramp-register-file-name-handler'. Register both
14447 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
14448 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
14449
14450 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
14451
14452 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
14453 Remove variable ...
14454 (gdb-init-1, gdb-display-separate-io-buffer)
14455 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
14456 references to it.
14457 (gdb-inferior-io-mode): Use make-comint-in-buffer.
14458 (gdb-inferior-filter): Use comint-output-filter to stop
14459 echoing and remove ^M characters.
14460
14461 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14462
14463 * emulation/viper-init.el (viper-restore-cursor-type):
14464 * emulation/cua-base.el (cua--update-indications):
14465 Replace default-cursor-type with (default-value 'cursor-type).
14466
14467 * mail/sendmail.el (mail-recover-1):
14468 * international/mule-diag.el (describe-current-coding-system-briefly)
14469 (describe-current-coding-system):
14470 * international/mule-cmds.el (select-safe-coding-system)
14471 (select-message-coding-system)
14472 (set-language-environment-coding-systems, set-locale-environment):
14473 * hexl.el (hexl-insert-multibyte-char):
14474 * dos-w32.el (find-buffer-file-type-coding-system):
14475 * simple.el (what-cursor-position):
14476 Replace uses of default-buffer-file-coding-system
14477 with (default-value 'buffer-file-coding-system).
14478
14479 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
14480 Replace uses of default-cursor-in-non-selected-windows
14481 with (default-value 'cursor-in-non-selected-windows).
14482 Use with-current-buffer.
14483
14484 * mail/feedmail.el: Use CL macros.
14485 (feedmail-run-the-queue, feedmail-send-it-immediately):
14486 * dos-w32.el (find-buffer-file-type): Replace uses of
14487 default-buffer-file-type with (default-value 'buffer-file-type).
14488
14489 2009-08-28 Glenn Morris <rgm@gnu.org>
14490
14491 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
14492 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
14493 Use default-value of major-mode rather than default-major-mode.
14494
14495 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
14496
14497 * Makefile.in (update-elcfiles): Report left over elc files.
14498
14499 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
14500 expand-file-name and with-current-buffer.
14501 (mail-get-names, mail-directory): Use with-current-buffer.
14502
14503 * vc.el (vc-read-revision): New function.
14504 (vc-version-diff, vc-merge): Use it.
14505
14506 2009-08-27 Sam Steingold <sds@gnu.org>
14507
14508 * simple.el (kill-do-not-save-duplicates): New user option.
14509 (kill-new): When it is non-nil, and the new string is the same as
14510 the latest kill, set replace to t to avoid duplicates in kill-ring.
14511
14512 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
14513
14514 * net/tramp.el (tramp-handle-process-file): Do not flush all
14515 caches when `process-file-side-effects' is set.
14516 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
14517 instead of `tramp-find-file-exists-command'.
14518 Unset `process-file-side-effects'.
14519
14520 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
14521
14522 * net/tramp.el (tramp-methods): New method "rsyncc".
14523 (top): Add completion function for "rsyncc".
14524 (tramp-message-show-message): New defvar.
14525 (tramp-message, tramp-error): Use it.
14526 (tramp-do-copy-or-rename-file-directly): Extend check for direct
14527 remote copying.
14528 (tramp-do-copy-or-rename-file-out-of-band): Handle new
14529 `tramp-methods' entry `copy-env' of "rsyncc".
14530 (tramp-vc-registered-read-file-names): New defconst.
14531 (tramp-vc-registered-file-names): New defvar.
14532 (tramp-handle-vc-registered): Implement optimization strategy.
14533 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
14534 (tramp-vc-file-name-handler): New defun.
14535 (tramp-get-ls-command, tramp-get-test-command)
14536 (tramp-get-file-exists-command, tramp-get-remote-ln)
14537 (tramp-get-remote-perl, tramp-get-remote-stat)
14538 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
14539
14540 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
14541 (tramp-cache-inhibit-cache): Extend doc string. It allows also
14542 timestamps.
14543 (tramp-get-file-property): Check for timestamps in
14544 `tramp-cache-inhibit-cache'.
14545 (tramp-set-file-property): Write timestamp.
14546
14547 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14548
14549 * language/japan-util.el (japanese-symbol-table): Add entries for
14550 cp932-2-byte.
14551
14552 * international/characters.el: Add category `j' to cp932-2-byte.
14553
14554 2009-08-27 Kenichi Handa <handa@m17n.org>
14555
14556 * international/fontset.el (build-default-fontset-data): New macro.
14557 (setup-default-fontset): Use build-default-fontset-data for CJK,
14558 tibetan, ethiopic, and ipa.
14559
14560 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
14561
14562 * cus-start.el (default-major-mode): Customize `major-mode' instead.
14563 (enable-multibyte-characters): Not customizable any more.
14564
14565 * subr.el (default-mode-line-format, default-header-line-format)
14566 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
14567 (default-direction-reversed, default-truncate-lines)
14568 (default-left-margin, default-tab-width, default-case-fold-search)
14569 (default-left-margin-width, default-right-margin-width)
14570 (default-left-fringe-width, default-right-fringe-width)
14571 (default-fringes-outside-margins, default-scroll-bar-width)
14572 (default-vertical-scroll-bar, default-indicate-empty-lines)
14573 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
14574 (default-fringe-cursor-alist, default-scroll-up-aggressively)
14575 (default-scroll-down-aggressively, default-fill-column)
14576 (default-cursor-type, default-buffer-file-type)
14577 (default-cursor-in-non-selected-windows)
14578 (default-buffer-file-coding-system, default-major-mode)
14579 (default-enable-multibyte-characters): Mark as obsolete.
14580
14581 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
14582
14583 * vc-dir.el (vc-dir-update): Remove debug helper.
14584
14585 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
14586
14587 2009-08-26 Sam Steingold <sds@gnu.org>
14588
14589 * simple.el (save-interprogram-paste-before-kill): New user option.
14590 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
14591 save the interprogram-paste into kill-ring before overriding it
14592 with the Emacs kill.
14593
14594 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
14595
14596 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
14597 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
14598 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
14599 and move to vc-rcs.el.
14600 (vc-default-next-revision): Rename to vc-rcs-next-revision and
14601 move to vc-rcs.el.
14602 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
14603 (vc-rcs-update-changelog): Remove.
14604 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
14605 and move to vc-rcs.el.
14606
14607 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
14608 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
14609 renaming.
14610 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
14611 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
14612 vc.el, renamed to be RCS specific.
14613
14614 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
14615 New functions.
14616 (vc-cvs-update-changelog): Move here from vc.el.
14617
14618 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
14619 New functions.
14620
14621 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
14622
14623 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
14624
14625 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
14626
14627 * vc-git.el (vc-git-register): Use "git add" for directories.
14628 (vc-git-stash, vc-git-stash-show): New functions.
14629 (vc-git-extra-menu-map): Bind them.
14630
14631 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
14632 directory correctly in case the item is a directory itself.
14633
14634 * vc.el: Document the desired behavior for reverted files in the
14635 `added' state.
14636 (vc-default-prettify-state-info): Remove function, unused.
14637
14638 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
14639
14640 2009-08-26 Glenn Morris <rgm@gnu.org>
14641
14642 * bindings.el (standard-mode-line-format): Reposition dashes in
14643 which-func entry. (Bug#4217)
14644
14645 * files.el (enable-local-variables, enable-local-eval)
14646 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
14647 the defcustoms.
14648 (auto-mode-alist, ignored-local-variables)
14649 (save-some-buffers-action-alist): Move risky declarations to the
14650 definitions.
14651 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
14652 (font-lock-defaults, format-alist, imenu--index-alist)
14653 (imenu-generic-expression, input-method-alist, minor-mode-alist)
14654 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
14655 (mode-line-modified, mode-line-mule-info, mode-line-position)
14656 (mode-line-process, mode-line-remote, outline-level)
14657 (parse-time-rules, rmail-output-file-alist)
14658 (special-display-buffer-names, vc-mode):
14659 Move risky declarations to the relevant files.
14660 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
14661 (mode-line-modified, mode-line-process, mode-line-position)
14662 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
14663 * font-core.el (font-lock-defaults):
14664 * format.el (format-alist):
14665 * vc-hooks.el (vc-mode):
14666 * window.el (special-display-buffer-names):
14667 * international/mule-cmds.el (input-method-alist):
14668 Define riskiness here (dumped file) rather than in files.el.
14669 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
14670 * imenu.el (imenu-generic-expression, imenu--index-alist):
14671 * outline.el (outline-level):
14672 * time.el (display-time-string):
14673 * calendar/parse-time.el (parse-time-rules):
14674 * mail/rmailout.el (rmail-output-file-alist):
14675 Autoload riskiness here, rather than placing in files.el.
14676
14677 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
14678
14679 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
14680
14681 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
14682
14683 * simple.el (process-file-side-effects): New defvar.
14684
14685 * dired-aux.el (dired-show-file-type):
14686 * vc.el (vc-diff-internal):
14687 * vc-arch.el (vc-arch-diff):
14688 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
14689 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
14690 * vc-git.el (vc-git-registered, vc-git-working-revision)
14691 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
14692 (vc-git--empty-db-p):
14693 * vc-hooks.el (vc-user-login-name):
14694 * vc-svn.el (vc-svn-registered, vc-svn-state)
14695 (vc-svn-dir-extra-headers, vc-svn-find-revision):
14696 * progmodes/grep.el (grep-probe): Let-bind
14697 `process-file-side-effects' with nil.
14698
14699 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
14700
14701 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
14702 daemon. Replace ping by checking for running service for bluez
14703 and zeroconf. (Bug#4239)
14704
14705 2009-08-25 Kevin Ryde <user42@zip.com.au>
14706
14707 * net/dig.el (dig): Add autoload cookie.
14708
14709 2009-08-25 Glenn Morris <rgm@gnu.org>
14710
14711 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
14712 load-history for absolute file-names.
14713 (byte-compile-file-form-require): Warn about use of the cl package.
14714
14715 * format.el (format-alist): Doc fix.
14716
14717 * play/bubbles.el (top-level): Don't require cl at run-time.
14718
14719 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
14720 run-time cl).
14721
14722 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
14723
14724 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
14725 from cl package.
14726 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
14727
14728 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
14729
14730 * calc/calc-alg.el (math-trig-rewrite)
14731 (math-hyperbolic-trig-rewrite): New functions.
14732 (calc-simplify): Simplify trig functions when asked.
14733
14734 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14735
14736 * diff-mode.el (diff-find-source-location): Avoid goto-line.
14737
14738 2009-08-24 Kenichi Handa <handa@m17n.org>
14739
14740 * language/ind-util.el (mapthread): Delete it.
14741 (combinatorial): New function.
14742 (indian--puthash-cv): Use combinatorial instead of mapthread.
14743
14744 2009-08-22 Kevin Ryde <user42@zip.com.au>
14745
14746 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
14747 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
14748 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
14749 Clarify docstring that the value is strings not symbols.
14750 (checkdoc-list-of-strings-p): New function.
14751
14752 2009-08-22 Glenn Morris <rgm@gnu.org>
14753
14754 * files.el (auto-mode-alist):
14755 * hippie-exp.el (he-concat-directory-file-name):
14756 * lpr.el (lpr-windows-system, printer-name):
14757 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
14758 * ps-print.el (ps-windows-system):
14759 * startup.el (command-line):
14760 * emulation/viper-ex.el (viper-glob-function):
14761 * international/mule-cmds.el (set-language-environment-coding-systems):
14762 * net/ange-ftp.el (ange-ftp-write-region):
14763 * obsolete/fast-lock.el (fast-lock-cache-name):
14764 Remove code for defunct system-types emx, macos, mswindows, next-mach,
14765 unisoft-unix, vax-vms, win32, w32.
14766
14767 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
14768 given name if the pattern is not more specific.
14769
14770 * calendar/lunar.el (lunar-phase-names): New option.
14771 (lunar-phase): Doc fix.
14772 (lunar-cycles-per-year): New constant.
14773 (lunar-index): New function.
14774 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
14775 (lunar-phase-name): Use lunar-phase-names.
14776 (calendar-lunar-phases): Use format.
14777 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
14778
14779 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
14780 Copy imenu-example--name-and-position function here for own use.
14781 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
14782
14783 * bs.el (bs--redisplay):
14784 * cus-edit.el (custom-redraw):
14785 * ibuffer.el (ibuffer-bury-buffer):
14786 * server.el (server-goto-line-column):
14787 * startup.el (command-line-1):
14788 * strokes.el (strokes-xpm-for-stroke):
14789 * term.el (term-display-buffer-line):
14790 * view.el (View-goto-line):
14791 * calc/calc.el (calc-do, calc-trail-buffer):
14792 * play/gamegrid.el (gamegrid-add-score-insecure):
14793 * progmodes/ada-mode.el (ada-compile-goto-error):
14794 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
14795 (ebrowse-select-1st-to-9nth):
14796 * progmodes/cperl-mode.el (cperl-time-fontification):
14797 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
14798 * progmodes/gud.el (gud-display-line):
14799 (idlwave-shell-display-line):
14800 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
14801 * progmodes/make-mode.el (makefile-browser-toggle):
14802 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
14803 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
14804 * textmodes/picture.el (picture-draw-rectangle):
14805 * textmodes/reftex-index.el (reftex-index-goto-letter):
14806 (reftex-select-jump-to-previous):
14807 * textmodes/reftex-sel.el (reftex-find-start-point)
14808 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
14809 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
14810 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
14811 * textmodes/tex-mode.el (tex-compilation-parse-errors):
14812 * textmodes/two-column.el (2C-associated-buffer):
14813 Use forward-line rather than goto-line.
14814
14815 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
14816 goto-line.
14817
14818 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
14819 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
14820 (quick-check-list-to-regexp): Declare.
14821
14822 * progmodes/make-mode.el (makefile-browser-insert-selection):
14823 Use goto-char rather than goto-line.
14824
14825 * progmodes/prolog.el (compilation-error-regexp-alist)
14826 (compilation-forget-errors): Declare.
14827
14828 2009-08-22 Juri Linkov <juri@jurta.org>
14829
14830 * progmodes/grep.el (lgrep, rgrep): At the beginning
14831 set `dir' to `default-directory' unless `dir' is a non-nil
14832 readable directory. (Bug#4052)
14833 (lgrep, rgrep): Change a weird way to report an error
14834 from using `read-string' to using `error'.
14835 Instead of using interactive arguments in the function body,
14836 add new argument `confirm'.
14837
14838 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
14839
14840 * textmodes/remember.el (remember-buffer):
14841 * progmodes/cperl-mode.el (cperl-vc-header-alist):
14842 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
14843 (icalendar-extract-ical-from-buffer):
14844 * net/newst-treeview.el (newsticker-groups-filename):
14845 * net/newst-backend.el (newsticker-cache-filename):
14846 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
14847 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
14848 (speedbar-add-ignored-path-regexp, speedbar-line-path)
14849 (speedbar-buffers-line-path, speedbar-path-line)
14850 (speedbar-buffers-line-path):
14851 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
14852 (epg-sign-keys):
14853 * epa.el (epa-display-verify-result):
14854 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
14855
14856 2009-08-21 Glenn Morris <rgm@gnu.org>
14857
14858 * progmodes/js.el (inferior-moz-process): Fix declaration.
14859
14860 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
14861
14862 * obsolete/rnewspost.el (news-mail-reply):
14863 Use goto-char rather than goto-line.
14864
14865 * term/ns-win.el (ns-open-file-select-line):
14866 Use line-beginning-position rather than goto-line.
14867
14868 * apropos.el (apropos-command):
14869 * ehelp.el (electric-helpify):
14870 * printing.el (pr-show-setup):
14871 * strokes.el (strokes-help):
14872 * tutorial.el (tutorial--describe-nonstandard-key)
14873 (tutorial--detailed-help):
14874 * woman.el (woman-mini-help, woman-display-extended-fonts):
14875 * calc/calc-help.el (calc-describe-key):
14876 * emulation/edt.el (edt-electric-helpify):
14877 * international/mule-diag.el (mule-diag):
14878 * play/yow.el (apropos-zippy):
14879 * progmodes/python.el (python-describe-symbol):
14880 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
14881 * textmodes/table.el (*table--cell-describe-mode)
14882 (*table--cell-describe-bindings):
14883 Use help-print-return-message rather than the now obsolete alias.
14884
14885 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
14886 (calendar-cursor-to-visible-date):
14887 * play/5x5.el (5x5-position-cursor):
14888 * play/decipher.el (decipher):
14889 * play/gomoku.el (gomoku-goto-xy):
14890 * play/landmark.el (lm-goto-xy):
14891 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
14892 (mpuz-paint-digit):
14893 Use forward-line, not goto-line.
14894
14895 * mail/rmail.el (rmail-obsolete): Delete custom group.
14896 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
14897 (rmail-remote-password, rmail-remote-password-required):
14898 Remove unneeded :set-after and :set properties.
14899
14900 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
14901
14902 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
14903
14904 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
14905
14906 * loadup.el: Remove leftover macos code.
14907
14908 * vc-git.el (vc-git-annotate-command): Run asynchronously.
14909 Explicitly pass the date format to git blame so that user local
14910 so that the output format can be parsed.
14911
14912 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
14913
14914 * net/dbus.el (top): Don't check for (getenv
14915 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
14916
14917 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
14918
14919 * log-edit.el (log-edit-strip-single-file-name): New var.
14920 (log-edit-insert-changelog): Use it. Bug#3571
14921
14922 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
14923
14924 * subr.el (read-passwd): Use read-key so keypad keys work as well.
14925 Bug#3287
14926
14927 * help.el (help-print-return-message): Rename from
14928 print-help-return-message.
14929
14930 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
14931 cvs-mode-map parent hack.
14932 (log-view-mode): Derive from special-mode.
14933
14934 * linum.el (linum-mode): window-size-change-functions is redundant.
14935 Adapt to new window-configuration-change-hook behavior.
14936 (linum-after-size, linum-after-config): Remove.
14937
14938 * imenu.el (imenu-example--name-and-position)
14939 (imenu-example--lisp-extract-index-name)
14940 (imenu-example--create-lisp-index, imenu-example--create-c-index):
14941 Mark as obsolete.
14942
14943 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
14944 (inferior-prolog-mode): Use it.
14945 (inferior-prolog-load-file): Reset list of errors.
14946
14947 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14948
14949 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
14950
14951 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
14952
14953 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
14954
14955 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
14956 is running already.
14957
14958 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
14959
14960 * subr.el (listify-key-sequence-1): Use normal syntax since those
14961 integers are nowadays always represented by the same (positive) number
14962 on all platforms.
14963 (read-key-empty-map): New const.
14964 (read-key-delay): New var.
14965 (read-key): New function.
14966 (force-mode-line-update): Use with-current-buffer.
14967 (locate-user-emacs-file): Don't forget to abbreviate the file name.
14968 (start-process-shell-command, start-file-process-shell-command):
14969 Discourage the use of command-args.
14970
14971 2009-08-19 Glenn Morris <rgm@gnu.org>
14972
14973 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
14974
14975 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
14976
14977 * simple.el (choose-completion-string): Don't rely on
14978 minibuffer-completing-file-name and ad-hoc checks to decide whether
14979 to continue completion or not.
14980
14981 * minibuffer.el (minibuffer-hide-completions): New function.
14982 (completion--do-completion): Use it.
14983 (completions-annotations): New face.
14984 (completion--insert-strings): Use it.
14985 (completion-pcm--delim-wild-regex): Add docstring.
14986 (completion-pcm--string->pattern): Add support for 0-width delimiters
14987 in completion-pcm--delim-wild-regex.
14988
14989 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
14990
14991 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
14992 Remove unused var `buffer-modified-p'.
14993
14994 * minibuffer.el (completion--do-completion): Move point for the #b001
14995 case as well (bug#4176).
14996 (minibuffer-complete, minibuffer-complete-word): Don't move point.
14997
14998 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
14999
15000 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
15001 and :session buses.
15002
15003 2009-08-18 Kenichi Handa <handa@m17n.org>
15004
15005 * international/ucs-normalize.el (ucs-normalize-version):
15006 Change to 1.1.
15007 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
15008 (utf-8-hfs): Make it perform normalization on encoding too.
15009
15010 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
15011 (sentence-end-without-space): Delete duplicated chars.
15012 (sentence-end-base): Likewise.
15013
15014 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
15015 (html-mode): Delete duplicated chars from sentence-end-base.
15016
15017 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
15018 (texinfo-mode): Delete duplicated chars from sentence-end-base.
15019
15020 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
15021
15022 * files.el (hack-one-local-variable): If the mode function is for
15023 a minor mode, pass it an argument (Bug#4148).
15024
15025 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
15026
15027 * net/tramp.el (tramp-register-completion-file-name-handler):
15028 Check also for (member 'partial-completion completion-styles).
15029
15030 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
15031
15032 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
15033 abbrev (Bug#3943).
15034
15035 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
15036
15037 * progmodes/cperl-mode.el: Merge upstream 6.2.
15038 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
15039 (cperl-forward-re): Check cperl-brace-recursing.
15040 (cperl-highlight-charclass): New function.
15041 (cperl-find-pods-heres): Use it.
15042 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
15043 (cperl-beautify-regexp-piece): Fix column calculation.
15044 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
15045 (cperl-beautify-level): Don't process entire regexp.
15046 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
15047 calling man.
15048 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
15049 (cperl-init-faces): Build a list in the normal way.
15050
15051 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
15052
15053 * calendar/parse-time.el (parse-time-string-chars): Save match
15054 data.
15055
15056 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
15057
15058 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
15059 (sql-product): Use it.
15060 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
15061 (sql-set-product): Add completion.
15062 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
15063 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
15064 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
15065 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
15066 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
15067 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
15068 (sql-highlight-db2-keywords): Remove.
15069 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
15070 (sql-highlight-product): Use derived-mode-p.
15071 (sql-set-sqli-buffer): Use with-current-buffer.
15072 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
15073 Simplify.
15074
15075 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
15076
15077 * term.el: Fix commenting convention, turn comments into docstrings.
15078
15079 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
15080
15081 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
15082
15083 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
15084
15085 * calendar/parse-time.el (parse-time-string-chars): Compute using
15086 character classes, to handle non-ascii characters (Bug#3190).
15087
15088 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
15089
15090 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
15091 another heredoc if the user adds another < (Bug#3226).
15092
15093 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15094 Don't initialize based on window-system (Bug#4124).
15095
15096 * facemenu.el (facemenu-read-color): Use a completion function
15097 that accepts any defined color, such as RGB triplets (Bug#3677).
15098
15099 * files.el (get-free-disk-space): Change fallback default
15100 directory to /. Expand DIR argument before switching to fallback.
15101 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
15102
15103 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
15104
15105 * files.el (load-library): Doc fix.
15106
15107 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
15108
15109 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
15110 (viper-if-string): Redefine C-s in the minibuffer to insert the last
15111 incremental search string.
15112
15113 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
15114 XEmacs.
15115
15116 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
15117 (ediff-merge-region-is-non-clash)
15118 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
15119 Also check if the job is really a merge job.
15120
15121 * ediff.el (ediff-current-file): New function.
15122
15123 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
15124
15125 * progmodes/js.el: Edit docstrings throughout to follow Emacs
15126 conventions.
15127 (js-insert-and-indent): Delete function.
15128 (js-mode-map): Don't bind keys to js-insert-and-indent.
15129 (js-beginning-of-defun): Rename from js--beginning-of-defun.
15130 (js-end-of-defun): Rename from js--end-of-defun.
15131 (js-auto-indent-flag): Delete variable.
15132
15133 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
15134
15135 * progmodes/js.el: Remove proclaim statement.
15136 Defvar which-func-imenu-joiner-function to silence compiler.
15137
15138 * files.el (auto-mode-alist): Use js-mode for .js files.
15139
15140 * progmodes/js2-mode.el: Remove file.
15141
15142 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
15143
15144 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
15145
15146 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
15147
15148 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
15149 Karl Landstrom <karl.landstrom@brgeight.se>
15150
15151 * progmodes/js.el: New file.
15152
15153 2009-08-14 Mark A. Hershberger <mah@everybody.org>
15154
15155 * timezone.el (timezone-parse-date): Add ability to understand ISO
15156 basic format (minimal separators) dates in addition to the
15157 already-supported extended format dates.
15158
15159 2009-08-14 Eli Zaretskii <eliz@gnu.org>
15160
15161 * international/ucs-normalize.el: Add a `coding' file variable.
15162
15163 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
15164
15165 2009-08-14 Sam Steingold <sds@gnu.org>
15166
15167 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
15168
15169 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
15170
15171 * faces.el (help-argument-name): Define it here instead of
15172 help-fns.el, because in daemon mode help-fns.el may be loaded when
15173 faces are still uninitialized (Bug#1078).
15174
15175 * help-fns.el (help-argument-name): Move defface to faces.el.
15176
15177 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
15178
15179 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
15180 create buffer with a pty but no process so that GDB can make the
15181 inferior the controlling process.
15182
15183 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
15184
15185 * international/ucs-normalize.el: New file.
15186
15187 2009-08-13 Richard Stallman <rms@gnu.org>
15188
15189 * mail/rmail.el (rmail-get-attr-names):
15190 Accept an attribute header that is too short.
15191
15192 * mail/rmail.el (rmail-forget-messages):
15193 Ignore nil elt in rmail-message-vector. Use dotimes.
15194
15195 * progmodes/compile.el (compilation-goto-locus):
15196 Use next-error-move-function.
15197
15198 * simple.el (next-error-move-function): New variable.
15199
15200 2009-08-12 Juri Linkov <juri@jurta.org>
15201
15202 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
15203 always non-nil. (Bug#4052)
15204
15205 * replace.el (read-regexp): Return empty string when
15206 `default-value' is nil.
15207 (keep-lines-read-args): Don't use empty string as the
15208 default value for `read-regexp'. (Bug#2495)
15209
15210 2009-08-12 Juri Linkov <juri@jurta.org>
15211
15212 * international/mule-cmds.el (ucs-insert): Change arguments
15213 from `arg' to `character', `count', `inherit' to be the same
15214 as in `insert-char'. Doc fix. (Bug#4039)
15215
15216 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
15217
15218 2009-08-12 Juri Linkov <juri@jurta.org>
15219
15220 * files-x.el: New file.
15221
15222 * files.el: Move code that deals with adding/deleting
15223 file/directory-local variables to files-x.el.
15224
15225 * Makefile.in (ELCFILES): Add files-x.elc.
15226
15227 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
15228
15229 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
15230 to use `goto-line'.
15231 (gdb-place-breakpoints, gdb-get-location): Rewritten without
15232 `goto-line'.
15233 (gdb-invalidate-disassembly): Do not refresh upon receiving
15234 'update signal. Instead, update all disassembly buffers only after
15235 threads list.
15236 (gdb): Send -target-detach when buffer is killed (Bug#3794).
15237 (gdb-starting): Moved -data-list-register-names...
15238 (gdb-stopped): ...here so it's sent when first thread stops.
15239 (gdb-registers-handler-custom): Do nothing if register names are
15240 unknown yet.
15241
15242 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
15243 from `gdb-mi.el' to avoid extra tangling.
15244
15245 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
15246 change which breaks `gud-def' definitions used in `gdb'.
15247 (gdb-update-gud-running): No extra fuss for updating frame number.
15248
15249 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
15250
15251 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
15252 (describe-language-environment-map, setup-language-environment-map)
15253 (set-coding-system-map): Move initialization into declaration.
15254 (set-language-info-alist): Last arg to define-key-after can be skipped.
15255
15256 * international/quail.el (quail-completion-1): Simplify.
15257 (quail-define-rules): Use slightly more compact code.
15258 (quail-insert-decode-map): Propertize keys, compact columns.
15259
15260 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15261 Add goto-line.
15262
15263 2009-08-10 Miles Bader <miles@gnu.org>
15264
15265 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
15266 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
15267 (js2-instance-member, js2-private-member, js2-private-function-call)
15268 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
15269 (js2-magic-paren, js2-external-variable):
15270 Remove "-face" suffix from face names.
15271 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
15272 (js2-highlight-undeclared-vars, js2-peek-token)
15273 (js2-parse-function-params, js2-mode-show-errors)
15274 (js2-mode-show-warnings, js2-make-magic-delimiter)
15275 (js2-mode-highlight-magic-parens): Update to use new face names.
15276
15277 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
15278
15279 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
15280 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
15281
15282 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
15283
15284 * subr.el: Provide hashtable-print-readable.
15285
15286 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
15287 hs-c-like-adjust-block-beginning.
15288 (hs-hide-block-at-point): Stop hiding at the beginning of
15289 hs-block-end-regexp (Bug#700).
15290
15291 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
15292
15293 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
15294 a macro.
15295 (gdb-registers-handler-custom): Do not fail when register names
15296 are unavailable.
15297
15298 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
15299
15300 * progmodes/gdb-mi.el (gdb-control-all-threads)
15301 (gdb-control-current-thread): Interactive setters for
15302 `gdb-gud-control-all-threads' to use in menu.
15303 (gdb-show-run-p): Show «Go» when process is not active.
15304 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
15305 gud/thread.xpm and gud/all.xpm.
15306
15307 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
15308
15309 * net/net-utils.el (net-utils-font-lock-keywords): New var.
15310 (nslookup-font-lock-keywords): Make it a variable.
15311 (net-utils-mode): New mode for viewing diagnostic network output.
15312 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
15313 (net-utils-run-simple): New function.
15314 (ifconfig, iwconfig, netstat, arp, route): Use it.
15315
15316 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
15317
15318 * progmodes/gdb-mi.el (gdb-read-memory-custom)
15319 (gdb-memory-set-address, def-gdb-set-positive-number)
15320 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
15321 after changing settings.
15322 (gdb-invalidate-disassembly): Update when first shown.
15323 (gdb-edit-locals-value): Fixed.
15324 (gdb-registers-handler-custom): Print registers in right order and
15325 allow changing register values (only for current thread yet).
15326 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
15327 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
15328 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
15329 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
15330 info in mode name.
15331 (gdb-registers-mode-map): TAB to switch to locals.
15332
15333 2009-08-08 Eli Zaretskii <eliz@gnu.org>
15334
15335 * mail/rmail.el (rmail-add-mbox-headers)
15336 (rmail-set-message-counters-counter): Search for
15337 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
15338
15339 2009-08-08 Glenn Morris <rgm@gnu.org>
15340
15341 * Makefile.in (ELCFILES): Update.
15342
15343 2009-08-07 Eli Zaretskii <eliz@gnu.org>
15344
15345 * mail/sendmail.el (mail-yank-original): Set
15346 buffer-file-coding-system from the one used by the message whose
15347 text is yanked.
15348
15349 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
15350 to "windows" when "pgnuplot" is used.
15351 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
15352 call accept-process-output if "pgnuplot" is used.
15353 (calc-graph-init): Don't send -display and -geometry to
15354 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
15355 running "pgnuplot -V" with shell-command-to-string.
15356
15357 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
15358 the default.
15359
15360 2009-08-07 Eli Zaretskii <eliz@gnu.org>
15361
15362 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
15363 org/org-latex.elc.
15364
15365 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
15366
15367 * vc-dispatcher.el (vc-resynch-window): Update comment.
15368
15369 * term.el (term-handle-ansi-escape): Add comments with the
15370 terminfo capabilities implemented.
15371
15372 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
15373
15374 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
15375 (gdb-var-create-handler): Rewritten using JSON parser.
15376 (gdb-propertize-header): Moved earlier.
15377 (gdb-set-header): Removed to avoid duplication.
15378 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
15379 Refresh disassembly buffers only after threads list have been
15380 update.
15381 (gdb-threads-header, gdb-registers-header): Per-buffer header line
15382 variables.
15383
15384 2009-08-04 Juri Linkov <juri@jurta.org>
15385
15386 * files.el: Commands to add/delete file/directory-local variables.
15387 (read-file-local-variable, read-file-local-variable-value)
15388 (read-file-local-variable-mode, modify-file-local-variable)
15389 (modify-file-local-variable-prop-line)
15390 (modify-dir-local-variable): New functions.
15391 (add-file-local-variable, delete-file-local-variable)
15392 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
15393 (add-dir-local-variable, delete-dir-local-variable)
15394 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
15395 (copy-dir-locals-to-file-locals-prop-line): New commands.
15396
15397 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
15398
15399 * abbrev.el (insert-abbrev-table-description): Prettify output.
15400 Suggested by Karl Chen.
15401
15402 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
15403
15404 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
15405 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
15406 (gdb-overlay-arrow-position, gdb-thread-position)
15407 (gdb-disassembly-position): Declare variables.
15408 (gdb-wait-for-pending): Function now.
15409 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
15410 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
15411 compilation goes smoothly.
15412 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
15413 (gdb-non-stop-setting): New customization setting which replaces
15414 `gdb-non-stop' so changing it doesn't break active GDB session.
15415 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
15416 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
15417 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
15418 (gdb-show-threads-by-default): New customization options.
15419 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
15420 routines.
15421 (gdb-get-buffer-create): Send buffers update signal when they are
15422 created.
15423 (gdb-invalidate-locals, gdb-invalidate-registers)
15424 (gdb-invalidate-breakpoints)
15425 (gdb-invalidate-threads, gdb-invalidate-disassembly)
15426 (gdb-invalidate-memory): Accept update signal.
15427 (gdb-current-context-command): Use --frame option.
15428 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
15429 Implement `gdb-frame-number' selection logic.
15430 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
15431 whether to show GUD toolbar buttons.
15432 (gdb-thread-exited): Unselect current thread when it exits.
15433 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
15434 (gdb-mark-line): Routine which sets overlay arrow or inverses
15435 video on fringeless displays.
15436 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
15437 to build aligned columns of data in GDB buffers and set text
15438 properties line-by-line.
15439 (gdb-invalidate-breakpoints)
15440 (gdb-breakpoints-list-handler-custom)
15441 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
15442 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
15443 (gdb-registers-handler-custom): Align data columns.
15444 (gdb-locals-handler-custom): Now prints data like in variable
15445 declarations.
15446 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
15447 Removed confusing buttons.
15448 (gdb-invalidate-threads): Append --frame.
15449 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
15450 between breakpoints/threads buffers.
15451 (gdb-set-window-buffer): Now can ignore dedicated windows.
15452 (gdb-propertize-header): Use `gdb-set-window-buffer'.
15453 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
15454 (def-gdb-thread-buffer-gud-command): Replaces
15455 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
15456 for fine thread control.
15457 (gdb-preempt-existing-or-display-buffer): New function used to
15458 display bound buffers without breaking window layout.
15459 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
15460 (gdb-select-frame): New version of `gdb-frames-select' which now
15461 sets `gdb-frame-number' so commands may use --frame option instead
15462 of inner debugger state.
15463 (gdb-frame-handler): Do not set `gdb-frame-number'.
15464 (gdb-threads-mode-map): Select threads with mouse.
15465
15466 * progmodes/gud.el (gdb-gud-context-call): Declare function to
15467 avoid compilation warning.
15468 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
15469 `gdb-show-stop-p`.
15470
15471 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
15472 Argument `key' renamed to `buffer-type'.
15473 (gdb-current-context-buffer-name): Do not add thread info to
15474 buffer name when no thread is selected.
15475 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
15476 command (bug 3794).
15477 (gdb-thread-selected): Handle `=thread-selected' notification.
15478 (gdb-wait-for-pending): New macro to deal with congestion problems.
15479 (gdb-breakpoints-list-handler-custom): Don't fail on pending
15480 breakpoints.
15481 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
15482 This fixes problem similar to one described in bug 3947.
15483 (gud-menu-map): More menu items.
15484 (gdb-init-1): Reset `gdb-thread-number' to nil.
15485
15486 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
15487 non-stop settings.
15488
15489 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
15490 (gdb-current-context-command): Do not append --thread if
15491 `gdb-thread-number' is nil.
15492 (gdb-running-threads-count, gdb-stopped-threads-count): New
15493 variables.
15494 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
15495 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
15496 customization options.
15497 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
15498 GUD commands.
15499 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
15500 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
15501 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
15502 set `gdb-thread-number' and update `gud-running' properly.
15503 (gdb-running): Update threads list when new threads appear.
15504 (gdb-stopped): Support non-stop operation and new thread switching
15505 logic.
15506 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
15507 (gdb-json-partial-output): New set of JSON routines.
15508 (def-gdb-auto-update-trigger): New `signal-list' optional
15509 argument.
15510 (gdb-thread-list-handler-custom): Update `gud-running',
15511 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
15512 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
15513 (gdb-continue-thread, gdb-step-thread): New commands for fine
15514 thread execution control.
15515 (gud-menu-map): New menu items to switch non-stop options.
15516 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
15517 (gdb-send): Mimic RET properly (bug 3794).
15518
15519 * progmodes/gdb-mi.el (gdb-rules-name-maker)
15520 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
15521 gdb-buffer-rules.
15522 (def-gdb-auto-update-handler): New nopreserve optional argument.
15523 (gdb-stack-list-frames-custom): Print stack from top to bottom.
15524
15525 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
15526 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
15527 (gdb-parent-mode): New mode to derive other GDB modes from.
15528 (gdb-display-disassembly-for-thread)
15529 (gdb-frame-disassembly-for-thread): New commands for threads
15530 buffer.
15531
15532 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
15533 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
15534 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
15535 (gdb-update): We now store all GDB buffers in a list so that they
15536 can be updated by traversing a list instead of calling invalidate
15537 triggers explicitly.
15538 (def-gdb-trigger-and-handler): New macro to define trigger-handler
15539 pair for GDB buffer.
15540 (gdb-stack-buffer-name): Add thread information.
15541 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
15542 handle pending triggers.
15543 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
15544 (def-gdb-thread-buffer-simple-command)
15545 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
15546 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
15547 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
15548 New commands which show buffers bound to thread.
15549 (gdb-stack-list-locals-regexp): Removed unused regexp.
15550
15551 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
15552 (gdb-locals-buffer-name, gdb-registers-buffer-name)
15553 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
15554 to (gud-comint-buffer) in *-buffer-name functions
15555 because (gdb-get-target-string) already does that.
15556 (gdb-locals-handler-custom, gdb-registers-handler-custom)
15557 (gdb-changed-registers-handler): Rewritten without regexps.
15558
15559 * progmodes/gdb-mi.el: Basic thread selection support.
15560 (gdb-thread-number): New variable.
15561 (gdb-current-context-command): New macro which adds --thread
15562 option to command.
15563 (gdb-threads-mode-map): Select thread with SPC.
15564 (gdb-thread-list-handler-custom): Mark current thread with overlay
15565 arrow. Synchronize GDB thread and Emacs thread.
15566 (gdb-select-thread): New command which selects current thread.
15567 (gdb-invalidate-frames, gdb-invalidate-locals)
15568 (gdb-invalidate-registers): Use --thread option.
15569
15570 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
15571
15572 * net/tramp.el (top): Make check for tramp-gvfs loading more
15573 robust. (Bug#3977)
15574 (tramp-handle-insert-file-contents): `unwind-protect' must be
15575 inside `with-parsed-tramp-file-name'.
15576
15577 * net/tramp-gvfs.el (top): Remove superfluous message when loading
15578 fails.
15579
15580 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
15581
15582 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
15583 directory if CLASSPATH is not set.
15584
15585 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
15586
15587 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
15588 New defconst.
15589 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
15590
15591 2009-08-02 Kevin Ryde <user42@zip.com.au>
15592
15593 * net/newst-backend.el (newsticker--raw-url-list-defaults):
15594 Update freshmeat link. Delete newsforge.com as it seems gone.
15595
15596 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
15597
15598 * select.el (x-set-selection): Doc fix (Bug#4021).
15599
15600 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
15601
15602 * help-fns.el (describe-variable): Treat list return values from
15603 dir-locals-find-file properly (Bug#4005).
15604
15605 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
15606
15607 * net/tramp.el (tramp-debug-message): Print also microseconds.
15608
15609 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
15610
15611 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
15612 or END is non-nil.
15613 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
15614 (tramp-get-debug-buffer): Change `outline-regexp' according to new
15615 format.
15616
15617 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
15618 (tramp-get-file-property): Use it.
15619
15620 * autorevert.el (auto-revert-handler): Allow
15621 `auto-revert-tail-mode' for remote files.
15622
15623 2009-08-02 Jason Rumney <jasonr@gnu.org>
15624
15625 * minibuffer.el (read-file-name): Treat confirm options to
15626 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
15627
15628 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
15629
15630 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
15631 (font-lock-variable-name-face, font-lock-constant-face): Darken
15632 the colors for light backgrounds.
15633
15634 2009-08-01 Eli Zaretskii <eliz@gnu.org>
15635
15636 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
15637 month names. (Bug#3987)
15638
15639 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
15640
15641 * simple.el (line-move-finish): Pass whole number to
15642 line-move-to-column.
15643 (line-move-visual): Perform hscroll to the recorded position.
15644
15645 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
15646
15647 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
15648
15649 2009-07-29 Alan Mackenzie <acm@muc.de>
15650
15651 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
15652
15653 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
15654
15655 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
15656 (gdb-place-breakpoints): Use full path when setting breakpoints.
15657
15658 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
15659
15660 * calc/calc.el (calc-mode-map): Add keybinding for
15661 `calc-transpose-lines'.
15662
15663 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
15664
15665 * calc/calc-misc.el (calc-transpose-lines): New function.
15666
15667 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
15668
15669 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
15670 Simplify check for out-of-band methods.
15671 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
15672 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
15673
15674 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
15675
15676 * vc-git.el (vc-git-checkin): Fix typo.
15677
15678 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
15679
15680 * progmodes/js2-mode.el: New file.
15681
15682 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
15683
15684 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
15685 (gud-menu-map): Adjust tooltip accordingly.
15686
15687 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
15688
15689 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
15690 (vc-bzr-log-view-mode): Adjust log-view-file-re.
15691
15692 * add-log.el (change-log-mode-map): Add a menu.
15693
15694 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
15695
15696 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
15697 function returns nil.
15698 (dbus-handle-event): Handle special return value :ignore.
15699 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
15700
15701 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
15702
15703 * view.el (view-mode-enable): Don't define Helper-return-blurb if
15704 it's not needed.
15705
15706 2009-07-25 Eli Zaretskii <eliz@gnu.org>
15707
15708 Fix Bug#3888:
15709
15710 * w32-vars.el (x-select-enable-clipboard): Doc fix.
15711
15712 * term/pc-win.el (x-display-name, x-colors)
15713 (x-select-enable-clipboard, x-select-text): Doc fix.
15714
15715 * term/common-win.el (x-display-name, x-colors): Doc fix.
15716
15717 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
15718 (xw-defined-colors): Doc fix.
15719
15720 * w32-fns.el (x-select-text, x-setup-function-keys)
15721 (x-get-selection, x-set-selection): Doc fix.
15722
15723 * term/x-win.el (x-select-text, x-setup-function-keys)
15724 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
15725
15726 * select.el (x-set-selection): Doc fix.
15727
15728 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
15729
15730 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
15731 instead of "IsNSSSupportAvailable". Avahi ought to work also when
15732 "IsNSSSupportAvailable" method is not available. Reported by
15733 Steve Youngs <steve@sxemacs.org>.
15734
15735 2009-07-24 Kenichi Handa <handa@m17n.org>
15736
15737 * international/characters.el: Fix setting of category ?C, ?|, ?K,
15738 and ?H. Fix setting of case for Latin Extended and Greek Extended.
15739 (build-unicode-category-table): Fix range checks.
15740
15741 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
15742
15743 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
15744 the buffer we try to sync is current when calling
15745 vc-resynch-buffer.
15746
15747 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
15748 not show up to date files.
15749
15750 2009-07-24 Glenn Morris <rgm@gnu.org>
15751
15752 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
15753 Add autoload cookies. If necessary, initialize.
15754 (elint-log): Handle non-file buffers.
15755 (elint-initialize): Add optional argument to reinitialize.
15756 (elint-find-builtin-variables): Save excursion.
15757
15758 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
15759
15760 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15761 for Lint.
15762
15763 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15764
15765 * vc.el (vc-print-log-internal): New function, split out from ...
15766 (vc-print-log): ... here.
15767 (vc-dir-move-to-goal-column): Declare.
15768
15769 * vc-git.el (vc-git-add-signoff): New variable.
15770 (vc-git-checkin): Use it.
15771 (vc-git-toggle-signoff): New function.
15772 (vc-git-extra-menu-map): Bind it to menu.
15773 (vc-git--run-command-string): Accept a nil FILE argument.
15774 (vc-git-stash-list): New function.
15775 (vc-git-dir-extra-headers): Use it.
15776
15777 2009-07-23 Glenn Morris <rgm@gnu.org>
15778
15779 * help-fns.el (describe-variable): Describe ignored and risky local
15780 variables in a similar way to that in which we describe safe ones.
15781
15782 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
15783 (byte-compile-output-file-form, byte-compile-output-docform)
15784 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
15785 Give some more local variables with common names a "bytecomp-" prefix,
15786 so as not to shadow things during compilation.
15787 * emacs-lisp/cl-macs.el (load-time-value)
15788 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
15789 `outbuffer' to `bytecomp-outbuffer'.
15790
15791 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
15792 since the next two variables cover them automatically now.
15793 (elint-builtin-variables, elint-autoloaded-variables): New.
15794 (elint-unknown-builtin-args): Remove all members, since they can be
15795 parsed automatically now.
15796 (elint-extra-errors): New.
15797 (elint-env-add-env, elint-env-add-macro): Use cadr.
15798 (elint-current-buffer): Use or. Change final message.
15799 (elint-get-top-forms): Use line-end-position.
15800 (elint-init-env): Use cadr. Handle autoload, declare-function,
15801 and defalias.
15802 (elint-add-required-env): Doc fix. Use or. Standardize error.
15803 (regexp-assoc): Remove unused function.
15804 (elint-top-form): Set elint-current-pos, to record the start of the
15805 top-level form, for compilation-mode.
15806 (elint-form): Trap errors in macro expansion. Use dolist.
15807 (elint-unbound-variable): Use elint-builtin-variables and
15808 elint-autoloaded-variables.
15809 (elint-get-args): Use cadr, or.
15810 (elint-check-cond-form): Use dolist, cadr.
15811 (elint-check-condition-case-form): Doc fix. Use cadr.
15812 Use elint-extra-errors.
15813 (elint-log): New function.
15814 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
15815 Distinguish errors and warnings.
15816 (elint-log-message): Use with-current-buffer. Inhibit read-only.
15817 Use a bytecomp-style format.
15818 (elint-clear-log): Preserve default-directory. Inhibit read-only.
15819 (elint-get-log-buffer): Use compilation mode. Disable undo.
15820 Don't truncate lines.
15821 (elint-initialize): Set builtin and autoloaded variable lists.
15822 Only process elint-unknown-builtin-args if non-nil.
15823 (elint-find-builtin-variables, elint-find-autoloaded-variables):
15824 New functions.
15825 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
15826
15827 2009-07-22 Kevin Ryde <user42@zip.com.au>
15828
15829 * net/newst-backend.el (newsticker--parse-atom-1.0)
15830 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
15831 (newsticker--parse-rss-1.0):
15832 * progmodes/idlwave.el (idlwave-mode):
15833 * progmodes/idlw-shell.el (idlwave-shell-mode):
15834 * progmodes/vera-mode.el (vera-mode):
15835 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
15836 * progmodes/vhdl-mode.el (vhdl-mode):
15837 * textmodes/table.el (table-generate-source)
15838 (table--warn-incompatibility):
15839 Hyperlink urls in docstrings with URL `...'.
15840
15841 2009-07-22 Glenn Morris <rgm@gnu.org>
15842
15843 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
15844 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
15845 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
15846 Remove leading * from defcustom docs.
15847
15848 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
15849
15850 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
15851 defcustom doc.
15852 (list-load-path-shadows): Optionally, just return shadows as a string.
15853
15854 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
15855
15856 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
15857
15858 * mail/rmailedit.el (rmail-edit-mode): Use
15859 auto-save-include-big-deletions.
15860
15861 * mail/rmail.el (rmail-variables): Use
15862 auto-save-include-big-deletions.
15863
15864 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
15865 changes.
15866
15867 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
15868
15869 * calc/calc.el (calc-undo-length): New variable.
15870 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
15871
15872 2009-07-21 Richard Stallman <rms@gnu.org>
15873
15874 * files.el (auto-save-mode): Handle buffer-save-size = -2
15875 for toggling mode.
15876
15877 2009-07-21 Glenn Morris <rgm@gnu.org>
15878
15879 * textmodes/ispell.el (ispell-looking-back): Update declaration.
15880
15881 * calendar/todo-mode.el (calendar-current-date): Update declaration.
15882
15883 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
15884 silence compiler. Instead...
15885 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
15886 (ps-print-ensure-fontified): Update for above function name changes.
15887
15888 * printing.el (pr-mh-get-msg-num, pr-mh-show)
15889 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
15890 silence compiler. Instead...
15891 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
15892 (mh-show-buffer): Only define for compiler.
15893 (pr-mh-current-message): Update for above function name changes.
15894
15895 * files.el (abort-if-file-too-large): Explicitly pass `filename'
15896 as an argument.
15897 (find-file-noselect, insert-file-1): Update for above change.
15898
15899 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
15900
15901 * mail/mailclient.el (mailclient-send-it): Fix message.
15902
15903 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
15904 (edebug-eval): Check cl-debug-env is bound.
15905 (print-level, print-circle): Don't redefine built-in variables.
15906
15907 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
15908 (custom-print-vectors): Remove old comments from doc.
15909
15910 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
15911 (emerge-version): Make the variable an obsolete alias for the
15912 emacs-version variable. Make the function obsolete.
15913 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
15914 Emerge options, rather than merging in into the main Options menu.
15915 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
15916 and auto advance modes. Disable edit/fast items when not relevant.
15917
15918 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
15919
15920 * term/vt420.el (terminal-init-vt420): Fix typo.
15921
15922 2009-07-20 Sam Steingold <sds@gnu.org>
15923
15924 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
15925 variable (removed from compile.el on 2004-03-11).
15926
15927 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
15928
15929 * files.el (hack-local-variables-filter): Fix last change.
15930
15931 2009-07-19 Juri Linkov <juri@jurta.org>
15932
15933 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
15934 (dir-local-variables-alist): New buffer-local variable.
15935 (hack-local-variables-filter): If variable is not dir-local,
15936 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
15937 because file-local overrides dir-local.
15938 (c-postprocess-file-styles) <declare-function>:
15939 Remove obsolete declaration.
15940 (hack-dir-local-variables): Add dir-local variable/value pair to
15941 `dir-local-variables-alist' and remove duplicates. Doc fix.
15942
15943 * help-fns.el (describe-variable): Add information about
15944 file-local and dir-local variables.
15945
15946 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
15947
15948 * files.el (hack-local-variables-filter): Rewrite.
15949
15950 2009-07-19 Glenn Morris <rgm@gnu.org>
15951
15952 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
15953 Silence compiler by only defining on XEmacs.
15954
15955 * international/mule.el (auto-coding-regexp-alist): Only match
15956 BABYL... at the start of buffer, not of lines. (Bug#3790)
15957
15958 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
15959 non-calendar buffers (Bug#3862). Restore "not on a date" message.
15960 (cal-menu-context-mouse-menu): Doc fix.
15961
15962 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
15963
15964 * simple.el (mail-user-agent): Doc fix. Set :version tag.
15965
15966 2009-07-18 Juri Linkov <juri@jurta.org>
15967
15968 * info.el: Virtual Info keyword finder.
15969 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
15970 (Info-finder-file): New variable.
15971 (Info-finder-find-file): New function.
15972 (finder-known-keywords, finder-package-info)
15973 (find-library-name, lm-commentary): Use defvar and
15974 declare-function to silence compiler warnings.
15975 (Info-finder-find-node): New function.
15976 (info-finder): New command.
15977
15978 * subr.el (process-kill-buffer-query-function): New function.
15979 (add-hook)<kill-buffer-query-functions>: Add hook
15980 `process-kill-buffer-query-function'.
15981
15982 2009-07-18 Alan Mackenzie <acm@muc.de>
15983
15984 * progmodes/cc-mode.el (c-before-hack-hook)
15985 (c-postprocess-file-styles): Give invocation of `c-set-style'
15986 DONT-OVERRIDE parameter of t. Already set style variables will
15987 thus not be overridden by style settings given by `c-file-syle'.
15988
15989 * files.el (hack-local-variables-filter): Remove entries with
15990 duplicate keys from `file-local-variables-alist'.
15991
15992 2009-07-18 Eli Zaretskii <eliz@gnu.org>
15993
15994 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
15995 x-set-selection if display-selections-p returns nil for the
15996 current frame.
15997
15998 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
15999
16000 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
16001
16002 2009-07-18 Eli Zaretskii <eliz@gnu.org>
16003
16004 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
16005 Accept nil in addition to a regexp.
16006 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
16007 Accept nil in addition to a regexp.
16008 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
16009 buffers that have an associated file. Handle nil values of
16010 desktop-buffers-not-to-save and desktop-files-not-to-save.
16011 (Bug#3833)
16012
16013 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16014 (x-disown-selection-internal): New functions.
16015
16016 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
16017
16018 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
16019 warning.
16020 (gdb-breakpoints-header): Move forward to avoid compiler warning.
16021 (gdb-make-header-line-mouse-map): Remove duplicate definition.
16022
16023 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
16024
16025 * simple.el (set-mark): Revert last change.
16026
16027 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
16028
16029 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
16030 rendering of pngs is not possible instead of messaging a long
16031 description.
16032
16033 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
16034
16035 * w32-fns.el (x-selection-owner-p): New function.
16036
16037 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
16038 (mouse-yank-at-click, mouse-yank-primary): If
16039 select-active-regions is non-nil, deactivate the mark before
16040 insertion.
16041
16042 * simple.el (deactivate-mark, set-mark): Only save selection if we
16043 own it.
16044
16045 2009-07-17 Kenichi Handa <handa@m17n.org>
16046
16047 * case-table.el (describe-buffer-case-table): Fix for the case
16048 that KEY is a cons.
16049
16050 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
16051
16052 * vc-rcs.el (vc-rcs-find-file-hook):
16053 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
16054
16055 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
16056
16057 * net/tramp.el (tramp-wait-for-output): Handle the case when
16058 commands do not return a newline but a null byte before the shell
16059 prompt. (Bug#3858)
16060
16061 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16062
16063 * term/ns-win.el (ns-set-alpha): Don't declare.
16064 (ns-set-background-alpha): Remove function.
16065
16066 2009-07-16 Kevin Ryde <user42@zip.com.au>
16067
16068 * emacs-lisp/copyright.el (copyright-update): Save match-data across
16069 y-or-n-p, for safety.
16070
16071 2009-07-16 Richard Stallman <rms@gnu.org>
16072
16073 * files.el (auto-save-mode): If buffer-saved-size is -2,
16074 don't clobber it.
16075
16076 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
16077 (rmail-retry-ignored-headers): Add more uninteresting fields.
16078
16079 2009-07-15 Jari Aalto <jari.aalto@cante.net>
16080
16081 * net/rcirc.el (rcirc): Use history variables.
16082 (rcirc-server-name-history, rcirc-nick-name-history)
16083 (rcirc-server-port-history): New variables.
16084
16085 2009-07-15 Kenichi Handa <handa@m17n.org>
16086
16087 * international/mule-cmds.el (set-language-environment-charset):
16088 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
16089 ignore them.
16090
16091 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
16092 Delete unibyte-display.
16093
16094 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
16095
16096 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
16097
16098 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
16099
16100 * simple.el (deactivate-mark): Optional argument FORCE.
16101 (set-mark): Use deactivate-mark.
16102
16103 * info.el (Info-search): No need to check transient-mark-mode
16104 before calling deactivate-mark.
16105
16106 * select.el (x-set-selection): Doc fix.
16107 (x-valid-simple-selection-p): Allow buffer values.
16108 (xselect--selection-bounds): Handle buffer values. Suggested by
16109 David De La Harpe Golden.
16110
16111 * mouse.el (mouse-set-region, mouse-drag-track): Call
16112 copy-region-as-kill before setting the mark, to let
16113 select-active-regions work.
16114
16115 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
16116
16117 * simple.el (deactivate-mark): If select-active-regions is
16118 non-nil, copy the selection data into a string.
16119 (activate-mark): If select-active-regions is non-nil, set the
16120 selection to the current buffer.
16121 (set-mark): Update selection if select-active-regions is non-nil.
16122
16123 * select.el (x-valid-simple-selection-p): Allow buffer values.
16124
16125 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
16126
16127 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
16128 and more featureful message-mode.
16129
16130 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
16131
16132 * select.el (x-set-selection): Doc fix.
16133 (x-valid-simple-selection-p): Disallow selection data consisting
16134 of a list or cons of integers, since that is not used.
16135 (xselect--selection-bounds, xselect--int-to-cons): New functions.
16136 (xselect-convert-to-string, xselect-convert-to-length)
16137 (xselect-convert-to-filename, xselect-convert-to-charpos)
16138 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
16139
16140 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
16141
16142 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
16143 output in -break-info command (Emacs bug #3794).
16144
16145 2009-07-14 Glenn Morris <rgm@gnu.org>
16146
16147 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
16148 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
16149 (edebug-print-length, edebug-print-level, edebug-print-circle)
16150 (edebug-sit-for-seconds, edebug-view-outside)
16151 (edebug-bounce-point, edebug-set-global-break-condition)
16152 (edebug-Go-nonstop-mode, edebug-trace-mode)
16153 (edebug-Trace-fast-mode, edebug-continue-mode)
16154 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
16155 (edebug-visit-eval-list): Doc fixes.
16156
16157 * subr.el (def-edebug-spec): Doc fix.
16158
16159 2009-07-14 Kenichi Handa <handa@m17n.org>
16160
16161 * international/characters.el: Fix setting of category ?C.
16162
16163 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
16164
16165 * term/ns-win.el (x-select-font): defalias x-select-font to
16166 ns-popup-font-panel instead of generate-fontset-menu.
16167
16168 2009-07-12 Eli Zaretskii <eliz@gnu.org>
16169
16170 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
16171
16172 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
16173
16174 * arc-mode.el (archive-find-type): Allow for a PK00 string before
16175 the PK\003\004 header (Bug#3770).
16176
16177 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
16178
16179 * pcomplete.el (pcomplete-comint-setup): Check for
16180 shell-dynamic-complete-filename too.
16181
16182 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
16183
16184 * simple.el (temporary-goal-column): Change the value for
16185 line-move-visual to a cons cell.
16186 (line-move-visual): Record or set the window hscroll, if
16187 necessary (Bug#3494).
16188 (line-move-1): Handle cons value of temporary-goal-column.
16189
16190 2009-07-11 Kenichi Handa <handa@m17n.org>
16191
16192 * international/mule-diag.el (describe-character-set): Don't show
16193 width.
16194
16195 2009-07-10 Sam Steingold <sds@gnu.org>
16196
16197 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16198 Omake sometimes indents the errors it prints, so allow all
16199 regexps to start with spaces.
16200
16201 2009-07-10 Eli Zaretskii <eliz@gnu.org>
16202
16203 * cus-edit.el (customize-changed-options-previous-release):
16204 Bump value to 22.1. (Bug#3804)
16205
16206 2009-07-08 Sam Steingold <sds@gnu.org>
16207
16208 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
16209 to be a cons cell (test . ignored-directory) to selectively ignore
16210 some directories depending on the location of the search.
16211
16212 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
16213
16214 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
16215 remote user is root, on the local host.
16216 (tramp-local-host-p): Either the local user or the remote user
16217 must be root. (Bug#3771)
16218
16219 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
16220
16221 * progmodes/gdb-mi.el (gdb): Remove description of
16222 gdb-use-separate-io-buffer.
16223 (menu): Don't allow toggling of or enable
16224 gdb-use-separate-io-buffer from menubar.
16225
16226 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
16227
16228 * mail/unrmail.el (unrmail): Make sure the message ends with two
16229 newlines (Bug#3769).
16230
16231 2009-07-08 Glenn Morris <rgm@gnu.org>
16232
16233 * calendar/calendar.el (calendar-current-date): Rework previous change.
16234
16235 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
16236
16237 * calendar/calendar.el (calendar-current-date):
16238 Add an optional argument giving an offset from today.
16239
16240 2009-07-08 Glenn Morris <rgm@gnu.org>
16241
16242 * tutorial.el (tutorial--describe-nonstandard-key):
16243 Adjust the message for when a key has been unbound.
16244 (help-with-tutorial): Hide the arch-tag.
16245
16246 2009-07-08 Kenichi Handa <handa@m17n.org>
16247
16248 * international/fontset.el (setup-default-fontset): For each
16249 script, append (not set) font-specs.
16250
16251 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
16252 docstring.
16253
16254 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
16255
16256 * progmodes/gdb-mi.el (gdb-init-1): Move sending
16257 -data-list-register-names to ...
16258 (gdb-starting): ... here because GDB 7.0 requires execution to
16259 have started when using this MI command.
16260 (gdb-set-header): New function to distinguish select and
16261 unselected tabs in gdb buffers.
16262 (gdb-propertize-header): New macro that uses gdb-set-header.
16263 (gdb-breakpoints-header, gdb-locals-header): Use it.
16264 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
16265
16266 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
16267
16268 * Makefile.in (ELCFILES): Remove fadr.elc.
16269
16270 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
16271
16272 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
16273 may contain frame information, so `string-match' should be used.
16274 (gdb-update): Disassembly is invalidated through
16275 `gdb-get-selected-frame'.
16276 (gdb-pad-string): New function to pad string with spaces.
16277 (gdb-invalidate-disassembly): Invalidate only if the buffer
16278 exists.
16279 (gdb-disassembly-handler-custom): Column alignment.
16280 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
16281 placing new ones.
16282 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
16283 end of line, too.
16284 (gdb-frame-handler): Match convention to for disassembly buffer
16285 mode name.
16286 (gdb-stack-list-frames-handler): Rewritten without regexps.
16287 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
16288 not highlight breakpoints without line information.
16289 (gdb-input): Add trailing newline to command.
16290
16291 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
16292 buffer properly.
16293 (gdb-breakpoints-list-handler-custom): Replacement for
16294 `gdb-break-list-handler'. Using real parser instead of regexps
16295 now.
16296 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
16297 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
16298 to place breakpoints.
16299 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
16300 functions.
16301 (gdb-disassembly-handler-custom): Show overlay arrow.
16302 (gdb-disassembly-place-breakpoints): Show breakpoints in
16303 disassembly buffer.
16304 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16305 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
16306 instead of parsing breakpoints buffer. Fixed old menu references
16307 in `gud-menu-map'.
16308
16309 * fadr.el: Remove.
16310
16311 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
16312 (gdb-memory-address): New variable which holds top address of
16313 memory page shown in memory buffer.
16314 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
16315 customization variables.
16316 New functions:
16317 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
16318 display the memory buffer.
16319 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
16320 buffer display parameters.
16321 (def-gdb-memory-format, gdb-memory-format-binary)
16322 (gdb-memory-format-octal, gdb-memory-format-unsigned)
16323 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
16324 Functions for setting memory buffer format.
16325 (gdb-memory-unit-word, gdb-memory-unit-halfword)
16326 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
16327 unit size used in memory buffer.
16328 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
16329 to next/previous page of memory buffer.
16330 Now using (bindat-get-field) instead of fadr functions.
16331
16332 2009-07-07 Sam Steingold <sds@gnu.org>
16333
16334 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
16335 non-top-level files.
16336
16337 2009-07-07 Kenichi Handa <handa@m17n.org>
16338
16339 * international/mule-cmds.el (reset-language-environment): Put
16340 the highset priority to the charset iso-8859-1.
16341
16342 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
16343
16344 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
16345 to the end of the line when locating the block (Bug#700).
16346
16347 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
16348
16349 * net/tramp.el (tramp-handle-write-region): Flush file properties
16350 in case of short track.
16351
16352 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
16353
16354 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
16355 Coded custom representation of verilog error regular expressions
16356 to work with Emacs-22's new format.
16357 (verilog-error-regexp-xemacs-alist): Coded custom representation
16358 of verilog error regular expressions to work with XEmacs format.
16359 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
16360 error recognition into XEmacs.
16361 (verilog-error-regexp-add-emacs): Hook routine to install verilog
16362 error recognition into Emacs-22.
16363
16364 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
16365
16366 * woman.el: Remove stand-alone closing parentheses.
16367 (woman-file-name, woman2-format-paragraphs)
16368 (woman-leave-blank-lines): Code cleanup.
16369 (woman-use-own-frame): Change default to nil.
16370 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
16371 defaults to inherit from default faces.
16372 (woman2-process-escapes): Consume the newline after a stand-alone
16373 filler character (Bug#3651).
16374
16375 2009-07-06 Glenn Morris <rgm@gnu.org>
16376
16377 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
16378 (top-level): Move provide to the end.
16379 (ffap): Remove defunct URL from custom group.
16380
16381 * subr.el (eval-after-load): Doc fix.
16382
16383 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
16384
16385 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
16386 `calc-embedded-word' is called twice.
16387
16388 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16389
16390 * files.el (find-alternate-file-other-window, find-alternate-file):
16391 Obey confirm-nonexistent-file-or-buffer.
16392
16393 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
16394
16395 * dired-aux.el (dired-show-file-type): Handle remote files.
16396
16397 2009-07-05 Jari Aalto <jari.aalto@cante.net>
16398
16399 * desktop.el (desktop-globals-to-save):
16400 Add file-name-history (Bug#2750).
16401
16402 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
16403
16404 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
16405
16406 2009-07-04 Johan Bockgård <bojohan@gnu.org>
16407
16408 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
16409 property on entire argument since this is what eshell-lisp-command
16410 expects.
16411
16412 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
16413
16414 * net/tramp-gvfs.el (tramp-gvfs-methods)
16415 (tramp-gvfs-zeroconf-domain)
16416 (tramp-bluez-discover-devices-timeout): Add version flag.
16417 (tramp-gvfs-handler-mounted-unmounted)
16418 (tramp-gvfs-connection-mounted-p): Polish handling of
16419 incompatibilities between GVFS 0.2 and 1.0.
16420
16421 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
16422
16423 * cus-start.el (all): Add make-pointer-invisible.
16424
16425 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
16426
16427 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
16428 formatted correctly.
16429
16430 2009-07-02 Juri Linkov <juri@jurta.org>
16431
16432 * info.el: Virtual Info files and nodes.
16433 (Info-virtual-files, Info-virtual-nodes): New variables.
16434 (Info-current-node-virtual): New variable.
16435 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
16436 New functions.
16437 (Info-file-supports-index-cookies): Use Info-virtual-file-p
16438 to check for a virtual file instead of checking a fixed list
16439 of node names.
16440 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
16441 instead of ad-hoc processing of "dir" and (apropos history toc).
16442 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
16443 instead of ad-hoc processing of "dir" and (apropos history toc).
16444 Reread a file when moving from a virtual node.
16445 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
16446 (Info-directory-toc-nodes, Info-directory-find-file)
16447 (Info-directory-find-node): New functions.
16448 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
16449 (Info-history): Move part of code to
16450 `Info-history-find-node'.
16451 (Info-history-toc-nodes, Info-history-find-file)
16452 (Info-history-find-node): New functions.
16453 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
16454 (Info-toc): Move part of code to `Info-toc-find-node'.
16455 (Info-toc-find-node): New function.
16456 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
16457 the current Info file name to references because now the node
16458 "*TOC*" belongs to the same Info manual.
16459 (Info-toc-build): Rename from `Info-build-toc'.
16460 (Info-toc-nodes): Rename input argument `file' to `filename'.
16461 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
16462 instead of ad-hoc processing of ("dir" apropos history toc).
16463 (Info-index-nodes): Use Info-virtual-file-p
16464 to check for a virtual file instead of checking a fixed list
16465 of node names.
16466 (Info-index-node): Add check for `Info-current-node-virtual'.
16467 Raise `save-match-data' higher up the tree to contain
16468 `search-forward' too (bug fix).
16469 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
16470 (Info-virtual-index-nodes): New variable.
16471 (Info-virtual-index-find-node, Info-virtual-index): New functions.
16472 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
16473 (Info-apropos-file, Info-apropos-nodes): New variables.
16474 (Info-apropos-toc-nodes, Info-apropos-find-file)
16475 (Info-apropos-find-node, Info-apropos-matches): New functions.
16476 (info-apropos): Move part of code to `Info-apropos-find-node' and
16477 `Info-apropos-matches'.
16478 (Info-mode-map): Bind "I" to `Info-virtual-index'.
16479 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
16480 for a virtual file instead of checking a fixed list of node names.
16481
16482 * simple.el (async-shell-command): New command.
16483
16484 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
16485
16486 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
16487 instead of `mount-info'.
16488
16489 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
16490
16491 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
16492 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
16493
16494 2009-07-02 Kenichi Handa <handa@m17n.org>
16495
16496 * international/mule.el (set-keyboard-coding-system): Force *-unix
16497 coding-system to avoid eol conversion.
16498
16499 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
16500
16501 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
16502 Add handler for `process-file', `shell-command' and
16503 `start-file-process'.
16504 (tramp-gvfs-handle-shell-command)
16505 (tramp-gvfs-handle-start-file-process)
16506 (tramp-gvfs-handle-process-file): New defuns.
16507 (tramp-synce-list-devices): Simplify check for existence of property.
16508
16509 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
16510
16511 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
16512
16513 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
16514
16515 * language/korean.el (set-language-info-alist): Add korean-cp949,
16516 cp949 to spec.
16517
16518 2009-07-01 Kenichi Handa <handa@m17n.org>
16519
16520 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
16521
16522 * international/encoded-kb.el: Deleted.
16523
16524 * international/mule.el (set-keyboard-coding-system): Perform the
16525 necessary setup here instead of calling encoded-kbd-setup-display.
16526
16527 2009-07-01 Glenn Morris <rgm@gnu.org>
16528
16529 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
16530
16531 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
16532
16533 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
16534
16535 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
16536
16537 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
16538 Handle also the 'rename case, when setting file modes. (Bug#3712)
16539 (tramp-default-file-modes): Remove execute permissions.
16540
16541 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
16542 (top): Add a default for "synce" in `tramp-default-user-alist'.
16543 Add completion function for "synce" method.
16544 (tramp-hal-service, tramp-hal-path-manager)
16545 (tramp-hal-interface-manager, tramp-hal-interface-device):
16546 New defconst.
16547 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
16548 (tramp-synce-list-devices, tramp-synce-parse-device-names):
16549 New defuns.
16550
16551 * net/trampver.el: Update release number.
16552
16553 2009-06-30 Kenichi Handa <handa@m17n.org>
16554
16555 * international/fontset.el (setup-default-fontset): Add CJK fonts
16556 for symbols and the other miscellaneous characters.
16557
16558 * language/korea-util.el (setup-korean-environment-internal):
16559 Make char-width-table suitable for Korean environments.
16560 (exit-korean-environment): Cancel above.
16561
16562 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
16563 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
16564 setup-function to make char-width-table suitable for respective
16565 environments, and an exit-function to cancel that.
16566
16567 * language/japan-util.el (setup-japanese-environment-internal):
16568 Call use-cjk-char-width-table with arg `ja_JP'.
16569
16570 * international/characters.el (cjk-char-width-table): Delete it.
16571 (cjk-char-width-table-list): New variable.
16572 (use-cjk-char-width-table): New arg local-name.
16573 (use-default-char-width-table): Fix for the case that Emacs is
16574 already using the default char-width-table.
16575
16576 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
16577
16578 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
16579 modes mandatory. (Bug#3712)
16580
16581 2009-06-29 Alan Mackenzie <acm@muc.de>
16582
16583 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
16584 correction between the visible width of TABs and their number of bytes.
16585
16586 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
16587
16588 * server.el (server-buffer-done): Prevent kill-buffer from
16589 prompting by clearing the buffer modification flag (Bug#3696).
16590
16591 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
16592
16593 * progmodes/verilog-mode.el (verilog-beg-of-statement)
16594 (verilog-endcomment-reason-re): Support unique case and priority case.
16595 (verilog-basic-complete-re): Support localparam lineup.
16596 (verilog-beg-of-statement-1): Fix for robustness, unique case.
16597 (verilog-set-auto-endcomments): Fix for unique case, always_comb
16598 commenting.
16599 (verilog-leap-to-case-head): Now support *nested* unique &
16600 priority case statements.
16601 (verilog-auto-lineup): Make just declarations the default (as it
16602 had been).
16603 (verilog-leap-to-case-head): Support priority/unique case statements.
16604 (verilog-auto-lineup): Rework to give users radio buttons to
16605 select the various styles of automatic lineup.
16606 (verilog-error-regexp-alist): Rework to support the XEmacs style
16607 of error regular expressions from compilers, lint tools &
16608 simulators. Note that GNU Emacs has made it impossible for a mode
16609 to load such things.
16610 (electric-verilog-terminate-line, verilog-indent-declaration)
16611 (verilog-auto-wiure): Rework for radio button selection of
16612 auto-lineup selection of specification of auto lineup.
16613 (verilog-beg-of-statement-1): Redesign to support proper operation
16614 in additional code, based on testing with auto-lineup.
16615 (verilog-calculate-indent, assignments & declarations)
16616 (verilog-backward-token): Enhance to support auto-lineup of
16617 assignments & declarations.
16618 (verilog-in-directive-p, verilog-at-struct-p): New function for
16619 easy test of whether we are.
16620 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
16621 to support safe execution at almost anyline.
16622 (verilog-calc-1): Properly support indenting deep inside generate
16623 blocks.
16624 (verilog-init-font): Remove definition & use of verilog-init-font,
16625 as it is redundant with font-lock-defaults.
16626 (verilog-mode): Alter the definition of verilog-font-lock-defaults
16627 to avoid circular calls if syntax-ppss is a function (as is the
16628 case now in 22.x GNU Emacs) as that function would sometimes call
16629 itself, leading to (nearly) infinite recursion.
16630 (verilog-ovm-begin-re, verilog-ovm-end-re)
16631 (verilog-ovm-statement-re, verilog-leap-to-head)
16632 (verilog-backward-token): Add support for OVM macros. Some are
16633 complete statements, and others open and close scopes like begin
16634 and end.
16635 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
16636 (verilog-defun-level-generate-only-re): Really fix the defun-list
16637 compilation issue.
16638 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
16639 coverpoint, constraint and cross statements.
16640 (verilog-defun-level-list, verilog-generate-defun-level-list)
16641 (verilog-all-defun-level-list): Redo these specifications - it is
16642 too hard to support eval-when compile aggregation of lists also
16643 built at when-compile time.
16644 (verilog-defun-level-list): Place defconsts of variables used in
16645 building regular expressions which are built in eval-when-compile
16646 bodies in the same eval-when-compile body to facilitate compile
16647 without load.
16648 (verilog-beg-block-re-ordered): Support indenting
16649 virtual/protected tasks and functions.
16650 (verilog-defun-level-list, verilog-in-generate-region-p)
16651 (verilog-backward-ws&directives, verilog-calc-1): Speed up
16652 indentation of some module items (generate items).
16653 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
16654 across virtual/protected tasks and functions.
16655
16656 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
16657
16658 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
16659 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
16660 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
16661 in concatenations. Reported by Yishay Belkind.
16662 (verilog-auto-ascii-enum): Support one-hot state machines in
16663 AUTOASCIIENUM. Suggested by Lloyd Gomez.
16664 (verilog-auto-inst, verilog-auto-inst-port): Include interface
16665 modport in AUTOINST and add vl-modport for users. Reported by
16666 David Rogoff.
16667 (verilog-auto-inout-module, verilog-auto-inst)
16668 (verilog-decls-get-interfaces, verilog-insert-definition)
16669 (verilog-insert-one-definition, verilog-read-decls)
16670 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
16671 (verilog-sig-modport, verilog-signals-combine-bus)
16672 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
16673 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
16674 Suggested by David Rogoff.
16675 (verilog-repair-open-comma): Fix non-insertion of comma when
16676 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
16677 (verilog-make-width-expression): Simplify [A-1:0] expression
16678 widths to just {A{1'b0}}.
16679 (verilog-mode): Cleanup checkdoc warnings.
16680 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
16681 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
16682 inputs/outputs or data type. Suggested by Vasu Kandadi.
16683 (next-error-last-buffer): Fix byte-compiler warning.
16684 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
16685 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
16686 or shell command text during AUTO expansion. Suggested by Tad Truex.
16687 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
16688 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
16689 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
16690 in AUTOINOUT. Reported by Matthew Lovell.
16691 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
16692 causing use of <= assignments. Reported by Alex Reed.
16693 (verilog-read-decls): Fix triand, trior, wand, wor to be
16694 recognized by AUTOWIRE. Reported by Spencer Isaacson.
16695 (verilog-extended-complete-re): Support import "DPI-C" functions.
16696 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
16697 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
16698 (verilog-insert-date, verilog-insert-year)
16699 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
16700 Windows systems. Reported by Michael Potts.
16701 (verilog-read-module-name): Fix AUTOINST when the child module
16702 declaration's name is a tick define. Reported by Elliot Mednick.
16703 (verilog-read-decls): Fix V2K parameter bit subscripts getting
16704 passed to next parameter's definition. Reported by Bruce T.
16705 (verilog-read-decls): Fix detecting "parameter int" when using
16706 AUTOINSTPARAM. Reported by Bruce T.
16707 (verilog-goto-defun): Fix goto not finding modules unless first
16708 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
16709 (verilog-mode): Expand -f flag arguments on entry to mode so
16710 verilog-goto-defun will work. Reported by Lawrence Butcher.
16711 (verilog-getopt): Expand environment variables in -f file
16712 arguments. Suggested by Lawrence Butcher.
16713 (verilog-set-define): Fix "Symbol's value as variable is void"
16714 when reading enumerations.
16715 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
16716 Suggested by Stephen Peltan.
16717 (verilog-read-defines): Fix reading of enumerations in include
16718 files. Reported by Steve Peltan.
16719
16720 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
16721
16722 * files.el (trash-directory): Fix defcustom type.
16723
16724 2009-06-28 Juri Linkov <juri@jurta.org>
16725
16726 * help-fns.el (describe-function-1): Correctly locate adviced
16727 functions in hyperlink (Bug#2438).
16728
16729 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
16730
16731 * files.el (trash-directory): Change default to nil.
16732 (move-file-to-trash): If trash-directory is nil and
16733 system-move-file-to-trash is unbound, perform freedesktop-style
16734 trashing.
16735
16736 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
16737
16738 * files.el (move-file-to-trash): Add freedesktop trash
16739 support (Bug#973).
16740
16741 2009-06-28 Glenn Morris <rgm@gnu.org>
16742
16743 * autorevert.el (global-auto-revert-non-file-buffers)
16744 (global-auto-revert-mode): Doc fixes.
16745
16746 2009-06-27 Johan Bockgård <bojohan@gnu.org>
16747
16748 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
16749
16750 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
16751
16752 * faces.el (x-handle-named-frame-geometry): Ensure that we have
16753 opened an X connection before calling x-get-resource (Bug#3194).
16754
16755 * play/doctor.el: Remove reference to obsolete website.
16756 (make-doctor-variables): Correct grammar mistake (Bug#2633).
16757
16758 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
16759
16760 Remove find-file-not-found-hook VC method. (Bug#2757)
16761 * vc-hooks.el (vc-file-not-found-hook)
16762 (vc-default-find-file-not-found-hook): Remove functions.
16763 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
16764 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
16765 * vc.el:
16766 * vc-hg.el:
16767 * vc-git.el: Do not mention find-file-not-found-hook VC method.
16768
16769 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
16770
16771 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
16772 compatibility function for `looking-back'.
16773
16774 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
16775 Use `ispell-looking-back'.
16776
16777 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
16778
16779 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
16780 rather than `filename'.
16781
16782 2009-06-23 Miles Bader <miles@gnu.org>
16783
16784 * face-remap.el (text-scale-set): New function.
16785
16786 2009-06-23 Glenn Morris <rgm@gnu.org>
16787
16788 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
16789
16790 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
16791
16792 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
16793
16794 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
16795
16796 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
16797 Simplify Persian conditionals.
16798
16799 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
16800 variable `filename'.
16801
16802 * comint.el (comint-insert-input): Doc fix.
16803
16804 * Makefile.in (ELCFILES): Fix typo in previous change.
16805
16806 2009-06-23 Miles Bader <miles@gnu.org>
16807
16808 * cus-start.el: Add entry for `recenter-redisplay'.
16809
16810 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
16811
16812 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
16813 Add an optional argument for the backend, use it instead of
16814 calling vc-backend.
16815 (vc-mode-line): Add an optional argument for the backend.
16816 Pass the backend to vc-state and vc-working-revision. Move code for
16817 special handling for vc-state being a buffer to ...
16818
16819 * vc-rcs.el (vc-rcs-find-file-hook):
16820 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
16821
16822 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
16823 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
16824 vc-stay-local-p and vc-mode-line calls.
16825
16826 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
16827 (vc-cvs-diff, vc-cvs-annotate-command)
16828 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
16829 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
16830 vc-mode-line calls.
16831
16832 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
16833 direct comparison.
16834 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
16835 backend when calling vc-mode-line.
16836 (vc-register): Do not create a closure for calling the vc register
16837 function, call it directly.
16838
16839 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
16840
16841 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
16842 to make it obvious item can be clicked.
16843
16844 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
16845
16846 2009-06-23 Kenichi Handa <handa@m17n.org>
16847
16848 * language/korea-util.el (korean-key-bindings): Change the binding
16849 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
16850 same command.
16851
16852 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
16853
16854 Sync with Tramp 2.1.16.
16855
16856 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
16857
16858 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
16859 when a loading of a package fails. Completion function for rsync
16860 is `tramp-completion-function-alist-ssh'.
16861 (all): Replace all calls of `split-string' and
16862 `tramp-split-string' by `tramp-compat-split-string'.
16863 (tramp-default-method): Use `tramp-compat-process-running-p'.
16864 (tramp-default-proxies-alist): Allow also Lisp forms.
16865 (tramp-remote-path): Add choice "Private Directories".
16866 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
16867 (tramp-domain-regexp): Allow also "-", "_" and ".".
16868 (tramp-end-of-output): Remove newlines, and add "$" at the end.
16869 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
16870 (tramp-debug-message): Insert header line in debug buffer.
16871 (tramp-handle-directory-files-and-attributes-with-stat):
16872 Care about filenames with spaces, or starting with "-".
16873 (tramp-handle-dired-uncache): New defun.
16874 (tramp-handle-insert-directory): Don't flush the directory from
16875 cache, this is handled by `dired-uncache' now.
16876 (tramp-handle-insert-file-contents): Improve error handling.
16877 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
16878 Quote `tramp-end-of-output'.
16879 (tramp-action-password): Improve trace message.
16880 (tramp-check-for-regexp): Both echoes must be present, before removing.
16881 (tramp-open-connection-setup-interactive-shell): Trace coding system.
16882 (tramp-compute-multi-hops): Eval cons cells of
16883 `tramp-default-proxies-alist'.
16884 (tramp-maybe-open-connection): Use the same command pattern for
16885 first hop and further hops.
16886 (tramp-wait-for-output): Remove handling of newlines.
16887 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
16888 (tramp-split-string): Remove function. It is handled in
16889 tramp-compat now.
16890
16891 * net/tramp-cmds.el (tramp-bug):
16892 Recommend `tramp-cleanup-all-connections' in the bug mail.
16893
16894 * net/tramp-compat.el (tramp-compat-split-string)
16895 (tramp-compat-process-running-p): New defuns.
16896
16897 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
16898 for `dired-uncache'.
16899
16900 * net/tramp-gvfs.el: New package.
16901
16902 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
16903 Add handler for `dired-uncache'.
16904 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
16905
16906 * net/trampver.el: Update release number. Make version check fit
16907 for SXEmacs 22.
16908
16909 2009-06-22 Jim Meyering <meyering@redhat.com>
16910
16911 Automatically handle .xz suffix (XZ-compressed files), too.
16912 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
16913 XZ is the successor to LZMA: <http://tukaani.org/xz/>
16914
16915 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
16916 Nick Roberts <nickrob@snap.net.nz>
16917
16918 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
16919 repository (http://sphinx.net.ru/hg/gdb-mi/).
16920
16921 2009-06-22 Glenn Morris <rgm@gnu.org>
16922
16923 * files.el (dir-locals-collect-mode-variables): Allow for any number of
16924 `mode' and `eval' entries. (Bug#3430)
16925
16926 * Makefile.in (ELCFILES): Add fadr.elc.
16927
16928 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
16929 differing behavior of \n and ^ in strings. (Bug#3385)
16930
16931 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
16932
16933 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
16934 property.
16935 (lisp-indent-function): Make it a defcustom.
16936
16937 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
16938
16939 * progmodes/gdb-ui.el: Replace with ...
16940 * progmodes/gdb-mi.el: ... this file.
16941 * progmodes/gud.el: Modify for gdb-mi.el.
16942
16943 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
16944
16945 * fadr.el: New file.
16946
16947 See ChangeLog.14 for earlier changes.
16948
16949 ;; Local Variables:
16950 ;; coding: utf-8
16951 ;; End:
16952
16953 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
16954
16955 This file is part of GNU Emacs.
16956
16957 GNU Emacs is free software: you can redistribute it and/or modify
16958 it under the terms of the GNU General Public License as published by
16959 the Free Software Foundation, either version 3 of the License, or
16960 (at your option) any later version.
16961
16962 GNU Emacs is distributed in the hope that it will be useful,
16963 but WITHOUT ANY WARRANTY; without even the implied warranty of
16964 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16965 GNU General Public License for more details.
16966
16967 You should have received a copy of the GNU General Public License
16968 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
16969
16970 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1