Simplify 2010-10-09T13:27:24Z!larsi@gnus.org.
[bpt/emacs.git] / lisp / ChangeLog
1 2010-10-10 Daiki Ueno <ueno@unixuser.org>
2
3 * epa.el (epa-passphrase-callback-function): Display filename
4 passed as the 3rd arg.
5 * epa-file.el (epa-file-passphrase-callback-function): Pass
6 filename to epa-passphrase-callback-function.
7
8 2010-10-09 Chong Yidong <cyd@stupidchicken.com>
9
10 * cus-edit.el (custom-face-widget-to-spec)
11 (custom-face-get-current-spec, custom-face-state): New functions.
12 (custom-face-set, custom-face-mark-to-save)
13 (custom-face-value-create, custom-face-state-set): Use them.
14
15 * cus-theme.el (custom-theme--listed-faces): New var.
16 (customize-create-theme): Use *Custom Theme* as the buffer name.
17 Set revert-buffer-function. Optional arg BUFFER. Insert all
18 faces listed in custom-theme--listed-faces.
19 (custom-theme-revert): New function.
20 (custom-theme-add-variable, custom-theme-add-face): Insert at the
21 bottom of the list.
22 (custom-theme-write): Prompt for theme name if empty.
23 (custom-theme-write-variables): Use dolist.
24 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
25
26 2010-10-09 Alan Mackenzie <acm@muc.de>
27
28 Enhance fontification of declarators to take account of the
29 presence/absence of "typedef".
30
31 * cc-engine.el (c-forward-type): New &optional param
32 "brace-block-too".
33 (c-forward-decl-or-cast-1): cdr of return value now indicates the
34 presence of either or both of a "struct"-like keyword and
35 "typedef".
36
37 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
38 fontification of declarators which follow a "}".
39 (c-font-lock-declarations): Fontify declarators according to the
40 presence/absence of "typedef".
41
42 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
43 for "typedef".
44 (c-typedef-decl-key): New lang variable built from
45 c-typedef-decl-kwds.
46
47 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
48
49 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
50 since that's too annoying. Move the filter groups commands to
51 TAB/backtab.
52
53 * epa.el (epa-passphrase-callback-function): Say what we're
54 querying the password for.
55
56 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
57 behaviour, don't bury the ibuffer buffer when visiting other
58 buffers.
59
60 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
61
62 * cus-edit.el (custom-commands, custom-buffer-create-internal)
63 (custom-magic-value-create): Pad button tags with spaces.
64 (custom-face-edit): New variable.
65 (custom-face-value-create): Determine whether to use the usual
66 face editor here, instead of using custom-face-selected. Pass
67 face defaults to custom-face-edit widget.
68 (custom-face-selected, custom-display-unselected): Delete widgets.
69 (custom-display-unselected-match): Function removed.
70 (custom-face-set, custom-face-mark-to-save): Accept
71 custom-face-edit widgets as the direct widget child.
72
73 * wid-edit.el (widget--completing-widget): New var.
74 (widget-default-complete): Bind it when doing completion.
75 (widget-string-complete, widget-file-complete): Use it.
76
77 2010-10-09 Glenn Morris <rgm@gnu.org>
78
79 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
80 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
81 (holiday-hebrew-misc): Small simplifications.
82
83 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
84
85 * net/browse-url.el: Don't require thingatpt, term, dired,
86 executable, or w3-auto when compiling.
87 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
88 Declare.
89 (browse-url-text-emacs): Require term.
90
91 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
92
93 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
94
95 2010-10-08 Glenn Morris <rgm@gnu.org>
96
97 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
98
99 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
100 (shadows-compare-text-p): Make it an obsolete alias for...
101 (load-path-shadows-compare-text): ... new name.
102 (find-emacs-lisp-shadows): Update for above name change.
103 (load-path-shadows-same-file-or-nonexistent): New name for the old
104 shadow-same-file-or-nonexistent.
105
106 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
107
108 * minibuffer.el (completion--some, completion--do-completion)
109 (minibuffer-complete-and-exit, minibuffer-completion-help)
110 (completion-basic-try-completion)
111 (completion-basic-all-completions)
112 (completion-pcm--find-all-completions): Use lexical-let to
113 avoid some false matches in variable completion (Bug#7056)
114
115 2010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
116
117 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
118
119 2010-10-08 Leo <sdl.web@gmail.com>
120
121 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
122 return non-nil if the file exists (Bug#7090).
123
124 2010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
125
126 * minibuffer.el (completion--replace):
127 Better preserve markers (bug#7138).
128
129 2010-10-08 Juanma Barranquero <lekktu@gmail.com>
130
131 * server.el (server-process-filter): Doc fix.
132
133 2010-10-08 Drew Adams <drew.adams@oracle.com>
134
135 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
136
137 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
138
139 * Makefile.in (ELCFILES): Update.
140
141 2010-10-08 Glenn Morris <rgm@gnu.org>
142
143 * vc/ediff-wind.el (ediff-setup-control-frame):
144 * vc/ediff-ptch.el (ediff-default-backup-extension):
145 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
146 (ediff-exec-process): Remove system-types emx, windows-95.
147
148 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
149
150 2010-10-07 Chong Yidong <cyd@stupidchicken.com>
151
152 * cus-edit.el (custom-variable, custom-face): Doc fix.
153 (custom-face-edit): Add value-create attribute.
154 (custom-face-edit-value-create)
155 (custom-face-edit-value-visibility-action): New functions. Hide
156 unused face attributes by default, and add a visibility toggle.
157 (custom-face-edit-deactivate): Show empty values with shadow face.
158 (custom-face-selected): Only use this for face specs with default
159 attributes.
160 (custom-face-value-create): Cleanup.
161
162 * wid-edit.el (widget-checklist-value-create): Use dolist.
163 (widget-checklist-match-find): Make second arg optional.
164
165 2010-10-07 Glenn Morris <rgm@gnu.org>
166
167 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
168 Prefix things.
169
170 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
171 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
172 load-path-shadows-mode, update references.
173 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
174 Rename variable and button.
175 (list-load-path-shadows): Update button caller.
176
177 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
178
179 * emacs-lisp/smie.el (smie-bnf-classify): New function.
180 (smie-bnf-precedence-table): Use it to remember the closers/openers.
181 (smie-merge-prec2s): Handle those new entries.
182 (smie-prec2-levels): Only set precedence to nil for actual
183 openers/closers.
184 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
185 that is now unnecessary.
186
187 2010-10-07 Miles Bader <miles@gnu.org>
188
189 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
190
191 2010-10-07 Glenn Morris <rgm@gnu.org>
192
193 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
194 (mail-position-on-field): Remove declarations.
195 (mail-position-on-field): Autoload it.
196 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
197 and mail-header-end. Don't require sendmail.
198
199 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
200 (shadow-mode): New mode.
201 (shadow-find-file): New button.
202 (list-load-path-shadows): Use shadow-mode and buttons.
203
204 * iimage.el (iimage-version): Remove.
205 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
206 Turn into defcustoms.
207 (iimage-mode-map): Give it a doc string.
208
209 * calendar/appt.el (appt-activate): Give a warning rather than an error
210 if there is no diary-file.
211
212 2010-10-06 Michael Albinus <michael.albinus@gmx.de>
213
214 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
215 Use `tramp-handle-find-backup-file-name'.
216
217 2010-10-06 Glenn Morris <rgm@gnu.org>
218
219 * font-core.el (font-lock-defaults-alist): Remove variable.
220 (font-lock-mode): Doc fix.
221 (font-lock-default-function): Do not consult font-lock-defaults-alist.
222 * font-lock.el (font-lock-refresh-defaults): Doc fix.
223 (font-lock-set-defaults): Doc fix.
224 Do not consult font-lock-defaults-alist.
225
226 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
227
228 * emacs-lisp/cl.el: No longer provide cl-19.
229
230 2010-10-05 Michael Albinus <michael.albinus@gmx.de>
231
232 * net/tramp.el (tramp-handle-directory-files-and-attributes)
233 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
234 New defuns, taken from tramp-smb.el.
235 (tramp-coding-system-change-eol-conversion)
236 (tramp-set-process-query-on-exit-flag): Removed.
237
238 * net/tramp-compat.el (top): Do not check for byte-compiler
239 objects.
240 (tramp-compat-coding-system-change-eol-conversion)
241 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
242 from tramp.el.
243
244 * net/tramp-gvfs.el:
245 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
246 by `tramp-compat-set-process-query-on-exit-flag'.
247
248 * net/tramp-imap.el (tramp-imap-file-name-handler-alist): Use
249 `tramp-handle-directory-files-and-attributes',
250 `tramp-handle-file-exists-p' and
251 `tramp-handle-file-newer-than-file-p'.
252 (tramp-imap-handle-file-exists-p)
253 (tramp-imap-handle-file-executable-p)
254 (tramp-imap-handle-file-readable-p)
255 (tramp-imap-handle-directory-files-and-attributes)
256 (tramp-imap-handle-file-newer-than-file-p): Removed.
257
258 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
259 by `tramp-compat-set-process-query-on-exit-flag' and
260 `tramp-coding-system-change-eol-conversion' by
261 `tramp-compat-coding-system-change-eol-conversion'.
262
263 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use
264 `tramp-handle-directory-files-and-attributes',
265 `tramp-handle-file-exists-p' and
266 `tramp-handle-file-newer-than-file-p'.
267 (tramp-smb-handle-directory-files-and-attributes)
268 (tramp-smb-handle-file-exists-p)
269 (tramp-smb-handle-file-newer-than-file-p): Removed.
270 (tramp-smb-maybe-open-connection): Replace
271 `tramp-set-process-query-on-exit-flag' by
272 `tramp-compat-set-process-query-on-exit-flag'.
273
274 2010-10-05 Glenn Morris <rgm@gnu.org>
275
276 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
277
278 2010-10-04 Michael Albinus <michael.albinus@gmx.de>
279
280 Continue reorganization of load dependencies. (Bug#7156)
281
282 * net/tramp.el (tramp-handle-file-local-copy-hook)
283 (tramp-delete-temp-file-function): Move down.
284 (tramp-exists-file-name-handler): Move up.
285 (tramp-register-file-name-handlers): Simplify autoload.
286 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
287 (tramp-handle-directory-files, tramp-handle-dired-uncache)
288 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
289 (tramp-handle-file-name-completion)
290 (tramp-handle-file-name-directory)
291 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
292 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
293 (tramp-handle-find-backup-file-name)
294 (tramp-handle-insert-file-contents, tramp-handle-load)
295 (tramp-handle-substitute-in-file-name)
296 (tramp-handle-unhandled-file-name-directory)
297 (tramp-mode-string-to-int, tramp-local-host-p)
298 (tramp-make-tramp-temp-file): Moved from tramp-sh.el.
299
300 * net/tramp-gvfs.el (top):
301 * net/tramp-smb.el (top): Do not require 'tramp-sh.
302
303 * net/tramp-sh.el (all): Move several objects to tramp.el, see
304 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
305
306 2010-10-04 Glenn Morris <rgm@gnu.org>
307
308 * calendar/appt.el (appt-add): Ensure reminders are enabled.
309 (appt-activate): Give status messages.
310
311 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
312
313 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
314 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
315 `gnutls-negotiate' (formerly `starttls-negotiate'). Remove
316 trivial wrapper `starttls-open-stream'.
317
318 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
319
320 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
321 log-outgoing commands.
322 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
323 to create a buffer local revert-buffer-function variable.
324 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
325 revert-buffer-function lambda.
326
327 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
328
329 * net/gnutls.el (starttls-negotiate): Use the plist interface to
330 `gnutls-boot'. Make TYPE the only required parameter. Allow
331 TRUSTFILES and KEYFILES to be lists.
332 (open-ssl-stream): Use it.
333
334 2010-10-03 Glenn Morris <rgm@gnu.org>
335
336 * subr.el (directory-sep-char): Remove obsolete variable.
337 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
338 it is "necessary".
339
340 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
341 * vc/vc.el (vc-static-header-alist): Doc fix.
342 * vc/vc-cvs.el (vc-cvs-header):
343 * vc/vc-rcs.el (vc-rcs-header):
344 * vc/vc-sccs.el (vc-sccs-header):
345 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
346 * obsolete/vc-mcvs.el (vc-mcvs-header):
347 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
348 on XEmacs.
349
350 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
351
352 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Remove
353 obsolete use of binary-overwrite-mode (Bug#7001).
354
355 2010-10-03 Glenn Morris <rgm@gnu.org>
356
357 * obsolete/x-menu.el: Remove file, obsolete since 21.1
358
359 * textmodes/rst.el (rst-font-lock-keywords-function):
360 Drop Emacs 20 code.
361
362 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
363
364 * printing.el: Drop Emacs 20 code.
365
366 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
367 without having used appt.el already).
368
369 * subr.el (make-local-hook): Remove function obsolete since 21.1.
370 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
371 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
372 XEmacs.
373 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
374 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
375
376 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
377 (charset-width, find-charset-region, chars-in-region, forward-point)
378 (encode-coding-string, coding-system-p, ccl-execute-on-string)
379 (define-ccl-program, multibyte-string-p, string-make-multibyte):
380 Remove compatibility cruft (none of these are used by ps*.el).
381
382 2010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
383
384 * subr.el (booleanp): Return t instead of a list (Bug#7086).
385
386 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
387
388 * server.el (server-process-filter, server-return-error): Give
389 emacsclient time to shut down after receiving an error string.
390
391 2010-10-02 Michael Albinus <michael.albinus@gmx.de>
392
393 * files.el (remote-file-name-inhibit-cache): New defcustom.
394
395 * time.el (display-time-file-nonempty-p): Use
396 `remote-file-name-inhibit-cache'.
397
398 * net/tramp.el (tramp-completion-reread-directory-timeout): Fix
399 docstring.
400
401 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
402 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
403 `remote-file-name-inhibit-cache'. Check also for an integer
404 value. Add/increase counter when `tramp-verbose' >= 10.
405 (tramp-set-file-property): Add/increase counter when
406 `tramp-verbose' >= 10.
407
408 * net/tramp-cmds.el (tramp-cleanup-all-connections)
409 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
410 (tramp-bug): Set tramp-autoload cookie. Report all interned
411 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
412 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
413 characters only in strings.
414
415 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
416 to backward compatibility.
417
418 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
419 (tramp-handle-file-name-all-completions)
420 (tramp-handle-vc-registered): Use
421 `remote-file-name-inhibit-cache'.
422 (tramp-open-connection-setup-interactive-shell): Call
423 `tramp-cleanup-connection' directly.
424
425 2010-10-02 Glenn Morris <rgm@gnu.org>
426
427 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
428
429 * subr.el (char-bytes): Remove obsolete function.
430
431 * isearch.el (isearch-return-char): Remove obsolete function.
432
433 * mouse.el: No longer provide mldrag.
434 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
435 Remove obsolete aliases.
436
437 * comint.el (comint-kill-output): Remove obsolete alias.
438
439 * composite.el (decompose-composite-char): Remove obsolete function.
440 * ps-def.el (decompose-composite-char): Remove unused function.
441
442 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
443
444 * outline.el (outline-visible): Remove obsolete function.
445
446 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
447 * faces.el (internal-find-face, internal-get-face)
448 (frame-update-faces, frame-update-face-colors)
449 (x-frob-font-weight, x-frob-font-slant)
450 (internal-frob-font-weight, internal-frob-font-slant)
451 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
452 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
453 (x-make-font-bold-italic): Remove functions and aliases, obsolete
454 since Emacs 21.1.
455 * emulation/viper-util.el (viper-get-face):
456 * obsolete/lucid.el (find-face, get-face): Use facep.
457 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
458 Remove unused functions.
459 * vc/ediff-util.el (ediff-submit-report): Doc fix.
460
461 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
462 delete tempfile if interrupted during compilation.
463
464 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
465
466 * net/tls.el (tls-starttls-switches): Give up on using starttls with
467 gnutls-cli.
468 (tls-program): Add --insecure to be consistent with the defaults from
469 openssl s_client. Now all three commands are insecure.
470
471 2010-10-01 Eli Zaretskii <eliz@gnu.org>
472
473 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
474 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
475 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
476
477 2010-10-01 Glenn Morris <rgm@gnu.org>
478
479 * obsolete/sc.el: Remove file.
480
481 * files.el (temporary-file-directory): On darwin, also try
482 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
483
484 2010-10-01 Juanma Barranquero <lekktu@gmail.com>
485
486 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
487 Let's not break compatibility gratuitously, shall we?
488
489 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
490
491 * net/tls.el (tls-starttls-switches): New variable.
492 (tls-find-starttls-argument): Use it.
493 (open-tls-stream): Ditto.
494
495 * net/netrc.el (netrc-credentials): Return the value of the "default"
496 entry.
497 (netrc-machine): Ditto.
498
499 2010-09-30 Eli Zaretskii <eliz@gnu.org>
500
501 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
502
503 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
504
505 * server.el (server-start): Don't write pid to the authentication file.
506 (server-create-tty-frame): Don't send pid.
507 (server-process-filter): Send pid at the start of every connection.
508
509 2010-09-30 Glenn Morris <rgm@gnu.org>
510
511 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
512 (show-all-diary-entries): Remove obsolete function aliases.
513
514 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
515 Remove options, obsolete since 22.1.
516 (appt-display-format, appt-display-message): Remove
517 backwards-compatibility code.
518 (appt-check): No longer check appt-issue-message.
519 (appt-make-list): No longer autoload it. Doc fix. No longer
520 activate the package.
521
522 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
523
524 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
525 (starttls-negotiate): Just call boot, and let the handshake be
526 triggered from the read loop.
527
528 2010-09-29 Glenn Morris <rgm@gnu.org>
529
530 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
531 not displaying the diary.
532 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
533 * calendar/appt.el (appt-check): No longer need to kill diary.
534
535 * calendar/diary-lib.el (diary-list-entries): Move the
536 "Preparing..." message entirely here.
537 (diary-simple-display, diary-fancy-display): Move "Preparing..."
538 messages to diary-list-entries.
539 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
540 diary-display-function.
541
542 * calendar/diary-lib.el (diary-include-other-diary-files):
543 Trap some recursive includes.
544
545 * calendar/appt.el (appt-activate): Check diary file.
546
547 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
548
549 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
550 construction.
551
552 * calendar/time-date.el: No need to require cl for Emacs 21.
553
554 2010-09-28 Glenn Morris <rgm@gnu.org>
555
556 * calendar/appt.el (appt-check): Minor simplification.
557
558 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
559
560 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
561 citation prefix.
562
563 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
564
565 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
566 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
567
568 2010-09-27 Kenichi Handa <handa@m17n.org>
569
570 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
571 "ustar" format.
572
573 2010-09-27 Kenichi Handa <handa@m17n.org>
574
575 * international/mule.el (define-coding-system): Docstring fixed.
576
577 * international/mule-diag.el (describe-character-set): Use princ
578 with proper print-length and print-level instead of insert.
579
580 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
581
582 * window.el (walk-windows): Doc fix (bug#7105).
583
584 2010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
585
586 * emacs-lisp/float-sup.el (e): Remove.
587
588 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
589
590 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
591 variable.
592 (starttls-negotiate): Use it.
593
594 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
595
596 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
597 back.
598
599 2010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
600
601 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
602
603 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
604
605 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
606
607 * net/netrc.el (netrc-store-data): New function.
608
609 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
610
611 * net/gnutls.el: GnuTLS glue code to set up a connection.
612
613 2010-09-25 Julien Danjou <julien@danjou.info>
614
615 * notifications.el: Call dbus-register-signal only if it is bound.
616
617 2010-09-25 Glenn Morris <rgm@gnu.org>
618
619 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
620 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
621 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
622 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
623 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
624 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
625 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
626 * eshell/esh-util.el, eshell/esh-var.el:
627 Remove leading `*' from docs of faces and defcustoms.
628
629 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
630
631 * eshell/em-ls.el (eshell-ls-archive-regexp):
632 * eshell/esh-util.el (eshell-tar-regexp):
633 * ibuffer.el (ibuffer-compressed-file-name-regexp):
634 * info.el (Info-suffix-list):
635 * international/mule.el (auto-coding-alist):
636 * woman.el (woman-file-regexp, woman-file-compression-regexp):
637 * progmodes/etags.el (tags-compression-info-list):
638 Support xz compression.
639
640 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
641
642 * files.el (get-free-disk-space): Don't assume the "df" output
643 columns line up (Bug#6995).
644
645 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
646
647 * finder.el (finder-unknown-keywords):
648 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
649 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
650
651 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
652
653 * server.el (server-start): Revert part of 2010-08-08 change. Using
654 address 127.0.0.1 for local host is now done in Fmake_network_process.
655
656 2010-09-24 Glenn Morris <rgm@gnu.org>
657
658 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
659 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
660 * textmodes/css-mode.el, textmodes/dns-mode.el:
661 Move autoloaded auto-mode-alist entries to files.el.
662 * files.el (auto-mode-alist): Move entries here.
663
664 2010-09-23 Glenn Morris <rgm@gnu.org>
665
666 * isearch.el (isearch-lazy-highlight-cleanup)
667 (isearch-lazy-highlight-initial-delay)
668 (isearch-lazy-highlight-interval)
669 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
670 * net/net-utils.el (ipconfig-program-options):
671 Move aliases to options before the associated definitions.
672
673 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
674
675 * newcomment.el (comment-normalize-vars): Better test validity of
676 comment-end-skip.
677
678 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
679
680 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
681 (float-e): New name for `e'.
682 (degrees-to-radians, radians-to-degrees):
683 * calendar/solar.el (solar-longitude):
684 * calculator.el (calculator-registers, calculator-funcall):
685 * textmodes/artist.el (artist-spray-random-points):
686 * play/bubbles.el (bubbles--initialize-images): Use new names.
687
688 2010-09-23 Eric M. Ludlam <zappo@gnu.org>
689
690 Update to CEDET 1.0's version of EIEIO.
691
692 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
693 New function.
694 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
695 (eieio-default-eval-maybe): Eval val instead of unquoting only.
696 (class-precedence-list): If class is nil, return nil.
697 (eieio-generic-call): If class of first input arg is nil, don't
698 look up static methods, and do check for primary methods.
699 (initialize-instance): See if the default needs to be evaluated
700 during the constructor.
701 (eieio-perform-slot-validation-for-default): Don't do the check
702 for values that will eventually be evaluated.
703 (eieio-eval-default-p): New function.
704 (eieio-default-eval-maybe): Use it.
705
706 2010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
707
708 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
709 method-invocation-order.
710 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
711 (eieio-class-precedence-dfs): Compute class precedence list using
712 dfs algorithm.
713 (eieio-class-precedence-bfs): Compute class precedence list using
714 bfs algorithm.
715 (eieio-class-precedence-c3): Compute class precedence list using
716 c3 algorithm.
717 (class-precedence-list): New function.
718 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
719 (inconsistent-class-hierarchy): New error symbol.
720 (call-next-method): Stow the replacement argument list for future
721 call-next-method invocations.
722
723 2010-09-23 Glenn Morris <rgm@gnu.org>
724
725 * calendar/appt.el (appt-check): If not displaying the diary,
726 use (diary 1) to only get the entries we need.
727 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
728 that it is in day order. (Bug#7019)
729
730 * calendar/appt.el (appt-check): Rather than showing the diary,
731 just turn off invisible display, and only if needed.
732
733 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
734
735 2010-09-23 Glenn Morris <rgm@gnu.org>
736
737 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
738 (byte-compile-defvar, byte-compile-cl-warn):
739 Start warnings with lower-case, like the majority.
740
741 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
742
743 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
744
745 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
746 * files.el (auto-mode-alist): Move ld-script entries here, further down
747 the list.
748
749 * vc/add-log.el: Don't require timezone when compiling.
750 (timezone-make-date-sortable): Autoload it.
751 (change-log-sortable-date-at): Don't require timezone.
752 Use `ignore-errors'.
753
754 * comint.el (comint-use-prompt-regexp-instead-of-fields):
755 Move alias before definition, so it does not need autoloading.
756
757 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
758 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
759 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
760 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
761 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
762 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
763 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
764 * textmodes/tex-mode.el, textmodes/two-column.el:
765 Remove leading `*' from docs of defcustoms etc.
766
767 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
768
769 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
770
771 2010-09-22 Dan Christensen <jdc@uwo.ca>
772
773 * calendar/time-date.el (date-to-time): Try using parse-time-string
774 first before using the slower timezone-make-date-arpa-standard.
775
776 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
777
778 * calendar/time-date.el (format-seconds): Comment fix.
779
780 2010-09-22 Glenn Morris <rgm@gnu.org>
781
782 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
783 is not automatically buffer-local.
784
785 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
786
787 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
788 (smie-indent-comment): Be more careful with comment-start-skip.
789 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
790 (smie-indent-functions): Use them.
791
792 2010-09-21 Michael Albinus <michael.albinus@gmx.de>
793
794 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
795
796 2010-09-21 Jan Djärv <jan.h.d@swipnet.se>
797
798 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
799 tool-bar-position. Don't modify frame parameters here.
800 (menu-bar-options-save): Add tool-bar-position.
801
802 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
803
804 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
805
806 * textmodes/reftex-parse.el (reftex-what-macro)
807 (reftex-context-substring): Let-bind forward-sexp-function to nil
808 since we don't need/want to treat \begin...\end as a block (bug#7053).
809
810 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
811
812 * simple.el (blink-matching-open): Use syntax-class.
813
814 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
815 Set invisibility spec for pascal's outline mode.
816 (pascal-outline-change): Clean up calling convention.
817 (pascal-show-all, pascal-hide-other-defuns): Update callers.
818
819 * progmodes/prolog.el (prolog-smie-forward-token)
820 (prolog-smie-backward-token): New functions.
821 (prolog-mode-variables): Use them to parse "!," correctly.
822 Set up smie-blink-matching for ".".
823
824 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
825 and `end'.
826 (ispell-region, ispell-process-line): Update users.
827
828 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
829 point-min==1.
830
831 * textmodes/ispell.el: Fix commenting convention.
832 (ispell-parse-output): Simplify, use push.
833 (ispell-region): Use match-string-no-properties.
834 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
835 (ispell-minor-mode): Use define-minor-mode.
836 (ispell-message): Remove unused var `skip-regexp'.
837 (ispell-add-per-file-word-list): Use dynamic let-binding.
838 Try and use the proper comment marker.
839
840 * mail/sendmail.el: Fix commenting convention.
841 (sendmail-send-it): Use line-beginning-position.
842
843 * help-fns.el (describe-variable): Add original value, if applicable.
844
845 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
846
847 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
848
849 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
850
851 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
852
853 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
854 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
855 (smie-prec2-levels): Use them to better diagnose precedence cycles.
856 (smie-blink-matching-check): Don't signal a mismatch if car is t.
857 (smie-blink-matching-open): Rewrite to remove assumptions, so that
858 something like "." can also be a closer.
859 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
860 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
861 Rename internal functions to use "--". Update callers.
862
863 * frame.el (make-frame-names-alist): Don't list frames on other displays.
864
865 * fringe.el (fringe-styles): New var.
866 (fringe-mode, fringe-query-style): Use it.
867
868 2010-09-18 Michael R. Mauger <mmaug@yahoo.com>
869
870 * progmodes/sql.el: Version 2.8
871 (sql-login-params): Update widget structure; changes still needed.
872 (sql-product-alist): Add :list-all and :list-table features for
873 SQLite, Postgres and MySQL products.
874 (sql-redirect): Handle default value.
875 (sql-execute, sql-execute-feature): New functions.
876 (sql-read-table-name): New function.
877 (sql-list-all, sql-list-table): New functions. User API.
878 (sql-mode-map, sql-interactive-mode-map): Add key definitions
879 for above functions.
880 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
881 for above functions.
882 (sql-postgres-login-params): Add user and database defaults.
883 (sql-buffer-live-p): Bug fix.
884 (sql-product-history): New variable.
885 (sql-read-product): New function. Use it.
886 (sql-set-product, sql-product-interactive): Use it.
887 (sql-connection-history): New variable.
888 (sql-read-connection): New function. Use it.
889 (sql-connect): New function.
890 (sql-for-each-login): Redesign function interface.
891 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
892 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
893 (sql-comint): Check for program. Existing live buffer.
894 (sql-comint-postgres): Add port parameter.
895
896 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
897
898 * emacs-lisp/warnings.el: Fix commenting convention.
899 (display-warning): Use special mode and make the buffer read-only.
900
901 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
902
903 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
904 empty string when it follows a repeated or optional pattern.
905
906 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
907
908 * indent.el (indent-according-to-mode): Apply syntax-propertize.
909 (indent-region): Use indent-according-to-mode.
910
911 2010-09-18 Eli Zaretskii <eliz@gnu.org>
912
913 * fringe.el (fringe-mode): Doc fix.
914
915 2010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
916
917 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
918 refreshing the preview buffer.
919
920 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
921
922 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
923 (latex-syntax-propertize-rules): New consts; replace
924 tex-font-lock-syntactic-keywords.
925 (tex-env-mark, latex-env-before-change): New functions.
926 (latex-electric-env-pair-mode): New minor mode.
927 (tex-font-lock-verb): Change arguments; do move point.
928 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
929 representation as a form of comment.
930 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
931 (doctex-syntax-propertize-rules): New const; replaces
932 doctex-font-lock-syntactic-keywords.
933 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
934
935 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
936 (fortran-make-syntax-propertize-function): New function; replaces
937 fortran-font-lock-syntactic-keywords.
938 (fortran-mode): Use it.
939 (fortran-line-length): Use it. Improve interactive spec.
940
941 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
942 (syntax-propertize-rules): Add var-ref case. Fix offset computation
943 when adding surrounding \(..\).
944
945 * progmodes/js.el (js-mode): Fix last change (bug#7054).
946
947 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
948
949 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
950 Use with-current-buffer.
951
952 * isearch.el (isearch-face): Rename from `isearch'.
953 (isearch-highlight): Use new name.
954
955 2010-09-17 Eli Zaretskii <eliz@gnu.org>
956
957 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
958 5, for `half' width fringes. (Bug#6933)
959
960 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
961
962 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
963 (byte-compile-defvar): "foo/bar" does not lack a prefix.
964
965 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
966
967 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
968
969 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
970 in calculating new frame position. Add more space between new and
971 parent on the left (Bug#7048).
972
973 2010-09-17 Michael Albinus <michael.albinus@gmx.de>
974
975 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
976 defmacro.
977
978 2010-09-16 Chong Yidong <cyd@stupidchicken.com>
979
980 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
981
982 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
983 obsolete alias for x-selection-value.
984
985 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
986
987 2010-09-16 Michael Albinus <michael.albinus@gmx.de>
988
989 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
990 cookie.
991
992 2010-09-15 Michael Albinus <michael.albinus@gmx.de>
993
994 * net/tramp-compat.el (tramp-compat-with-temp-message)
995 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
996 (tramp-compat-process-put): New defuns.
997
998 * net/tramp.el (top):
999 * net/tramp-gvfs.el (top):
1000 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
1001
1002 * net/tramp.el (tramp-progress-reporter-update):
1003 Use `tramp-compat-funcall'.
1004
1005 * net/tramp.el (tramp-process-actions):
1006 * net/tramp-gvfs.el (tramp-handle-vc-registered):
1007 * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
1008 (tramp-get-remote-stat, tramp-get-remote-readlink):
1009 Use `tramp-compat-with-temp-message'.
1010
1011 * net/tramp-sh.el (top): Require 'cl.
1012 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
1013 (tramp-open-connection-setup-interactive-shell):
1014 Use `tramp-compat-process-put'.
1015
1016 2010-09-15 Alan Mackenzie <acm@muc.de>
1017
1018 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
1019 indentation.
1020 (c-forward-<>-arglist-recur): Fix an infinite recursion.
1021
1022 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
1023
1024 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
1025 `lexical' for warnings related to lexical scoping.
1026 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
1027 global vars which don't have a prefix and could hence affect lexical
1028 scoping in unrelated files.
1029
1030 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1031
1032 * net/imap.el: Revert back to version
1033 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1034 seem problematic.
1035
1036 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
1037
1038 * obsolete/old-whitespace.el (whitespace-unload-function):
1039 Explicitly pass `obarray' to `unintern' to avoid a warning.
1040
1041 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1042
1043 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1044 Add `when' argument. Update callers.
1045
1046 * subr.el (unintern): Declare the obarray arg mandatory.
1047
1048 2010-09-14 Glenn Morris <rgm@gnu.org>
1049
1050 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1051 Doc fixes.
1052
1053 * calendar/diary-lib.el (diary-included-files): New variable.
1054 (diary-list-entries): Maybe initialize diary-included-files.
1055 (diary-include-other-diary-files): Append to diary-included-files.
1056 * calendar/appt.el (appt-update-list): Also check the members of
1057 diary-included-files. (Bug#6999)
1058 (appt-check): Doc fix.
1059
1060 2010-09-14 David Reitter <david.reitter@gmail.com>
1061
1062 * simple.el (line-move-visual): Do not truncate goal column to
1063 integer size. (Bug#7020)
1064
1065 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1066
1067 * repeat.el (repeat): Allow repeating when the last event is a click.
1068 Suggested by Drew Adams (bug#6256).
1069
1070 2010-09-14 Sascha Wilde <wilde@sha-bang.de>
1071
1072 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1073 Replace setting HGRCPATH to "" by some less invasive --config options.
1074
1075 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1076
1077 * font-lock.el (font-lock-beginning-of-syntax-function):
1078 Mark as obsolete.
1079
1080 2010-09-14 Glenn Morris <rgm@gnu.org>
1081
1082 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1083 and tool-bar modes. (Bug#6211)
1084 (menu-bar-mode): Move setting of standard-value after the
1085 minor-mode definition, otherwise it seems to have no effect.
1086
1087 2010-09-14 Masatake YAMATO <yamato@redhat.com>
1088
1089 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1090 Fix typo. (Bug#6976)
1091
1092 2010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1093
1094 * whitespace.el: Allow cleaning up blanks without blank
1095 visualization (Bug#6651). Adjust help window for
1096 whitespace-toggle-options (Bug#6479). Allow to use fill-column
1097 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
1098 (whitespace-style): Add new value 'face. Adjust docstring.
1099 (whitespace-space, whitespace-hspace, whitespace-tab):
1100 Adjust foreground property face.
1101 (whitespace-line-column): Adjust docstring and type declaration.
1102 (whitespace-style-value-list, whitespace-toggle-option-alist)
1103 (whitespace-help-text): Adjust const initialization.
1104 (whitespace-toggle-options, global-whitespace-toggle-options):
1105 Adjust docstring.
1106 (whitespace-display-window, whitespace-interactive-char)
1107 (whitespace-style-face-p, whitespace-color-on): Adjust code.
1108 (whitespace-help-scroll): New fun.
1109
1110 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
1111
1112 * calendar/time-date.el (format-seconds): Comment fix.
1113
1114 2010-09-13 Michael R. Mauger <mmaug@yahoo.com>
1115
1116 * progmodes/sql.el: Version 2.7.
1117 (sql-buffer-live-p): Improve detection.
1118 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
1119 (sql-set-sqli-buffer): Use it.
1120 (sql-product-interactive): Run `sql-set-sqli-hook'.
1121 (sql-rename-buffer): Code cleanup.
1122 (sql-redirect, sql-redirect-value): New functions. More to come.
1123
1124 2010-09-13 Juanma Barranquero <lekktu@gmail.com>
1125
1126 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.
1127 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
1128 (TRAMP_SRC): New macro.
1129 ($(lisp)/net/tramp-loaddefs.el): New target.
1130
1131 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
1132
1133 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
1134
1135 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
1136
1137 * net/tramp.el (top): Don't show loading message. Require just
1138 'tramp-compat, everything else is required there.
1139 Use `ignore-errors' where appropriate.
1140 (tramp-inline-compress-start-size, tramp-copy-size-limit)
1141 (tramp-terminal-type, tramp-end-of-output)
1142 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
1143 (tramp-completion-function-alist-ssh)
1144 (tramp-completion-function-alist-telnet)
1145 (tramp-completion-function-alist-su)
1146 (tramp-completion-function-alist-putty, tramp-remote-path)
1147 (tramp-remote-process-environment, tramp-sh-extra-args)
1148 (tramp-actions-before-shell, tramp-uudecode)
1149 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
1150 (tramp-perl-file-attributes)
1151 (tramp-perl-directory-files-and-attributes)
1152 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
1153 (tramp-perl-encode, tramp-perl-decode)
1154 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
1155 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
1156 (tramp-handle-make-symbolic-link, tramp-handle-load)
1157 (tramp-handle-file-name-as-directory)
1158 (tramp-handle-file-name-directory)
1159 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
1160 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
1161 (tramp-do-file-attributes-with-ls)
1162 (tramp-do-file-attributes-with-perl)
1163 (tramp-do-file-attributes-with-stat)
1164 (tramp-handle-set-visited-file-modtime)
1165 (tramp-handle-verify-visited-file-modtime)
1166 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
1167 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
1168 (tramp-handle-file-selinux-context)
1169 (tramp-handle-set-file-selinux-context)
1170 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
1171 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
1172 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
1173 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
1174 (tramp-handle-file-ownership-preserved-p)
1175 (tramp-handle-directory-file-name, tramp-handle-directory-files)
1176 (tramp-handle-directory-files-and-attributes)
1177 (tramp-do-directory-files-and-attributes-with-perl)
1178 (tramp-do-directory-files-and-attributes-with-stat)
1179 (tramp-handle-file-name-all-completions)
1180 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
1181 (tramp-handle-copy-file, tramp-handle-copy-directory)
1182 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
1183 (tramp-do-copy-or-rename-file-via-buffer)
1184 (tramp-do-copy-or-rename-file-directly)
1185 (tramp-do-copy-or-rename-file-out-of-band)
1186 (tramp-handle-make-directory, tramp-handle-delete-directory)
1187 (tramp-handle-delete-file)
1188 (tramp-handle-dired-recursive-delete-directory)
1189 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
1190 (tramp-handle-insert-directory)
1191 (tramp-handle-unhandled-file-name-directory)
1192 (tramp-handle-expand-file-name)
1193 (tramp-handle-substitute-in-file-name)
1194 (tramp-handle-executable-find, tramp-process-sentinel)
1195 (tramp-handle-start-file-process, tramp-handle-process-file)
1196 (tramp-handle-call-process-region, tramp-handle-shell-command)
1197 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
1198 (tramp-handle-insert-file-contents)
1199 (tramp-handle-insert-file-contents-literally)
1200 (tramp-handle-find-backup-file-name)
1201 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
1202 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
1203 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
1204 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
1205 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
1206 (tramp-find-file-exists-command, tramp-open-shell)
1207 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
1208 (tramp-open-connection-setup-interactive-shell)
1209 (tramp-local-coding-commands, tramp-remote-coding-commands)
1210 (tramp-find-inline-encoding, tramp-call-local-coding-command)
1211 (tramp-inline-compress-commands, tramp-find-inline-compress)
1212 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1213 (tramp-send-command, tramp-wait-for-output)
1214 (tramp-send-command-and-check, tramp-barf-unless-okay)
1215 (tramp-send-command-and-read, tramp-mode-string-to-int)
1216 (tramp-convert-file-attributes, tramp-check-cached-permissions)
1217 (tramp-file-mode-from-int, tramp-file-mode-permissions)
1218 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
1219 (tramp-method-out-of-band-p, tramp-local-host-p)
1220 (tramp-get-remote-path, tramp-get-remote-tmpdir)
1221 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
1222 (tramp-get-test-command, tramp-get-test-nt-command)
1223 (tramp-get-file-exists-command, tramp-get-remote-ln)
1224 (tramp-get-remote-perl, tramp-get-remote-stat)
1225 (tramp-get-remote-readlink, tramp-get-remote-trash)
1226 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
1227 (tramp-get-local-uid, tramp-get-local-gid)
1228 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
1229 tramp-sh.el.
1230 (tramp-methods, tramp-default-method-alist)
1231 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
1232 Move initialization to tramp-sh.el.
1233 (tramp-temp-name-prefix): Make it a defconst.
1234 (tramp-dissect-file-name): Don't check anymore for multi-hop
1235 methods.
1236 (tramp-debug-outline-regexp): Add a docstring.
1237 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
1238 (tramp-get-debug-buffer): Use it.
1239
1240 * net/tramp-cache.el (top): Set tramp-autoload cookie for
1241 initialization forms.
1242 (tramp-set-connection-property): Don't protect `tramp-message'
1243 call, it isn't necessary any longer.
1244 (tramp-dump-connection-properties): Use `ignore-errors'.
1245
1246 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
1247 'password-cache and 'auth-source.
1248
1249 * net/tramp-gvfs.el (top):
1250 * net/tramp-smb.el (top): Require 'tramp-sh.
1251
1252 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
1253
1254 * net/tramp-sh.el: New file, derived from tramp.el.
1255 (top): Initialize `tramp-methods', `tramp-default-method-alist',
1256 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
1257 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
1258 Use `ignore-errors' where appropriate.
1259 (tramp-sh-file-name-handler-alist): Rename from
1260 `tramp-file-name-handler-alist'.
1261 (tramp-send-command-and-check): Return t or nil. Remove all
1262 `zerop' checks, where called.
1263 (tramp-handle-set-file-modes)
1264 (tramp-do-copy-or-rename-file-directly)
1265 (tramp-handle-delete-directory, tramp-handle-delete-file)
1266 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
1267 (tramp-sh-file-name-handler, tramp-send-command-and-check)
1268 (tramp-get-remote-ln): Set tramp-autoload cookie.
1269
1270 * net/tramp-fish.el: Remove file.
1271
1272 2010-09-13 Daiki Ueno <ueno@unixuser.org>
1273
1274 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
1275 buffer-file-name to avoid file-locking. (Bug#7026)
1276
1277 2010-09-13 Julien Danjou <julien@danjou.info>
1278
1279 * notifications.el (notifications-notify): Add support for
1280 image-path and sound-name.
1281 (notifications-specification-version): Add this variable.
1282
1283 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1284
1285 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
1286
1287 2010-09-12 Leo <sdl.web@gmail.com>
1288
1289 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
1290 (rcirc-completion-start): New variables.
1291 (rcirc-nick-completions): Rename to rcirc-completions.
1292 (rcirc-nick-completion-start-offset): Delete.
1293 (rcirc-completion-at-point): New function for constructing
1294 completion data for both nicks and irc commands. Add to
1295 completion-at-point-functions in rcirc mode.
1296 (rcirc-complete): Rename from rcirc-nick-complete; use
1297 rcirc-completion-at-point.
1298 (defun-rcirc-command): Update rcirc-client-commands.
1299
1300 2010-09-11 Glenn Morris <rgm@gnu.org>
1301
1302 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
1303 atomically, to avoid parallel build errors. (Bug#4196)
1304
1305 2010-09-11 Michael R. Mauger <mmaug@yahoo.com>
1306
1307 * progmodes/sql.el: Version 2.6
1308 (sql-dialect): Synonym for "sql-product".
1309 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
1310 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
1311 Set "sql-buffer" to buffer name not buffer object so multiple sql
1312 interactive buffers work properly. Reverts misguided changes in
1313 earlier work.
1314 (sql-comint): Make sure different buffer name is used if "*SQL*"
1315 buffer is for a different product.
1316 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
1317 login param.
1318 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
1319 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
1320 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
1321 Accept new buffer name or prompt for one.
1322 (sql-port): Default to zero.
1323 (sql-comint-mysql): Handle "sql-port" as a numeric.
1324 (sql-port-history): Delete unused variable.
1325 (sql-get-login): Default "sql-port" to a number.
1326 (sql-product-alist): Correct Postgres prompt and terminator regexp.
1327 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
1328 "sqlite3" executables.
1329 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
1330 (sql-buffer-live-p): New function.
1331 (sql-mode-menu, sql-send-string): Use it.
1332 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
1333 syntax pattern.
1334 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
1335 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
1336
1337 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1338
1339 * net/netrc.el (netrc-credentials): New convenience function.
1340
1341 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1342
1343 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
1344 to replace texinfo-font-lock-syntactic-keywords.
1345 (texinfo-mode): Use it.
1346
1347 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
1348 Use syntax-propertize-function.
1349
1350 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
1351 replace sgml-font-lock-syntactic-keywords.
1352 (sgml-mode): Use it.
1353
1354 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
1355 since we don't use it.
1356
1357 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
1358
1359 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
1360 if available.
1361 (vhdl-fontify-buffer): Adjust.
1362
1363 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
1364 replace tcl-font-lock-syntactic-keywords.
1365 (tcl-mode): Use it.
1366
1367 * progmodes/simula.el (simula-syntax-propertize-function): New var to
1368 replace simula-font-lock-syntactic-keywords.
1369 (simula-mode): Use it.
1370
1371 * progmodes/sh-script.el (sh-st-symbol): Remove.
1372 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
1373 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
1374 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
1375 (sh-font-lock-paren): Set syntax-multiline.
1376 (sh-font-lock-syntactic-keywords): Remove.
1377 (sh-syntax-propertize-function): New function to replace it.
1378 (sh-mode): Use it.
1379
1380 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
1381 Define while compiling.
1382 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
1383 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
1384 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
1385 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
1386 (ruby-here-doc-end-syntax): Only define when
1387 syntax-propertize is not available.
1388 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
1389 New functions.
1390 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
1391 (electric-indent-chars): Silence bytecompiler.
1392 (ruby-mode): Use prog-mode, syntax-propertize-function, and
1393 electric-indent-chars.
1394
1395 * progmodes/python.el (python-syntax-propertize-function): New var to
1396 replace python-font-lock-syntactic-keywords.
1397 (python-mode): Use it.
1398 (python-quote-syntax): Simplify and adjust to new use.
1399
1400 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
1401 replace perl-font-lock-syntactic-keywords.
1402 (perl-syntax-propertize-special-constructs): New fun to replace
1403 perl-font-lock-special-syntactic-constructs.
1404 (perl-font-lock-syntactic-face-function): New fun.
1405 (perl-mode): Use it.
1406
1407 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
1408 to replace octave-font-lock-close-quotes.
1409 (octave-syntax-propertize-function): New function to replace
1410 octave-font-lock-syntactic-keywords.
1411 (octave-mode): Use it.
1412
1413 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
1414 replaces mixal-font-lock-syntactic-keywords.
1415 (mixal-mode): Use it.
1416
1417 * progmodes/make-mode.el (makefile-syntax-propertize-function):
1418 New var; replaces makefile-font-lock-syntactic-keywords.
1419 (makefile-mode): Use it.
1420 (makefile-imake-mode): Adjust.
1421
1422 * progmodes/js.el (js--regexp-literal): Define while compiling.
1423 (js-syntax-propertize-function): New var; replaces
1424 js-font-lock-syntactic-keywords.
1425 (js-mode): Use it.
1426
1427 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
1428 replaces gdb-script-font-lock-syntactic-keywords.
1429 (gdb-script-mode): Use it.
1430
1431 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
1432 (fortran--font-lock-syntactic-keywords): New var.
1433 (fortran-line-length): Update syntax-propertize-function and
1434 fortran--font-lock-syntactic-keywords.
1435
1436 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
1437
1438 * progmodes/cfengine.el (cfengine-mode):
1439 Use syntax-propertize-function.
1440 (cfengine-font-lock-syntactic-keywords): Remove.
1441
1442 * progmodes/autoconf.el (autoconf-mode):
1443 Use syntax-propertize-function.
1444 (autoconf-font-lock-syntactic-keywords): Remove.
1445
1446 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
1447 (ada-after-change-function, ada-initialize-syntax-table-properties)
1448 (ada-handle-syntax-table-properties): Only define when
1449 syntax-propertize is not available.
1450 (ada-mode): Use syntax-propertize-function.
1451
1452 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
1453 (font-lock-fontify-syntactic-keywords-region): Move handling of
1454 font-lock-syntactically-fontified to...
1455 (font-lock-default-fontify-region): ...here.
1456 Let syntax-propertize-function take precedence.
1457 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
1458
1459 * emacs-lisp/syntax.el (syntax-propertize-function)
1460 (syntax-propertize-chunk-size, syntax-propertize--done)
1461 (syntax-propertize-extend-region-functions): New vars.
1462 (syntax-propertize-wholelines, syntax-propertize-multiline)
1463 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
1464 (syntax-propertize): New functions.
1465 (syntax-propertize-rules): New macro.
1466 (syntax-ppss-flush-cache): Set syntax-propertize--done.
1467 (syntax-ppss): Call syntax-propertize.
1468
1469 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
1470
1471 2010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
1472
1473 * textmodes/ispell.el (ispell-init-process): Improve comments.
1474 XEmacs compatibility changes regarding (add-hook) 'local option
1475 and (set-process-query-on-exit-flag).
1476
1477 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
1478
1479 * net/tramp-cache.el (tramp-parse-connection-properties):
1480 Set tramp-autoload cookie.
1481
1482 2010-09-09 Glenn Morris <rgm@gnu.org>
1483
1484 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
1485 (imagemagick-register-types): Doc fix.
1486
1487 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1488
1489 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
1490
1491 * progmodes/js.el (require): Require is already "eval-and-compile".
1492 (js--re-search-forward): Avoid `eval'. Preserve the error data.
1493 (js--re-search-backward): Use js--re-search-forward.
1494
1495 * progmodes/fortran.el (fortran-line-length): Don't recompute
1496 syntactic keywords redundantly a second time.
1497
1498 * progmodes/ada-mode.el: Replace "(set '" with setq.
1499 (ada-mode): Simplify.
1500 (ada-create-case-exception, ada-adjust-case-interactive)
1501 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
1502 (ada-search-ignore-string-comment, ada-move-to-start)
1503 (ada-move-to-end): Use with-syntax-table.
1504
1505 * font-lock.el (save-buffer-state): Remove `varlist' arg.
1506 (font-lock-unfontify-region, font-lock-default-fontify-region):
1507 Update usage correspondingly.
1508 (font-lock-fontify-syntactic-keywords-region):
1509 Set parse-sexp-lookup-properties buffer-locally here.
1510 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
1511
1512 * simple.el (blink-matching-open): Don't burp if we can't find a match.
1513
1514 2010-09-08 Glenn Morris <rgm@gnu.org>
1515
1516 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
1517 Error if not compiled with -DBYTE_CODE_METER.
1518
1519 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1520 Ignore dir-locals-file.
1521
1522 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1523
1524 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1525 Not a const.
1526 (compilation-error-regexp-alist-alist): Rule out ": " in file names
1527 for the `gnu' messages.
1528 (compilation-set-skip-threshold): New command.
1529 (compilation-start): Use \' rather than $.
1530 (compilation-forget-errors): Use clrhash.
1531
1532 2010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
1533
1534 * textmodes/ispell.el (ispell-valid-dictionary-list):
1535 Simplify logic.
1536
1537 2010-09-08 Michael Albinus <michael.albinus@gmx.de>
1538
1539 Migrate to Tramp 2.2. Rearrange load dependencies.
1540 (Bug#1529, Bug#5448, Bug#5705)
1541
1542 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
1543 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
1544 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
1545
1546 * net/tramp.el (top): Remove all other tramp-* loads except
1547 tramp-compat.el. Remove all changes to tramp-unload-hook for
1548 other tramp-* packages. Rearrange defun order. Change calls of
1549 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
1550 `tramp-compat-octal-to-decimal' to new function names.
1551 (tramp-terminal-type, tramp-initial-end-of-output)
1552 (tramp-methods, tramp-foreign-file-name-handler-alist)
1553 (tramp-tramp-file-p, tramp-completion-mode-p)
1554 (tramp-send-command-and-check, tramp-get-remote-path)
1555 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
1556 (tramp-shell-quote-argument): Set tramp-autoload cookie.
1557 (with-file-property, with-connection-property): Move to
1558 tramp-cache.el.
1559 (tramp-local-call-process, tramp-decimal-to-octal)
1560 (tramp-octal-to-decimal): Move to tramp-compat.el.
1561 (tramp-handle-shell-command): Do not require 'shell.
1562 (tramp-compute-multi-hops): No special handling for tramp-gw-*
1563 symbols.
1564 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
1565
1566 * net/tramp-cache.el (top): Require 'tramp. Add to
1567 `tramp-unload-hook'.
1568 (tramp-cache-data, tramp-get-file-property)
1569 (tramp-set-file-property, tramp-flush-file-property)
1570 (tramp-flush-directory-property, tramp-get-connection-property)
1571 (tramp-set-connection-property, tramp-flush-connection-property)
1572 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
1573 cookie.
1574 (with-file-property, with-connection-property): New defuns, moved
1575 from tramp.el.
1576 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
1577 macro.
1578
1579 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
1580 (tramp-version): Set tramp-autoload cookie.
1581
1582 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
1583 changes to tramp-unload-hook for other tramp-* packages. Add to
1584 `tramp-unload-hook'.
1585 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
1586 (tramp-compat-call-process): New defuns, moved from tramp.el.
1587
1588 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
1589 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1590 to `tramp-unload-hook'. Change call of
1591 `tramp-compat-decimal-to-octal' to new function name.
1592 (tramp-fish-method): Make it a defconst.
1593 (tramp-fish-file-name-p): Make it a defsubst.
1594 (tramp-fish-method, tramp-fish-file-name-handler)
1595 (tramp-fish-file-name-p): Set tramp-autoload cookie.
1596
1597 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
1598 `tramp-foreign-file-name-handler-alist'. Add to
1599 `tramp-unload-hook'.
1600 (tramp-ftp-method): Make it a defconst.
1601 (tramp-ftp-file-name-p): Make it a defsubst.
1602 (tramp-ftp-method, tramp-ftp-file-name-handler)
1603 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
1604
1605 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
1606 `tramp-foreign-file-name-handler-alist'. Add to
1607 `tramp-unload-hook'. Change checks, whether package can be
1608 loaded.
1609 (tramp-gvfs-file-name-p): Make it a defsubst.
1610 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
1611 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
1612 (tramp-gvfs-handle-file-directory-p): New defun.
1613 (tramp-gvfs-file-name-handler-alist): Use it.
1614
1615 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
1616 `tramp-foreign-file-name-handler-alist'. Add to
1617 `tramp-unload-hook'.
1618 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
1619 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
1620 defconst.
1621 (tramp-gw-tunnel-method, tramp-gw-socks-method)
1622 (tramp-gw-open-connection): Set tramp-autoload cookie.
1623
1624 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
1625 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1626 to `tramp-unload-hook'. Change checks, whether package can be
1627 loaded.
1628 (tramp-imap-file-name-p): Make it a defsubst.
1629 (tramp-imap-method, tramp-imaps-method)
1630 (tramp-imap-file-name-handler)
1631 (tramp-imap-file-name-p): Set tramp-autoload cookie.
1632
1633 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
1634 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1635 to `tramp-unload-hook'. Change checks, whether package can be
1636 loaded. Change call of `tramp-compat-decimal-to-octal' to new
1637 function name.
1638 (tramp-smb-tunnel-method): Make it a defconst.
1639 (tramp-smb-file-name-p): Make it a defsubst.
1640 (tramp-smb-method, tramp-smb-file-name-handler)
1641 (tramp-smb-file-name-p): Set tramp-autoload cookie.
1642
1643 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
1644 (tramp-uuencode-region): Set tramp-autoload cookie.
1645
1646 * net/trampver.el (top) Add to `tramp-unload-hook'.
1647 (tramp-version, tramp-bug-report-address): Set tramp-autoload
1648 cookie. Update release number.
1649
1650 2010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
1651
1652 * textmodes/ispell.el (ispell-start-process): Make sure original
1653 arg list is properly initialized (Bug#6993, Bug#6994).
1654
1655 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1656
1657 * files.el (directory-abbrev-alist): Use \` as default regexp.
1658
1659 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1660 chars like - or ] (bug#6984).
1661 (rx-any-condense-range): Explode 2-char ranges.
1662
1663 2010-09-06 Glenn Morris <rgm@gnu.org>
1664
1665 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1666
1667 2010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1668
1669 * textmodes/bibtex.el:
1670 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1671
1672 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1673
1674 * net/imap.el (imap-message-map): Remove optional buffer parameter,
1675 since no callers use it.
1676 (imap-message-get): Ditto.
1677 (imap-message-put): Ditto.
1678 (imap-mailbox-map): Ditto.
1679 (imap-mailbox-put): Ditto.
1680 (imap-mailbox-get): Ditto.
1681 (imap-mailbox-get): Revert last change for this function.
1682
1683 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1684
1685 * net/imap.el (imap-fetch-safe): Remove function, and alter all
1686 callers to use `imap-fetch' instead. According to the comments, this
1687 should be safe, since all other IMAP clients use the 1:* syntax.
1688 (imap-enable-exchange-bug-workaround): Remove.
1689 (imap-debug): Remove -- doesn't seem very useful.
1690
1691 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1692
1693 * net/imap.el (imap-log): New convenience function used throughout
1694 instead of repeating the same code all over the place.
1695
1696 2010-09-05 David De La Harpe Golden <david@harpegolden.net>
1697
1698 * mouse.el (mouse-save-then-kill): Save region to kill-ring
1699 when mouse-drag-copy-region is non-nil (Bug#6956).
1700
1701 2010-09-05 Chong Yidong <cyd@stupidchicken.com>
1702
1703 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
1704 Improve regexps (Bug#6987).
1705 (dired-sort-toggle): Search more robustly for -t flag.
1706
1707 * files.el (get-free-disk-space): Search more robustly for
1708 "available" column. Suggested by Ehud Karni
1709 <ehud@unix.mvs.co.il>.
1710
1711 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
1712
1713 * international/uni-bidi.el:
1714 * international/uni-category.el:
1715 * international/uni-combining.el:
1716 * international/uni-decimal.el:
1717 * international/uni-mirrored.el:
1718 * international/uni-name.el: Regenerate.
1719
1720 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1721
1722 * electric.el (electric-indent-post-self-insert-function):
1723 Don't reindent with a sloppy indentation function.
1724
1725 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
1726 border case in change-log-mode.
1727
1728 2010-09-04 Chong Yidong <cyd@stupidchicken.com>
1729
1730 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1731 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
1732 Recognize leading tab in gcc-include regexp. Ignore names with
1733 leading "from" or "in" in gnu regexp (Bug#6937).
1734
1735 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1736
1737 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
1738 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
1739 (ispell-start-process): Avoid setq and simplify logic.
1740 (ispell-init-process): Setup kill-buffer-hook locally when needed.
1741 (kill-buffer-hook): Don't use it globally with code that uses
1742 expand-file-name since that may call kill-buffer via
1743 code_conversion_restore.
1744
1745 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
1746
1747 * emacs-lisp/package.el (package-directory-list): Only call
1748 file-name-nondirectory on a string.
1749
1750 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
1751
1752 * emacs-lisp/package.el (package--download-one-archive):
1753 Ensure that archive-contents is valid before saving it.
1754 (package-activate-1, package-mark-obsolete, define-package)
1755 (package-compute-transaction, package-list-maybe-add): Use push.
1756
1757 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
1758
1759 Use SMIE's blink-paren for octave-mode.
1760 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
1761 Backslashes do not escape single-quotes, single-quotes do.
1762 (octave-block-else-regexp, octave-block-end-regexp)
1763 (octave-block-match-alist): Remove.
1764 (octave-smie-bnf-table): New var, with old content.
1765 (octave-smie-op-levels): Use it.
1766 (octave-smie-closer-alist): New var.
1767 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
1768 (octave-blink-matching-block-open): Remove.
1769 (octave-reindent-then-newline-and-indent, octave-electric-semi)
1770 (octave-electric-space): Let self-insert-command run expand-abbrev and
1771 blink parens.
1772
1773 * electric.el (electricity): New group.
1774 (electric-indent-chars): New var.
1775 (electric-indent-post-self-insert-function): New fun.
1776 (electric-indent-mode): New minor mode.
1777 (electric-pair-skip-self): New custom.
1778 (electric-pair-post-self-insert-function): New function.
1779 (electric-pair-mode): New minor mode.
1780
1781 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
1782 calcAlg-blink-matching-open.
1783 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
1784 (calc-do-alg-entry): Only touch the part of the keymap that varies.
1785 Use the new blink-matching-check-function.
1786
1787 Provide blink-matching support to SMIE.
1788 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
1789 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
1790 (smie-blink-matching-check, smie-blink-matching-open): New functions.
1791
1792 * simple.el (newline): Fix last change to properly remove itself from
1793 the hook.
1794
1795 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1796
1797 * simple.el (newline): Eliminate optimization.
1798 Use post-self-insert-hook to set hard-newline and things before
1799 running post-self-insert-hook.
1800 (blink-matching-check-mismatch): New function.
1801 (blink-matching-check-function): New variable.
1802 (blink-matching-open): Use them.
1803 Skip back forward over prefix chars skipped by forward-sexp.
1804 Don't check if the parens are backslash escaped.
1805 (blink-paren-post-self-insert-function): Check backslash escaping here.
1806
1807 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
1808
1809 * emacs-lisp/package.el (package-menu-mode-map):
1810 Change package-menu-revert bindings to revert-buffer.
1811 (package-menu-mode): Set revert-buffer-function.
1812 (package-menu-revert): Doc fix.
1813
1814 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
1815
1816 * textmodes/ispell.el (ispell-init-process): Use "~/" as
1817 `default-directory' unless using Ispell per-directory personal
1818 dictionaries and not in a mini-buffer under XEmacs.
1819 (kill-buffer-hook): Do not kill ispell process on exit when
1820 `ispell-process-directory' is "~/". (Bug#6143)
1821
1822 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1823
1824 * simple.el (kill-new): Call interprogram-cut-function with only
1825 one argument.
1826
1827 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
1828 Remove cut buffer from error message.
1829
1830 * term/x-win.el (x-select-text):
1831 * term/pc-win.el (x-selection-value):
1832 * term/ns-win.el (x-selection-value):
1833 * eshell/em-term.el:
1834 * w32-fns.el (x-get-selection-value):
1835 * mouse-sel.el (mouse-sel-set-selection-function):
1836 * frame.el (display-selections-p): Remove cut-buffer in documentation.
1837
1838 * term/x-win.el: Update documentation for x-last-selected-text-*.
1839 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
1840 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
1841 (x-select-text): Remove argument PUSH, update documentation. Remove
1842 cut-buffer code.
1843 (x-selection-value-internal): Was previously x-selection-value.
1844 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
1845 Update documentation, remove cut-buffer code. Call
1846 x-selection-value-internal.
1847 (x-clipboard-yank): Call x-selection-value-internal.
1848 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
1849
1850 * term/pc-win.el (x-last-selected-text):
1851 x-cut-buffer-or-selection-value renamed to x-selection-value
1852 (x-select-text): Remove argument PUSH, update documentation.
1853
1854 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
1855 x-cut-buffer-or-selection-value renamed to x-selection-value
1856 (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
1857 (x-select-text): Remove argument PUSH, update documentation.
1858
1859 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
1860
1861 * w32-fns.el (x-last-selected-text):
1862 x-cut-buffer-or-selection-value renamed to x-selection-value.
1863 (x-cut-buffer-max): Remove.
1864 (x-select-text): Remove argument PUSH, update documentation.
1865
1866 * simple.el (interprogram-cut-function): Remove mention of PUSH.
1867
1868 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
1869
1870 * mouse-sel.el (mouse-sel-get-selection-function):
1871 x-cut-buffer-or-selection-value renamed to x-selection-value.
1872 (x-select-text): Remove optional push.
1873
1874 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1875
1876 * simple.el (blink-paren-function): Move from C to here.
1877 (blink-paren-post-self-insert-function): New function.
1878 (post-self-insert-hook): Use it.
1879
1880 * emacs-lisp/pcase.el (pcase-split-memq):
1881 Fix overenthusiastic optimisation.
1882 (pcase-u1): Handle the case of a lambda pred.
1883
1884 2010-08-31 Kenichi Handa <handa@m17n.org>
1885
1886 * international/mule-cmds.el (standard-display-european-internal):
1887 Setup standard-display-table for 8-bit characters by storing 8-bit
1888 characters in the element vector.
1889
1890 * disp-table.el (standard-display-8bit):
1891 Setup standard-display-table for 8-bit characters by storing 8-bit
1892 characters in the element vector.
1893 (standard-display-european): Likewise.
1894
1895 2010-08-31 Masatake YAMATO <yamato@redhat.com>
1896
1897 * textmodes/nroff-mode.el (nroff-view): New command.
1898 (nroff-mode-map): Bind it to C-c C-c.
1899
1900 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
1901
1902 * emacs-lisp/smie.el (smie-down-list): New command.
1903
1904 Remove old indentation and navigation code on octave-mode.
1905 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
1906 smie-down-list rather than add a binding for octave-down-block.
1907 (octave-mark-block, octave-blink-matching-block-open):
1908 Rely on forward-sexp-function.
1909 (octave-fill-paragraph): Don't narrow, so you can use
1910 indent-according-to-mode.
1911 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
1912 (octave-in-block-p, octave-re-search-forward-kw)
1913 (octave-re-search-backward-kw, octave-indent-calculate)
1914 (octave-end-as-array-index-p, octave-block-end-offset)
1915 (octave-scan-blocks, octave-forward-block, octave-backward-block)
1916 (octave-down-block, octave-backward-up-block, octave-up-block)
1917 (octave-before-magic-comment-p, octave-indent-line): Remove.
1918
1919 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
1920
1921 * emacs-lisp/package.el (package--read-archive-file): Just use
1922 `read', to avoid copying an additional string.
1923 (package-menu-mode): Set header-line-format here.
1924 (package-menu-refresh, package-menu-revert): Signal an error if
1925 not in the Package Menu.
1926 (package-menu-package-list): New var.
1927 (package--generate-package-list): Operate on the current buffer;
1928 don't assume that it is *Packages*, since the user may rename it.
1929 Allow persistent package listings and sort keys using
1930 package-menu-package-list and package-menu-package-sort-key.
1931 (package-menu--version-predicate): Fix version calculation.
1932 (package-menu-sort-by-column): Don't select the window.
1933 (package--list-packages): Create the *Packages* buffer.
1934 Set package-menu-package-list-key.
1935 (list-packages): Sorting by status is now the default.
1936 (package-buffer-info): Use match-string-no-properties.
1937 (define-package): Add a &rest argument for future proofing, but
1938 don't use it yet.
1939 (package-install-from-buffer, package-install-buffer-internal):
1940 Merge into a single function, package-install-from-buffer.
1941 (package-install-file): Change caller.
1942
1943 * finder.el: Load finder-inf using `require'.
1944 (finder-list-matches): Sorting by status is now the default.
1945 (finder-compile-keywords): Simpify printing.
1946
1947 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1948
1949 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
1950 (octave-mode-map): Remove special bindings for forward/backward-block
1951 and octave-backward-up-block. Use smie-close-block.
1952 (octave-continuation-marker-regexp): New var.
1953 (octave-continuation-regexp): Use it.
1954 (octave-operator-table, octave-smie-op-levels)
1955 (octave-operator-regexp, octave-smie-indent-rules): New vars.
1956 (octave-smie-backward-token, octave-smie-forward-token): New funs.
1957 (octave-mode): Use SMIE.
1958 (octave-close-block): Delete.
1959
1960 2010-08-30 Eli Zaretskii <eliz@gnu.org>
1961
1962 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
1963 CLIPBOARD, not in PRIMARY. (Bug#6944)
1964
1965 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1966
1967 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
1968 a list of parents.
1969 (smie-indent-column): Allow indirection through variables.
1970
1971 * composite.el (save-buffer-state): Delete, unused.
1972 * font-lock.el (save-buffer-state): Use with-silent-modifications.
1973 (font-lock-default-fontify-region): Use with-syntax-table.
1974 * jit-lock.el (with-buffer-unmodified): Remove.
1975 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
1976
1977 Use `declare' in defmacros.
1978 * window.el (save-selected-window):
1979 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
1980 * progmodes/python.el (def-python-skeleton):
1981 * net/dbus.el (dbus-ignore-errors):
1982 * jka-cmpr-hook.el (with-auto-compression-mode):
1983 * international/mule.el (with-category-table):
1984 * emacs-lisp/timer.el (with-timeout):
1985 * emacs-lisp/lisp-mnt.el (lm-with-file):
1986 * emacs-lisp/eieio.el (with-slots):
1987 * emacs-lisp/easymenu.el (easy-menu-define):
1988 * emacs-lisp/debug.el (debugger-env-macro):
1989 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
1990 (Multiple-value-call, Multiple-value-prog1):
1991 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
1992 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
1993 edebug rule to definition.
1994 * emacs-lisp/lisp-mode.el (save-selected-window)
1995 (with-current-buffer, combine-after-change-calls)
1996 (with-output-to-string, with-temp-file, with-temp-buffer)
1997 (with-temp-message, with-syntax-table, read-if, eval-after-load)
1998 (dolist, dotimes, when, unless):
1999 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
2000
2001 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
2002
2003 * finder.el: Require `package'.
2004 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
2005 (finder-package-info): Var deleted.
2006 (finder-keywords-hash, finder--builtins-alist): New vars.
2007 (finder-compile-keywords): Compute package--builtins and
2008 finder-keywords-hash instead of finder-keywords-hash, respecting
2009 the "Package" header.
2010 (finder-unknown-keywords, finder-list-matches):
2011 Use finder-keywords-hash and package--list-packages.
2012 (finder-mode): Don't set font-lock-defaults.
2013 (finder-exit): We don't use "*Finder-package*" and "*Finder
2014 Category*" buffers anymore.
2015
2016 * emacs-lisp/package.el (package--builtins-base): Var deleted.
2017 (package--builtins): Set default value to nil.
2018 (package-initialize): Load precomputed value of package--builtins
2019 from finder-inf.el.
2020 (package-alist, package-compute-transaction)
2021 (package-download-transaction): Improve docstring.
2022 (package-read-all-archive-contents): Do not change
2023 package--builtins here.
2024 (list-packages): Make package-list-packages an alias for this.
2025 Sort by status by default.
2026 (package--list-packages): Add optional PACKAGES arg.
2027 (describe-package-1): Use font-lock-face property. For built-in
2028 packages, insert file commentary.
2029 (package--generate-package-list): Rename from
2030 package-list-packages-internal; all callers changed. Add optional
2031 PACKAGES arg. Add alphabetical sort fallbacks.
2032 (package-menu--version-predicate, package-menu--status-predicate)
2033 (package-menu--description-predicate)
2034 (package-menu--name-predicate): New functions.
2035
2036 * info.el (Info-finder-find-node): Search package-alist instead of
2037 finder-package-info.
2038
2039 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
2040
2041 * subr.el (version-regexp-alist): Don't use "a" and "b" for
2042 "alpha" and "beta".
2043 (version-to-list): Handle versions like "10.3d".
2044
2045 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2046
2047 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
2048 (macroexp-accumulate): Use `declare'.
2049
2050 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2051
2052 * whitespace.el (whitespace-style): Adjust type declaration.
2053
2054 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
2055
2056 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
2057 empty argument to gvfs-copy.
2058
2059 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
2060
2061 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
2062 handle new TRASH arg of `delete-file'.
2063
2064 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
2065
2066 * net/tramp.el (tramp-handle-insert-directory): Don't use
2067 `forward-word', its default syntax could be changed.
2068
2069 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2070 Michael Albinus <michael.albinus@gmx.de>
2071
2072 Implement compression for inline methods.
2073
2074 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
2075 (tramp-copy-size-limit): Allow also nil.
2076 (tramp-inline-compress-commands): New defconst.
2077 (tramp-find-inline-compress, tramp-get-inline-compress)
2078 (tramp-get-inline-coding): New defuns.
2079 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2080 replaced by `tramp-get-inline-coding'.
2081 (tramp-handle-file-local-copy, tramp-handle-write-region)
2082 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
2083
2084 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
2085
2086 Detect ssh 'ControlMaster' argument automatically in some cases.
2087
2088 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2089 (tramp-default-method): Use it.
2090
2091 2010-08-26 Karel Klíč <kklic@redhat.com>
2092
2093 * net/tramp.el (tramp-file-name-for-operation):
2094 Add file-selinux-context.
2095
2096 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
2097
2098 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
2099
2100 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
2101
2102 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
2103 (Bug#6907).
2104
2105 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
2106
2107 * progmodes/js.el: Make indentation more customizable (Bug#6914).
2108 (js-paren-indent-offset, js-square-indent-offset)
2109 (js-curly-indent-offset): New options.
2110 (js--proper-indentation): Use them.
2111
2112 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
2113
2114 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
2115 instead of inspecting font-lock properties (Bug#6916).
2116
2117 2010-08-26 David Reitter <david.reitter@gmail.com>
2118
2119 * server.el (server-visit-files): Run pre-command-hook and
2120 post-command-hook for each buffer while it is current (Bug#6910).
2121 (server-execute): Do not run hooks here.
2122
2123 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
2124
2125 Sync with Tramp 2.1.19.
2126
2127 * net/tramp-cmds.el (tramp-cleanup-all-connections)
2128 (tramp-reporter-dump-variable, tramp-load-report-modules)
2129 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
2130 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
2131
2132 * net/tramp-compat.el (top): Do not autoload
2133 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
2134 only when `start-file-process' is not bound.
2135 (byte-compile-not-obsolete-vars): Define if not bound.
2136 (tramp-compat-funcall): New defmacro.
2137 (tramp-compat-line-beginning-position)
2138 (tramp-compat-line-end-position)
2139 (tramp-compat-temporary-file-directory)
2140 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2141 (tramp-compat-copy-file, tramp-compat-copy-directory)
2142 (tramp-compat-delete-file, tramp-compat-delete-directory)
2143 (tramp-compat-number-sequence, tramp-compat-process-running-p):
2144 Use it.
2145 (tramp-advice-file-expand-wildcards): Do not use
2146 `tramp-handle-file-remote-p'.
2147 (tramp-compat-make-temp-file): Simplify fallback implementation.
2148 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2149 (tramp-compat-copy-tree): Remove function.
2150 (tramp-compat-delete-file): New defun.
2151 (tramp-compat-delete-directory): Provide implementation for older
2152 Emacsen.
2153 (tramp-compat-file-attributes): Handle only
2154 `wrong-number-of-arguments' error.
2155
2156 * net/tramp-fish.el (tramp-fish-handle-copy-file):
2157 Add PRESERVE_SELINUX_CONTEXT.
2158 (tramp-fish-handle-delete-file): Add TRASH arg.
2159 (tramp-fish-handle-directory-files-and-attributes):
2160 Do not use `tramp-fish-handle-file-attributes.
2161 (tramp-fish-handle-file-local-copy)
2162 (tramp-fish-handle-insert-file-contents)
2163 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
2164
2165 * net/tramp-gvfs.el (top): Require url-util.
2166 (tramp-gvfs-mount-point): Remove.
2167 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
2168 and `set-file-selinux-context'.
2169 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
2170 (tramp-gvfs-handle-file-selinux-context)
2171 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
2172 (with-tramp-dbus-call-method): Format trace message.
2173 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
2174 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
2175 Implement backup call, when operation on local files fails.
2176 Use progress reporter. Flush properties of changed files.
2177 (tramp-gvfs-handle-delete-file): Add TRASH arg. Use
2178 `tramp-compat-delete-file'.
2179 (tramp-gvfs-handle-expand-file-name): Expand "~/".
2180 (tramp-gvfs-handle-make-directory): Make more traces.
2181 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
2182 (tramp-gvfs-url-file-name): Hexify file name in url.
2183 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
2184 into account for the resulting file name.
2185 (tramp-gvfs-handler-askquestion): Preserve current message, in
2186 order to let progress reporter continue afterwards. (Bug#6257)
2187 Return dummy mountpoint, when the answer is "no".
2188 See `tramp-gvfs-maybe-open-connection'.
2189 (tramp-gvfs-handler-mounted-unmounted)
2190 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
2191 attribute "default_location". Set "prefix" property.
2192 Handle default-location.
2193 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
2194 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
2195 exists. Raise an error, if not (due to a corresponding answer
2196 "no" in interactive questions, for example).
2197 Use `tramp-compat-funcall'.
2198
2199 * net/tramp-imap.el (top): Autoload `epg-make-context'.
2200 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2201 (tramp-imap-do-copy-or-rename-file)
2202 (tramp-imap-handle-insert-file-contents)
2203 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
2204 (tramp-imap-handle-delete-file): Add TRASH arg.
2205
2206 * net/tramp-smb.el (tramp-smb-handle-copy-file):
2207 Add PRESERVE-SELINUX-CONTEXT.
2208 (tramp-smb-handle-copy-file)
2209 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2210 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
2211 Use `with-progress-reporter'.
2212 (tramp-smb-handle-delete-file): Add TRASH arg.
2213
2214 * net/tramp.el (tramp-methods): Move hostname to the end in all
2215 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
2216 appropriate.
2217 (tramp-verbose): Describe verbose level 9.
2218 (tramp-completion-function-alist)
2219 (tramp-file-name-regexp, tramp-chunksize)
2220 (tramp-local-coding-commands, tramp-remote-coding-commands)
2221 (with-connection-property, tramp-completion-mode-p)
2222 (tramp-action-process-alive, tramp-action-out-of-band)
2223 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
2224 (tramp-exists-file-name-handler): Fix docstring.
2225 (tramp-remote-process-environment): Use `format' instead of
2226 `concat'. Protect version string by apostroph.
2227 (tramp-shell-prompt-pattern): Do not use a shy group in case of
2228 XEmacs.
2229 (tramp-file-name-regexp-unified)
2230 (tramp-completion-file-name-regexp-unified): On W32 systems, do
2231 not regard the volume letter as remote filename. (Bug#5447)
2232 (tramp-perl-file-attributes)
2233 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
2234 (tramp-vc-registered-read-file-names): Read input as
2235 here-document, otherwise the command could exceed maximum length
2236 of command line.
2237 (tramp-file-name-handler-alist): Add `file-selinux-context' and
2238 `set-file-selinux-context'.
2239 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
2240 backtrace functions.
2241 (tramp-error-with-buffer): Don't show the connection buffer when
2242 we are in completion mode.
2243 (tramp-progress-reporter-update, tramp-remote-selinux-p)
2244 (tramp-handle-file-selinux-context)
2245 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
2246 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
2247 New defuns.
2248 (with-progress-reporter): New defmacro.
2249 (tramp-debug-outline-regexp): New defconst.
2250 (top, tramp-rfn-eshadow-setup-minibuffer)
2251 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2252 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2253 (tramp-completion-mode-p, tramp-check-for-regexp)
2254 (tramp-open-connection-setup-interactive-shell)
2255 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2256 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2257 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
2258 Use `tramp-compat-funcall'.
2259 (tramp-handle-make-symbolic-link): Flush file properties.
2260 (tramp-handle-load, tramp-handle-file-local-copy)
2261 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2262 (tramp-handle-vc-registered, tramp-maybe-send-script)
2263 (tramp-find-shell): Use `with-progress-reporter'.
2264 (tramp-do-file-attributes-with-stat): Add space in format string,
2265 in order to work around a bug in pdksh. Reported by Gilles Pion
2266 <gpion@lfdj.com>.
2267 (tramp-handle-verify-visited-file-modtime): Do not send a command
2268 when the connection is not established.
2269 (tramp-handle-set-file-times): Simplify the check for utc.
2270 (tramp-handle-directory-files-and-attributes)
2271 (tramp-get-remote-path): Use `copy-tree'.
2272 (tramp-completion-handle-file-name-all-completions): Ensure, that
2273 non remote files are still checked. Oops.
2274 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
2275 Handle PRESERVE-SELINUX-CONTEXT.
2276 (tramp-do-copy-or-rename-file): Add progress reporter.
2277 (tramp-do-copy-or-rename-file-directly): Do not use
2278 `tramp-handle-file-remote-p'.
2279 (tramp-do-copy-or-rename-file-out-of-band):
2280 Use `tramp-compat-delete-directory'.
2281 (tramp-do-copy-or-rename-file-out-of-band)
2282 (tramp-compute-multi-hops, tramp-maybe-open-connection):
2283 Use `format-spec-make'.
2284 (tramp-handle-delete-file): Add TRASH arg.
2285 (tramp-handle-dired-uncache): Flush directory cache, not only file
2286 cache.
2287 (tramp-handle-expand-file-name)
2288 (tramp-completion-handle-file-name-all-completions)
2289 (tramp-completion-handle-file-name-completion):
2290 Use `tramp-connectable-p'.
2291 (tramp-handle-start-file-process): Set connection property "vec".
2292 Use it, in order to invalidate file caches. Check only for
2293 `remote-tty' process property.
2294 Implement tty setting. (Bug#4604, Bug#6360)
2295 (tramp-file-name-for-operation): Add `call-process-region' and
2296 `set-file-selinux-context'.
2297 (tramp-find-foreign-file-name-handler)
2298 (tramp-advice-make-auto-save-file-name)
2299 (tramp-set-auto-save-file-modes): Remove superfluous check for
2300 `stringp'. This is done inside `tramp-tramp-file-p'.
2301 (tramp-file-name-handler): Trace 'quit. Catch the error for some
2302 operations when we are in completion mode. This gives the user
2303 the chance to correct the file name in the minibuffer.
2304 (tramp-completion-mode-p): Use `non-essential'.
2305 (tramp-handle-file-name-all-completions): Backward/ XEmacs
2306 compatibility: Use `completion-ignore-case' if
2307 `read-file-name-completion-ignore-case' does not exist.
2308 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
2309 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2310 `tramp-open-shell'.
2311 (tramp-action-password): Hide password prompt before next run.
2312 (tramp-process-actions): Widen connection buffer for the trace.
2313 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
2314 process property. Trace stty settings if `tramp-verbose' >= 9.
2315 Apply workaround for IRIX64 bug. Move argument of last
2316 `tramp-send-command' where it belongs to.
2317 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
2318 front of `login-args'.
2319 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
2320 on "/dev/null" instead of "/".
2321 (tramp-get-ls-command-with-dired): Make test for "--dired"
2322 stronger.
2323 (tramp-set-auto-save-file-modes): Adapt version check.
2324 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
2325 (tramp-handle-process-file): Call the program in a subshell, in
2326 order to preserve working directory.
2327 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
2328 `tramp-remote-sh' from `tramp-methods'.
2329 (tramp-get-ls-command): Make test for "--color=never" stronger.
2330 (tramp-check-for-regexp): Use (forward-line 1).
2331
2332 * net/trampver.el: Update release number.
2333
2334 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
2335
2336 * help.el (help-map): Bind `C-h P' to describe-package.
2337
2338 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
2339
2340 * emacs-lisp/package.el (package-refresh-contents): Catch errors
2341 when downloading archives.
2342 (describe-package-1): Add package commentary.
2343 (package-install-button-action): New function.
2344 (package-menu-mode-map): Bind ? to package-menu-describe-package.
2345 (package-menu-view-commentary): Function removed.
2346 (package-list-packages-internal): Hide the `package' package too.
2347
2348 2010-08-25 Kenichi Handa <handa@m17n.org>
2349
2350 * language/misc-lang.el ("Arabic"): New language environment.
2351 Setup composition-function-table for Arabic characters.
2352
2353 * international/fontset.el (setup-default-fontset): Fix typo for
2354 arabic OTF spec (fini->fina).
2355
2356 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
2357
2358 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
2359 on all frames.
2360
2361 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2362
2363 * whitespace.el: Allow cleaning up blanks without blank
2364 visualization (Bug#6651). Adjust help window for
2365 whitespace-toggle-options (Bug#6479). Allow to use fill-column
2366 instead of whitespace-line-column (from EmacsWiki). New version
2367 13.1.
2368 (whitespace-style): Added new value 'face. Adjust docstring.
2369 (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
2370 foreground property face.
2371 (whitespace-line-column): Adjust docstring and type declaration.
2372 (whitespace-style-value-list, whitespace-toggle-option-alist)
2373 (whitespace-help-text): Adjust const initialization.
2374 (whitespace-toggle-options, global-whitespace-toggle-options):
2375 Adjust docstring.
2376 (whitespace-display-window, whitespace-interactive-char)
2377 (whitespace-style-face-p, whitespace-color-on): Adjust code.
2378 (whitespace-help-scroll): New fun.
2379
2380 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2381
2382 * emacs-lisp/package.el (list-packages): Alias for
2383 package-list-packages.
2384
2385 2010-08-24 Kevin Ryde <user42@zip.com.au>
2386
2387 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
2388 (Bug#5651).
2389
2390 * progmodes/ruby-mode.el (ruby): Add defgroup.
2391
2392 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2393
2394 * progmodes/python.el: Add Ipython support (Bug#5390).
2395 (python-shell-prompt-alist)
2396 (python-shell-continuation-prompt-alist): New options.
2397 (python--set-prompt-regexp): New function.
2398 (inferior-python-mode, run-python, python-shell): Require
2399 ansi-color. Use python--set-prompt-regexp to set the comint
2400 prompt based on the Python interpreter.
2401 (python--prompt-regexp): New var.
2402 (python-check-comint-prompt)
2403 (python-comint-output-filter-function): Use it.
2404 (run-python): Use a pipe (Bug#5694).
2405
2406 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
2407
2408 * progmodes/python.el (python-send-region): Send a different
2409 Python command if Ipython is in use.
2410 (python-check-version): Use a Python command to find the version.
2411
2412 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2413
2414 * mouse.el (mouse-yank-primary): Avoid setting primary when
2415 deactivating the mark (Bug#6872).
2416
2417 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
2418
2419 * progmodes/python.el (python-block-pairs): Allow use of "finally"
2420 with "else" (Bug#3991).
2421
2422 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
2423
2424 * net/dbus.el: Accept UNIX domain sockets as bus address.
2425 (top): Don't initialize `dbus-registered-objects-table' anymore,
2426 this is done in dbusbind,c.
2427 (dbus-check-event): Adapt test for bus.
2428 (dbus-return-values-table, dbus-unregister-service)
2429 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
2430 Adapt doc string.
2431
2432 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
2433
2434 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
2435
2436 2010-08-22 Juri Linkov <juri@jurta.org>
2437
2438 * simple.el (read-extended-command): New function with the logic
2439 for `completing-read' moved to Elisp from `execute-extended-command'.
2440 Use `function-called-at-point' in `minibuffer-default-add-function'
2441 to get a command name for M-n (bug#5364, bug#5214).
2442
2443 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2444
2445 * startup.el (command-line-1): Issue warning for ignored arguments
2446 --unibyte, etc (Bug#6886).
2447
2448 2010-08-22 Leo <sdl.web@gmail.com>
2449
2450 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
2451 (ignore, bright, dim, keyword): Split list of nicknames before
2452 passing to rcirc-add-or-remove (Bug#6894).
2453
2454 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2455
2456 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
2457
2458 2010-08-22 Leo <sdl.web@gmail.com>
2459
2460 Fix buffer-list rename&refresh after killing a buffer in ido.
2461 * ido.el: Revert Óscar's.
2462 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
2463 Remember the buffers at head, rather than their name.
2464 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
2465
2466 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
2467 Stefan Monnier <monnier@iro.umontreal.ca>
2468
2469 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
2470 extra backslash added to each line (bug#6890).
2471
2472 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2473
2474 * subr.el (read-key): Don't echo keystrokes (bug#6883).
2475
2476 2010-08-22 Glenn Morris <rgm@gnu.org>
2477
2478 * menu-bar.el (menu-bar-games-menu): Add landmark.
2479
2480 2010-08-22 Glenn Morris <rgm@gnu.org>
2481
2482 * align.el (align-regexp): Make group and spacing arguments
2483 use the interactive defaults when non-interactive. (Bug#6698)
2484
2485 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
2486 expansion, so as not to need sendmail.
2487 (mail-text-start): Remove declaration.
2488 (rmail-retry-failure): Require sendmail.
2489
2490 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2491
2492 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
2493
2494 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
2495
2496 * progmodes/flymake.el (flymake-start-syntax-check-process):
2497 Use `start-file-process' in order to let it run also on remote hosts.
2498
2499 2010-08-22 Kenichi Handa <handa@m17n.org>
2500
2501 * files.el: Add `word-wrap' as safe local variable.
2502
2503 2010-08-22 Glenn Morris <rgm@gnu.org>
2504
2505 * woman.el (woman-translate): Case matters. (Bug#6849)
2506
2507 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2508
2509 * simple.el (kill-region): Doc fix (Bug#6787).
2510
2511 2010-08-22 Glenn Morris <rgm@gnu.org>
2512
2513 * calendar/diary-lib.el (diary-header-line-format):
2514 Fit it to the window, not the frame.
2515
2516 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
2517
2518 * subr.el (ignore-errors): Add debug declaration.
2519
2520 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
2521
2522 * whitespace.el (whitespace-color-off): Remove post-command-hook
2523 locally.
2524
2525 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2526
2527 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
2528
2529 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
2530
2531 * cus-edit.el (custom-group-value-create): Add extra newline
2532 before end line (Bug#6876).
2533
2534 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
2535
2536 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
2537 when extending it. Before killing on the second click, check if
2538 the buffer is the correct one. Doc fix.
2539 (mouse-secondary-save-then-kill): Allow usage without first
2540 calling mouse-start-secondary, by defaulting to point. Don't save
2541 an empty secondary selection. Doc fix.
2542
2543 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2544
2545 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
2546 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
2547 New version 13.0.
2548 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
2549 Adjust initialization.
2550 (whitespace-bob-marker, whitespace-eob-marker)
2551 (whitespace-buffer-changed): New vars.
2552 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
2553 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
2554 (whitespace-post-command-hook, whitespace-display-char-on):
2555 Adjust code.
2556 (whitespace-looking-back, whitespace-buffer-changed): New funs.
2557 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
2558
2559 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2560
2561 * files.el (locate-file-completion-table): Only list the .el and .elc
2562 extensions if there's no other choice (bug#5955).
2563
2564 * facemenu.el (facemenu-self-insert-data): New var.
2565 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
2566 New functions.
2567 (facemenu-add-face): Use them.
2568
2569 * simple.el (blink-matching-open): Obey forward-sexp-function.
2570
2571 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
2572
2573 * simple.el (prog-mode-map): New var.
2574 (prog-indent-sexp): New command.
2575
2576 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
2577
2578 * progmodes/prolog.el (smie): Require.
2579
2580 * emacs-lisp/smie.el (smie-default-backward-token)
2581 (smie-default-forward-token): Strip properties.
2582 (smie-next-sexp): Be more careful with associative operators.
2583 (smie-forward-sexp-command): Generalize.
2584 (smie-backward-sexp-command): Simplify.
2585 (smie-closer-alist): New var.
2586 (smie-close-block): New command.
2587 (smie-indent-debug-log): New var.
2588 (smie-indent-offset-rule): Add a few more cases.
2589 (smie-indent-column): New function.
2590 (smie-indent-after-keyword): Use it.
2591 (smie-indent-keyword): Use it.
2592 Fix up the opener code's point position.
2593 (smie-indent-comment): Only applies at BOL.
2594 (smie-indent-debug): New command.
2595
2596 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
2597 declarations that are useful before running the macro.
2598
2599 2010-08-18 Joakim Verona <joakim@verona.se>
2600
2601 * image.el (imagemagick-types-inhibit): New variable.
2602 (imagemagick-register-types): New function.
2603 * image-mode.el (image-transform-properties): New function.
2604 (image-transform-set-scale, image-transform-fit-to-height)
2605 (image-transform-set-rotation, image-transform-set-resize)
2606 (image-transform-fit-to-width, image-transform-fit-to-height):
2607 New functions.
2608 (image-toggle-display-image): Support image transforms.
2609
2610 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
2611
2612 * image.el (create-animated-image): Don't add heuristic mask to image
2613 (Bug#6839).
2614
2615 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
2616
2617 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
2618 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
2619
2620 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
2621
2622 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
2623
2624 Font-lock '...' strings, plus various simplifications and fixes.
2625 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
2626 (octave-font-lock-close-quotes): New function.
2627 (octave-font-lock-syntactic-keywords): New var.
2628 (octave-mode): Use it. Set beginning-of-defun-function.
2629 (octave-mode-map): Don't override the <foo>-defun commands.
2630 (octave-mode-menu): Pass it directly to easy-menu-define;
2631 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
2632 (octave-block-match-alist): Fix up last change so that
2633 octave-close-block uses the more specific keyword.
2634 (info-lookup-mode): Silence byte-compiler.
2635 (octave-beginning-of-defun): Not interactive any more.
2636 Optimize slightly.
2637 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
2638 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
2639 (octave-completion-at-point-function): Make sure point is within
2640 beg..end.
2641 (octave-reindent-then-newline-and-indent):
2642 Use reindent-then-newline-and-indent.
2643 (octave-add-octave-menu): Remove.
2644
2645 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
2646
2647 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
2648 (report-emacs-bug-can-use-xdg-email): New functions.
2649 (report-emacs-bug): Set can-xdg-email to result of
2650 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
2651 \C-cm to report-emacs-bug-insert-to-mailer and add help text
2652 about it.
2653
2654 * net/browse-url.el (browse-url-default-browser): Add cond
2655 for browse-url-xdg-open.
2656 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
2657
2658 2010-08-17 Glenn Morris <rgm@gnu.org>
2659
2660 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
2661 (c-fontify-recorded-types-and-refs): Define for compiler.
2662 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
2663 before use.
2664
2665 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
2666 Fix format call.
2667
2668 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
2669
2670 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
2671 properties.
2672 (tramp-handle-process-file): Call the program in a subshell, in
2673 order to preserve working directory.
2674 (tramp-action-password): Hide password prompt before next run.
2675 (tramp-process-actions): Widen connection buffer for the trace.
2676
2677 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2678
2679 * net/rcirc.el (rcirc-log-process-buffers): New option.
2680 (rcirc-print): Use it.
2681 (rcirc-generate-log-filename): New function.
2682 (rcirc-log-filename-function): Change default to
2683 rcirc-generate-log-filename (Bug#6828).
2684
2685 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
2686
2687 * simple.el (deactivate-mark): If select-active-regions is `only',
2688 only set selection for temporarily active regions.
2689
2690 * cus-start.el: Change defcustom for select-active-regions.
2691
2692 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
2693
2694 * mouse.el (mouse--drag-set-mark-and-point): New function.
2695 (mouse-drag-track): Use LOCATION arg to push-mark.
2696 Use mouse--drag-set-mark-and-point to take click-count into
2697 consideration when updating point and mark (Bug#6840).
2698
2699 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
2700
2701 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2702 Give the Ruby rule a lower priority than Gnu (Bug#6778).
2703
2704 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
2705
2706 * font-lock.el (lisp-font-lock-keywords-2):
2707 Add combine-after-change-calls, condition-case-no-debug,
2708 with-demoted-errors, and with-silent-modifications (Bug#6025).
2709
2710 2010-08-14 Kevin Ryde <user42@zip.com.au>
2711
2712 * emacs-lisp/copyright.el (copyright-update-year)
2713 (copyright-update): Temporary switch-to-buffer to ensure the
2714 buffer change being queried is visible (Bug#5394).
2715
2716 2010-08-14 Tom Tromey <tromey@redhat.com>
2717
2718 * progmodes/etags.el (tags-file-name): Mark safe if stringp
2719 (Bug#6733).
2720
2721 2010-08-14 Eli Zaretskii <eliz@gnu.org>
2722
2723 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
2724 MS-DOS. (Bug#6689)
2725
2726 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
2727
2728 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
2729 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
2730 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
2731 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
2732 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
2733 Call menu-bar-set-tool-bar-position.
2734
2735 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2736
2737 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
2738 comment style (bug#6834).
2739 * progmodes/scheme.el (scheme-mode-syntax-table):
2740 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
2741 "b" flag in "' 14b" syntax.
2742
2743 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
2744 for (un)commenting the region and performing completion.
2745 (octave-mode-menu): Use standard commands for help and completion.
2746 (octave-mode-syntax-table): Support %{..%} comments (sort of).
2747 (octave-mode): Use define-derived-mode.
2748 Set completion-at-point-functions and don't set columns.
2749 Don't disable adaptive-fill-regexp.
2750 (octave-describe-major-mode, octave-comment-region)
2751 (octave-uncomment-region, octave-comment-indent)
2752 (octave-indent-for-comment): Remove.
2753 (octave-indent-calculate): Rename from calculate-octave-indent.
2754 (octave-indent-line, octave-fill-paragraph): Update caller.
2755 (octave-initialize-completions): No need to make an alist.
2756 (octave-completion-at-point-function): New function.
2757 (octave-complete-symbol): Use it.
2758 (octave-insert-defun): Use define-skeleton.
2759
2760 * progmodes/octave-mod.el (octave-mode): Set comment-add.
2761 (octave-mode-map): Use comment-dwim (bug#6829).
2762
2763 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
2764
2765 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
2766 indentation of inserted comment.
2767
2768 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
2769
2770 * faces.el (region): Add type gtk that uses gtk colors.
2771
2772 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
2773 Handle theme-name change.
2774
2775 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
2776
2777 * progmodes/sql.el: Version 2.5
2778 (sql-product-alist): Add :prompt-cont-regexp property for several
2779 database products.
2780 (sql-prompt-cont-regexp): New variable.
2781 (sql-output-newline-count, sql-output-by-send):
2782 New variables. Record number of newlines in input text.
2783 (sql-send-string): Handle multiple filters and count newlines.
2784 (sql-send-magic-terminator): Count terminator newline.
2785 (sql-interactive-remove-continuation-prompt): Filters output to
2786 remove continuation prompts; one for each newline.
2787 (sql-interactive-mode): Set up new variables, prompt regexp and
2788 output filter.
2789 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
2790 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
2791
2792 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2793
2794 * emacs-lisp/pcase.el: New file.
2795
2796 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
2797
2798 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
2799 as here-document, otherwise the command could exceed maximum
2800 length of command line.
2801 (tramp-handle-vc-registered): Call script accordingly.
2802 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
2803
2804 2010-08-10 Kenichi Handa <handa@m17n.org>
2805
2806 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
2807 composable pattern.
2808
2809 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
2810
2811 * emacs-lisp/package.el (package-version-split)
2812 (package--version-first-nonzero, package-version-compare):
2813 Functions removed.
2814 (package-directory-list, package-load-all-descriptors)
2815 (package--built-in, package-activate, define-package)
2816 (package-installed-p, package-compute-transaction)
2817 (package-read-all-archive-contents)
2818 (package--add-to-archive-contents, package-buffer-info)
2819 (package-tar-file-info, package-list-packages-internal):
2820 Use version-to-list and version-list-*.
2821
2822 * emacs-lisp/package-x.el (package-upload-buffer-internal):
2823 Use version-to-list.
2824 (package-upload-buffer-internal): Use version-list-<=.
2825
2826 2010-08-09 Kenichi Handa <handa@m17n.org>
2827
2828 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
2829 composable pattern.
2830
2831 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
2832
2833 * tutorial.el (tutorial--default-keys): C-d is now bound to
2834 delete-forward-char (Bug#6826).
2835
2836 * mouse.el (mouse-drag-track): Remove accidentally-removed check
2837 for `double' value of mouse-1-click-follows-link (Bug#6807).
2838
2839 2010-08-08 Johan Bockgård <bojohan@gnu.org>
2840
2841 * replace.el (replace-highlight): Bind isearch-forward and
2842 isearch-error, ensuring that highlighting is updated if the user
2843 switches the search direction (Bug#6808).
2844
2845 * isearch.el (isearch-lazy-highlight-forward): New var.
2846 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2847 (isearch-lazy-highlight-update): Use it.
2848
2849 2010-08-08 Kenichi Handa <handa@m17n.org>
2850
2851 * international/mule.el (define-charset): Store NAME as :base property.
2852 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
2853 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
2854 current priority. Force using the designation of the specific
2855 charset by adding `charset' text property. Improve the whole algorithm.
2856
2857 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2858
2859 * emulation/pc-select.el (pc-selection-mode-hook)
2860 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
2861 (pc-selection-mode): Fix typos in docstrings.
2862
2863 2010-08-08 Kenichi Handa <handa@m17n.org>
2864
2865 * language/cyrillic.el: Don't add "microsoft-cp1251" to
2866 ctext-non-standard-encodings-alist here.
2867
2868 * international/mule.el (ctext-non-standard-encodings-alist):
2869 Add "koi8-r" and "microsoft-cp1251".
2870 (ctext-standard-encodings): New variable.
2871 (ctext-non-standard-encodings-table): List only elements for
2872 non-standard encodings.
2873 (ctext-pre-write-conversion): Adjust for the above change.
2874 Check ctext-standard-encodings.
2875
2876 * international/mule-conf.el (compound-text): Doc fix.
2877 (ctext-no-compositions): Doc fix.
2878 (compound-text-with-extensions): Doc fix.
2879
2880 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2881
2882 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
2883
2884 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2885
2886 * progmodes/which-func.el (which-func-format): Split help-echo text
2887 into lines, like other mode-line tooltips.
2888
2889 * server.el (server-start): When using TCP sockets, force IPv4
2890 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
2891
2892 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2893
2894 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
2895
2896 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2897
2898 * term.el (term-delimiter-argument-list): Reflow docstring.
2899 (term-read-input-ring, term-write-input-ring, term-send-input)
2900 (term-bol, term-erase-in-display, serial-supported-or-barf):
2901 Fix typos in docstrings.
2902
2903 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2904
2905 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
2906
2907 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2908
2909 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
2910
2911 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
2912
2913 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
2914 Fix typo in docstring (bug#6747).
2915
2916 2010-08-08 Leo <sdl.web@gmail.com>
2917
2918 * eshell/esh-io.el (eshell-get-target): Better detection of
2919 read-only file (Bug#6762).
2920
2921 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2922
2923 * align.el (align-default-spacing): Doc fix.
2924 (align-region-heuristic, align-regexp): Fix typos in docstrings.
2925
2926 2010-08-08 Stephen Peters <speters@itasoftware.com>
2927
2928 * calendar/icalendar.el
2929 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
2930 (icalendar--get-weekday-numbers): New.
2931 (icalendar--convert-recurring-to-diary): Handle multiple byday
2932 values in weekly rules. (Bug#6766)
2933
2934 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
2935
2936 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
2937 (icalendar--create-uid, icalendar-export-region)
2938 (icalendar--parse-summary-and-rest): Code formatting.
2939
2940 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2941
2942 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
2943 to italicize headers.
2944 (calc-highlight-selections-with-faces): New variable.
2945 (calc-selected-face, calc-nonselected-face): New faces.
2946
2947 * calc/calccomp.el (math-comp-highlight-string): Use
2948 `calc-highlight-selections-with-faces' to determine how to highlight
2949 sub-formulas.
2950
2951 * calc/calc-sel.el (calc-show-selections): Change message to when
2952 using faces to highlight selections.
2953
2954 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
2955
2956 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
2957 Add SQLite 3 keywords, functions and datatypes.
2958 (sql-interactive-mode): Remove `comint-process-echoes' set to t
2959 (Bug#6686).
2960
2961 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
2962
2963 * simple.el (select-active-regions): Move to keyboard.c.
2964 (deactivate-mark): Used saved-region-selection.
2965 (select-active-region): Function removed.
2966 (activate-mark, set-mark, push-mark-command)
2967 (handle-shift-selection): Don't call it.
2968 (keyboard-quit): Avoid adding the region to the window selection.
2969
2970 * mouse.el (mouse-drag-track): Remove hacks to deal with old
2971 select-active-regions implementation.
2972 (mouse-yank-at-click): Doc fix.
2973
2974 * cus-start.el: Add custom declaration for select-active-regions.
2975
2976 2010-08-07 Eli Zaretskii <eliz@gnu.org>
2977
2978 * simple.el (delete-forward-char): Doc fix.
2979
2980 * tutorial.el (help-with-tutorial): Hack safe file-local variables
2981 after reading the tutorial.
2982
2983 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
2984
2985 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
2986 for the case that a C style comment has its delimiters alone on
2987 their respective lines.
2988
2989 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
2990
2991 * net/tramp.el (tramp-handle-start-file-process): Set connection
2992 property "vec".
2993 (tramp-process-sentinel): Use it for flushing the cache. We
2994 cannot do it via the process buffer, the buffer could be deleted
2995 already when running the sentinel.
2996
2997 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
2998
2999 * comint.el (comint-mode): Make directory tracking functions
3000 functional on remote files. (Bug#6764)
3001
3002 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
3003
3004 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
3005
3006 2010-08-05 Eli Zaretskii <eliz@gnu.org>
3007
3008 * emacs-lisp/find-gc.el (find-gc-source-files): Rename
3009 unexec.c => unexcoff.c.
3010
3011 * emacs-lisp/authors.el (authors-fixed-entries): Rename
3012 unexec.c => unexcoff.c.
3013
3014 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
3015
3016 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
3017 cache, not only file cache.
3018 (tramp-process-sentinel): New defun.
3019 (tramp-handle-start-file-process): Use it, in order to invalidate
3020 file caches.
3021
3022 2010-08-03 Leo <sdl.web@gmail.com>
3023
3024 * server.el (server-start): Simplify loop.
3025
3026 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
3027
3028 * frame.el (screen-height, screen-width, set-screen-width)
3029 (set-screen-height): Remove ancient compatibility aliases.
3030
3031 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
3032 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
3033
3034 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
3035 that change current buffer.
3036
3037 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3038
3039 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
3040 beginning of the string. Use `string-match-p'. (Bug#6765)
3041
3042 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
3043
3044 * cus-start.el (x-gtk-use-system-tooltips): New variable.
3045
3046 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
3047
3048 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
3049 (package--builtins): Tweak descriptions.
3050 (package-print-package): Upcase descriptions if necessary.
3051 Show all built-in packages in font-lock-builtin-face.
3052 (package-list-packages-internal): Omit "emacs" package.
3053 Show status of built-in packages as "built-in".
3054
3055 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
3056
3057 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
3058 before killing to preserve the primary selection (Bug#6701).
3059
3060 * term/x-win.el (x-select-text): Doc fix.
3061
3062 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
3063
3064 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
3065 The following functions were modified or created:
3066
3067 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
3068 (objc-font-lock-extra-types):
3069 * progmodes/cc-mode.el (c-basic-common-init):
3070 * progmodes/cc-langs.el (c-make-mode-syntax-table)
3071 (c++-make-template-syntax-table)
3072 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
3073 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
3074 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
3075 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
3076 * progmodes/cc-fonts.el (c-make-inverse-face)
3077 (c-basic-matchers-after):
3078 * progmodes/cc-engine.el (c-forward-keyword-clause)
3079 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
3080 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
3081 (c-guess-continued-construct, c-guess-basic-syntax):
3082
3083 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
3084
3085 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
3086
3087 2010-07-31 Eli Zaretskii <eliz@gnu.org>
3088
3089 * files.el (bidi-paragraph-direction): Define safe local values.
3090
3091 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
3092 language-info-alist. Remove outdated FIXME in a comment.
3093
3094 2010-07-31 Alan Mackenzie <acm@muc.de>
3095
3096 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
3097 Auto-fill broken in C/C++ modes.
3098
3099 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
3100
3101 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
3102 (menu-bar-showhide-tool-bar-menu-customize-disable)
3103 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
3104 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
3105 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
3106 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
3107 make a menu for Options => toolbar that can move it.
3108
3109 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
3110
3111 * emacs-lisp/package-x.el (package--make-rss-entry):
3112 (package-maint-add-news-item, package--update-news)
3113 (package-upload-buffer-internal): New arg ARCHIVE-URL.
3114
3115 * emacs-lisp/package.el (package-archive-url): Rename from
3116 package-archive-id.
3117 (package-install): Doc fix.
3118 (package-download-single, package-download-tar, package-install)
3119 (package-menu-view-commentary): Callers changed.
3120
3121 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
3122
3123 * net/tramp.el (tramp-handle-start-file-process): Check only for
3124 `remote-tty' process property.
3125 (tramp-open-shell): Don't check for tty.
3126 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
3127 process property.
3128
3129 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
3130 host.
3131
3132 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
3133
3134 * emacs-lisp/package.el (package-load-list, package-archives)
3135 (package-archive-contents, package-user-dir)
3136 (package-directory-list, package--builtins, package-alist)
3137 (package-activated-list, package-obsolete-alist): Mark as risky.
3138
3139 2010-07-28 Phil Hagelberg <phil@evri.com>
3140
3141 Add support for non-default package repositories.
3142 * emacs-lisp/package.el (package-archive-base): Var deleted.
3143 (package-archives): New variable.
3144 (package-archive-contents): Doc fix.
3145 (package-load-descriptor): Do nothing if descriptor file is missing.
3146 (package--write-file-no-coding): New function.
3147 (package-unpack-single): Use it.
3148 (package-archive-id): New function.
3149 (package-download-single, package-download-tar)
3150 (package-menu-view-commentary): Use it.
3151 (package-installed-p): Make second argument optional.
3152 (package-read-all-archive-contents): New function.
3153 (package-initialize): Use it.
3154 (package-read-archive-contents): Add ARCHIVE argument.
3155 (package--add-to-archive-contents): New function.
3156 (package-install): Don't call package-read-archive-contents.
3157 (package--download-one-archive): Store archive file in a
3158 subdirectory of package-user-dir.
3159 (package-menu-execute): Remove spurious line movement.
3160
3161 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
3162
3163 * cus-start.el (tool-bar-style): Add text-image-horiz.
3164
3165 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
3166
3167 * progmodes/gud.el (gud-common-init): Check for remoteness of
3168 `file', and not of `default-directory'.
3169
3170 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
3171
3172 * net/tramp.el (tramp-methods): Move hostname to the end in all
3173 ssh `tramp-login-args'.
3174 (tramp-verbose): Describe verbose level 9.
3175 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
3176 (tramp-open-connection-setup-interactive-shell): Trace stty
3177 settings if `tramp-verbose' >= 9.
3178 (tramp-handle-start-file-process): Implement tty setting.
3179 (Bug#4604, Bug#6360)
3180
3181 * net/tramp-cmds.el (tramp-bug): Recommend setting of
3182 `tramp-verbose' to 9.
3183
3184 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
3185
3186 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
3187 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
3188 Remove references to package `lisp-re' (bug#4369).
3189
3190 2010-07-27 Tom Tromey <tromey@redhat.com>
3191
3192 * progmodes/js.el (js-mode):
3193 * progmodes/make-mode.el (makefile-mode):
3194 * progmodes/simula.el (simula-mode):
3195 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
3196
3197 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
3198
3199 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
3200
3201 * time.el (display-time-day-and-date): Remove spurious * in docstring.
3202 (display-time-world-buffer-name, display-time-world-mode-map):
3203 Fix typos in docstrings.
3204
3205 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
3206
3207 * image-mode.el (image-display-size): New function.
3208 (image-forward-hscroll, image-next-line, image-eol, image-eob)
3209 (image-mode-fit-frame): Use it (Bug#6639).
3210
3211 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
3212
3213 * dired.el (dired-buffers-for-dir): Handle list values of
3214 dired-directory (Bug#6636).
3215
3216 2010-07-26 Sam Steingold <sds@gnu.org>
3217
3218 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
3219 Do not call `x-get-selection' the second time, reuse the value.
3220
3221 2010-07-26 Daiki Ueno <ueno@unixuser.org>
3222
3223 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
3224 which consist of control chars only. Suggested by Richard Stallman.
3225
3226 2010-07-25 Daiki Ueno <ueno@unixuser.org>
3227
3228 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
3229 exists before passing an error to find-file-not-found-functions
3230 (bug#6723).
3231
3232 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
3233
3234 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
3235 Remove leading nil element, adjust values.
3236 (tetris-shapes, tetris-shape-scores):
3237 Change representation of shapes and remove some redundancy.
3238 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
3239 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
3240 Adjust for working with new representation of shapes.
3241 (tetris-shape-rotations): New function.
3242 (tetris-move-bottom, tetris-move-left, tetris-move-right)
3243 (tetris-rotate-prev, tetris-rotate-next):
3244 Adjust for working with the new version of tetris-test-shape.
3245
3246 2010-07-23 Markus Triska <markus.triska@gmx.at>
3247
3248 * progmodes/ps-mode.el: Use comint (bug#5954).
3249 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
3250 (ps-mode-other-newline): Simplify.
3251 (ps-run-mode): Derive from comint-mode instead of
3252 fundamental-mode, yielding input history etc.
3253 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
3254 (ps-run-send-string): Adapt for comint-mode.
3255 (ps-run-newline): Remove now unneeded function.
3256
3257 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
3258
3259 * net/tramp.el (tramp-methods): Move hostname to the end in all
3260 plink `tramp-login-args'.
3261
3262 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
3263
3264 * net/tramp.el (tramp-open-shell): New defun.
3265 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3266 Use it.
3267
3268 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
3269
3270 * net/tramp.el (tramp-file-name-regexp-unified)
3271 (tramp-completion-file-name-regexp-unified): On W32 systems, do
3272 not regard the volume letter as remote filename. (Bug#5447)
3273
3274 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
3275
3276 * custom.el (custom-declare-variable): Give a clearer error message
3277 when the docstring is missing (bug#6476).
3278
3279 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
3280
3281 * progmodes/sql.el: Version 2.4. Improved Login prompting.
3282 (sql-login-params): New widget definition.
3283 (sql-oracle-login-params, sql-mysql-login-params)
3284 (sql-solid-login-params, sql-sybase-login-params)
3285 (sql-informix-login-params, sql-ingres-login-params)
3286 (sql-ms-login-params, sql-postgres-login-params)
3287 (sql-interbase-login-params, sql-db2-login-params)
3288 (sql-linter-login-params): Use it.
3289 (sql-sqlite-login-params): Use it; Define "database" parameter as
3290 a file name.
3291 (sql-sqlite-program): Change to "sqlite3".
3292 (sql-comint-sqlite): Make sure database name is complete.
3293 (sql-for-each-login): New function.
3294 (sql-connect, sql-save-connection): Use it.
3295 (sql-get-login-ext): New function.
3296 (sql-get-login): Use it.
3297 (sql-make-alternate-buffer-name): Handle :file parameters.
3298
3299 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
3300
3301 * dired.el (dired-no-confirm): Document value t and fix defcustom to
3302 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
3303
3304 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
3305
3306 * dired.el (dired-mode-map): Use command remapping (bug#6632).
3307
3308 2010-07-22 Lawrence Mitchell <wence@gmx.li>
3309
3310 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
3311
3312 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
3313
3314 * net/tramp.el (tramp-get-ls-command)
3315 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
3316 instead of "/".
3317
3318 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
3319
3320 * progmodes/sql.el: Version 2.3.
3321 (sql-connection-alist): Changed keys from symbols to strings;
3322 enhanced the widget definition.
3323 (sql-mode-menu): Added submenu to select connections.
3324 (sql-interactive-mode-menu): Added "Save Connection" item.
3325 (sql-add-product): Fixed menu item.
3326 (sql-get-product-feature): Improved error handling.
3327 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
3328 (sql-make-alternate-buffer-name): Simplified.
3329 (sql-product-interactive): Handle missing product.
3330 (sql-connect): Support string keys, minor improvements.
3331 (sql-save-connection): New function.
3332 (sql-connection-menu-filter): New function.
3333
3334 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
3335
3336 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
3337 (tramp-open-connection-setup-interactive-shell): Apply
3338 workaround for IRIX64 bug. Move argument of last
3339 `tramp-send-command' where it belongs to.
3340
3341 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
3342
3343 * net/tramp.el (tramp-perl-file-attributes)
3344 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
3345 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
3346 front of `login-args'.
3347
3348 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
3349
3350 * time.el (display-time-world-mode): Define with `define-derived-mode'.
3351 Set `show-trailing-whitespace' to nil.
3352 (display-time-world-display): Simplify.
3353
3354 2010-07-18 Alan Mackenzie <acm@muc.de>
3355
3356 Enhance `c-file-style' in file/directory local variables.
3357 * progmodes/cc-mode.el (c-count-cfss): New function.
3358 (c-before-hack-hook): Call `c-set-style' differently according to
3359 whether c-file-style was set in file or directory local
3360 variables.
3361
3362 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
3363
3364 * progmodes/sql.el: Version 2.2.
3365 (sql-product, sql-user, sql-database, sql-server, sql-port): Use
3366 defcustom :safe keyword rather than putting safe-local-variable
3367 property.
3368 (sql-password): Use defcustom :risky keyword rather than putting
3369 risky-local-variable property.
3370 (sql-oracle-login-params, sql-sqlite-login-params)
3371 (sql-solid-login-params, sql-sybase-login-params)
3372 (sql-informix-login-params, sql-ingres-login-params)
3373 (sql-ms-login-params, sql-postgres-login-params)
3374 (sql-interbase-login-params, sql-db2-login-params)
3375 (sql-linter-login-params): Add `port' option.
3376 (sql-get-product-feature): Added NO-INDIRECT parameter.
3377 (sql-comint-oracle, sql-comint-sybase)
3378 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
3379 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
3380 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
3381 (sql-comint-linter): Renamed sql-connect-* functions to
3382 sql-comint-*.
3383 (sql-product-alist, sql-mode-menu): Renamed as above and
3384 :sqli-connect-func to :sqli-comint-func.
3385 (sql-connection): New variable.
3386 (sql-interactive-mode): Set it.
3387 (sql-connection-alist): New variable.
3388 (sql-connect): New function.
3389 (sql--alt-buffer-part, sql--alt-if-not-empty)
3390 (sql-make-alternate-buffer-name): Improved alternative buffer name.
3391
3392 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3393
3394 * image-mode.el (image-bookmark-make-record): Do not set context
3395 in an image (Bug#6650).
3396
3397 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
3398
3399 * simple.el (select-active-region): New function.
3400 (push-mark-command, set-mark, activate-mark)
3401 (handle-shift-selection): Use it.
3402 (deactivate-mark): Don't check for size of region.
3403
3404 * mouse.el (mouse-drag-track): Use select-active-region.
3405
3406 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
3407
3408 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
3409 "--dired" stronger.
3410
3411 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
3412
3413 * term/x-win.el (x-select-enable-primary): Change default to nil.
3414 (x-select-enable-clipboard): Add :version keyword.
3415
3416 * mouse.el (mouse-drag-copy-region):
3417 * simple.el (select-active-regions): Likewise.
3418
3419 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
3420
3421 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
3422 (vc-coding-system-for-diff): Use it to decide whether to inherit
3423 from the file the EOL format for reading the diffs of that file.
3424 (Bug#4451)
3425
3426 2010-07-16 Eli Zaretskii <eliz@gnu.org>
3427
3428 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
3429 unibyte, so compressed attachments are not compressed again.
3430
3431 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
3432
3433 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
3434 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
3435 (tramp-find-shell): Simplify setting connection property.
3436 (tramp-get-ls-command): Make test for "--color=never" stronger.
3437
3438 2010-07-15 Simon South <ssouth@member.fsf.org>
3439
3440 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
3441 blocks within record declarations (i.e. variant parts) correctly.
3442
3443 2010-07-15 Simon South <ssouth@member.fsf.org>
3444
3445 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
3446 over literal tokens when parsing so newlines aren't "absorbed" by
3447 single-line comments. Corrects the indentation of case blocks
3448 that have a comment on the first line.
3449
3450 2010-07-14 Karl Fogel <kfogel@red-bean.com>
3451
3452 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
3453 by Drew Adams (Bug#5504).
3454
3455 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
3456
3457 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
3458 now that Unicode is used (Bug#6594).
3459
3460 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
3461
3462 * term/x-win.el (x-select-enable-clipboard): Default to t.
3463 (x-initialize-window-system): Don't overwrite Paste menu item.
3464
3465 * simple.el (select-active-regions): Default to t.
3466 (push-mark-command): Don't overwrite primary with empty string.
3467
3468 * mouse.el: Bind mouse-2 to mouse-yank-primary.
3469 (mouse-drag-copy-region): Default to nil.
3470
3471 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
3472 Cut/Copy/Paste menu bar items.
3473
3474 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3475
3476 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3477 Patch applied by Karl Fogel.
3478
3479 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
3480 and `bookmark-current-buffer' if they have been already set in
3481 another buffer (e.g gnus-art).
3482
3483 2010-07-13 Karl Fogel <kfogel@red-bean.com>
3484 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3485
3486 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
3487
3488 * bookmark.el (bookmark-make-record-default): Allow unneeded
3489 information to be omitted from the record.
3490
3491 Adjust declarations and calls:
3492
3493 * info.el (bookmark-make-record-default): Adjust declaration.
3494 (Info-bookmark-make-record): Adjust call.
3495
3496 * woman.el (bookmark-make-record-default): Adjust declaration.
3497 (woman-bookmark-make-record): Adjust call.
3498
3499 * man.el (bookmark-make-record-default): Adjust declaration.
3500 (Man-bookmark-make-record): Adjust call.
3501
3502 * image-mode.el (bookmark-make-record-default): Adjust declaration.
3503
3504 * doc-view.el (bookmark-make-record-default): Adjust declaration.
3505
3506 2010-07-13 Karl Fogel <kfogel@red-bean.com>
3507
3508 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
3509 This is also from Thierry Volpiatto's patch in bug #6444. However,
3510 because it was extraneous to the functional change in that patch,
3511 and causes a re-indendation, I am committing it separately.
3512
3513 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3514
3515 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
3516 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
3517 Patch applied by Karl Fogel (Bug#6444).
3518
3519 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
3520
3521 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
3522
3523 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
3524
3525 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
3526 Dempsky; bug#5084). Remove incorrect binding for S-tab.
3527 (ns-alternatives-map): Change S-tab binding to backtab
3528 (bug#6616).
3529
3530 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
3531 under ns.
3532
3533 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
3534
3535 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
3536 (Bug#5806)
3537
3538 * language/tv-util.el (tai-viet-re): Remove format.
3539
3540 2010-07-12 Kenichi Handa <handa@m17n.org>
3541
3542 * language/hebrew.el: Remove no-byte-compile declaration.
3543 Change coding: tag to utf-8. Register hebrew-shape-gstring in
3544 composition-function-table for 3-character looking back.
3545 (hebrew-font-get-precomposed): New function.
3546 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
3547
3548 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
3549
3550 * mouse.el (mouse-drag-track): Handle select-active-regions
3551 (Bug#6612).
3552
3553 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
3554
3555 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
3556 empty argument to gvfs-copy.
3557
3558 2010-07-10 Glenn Morris <rgm@gnu.org>
3559
3560 * calendar/calendar.el (calendar-week-end-day): New function.
3561 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
3562 Respect calendar-week-start-day. (Bug#6606)
3563 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
3564 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
3565 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
3566 respect calendar-week-start-day.
3567
3568 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
3569
3570 * simple.el (use-region-p): Doc fix (Bug#6607).
3571
3572 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
3573
3574 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
3575 regexps for cucumber and ruby.
3576
3577 2010-07-08 Daiki Ueno <ueno@unixuser.org>
3578
3579 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
3580 (epa-file-insert-file-contents): Hack to prevent
3581 find-file from opening empty buffer when decryption failed
3582 (bug#6568).
3583
3584 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
3585
3586 * textmodes/ispell.el (ispell-alternate-dictionary):
3587 Use file-readable-p.
3588 Return nil if no word-list is found at default locations.
3589 (ispell-complete-word-dict): Default to nil.
3590 (ispell-command-loop): Use 'word-list' when using lookup-words.
3591 (lookup-words): Use ispell-complete-word-dict or
3592 ispell-alternate-dictionary. Check for word-list availability
3593 and handle errors if needed with better messages (Bug#6539).
3594 (ispell-complete-word): Use ispell-complete-word-dict or
3595 ispell-alternate-dictionary.
3596
3597 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
3598
3599 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
3600 builtins (BufferError, BytesWarning, WindowsError; callables
3601 bin, bytearray, bytes, format, memoryview, next, print; __package__).
3602
3603 2010-07-07 Glenn Morris <rgm@gnu.org>
3604
3605 * play/zone.el (top-level): Do not require timer, tabify, or cl.
3606 (zone-shift-left): Ignore intangibility, and any errors from
3607 forward-char.
3608 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
3609 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
3610 deleting, and copying text properties.
3611 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
3612 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
3613 to point-max is hard.
3614 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
3615 (zone-fill-out-screen): Ignore intangibility.
3616
3617 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
3618
3619 * menu-bar.el (menu-bar-mode):
3620 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
3621 if it has been set.
3622
3623 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
3624 word/line selection (Bug#6565).
3625
3626 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
3627
3628 * net/dbus.el (dbus-send-signal): Declare function.
3629
3630 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
3631
3632 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
3633 (dbus-register-property): New optional argument EMITS-SIGNAL.
3634 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
3635
3636 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
3637
3638 * mouse.el (mouse-drag-overlay): Variable deleted.
3639 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
3640 (mouse--remap-link-click-p): New function.
3641 (mouse-drag-track): Handle dragging by using temporary Transient
3642 Mark mode, instead of a special overlay.
3643 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
3644 mouse-show-mark.
3645
3646 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
3647 deleted.
3648
3649 2010-07-02 Juri Linkov <juri@jurta.org>
3650
3651 * autoinsert.el (auto-insert-alist): Fix readability
3652 by using dotted pair notation for lambda.
3653
3654 2010-07-02 Juri Linkov <juri@jurta.org>
3655
3656 * faces.el (read-face-name): Rename arg `string-describing-default'
3657 to `default'. Doc fix. Display the default value in quotes
3658 in the prompt. With empty input, return the `default' arg,
3659 unless the default value is a string (in which case return nil).
3660 (describe-face): Replace the string `default' arg of `read-face-name'
3661 with the symbol `default'.
3662
3663 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
3664
3665 * emulation/viper-cmd.el (viper-delete-backward-char)
3666 (viper-del-backward-char-in-insert)
3667 (viper-del-backward-char-in-replace, viper-change)
3668 (viper-backward-indent): Replace delete-backward-char with
3669 delete-char (Bug#6552).
3670
3671 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
3672
3673 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
3674
3675 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3676
3677 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
3678 argument passed to frame-creation-function (Bug#5378).
3679
3680 * faces.el (x-handle-named-frame-geometry)
3681 (x-handle-reverse-video, x-create-frame-with-faces)
3682 (face-set-after-frame-default, tty-create-frame-with-faces): Don't
3683 separately consult default-frame-alist. It is now passed as the
3684 PARAMETER argument.
3685
3686 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
3687
3688 * startup.el (command-line): Don't call tool-bar-setup in a
3689 tty-only build.
3690
3691 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3692
3693 * ruler-mode.el (ruler--save-header-line-format): New fun.
3694 (ruler-mode): Use it as a setter function, so as not to overwrite
3695 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
3696
3697 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
3698
3699 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
3700 (vc-root-diff, vc-print-root-log, vc-log-incoming)
3701 (vc-log-outgoing): Use it.
3702 (vc-diff-internal): Set diff-vc-backend.
3703
3704 * vc/diff-mode.el (diff-vc-backend): New var.
3705
3706 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
3707
3708 * dynamic-setting.el (font-setting-change-default-font): Remove
3709 call to message.
3710
3711 2010-06-28 Kenichi Handa <handa@m17n.org>
3712
3713 * international/quail.el (quail-insert-kbd-layout): Fix the
3714 showing of untranslated characters.
3715
3716 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
3717
3718 * simple.el (delete-active-region): New option.
3719 (delete-backward-char): Implement in Lisp.
3720 (delete-forward-char): New command.
3721
3722 * mouse.el (mouse-region-delete-keys): Deleted.
3723 (mouse-show-mark): Simplify.
3724
3725 * bindings.el (global-map): Bind delete and DEL, the former to
3726 delete-forward-char.
3727
3728 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
3729
3730 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
3731 (ruby-mode): Bind indent-line-function (Bug#5119).
3732
3733 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
3734
3735 * startup.el (command-line): Recognize "0" X resource value.
3736
3737 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
3738
3739 * startup.el (command-line): Use X resources to set the value of
3740 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
3741
3742 * menu-bar.el (menu-bar-mode):
3743 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
3744 Set init-value to t.
3745
3746 * frame.el (frame-notice-user-settings): Don't change
3747 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
3748 vice versa (Bug#2249).
3749
3750 2010-06-26 Eli Zaretskii <eliz@gnu.org>
3751
3752 * w32-fns.el (w32-convert-standard-filename): Doc fix.
3753
3754 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
3755
3756 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
3757 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
3758
3759 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
3760 default directories are expanded (Bug#6143).
3761
3762 2010-06-24 Juri Linkov <juri@jurta.org>
3763
3764 * minibuffer.el (completions-format): Change default from nil to
3765 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
3766
3767 2010-06-24 Juri Linkov <juri@jurta.org>
3768
3769 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
3770 buffer-locally to lambda that re-runs the vc diff command.
3771 (Bug#6447)
3772
3773 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
3774
3775 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
3776 echo area is in use (Bug#3412).
3777
3778 2010-06-22 Glenn Morris <rgm@gnu.org>
3779
3780 * textmodes/texinfmt.el (texinfo-format-region)
3781 (texinfo-raise-lower-sections, texinfo-format-separate-node)
3782 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
3783 (texinfo-format-option, texinfo-noindent):
3784 Use line-beginning-position and line-end-position.
3785
3786 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
3787 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
3788 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
3789 utf-8 characters.
3790
3791 2010-06-21 Karl Fogel <kfogel@red-bean.com>
3792
3793 * play/zone.el (zone-fall-through-ws): Fix next-line ->
3794 forward-line fallout.
3795
3796 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
3797
3798 * mouse.el (mouse-appearance-menu): Add docstring.
3799
3800 * help.el (describe-key): Print up-event using key-description.
3801
3802 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
3803
3804 * net/zeroconf.el (zeroconf-resolve-service)
3805 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
3806 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
3807
3808 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
3809
3810 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
3811
3812 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
3813
3814 Avoid displaying files with a nil state in vc-dir.
3815 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
3816 cases that cause insertion.
3817 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
3818 with a nil state.
3819
3820 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3821
3822 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
3823
3824 2010-06-29 Leo <sdl.web@gmail.com>
3825
3826 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
3827
3828 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
3829
3830 * generic-x.el (bat-generic-mode): Fix regexp for command line
3831 switches (Bug#5719).
3832
3833 2010-06-27 Masatake YAMATO <yamato@redhat.com>
3834
3835 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
3836 of nconc to avoid pure storage error (Bug#6239).
3837
3838 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
3839
3840 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3841 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
3842 bindings of bookmark-automatically-show-annotations (Bug#6515).
3843
3844 2010-06-25 Eli Zaretskii <eliz@gnu.org>
3845
3846 * arc-mode.el (archive-zip-extract): Don't quote the file name on
3847 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
3848
3849 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
3850
3851 * comint.el (make-comint, make-comint-in-buffer): Mention return
3852 value in the docstrings. (Bug#6498)
3853
3854 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
3855
3856 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
3857 since it is not present when using some non-default switches.
3858
3859 2010-06-23 Karl Fogel <kfogel@red-bean.com>
3860
3861 * simple.el (compose-mail): Fix doc string to refer to
3862 `compose-mail-user-agent-warnings', instead of to the
3863 nonexistent `compose-mail-check-user-agent'.
3864
3865 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
3866
3867 Fix an indentation bug:
3868
3869 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
3870 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
3871 of existing values.
3872
3873 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
3874 (c-clear->-pair-props-if-match-before): now return t when they've
3875 cleared properties, nil otherwise.
3876 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
3877 by taking account of the existing value.
3878
3879 * progmodes/cc-defs.el
3880 (c-clear-char-property-with-value-function): Fix this to clear the
3881 property rather than overwriting it with nil.
3882
3883 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
3884
3885 * emacs-lisp/package.el (package-print-package): Add link to
3886 package description via describe-package.
3887 (describe-package-1): List package requirements. Add button to
3888 perform installation.
3889 (package-menu-describe-package): New command.
3890
3891 * help-mode.el (help-package): New button type.
3892
3893 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
3894
3895 * emacs-lisp/package.el: Move package-list-packages binding to
3896 menu-bar.el.
3897 (describe-package, describe-package-1, package--dir): New funs.
3898 (package-activate-1): Use package--dir.
3899
3900 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
3901
3902 * help-mode.el (help-package-def): New button type.
3903
3904 * menu-bar.el: Move package-list-packages binding here from
3905 package.el.
3906
3907 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
3908
3909 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
3910
3911 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3912
3913 * emacs-lisp/edebug.el (edebug-read-list):
3914 Phase out old-style backquotes.
3915
3916 2010-06-17 Juri Linkov <juri@jurta.org>
3917
3918 * help-mode.el (help-mode): Set buffer-local variable
3919 revert-buffer-function to help-mode-revert-buffer.
3920 (help-mode-revert-buffer): New function.
3921
3922 * info.el (Info-revert-find-node): Check for major-mode Info-mode
3923 before popping to "*info*" (like in other Info functions).
3924 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
3925 old-history-forward. Pop to old-buffer-name or "*info*" to
3926 recreate the killed buffer. Set Info-history-forward from
3927 old-history-forward.
3928 (Info-breadcrumbs-depth): Add :group and :version.
3929
3930 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
3931
3932 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
3933
3934 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
3935
3936 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
3937 for languages like Portuguese with pt_{BR,PT} and no plain pt.
3938
3939 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
3940
3941 * emacs-lisp/package.el (package-menu-mode-map):
3942 Move initialization into declaration.
3943
3944 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
3945
3946 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
3947
3948 * emacs-lisp/package.el (package-archive-base): Point to
3949 elpa.gnu.org.
3950 (package-enable, package-load-list): New defcustoms.
3951 (package-user-dir, package-directory-list): Turn into defcustoms.
3952 Don't include package-user-dir in package-directory-list.
3953 (package--builtins-base): Don't include Emacs as a "package".
3954 (package-subdirectory-regexp): New var.
3955 (package-load-all-descriptors, package-compute-transaction)
3956 (package-download-transaction): Obey package-load-list.
3957 (package-activate-1): Rename from package-do-activate.
3958 (package-list-packages-internal): Check package-load-list.
3959 (package-load-descriptor, package-generate-autoloads)
3960 (package-unpack, package-unpack-single)
3961 (package--read-archive-file, package-delete): Use
3962 expand-file-name.
3963
3964 * emacs-lisp/package-x.el: New file. Package uploading
3965 functionality split out from package.el.
3966
3967 * startup.el (command-line): Load packages after reading init file.
3968
3969 2010-06-17 Tom Tromey <tromey@redhat.com>
3970
3971 * emacs-lisp/package.el: New file.
3972
3973 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
3974
3975 Fix vc-annotate for renamed files when using Git.
3976 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
3977 ls-files. Doe not pass the object as a file name to cat-file, it
3978 is not a file name.
3979 (vc-git-annotate-command): Pass the file name using -- to avoid
3980 ambiguity with the revision.
3981 (vc-git-previous-revision): Pass a relative file name.
3982
3983 2010-06-22 Glenn Morris <rgm@gnu.org>
3984
3985 * progmodes/js.el (js-mode-map): Use standard capitalization and
3986 ellipses for menu entries.
3987
3988 * wid-edit.el (widget-complete): Doc fix.
3989
3990 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
3991
3992 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
3993
3994 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
3995
3996 Fix annotating other revisions for renamed files in vc-annotate.
3997 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
3998 VC backend. Use it when non-nil.
3999 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
4000 (Bug#6487)
4001
4002 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
4003 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
4004 Do not pass the file name to the 'previous-revision call when we
4005 don't want a file diff. (Bug#6489)
4006
4007 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
4008
4009 Fix finding revisions for renamed files in vc-annotate.
4010 * vc/vc.el (vc-find-revision): Add an optional argument for
4011 the VC backend. Use it when non-nil.
4012 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
4013 backend to vc-find-revision. (Bug#6487)
4014
4015 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
4016
4017 Fix reading file names in Git annotate buffers.
4018 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
4019 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
4020
4021 2010-06-20 Alan Mackenzie <acm@muc.de>
4022
4023 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
4024 in file local variables, set it first.
4025
4026 2010-06-19 Glenn Morris <rgm@gnu.org>
4027
4028 * descr-text.el (describe-char-unicode-data): Insert separating
4029 space when needed. (Bug#6422)
4030
4031 * progmodes/idlwave.el (idlwave-action-and-binding):
4032 Fix typo in 2009-12-03 change. (Bug#6450)
4033
4034 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
4035
4036 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
4037 handling for `lambda' (misunderstanding).
4038
4039 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
4040
4041 * calc/calc-poly.el (math-accum-factors): Make sure that
4042 constants aren't distributed after they are factored out.
4043
4044 2010-06-16 Juri Linkov <juri@jurta.org>
4045
4046 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
4047 `list-colors-print'. (Bug#6332)
4048
4049 * subr.el (read-quoted-char): Fix up last change (bug#6290).
4050
4051 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
4052
4053 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
4054 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
4055
4056 * font-lock.el (font-lock-major-mode): Rename from
4057 font-lock-mode-major-mode to distinguish it from
4058 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
4059 (font-lock-set-defaults):
4060 * font-core.el (font-lock-default-function): Adjust users.
4061 (font-lock-mode): Don't set it at all.
4062
4063 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
4064
4065 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
4066
4067 2010-06-16 Glenn Morris <rgm@gnu.org>
4068
4069 * calendar/appt.el (appt-time-msg-list): Doc fix.
4070 (appt-check): Let-bind appt-warn-time.
4071 (appt-add): Make the 3rd argument optional.
4072 Simplify argument names. Doc fix. Check for integer WARNTIME.
4073 Only add WARNTIME to the output list if non-nil.
4074
4075 2010-06-16 Ivan Kanis <apple@kanis.eu>
4076
4077 * calendar/appt.el (appt-check): Let the 3rd element of
4078 appt-time-msg-list specify the warning time.
4079 (appt-add): Add new argument with the warning time. (Bug#5176)
4080
4081 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4082
4083 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
4084 older than version 1.6. (Bug#6361)
4085
4086 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
4087
4088 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
4089 used by cl-do-arglist. (Bug#6408)
4090
4091 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
4092
4093 * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
4094 portuguese casechars/not-casechars for missing 'çÇ'.
4095 Suggested by Rolando Pereira (bug#6434).
4096
4097 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
4098
4099 * facemenu.el (list-colors-sort): Doc fix.
4100
4101 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4102
4103 * progmodes/sql.el (sql-connect-mysql): Fix typo.
4104
4105 2010-06-14 Juri Linkov <juri@jurta.org>
4106
4107 Add sort option `list-colors-sort'. (Bug#6332)
4108 * facemenu.el (color-rgb-to-hsv): New function.
4109 (list-colors-sort): New defcustom.
4110 (list-colors-sort-key): New function.
4111 (list-colors-display): Doc fix. Sort list according to the option
4112 `list-colors-sort'.
4113 (list-colors-print): Add HSV values to `help-echo' property of
4114 RGB strings.
4115
4116 2010-06-14 Juri Linkov <juri@jurta.org>
4117
4118 * compare-w.el: Move to the "vc" subdirectory.
4119
4120 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
4121
4122 * image-mode.el (image-mode-map): Remap left-char and right-char.
4123
4124 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
4125
4126 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
4127
4128 * term/common-win.el (x-colors): Add all the color names defined
4129 in rgb.txt (Bug#6332).
4130
4131 * facemenu.el (list-colors-print): Don't print extra names if it
4132 will overflow the window width.
4133
4134 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
4135 change (Bug#6343).
4136
4137 2010-06-12 Eli Zaretskii <eliz@gnu.org>
4138
4139 * files.el (make-directory): Doc fix (bug#6396).
4140
4141 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
4142
4143 * net/tramp.el (tramp-remote-process-environment): Protect version
4144 string by apostroph.
4145 (tramp-shell-prompt-pattern): Do not use a shy group in case of
4146 XEmacs.
4147 (tramp-file-name-for-operation): Add `call-process-region'.
4148 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
4149
4150 * net/tramp-compat.el (top): Do not autoload
4151 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
4152 only when `start-file-process' is not bound.
4153 (tramp-advice-file-expand-wildcards): Do not use
4154 `tramp-handle-file-remote-p'.
4155 (tramp-compat-make-temp-file): Handle the case, that
4156 `make-temp-file' has no third argument EXTENSION.
4157
4158 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
4159
4160 * makefile.w32-in (WINS_BASIC): Include new directory vc.
4161
4162 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
4163
4164 2010-06-11 Juri Linkov <juri@jurta.org>
4165
4166 * finder.el (finder-known-keywords): Add keyword "vc"
4167 for version control.
4168
4169 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
4170 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
4171 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
4172 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
4173
4174 2010-06-11 Juri Linkov <juri@jurta.org>
4175
4176 Move version control related files to the "vc" subdirectory.
4177 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
4178 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
4179 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
4180 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
4181 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
4182 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
4183 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
4184 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
4185 Move files to the "vc" subdirectory.
4186
4187 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
4188
4189 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
4190 (Bug#6367).
4191
4192 2010-06-11 Stephen Eglen <stephen@gnu.org>
4193
4194 * shell.el: Bind `shell-resync-dirs' to M-RET.
4195
4196 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
4197
4198 * notifications.el: Move file from lisp/net, because it is
4199 supposed to talk locally to the user.
4200
4201 2010-06-10 Julien Danjou <julien@danjou.info>
4202
4203 * net/notifications.el (notifications-on-action-signal)
4204 (notifications-on-closed-signal): Pass notification id as first
4205 argument to the callback functions. Add docstrings.
4206 (notifications-notify): Fix docstring.
4207
4208 2010-06-10 Glenn Morris <rgm@gnu.org>
4209
4210 * emacs-lisp/authors.el (authors-ignored-files)
4211 (authors-valid-file-names): Add some files.
4212
4213 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
4214
4215 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
4216 merge conflict, giving preference to the emacs-23 version of the code.
4217
4218 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4219
4220 * emacs-lisp/advice.el (ad-compile-function):
4221 Define warning-suppress-types before we let-bind it (bug#6275).
4222
4223 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
4224 declare it, make it buffer-local and permanent-local (bug#6324).
4225 (vc-resynch-window): Adjust name.
4226 * vc-hooks.el (vc-find-file-hook): Adjust name.
4227
4228 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
4229
4230 * net/notifications.el (notifications-notify): Fix docstring.
4231
4232 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
4233
4234 Update to Unicode 6.0.0 beta.
4235 * international/charprop.el: Update copyright.
4236 * international/mule-cmds.el (ucs-names): Update character ranges.
4237 * international/uni-bidi.el:
4238 * international/uni-category.el:
4239 * international/uni-combining.el:
4240 * international/uni-comment.el:
4241 * international/uni-decimal.el:
4242 * international/uni-decomposition.el:
4243 * international/uni-digit.el:
4244 * international/uni-lowercase.el:
4245 * international/uni-mirrored.el:
4246 * international/uni-name.el:
4247 * international/uni-numeric.el:
4248 * international/uni-old-name.el:
4249 * international/uni-titlecase.el:
4250 * international/uni-uppercase.el: Regenerate.
4251
4252 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
4253
4254 * emacs-lisp/smie.el (comment-string-strip): Declare function.
4255 (smie-precs-precedence-table): Fix typo in docstring.
4256
4257 * vc-mtn.el (log-edit-extract-headers): Declare function.
4258
4259 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
4260
4261 * net/notifications.el (dbus-register-signal): Declare function.
4262 (notifications-notify): Fix typos and reflow docstring.
4263
4264 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
4265
4266 Improve VC create/retrieve tag/branch.
4267 * vc.el (vc-create-tag): Do not read the directory name for VCs
4268 with repository revision granularity. Adjust the tag/branch
4269 prompt. Reset VC properties.
4270 (vc-retrieve-tag): Do not read the directory name for VCs
4271 with repository revision granularity. Reset VC properties.
4272
4273 2010-06-09 Julien Danjou <julien@danjou.info>
4274
4275 * net/notifications.el: New file.
4276
4277 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
4278
4279 Add optional support for resetting VC properties.
4280 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
4281 call vc-file-clearprops when true.
4282 (vc-resynch-buffer): Add new optional argument, pass it down.
4283 (vc-resynch-buffers-in-directory): Likewise.
4284
4285 Improve support for special markup in the VC commit message.
4286 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
4287 * vc-hg.el (vc-hg-checkin): Add support for Date:.
4288 * vc-git.el (vc-git-checkin):
4289 * vc-bzr.el (vc-bzr-checkin): Likewise.
4290
4291 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4292
4293 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
4294 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
4295
4296 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
4297
4298 * iimage.el: Remove images as soon as the underlying text is modified.
4299 (iimage-modification-hook): New function.
4300 (iimage-mode-buffer): Use it.
4301
4302 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4303
4304 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
4305 smie-indent-offset-after. Add :prev case. Make a bit more generic.
4306 (smie-indent-virtual): Remove `virtual' arg. Update callers.
4307 (smie-indent-keyword): Add handling of open-paren keywords.
4308 (smie-indent-comment-continue): Don't assume comment-continue.
4309
4310 2010-06-07 Martin Rudalics <rudalics@gmx.at>
4311
4312 * window.el (pop-to-buffer): Remove the conditional that
4313 compares new-window and old-window, so it will reselect
4314 the selected window unconditionally.
4315 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
4316
4317 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4318
4319 * emacs-lisp/smie.el (smie-indent-offset-after)
4320 (smie-indent-forward-token, smie-indent-backward-token): New functions.
4321 (smie-indent-after-keyword): Use them.
4322 (smie-indent-fixindent): Only applies to the indentation of the BOL.
4323 (smie-indent-keyword): Tweak the black magic.
4324 (smie-indent-comment-continue): Strip comment-continue before use.
4325 (smie-indent-functions): Indent comments before keywords.
4326
4327 2010-06-06 Juri Linkov <juri@jurta.org>
4328
4329 * isearch.el (isearch-lazy-highlight-search): Fix looping
4330 by checking for empty match. This syncs this loop with the
4331 similar loop in `isearch-search'. (Bug#6362)
4332
4333 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
4334
4335 * net/dbus.el (dbus-register-method): Declare function.
4336 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
4337 (dbus-introspect): Doc fix.
4338 (dbus-event-bus-name, dbus-introspect-get-interface)
4339 (dbus-introspect-get-argument): Reflow docstrings.
4340
4341 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
4342
4343 vc-log-incoming/vc-log-outgoing fixes for Git.
4344 * vc-git.el (vc-git-log-view-mode): Fix font lock for
4345 incoming/outgoing logs.
4346 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
4347 instead of vc-git-compute-remote.
4348 (vc-git-compute-remote): Remove.
4349
4350 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
4351
4352 * term/common-win.el (x-colors): Add "dark green" and "dark
4353 turquoise" (Bug#6332).
4354
4355 2010-06-04 Juri Linkov <juri@jurta.org>
4356
4357 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
4358 Instead of setting `replace' to t and replacing the same string
4359 with itself, don't do certain actions when
4360 kill-do-not-save-duplicates is non-nil and string is equal to car
4361 of kill-ring: don't call menu-bar-update-yank-menu, don't push
4362 interprogram-paste strings to kill-ring, and don't push the input
4363 argument `string' to kill-ring.
4364 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
4365
4366 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
4367
4368 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
4369
4370 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
4371
4372 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
4373 (tramp-gvfs-handler-mounted-unmounted)
4374 (tramp-gvfs-connection-mounted-p): Handle default-location.
4375
4376 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
4377 move files to trash.
4378
4379 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
4380
4381 * international/mule-cmds.el (nonascii-insert-offset)
4382 (nonascii-translation-table): Add obsolescence information.
4383
4384 * international/mule.el (make-translation-table-from-vector): Doc fix.
4385
4386 2010-06-03 Glenn Morris <rgm@gnu.org>
4387
4388 * desktop.el (desktop-clear-preserve-buffers):
4389 Add "*Warnings*" buffer. (Bug#6336)
4390
4391 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
4392
4393 vc-log-incoming/vc-log-outgoing improvements for Git.
4394 * vc-git.el (vc-git-log-outgoing): Use the same format as the
4395 short log.
4396 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
4397
4398 Add bindings for vc-log-incoming and vc-log-outgoing.
4399 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
4400 and vc-log-outgoing.
4401 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
4402 and vc-log-outgoing.
4403
4404 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
4405
4406 * net/rcirc.el (rcirc-sort-nicknames): Remove.
4407 (rcirc-handler-366): Always sort nicknames.
4408
4409 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
4410
4411 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
4412
4413 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
4414
4415 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
4416
4417 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4418
4419 * net/rcirc.el (rcirc-sort-nicknames): Change default.
4420 (rcirc-sort-nicknames-join): Avoid setq.
4421
4422 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4423
4424 * net/rcirc.el (rcirc-sort-nicknames): New custom.
4425 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
4426 (rcirc-handler-366): Use them.
4427
4428 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4429
4430 Split smie-indent-calculate into more manageable chunks.
4431 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
4432 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
4433 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
4434 (smie-indent-exps): Extract from smie-indent-calculate.
4435 (smie-indent-functions): New var.
4436 (smie-indent-functions): Use them.
4437
4438 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
4439
4440 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
4441 (smie-indent-calculate): Simplify and cleanup.
4442
4443 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
4444
4445 * net/tramp-gvfs.el (top): Require url-util.
4446 (tramp-gvfs-mount-point): Remove.
4447 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
4448 New defuns.
4449 (with-tramp-dbus-call-method): Format trace message.
4450 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
4451 Implement backup call, when operation on local files fails.
4452 Use progress reporter. Flush properties of changed files.
4453 (tramp-gvfs-handle-make-directory): Make more traces.
4454 (tramp-gvfs-url-file-name): Hexify file name in url.
4455 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
4456 into account for the resulting file name.
4457 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
4458 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
4459 (tramp-gvfs-handler-mounted-unmounted)
4460 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
4461 attribute "default_location". Set "prefix" property.
4462 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
4463 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
4464 exists. Raise an error, if not (due to a corresponding answer
4465 "no" in interactive questions, for example).
4466
4467 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
4468
4469 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
4470
4471 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
4472
4473 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
4474 right-*. (Bug#6265)
4475
4476 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
4477
4478 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
4479 * vc-git.el (vc-git-compute-remote): New function.
4480 (vc-git-log-outgoing): Use it instead of hard coding a value.
4481 (vc-git-log-incoming): New function.
4482
4483 Improve state updating for VC tag commands.
4484 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
4485 to update the state of all buffers in the directory.
4486
4487 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
4488
4489 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4490
4491 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
4492 `file-directory-p' to the filename part rather than to the whole text.
4493
4494 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4495
4496 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
4497
4498 2010-05-31 Drew Adams <drew.adams@oracle.com>
4499
4500 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
4501
4502 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
4503
4504 * subr.el (momentary-string-display): Just use read-event to read
4505 the exit event (Bug#6238).
4506
4507 2010-05-30 Eli Zaretskii <eliz@gnu.org>
4508
4509 * international/mule.el (define-coding-system): Doc fix (bug#6313).
4510
4511 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
4512
4513 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
4514 Suggested by Eli Zaretskii <eliz@gnu.org>.
4515
4516 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4517
4518 * minibuffer.el (completion-file-name-table): Don't return a boundary
4519 past the end of `string' (bug#6299).
4520 (completion--file-name-table): Delegate to completion-file-name-table
4521 for the `boundaries' case.
4522
4523 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
4524
4525 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
4526 movement commands.
4527
4528 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
4529 `path-separator', but maintain compatibility with Emacs 20.2.
4530
4531 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
4532
4533 * server.el (server-process-filter): Receive parent-id argument
4534 from emacsclient.
4535 (server-create-window-system-frame): New arg. Pass parent-id as
4536 frame parameter.
4537
4538 2010-05-29 Eli Zaretskii <eliz@gnu.org>
4539
4540 Bidi-sensitive word movement with arrow keys.
4541 * subr.el (right-arrow-command, left-arrow-command): Move to
4542 bindings.el.
4543
4544 * bindings.el (right-char, left-char): Move from subr.el and
4545 rename from right-arrow-command and left-arrow-command.
4546 (right-word, left-word): New functions.
4547 (global-map) <right>: Bind to right-char.
4548 (global-map) <left>: Bind to left-char.
4549 (global-map) <C-right>: Bind to right-word.
4550 (global-map) <C-left>: Bind to left-word.
4551
4552 * ls-lisp.el (ls-lisp-classify-file): New function.
4553 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
4554 (ls-lisp-classify): Call ls-lisp-classify-file.
4555 (insert-directory): Remove blanks from switches.
4556
4557 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
4558
4559 * ansi-color.el: Delete unused escape sequences (Bug#6085).
4560 (ansi-color-drop-regexp): New constant.
4561 (ansi-color-apply, ansi-color-filter-region)
4562 (ansi-color-apply-on-region): Delete unrecognized control sequences.
4563 (ansi-color-apply): Build string list before calling concat.
4564
4565 2010-05-28 Juri Linkov <juri@jurta.org>
4566
4567 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
4568 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
4569 (Bug#5270)
4570
4571 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
4572
4573 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
4574 to ignored backtrace functions.
4575 (with-progress-reporter): Expand docstring.
4576 (tramp-handle-delete-file): Implement TRASH argument.
4577 (tramp-get-remote-trash): New defun.
4578
4579 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
4580
4581 * net/tramp-compat.el (tramp-compat-delete-file): Use
4582 `symbol-value' for backward compatibility.
4583
4584 * net/tramp.el (tramp-handle-make-symbolic-link)
4585 (tramp-handle-load)
4586 (tramp-do-copy-or-rename-file-via-buffer)
4587 (tramp-do-copy-or-rename-file-directly)
4588 (tramp-do-copy-or-rename-file-out-of-band)
4589 (tramp-handle-process-file, tramp-handle-call-process-region)
4590 (tramp-handle-shell-command, tramp-handle-file-local-copy)
4591 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4592 (tramp-delete-temp-file-function): Use `delete-file' instead
4593 of `tramp-compat-delete-file'.
4594
4595 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
4596 (tramp-fish-handle-make-symbolic-link)
4597 (tramp-fish-handle-process-file): Use `delete-file' instead
4598 of `tramp-compat-delete-file'.
4599
4600 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
4601 `delete-file' instead of `tramp-compat-delete-file'.
4602
4603 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
4604 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
4605 `tramp-compat-delete-file'.
4606
4607 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
4608 `delete-file' instead of `tramp-compat-delete-file'.
4609
4610 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4611 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4612 (tramp-smb-handle-write-region): Use `delete-file' instead of
4613 `tramp-compat-delete-file'.
4614 (tramp-smb-handle-delete-directory): Use 'trash as arg.
4615
4616 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4617
4618 * dired.el (dired-delete-file): New arg TRASH.
4619 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
4620 (dired-do-flagged-delete, dired-do-delete): Use trash.
4621
4622 * speedbar.el (speedbar-item-delete): Allow trashing.
4623
4624 * files.el (delete-directory): New arg TRASH.
4625
4626 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
4627 (ange-ftp-rename-remote-to-remote)
4628 (ange-ftp-rename-local-to-remote)
4629 (ange-ftp-rename-remote-to-local, ange-ftp-load)
4630 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
4631 `delete-file'.
4632 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
4633 allow trashing.
4634
4635 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
4636 handle new TRASH arg of `delete-file'.
4637
4638 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
4639 (tramp-handle-make-symbolic-link, tramp-handle-load)
4640 (tramp-do-copy-or-rename-file-via-buffer)
4641 (tramp-do-copy-or-rename-file-directly)
4642 (tramp-do-copy-or-rename-file-out-of-band)
4643 (tramp-handle-process-file, tramp-handle-call-process-region)
4644 (tramp-handle-shell-command, tramp-handle-file-local-copy)
4645 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4646 (tramp-delete-temp-file-function): Use null TRASH arg in
4647 tramp-compat-delete-file call.
4648
4649 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
4650 (tramp-fish-handle-delete-file)
4651 (tramp-fish-handle-make-symbolic-link)
4652 (tramp-fish-handle-process-file): Use null TRASH arg in
4653 `tramp-compat-delete-file' call.
4654
4655 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
4656 arg in `tramp-compat-delete-file' call.
4657
4658 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
4659 (tramp-gvfs-handle-write-region): Use null TRASH arg in
4660 `tramp-compat-delete-file' call.
4661
4662 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
4663 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
4664 `tramp-compat-delete-file' call.
4665
4666 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4667 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4668 (tramp-smb-handle-write-region): Use null TRASH arg in
4669 tramp-compat-delete-file call.
4670 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
4671 (tramp-smb-handle-delete-file): Rename arg.
4672
4673 * diff.el (diff-sentinel):
4674 * epg.el (epg--make-temp-file, epg-decrypt-string)
4675 (epg-verify-string, epg-sign-string, epg-encrypt-string):
4676 * jka-compr.el (jka-compr-partial-uncompress)
4677 (jka-compr-call-process, jka-compr-write-region):
4678 * server.el (server-sentinel): Remove optional arg from
4679 delete-file, reverting 2010-05-03 change.
4680
4681 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4682
4683 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
4684 font-lock-constant-face, not obsolete font-lock-reference-face.
4685
4686 2010-05-27 Kenichi Handa <handa@m17n.org>
4687
4688 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
4689 element of GSTRING is nil.
4690
4691 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
4692
4693 * emacs-lisp/smie.el (smie-forward-token-function)
4694 (smie-backward-token-function): New vars.
4695 (smie-backward-sexp, smie-forward-sexp)
4696 (smie-indent-hanging-p, smie-indent-calculate): Use them.
4697 (smie-default-backward-token): Rename from smie-backward-token and
4698 skip comments.
4699 (smie-default-forward-token): Rename from smie-forward-token and
4700 skip comments.
4701 (smie-next-sexp): Handle nil results from next-token.
4702 (smie-indent-calculate): Add a new case for special `fixindent' comments.
4703
4704 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4705
4706 * progmodes/verilog-mode.el (verilog-type-font-keywords):
4707 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4708
4709 2010-05-27 Masatake YAMATO <yamato@redhat.com>
4710
4711 * htmlfontify.el (hfy-face-resolve-face): New function.
4712 (hfy-face-to-style): Use it (Bug#6279).
4713
4714 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
4715
4716 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
4717 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
4718
4719 2010-05-26 Glenn Morris <rgm@gnu.org>
4720
4721 * emulation/edt.el (edt-load-keys): Use locate-library.
4722
4723 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
4724
4725 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
4726 (log-edit-changelog-entries): Doc fix.
4727 (log-edit-changelog-insert-entries): Args changed.
4728 Rename relative filenames in ChangeLog entries. Delete tabs.
4729 (log-edit-insert-changelog-entries): Reorganize return value of
4730 `log-edit-changelog-entries' to pass filenames to
4731 log-edit-changelog-insert-entries.
4732
4733 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4734
4735 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
4736 `image-dired-dired-insert-marked-thumbs' to
4737 `image-dired-dired-toggle-marked-thumbs'.
4738
4739 * image-dired.el: Require cl when compiling.
4740 (image-dired-dired-toggle-marked-thumbs): Rename from
4741 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
4742 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
4743 to 'no-dir. Skip files whose names don't match
4744 `image-file-name-regexp'. When file has a thumbnail overlay,
4745 delete it. (Bug#5270)
4746
4747 2010-05-25 Juri Linkov <juri@jurta.org>
4748
4749 * image-mode.el (image-mode): Add image-after-revert-hook to
4750 after-revert-hook.
4751 (image-after-revert-hook): New function. (Bug#5669)
4752
4753 2010-05-25 Juri Linkov <juri@jurta.org>
4754
4755 * image.el (image-animated-p): When delay between animated images
4756 is 0, set it to 10 (0.1 sec). (Bug#6258)
4757
4758 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
4759
4760 * net/tramp.el (tramp-handle-insert-directory): Don't use
4761 `forward-word', its default syntax could be changed.
4762
4763 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
4764
4765 * net/tramp.el (tramp-progress-reporter-update): New defun.
4766 (with-progress-reporter): Use it.
4767 (tramp-process-actions):
4768 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
4769 current message, in order to let progress reporter continue
4770 afterwards. (Bug#6257)
4771
4772 2010-05-25 Glenn Morris <rgm@gnu.org>
4773
4774 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
4775 Add :version.
4776
4777 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
4778
4779 * net/rcirc.el (rcirc-default-user-name): Change to "user".
4780 (rcirc-default-full-name): Change to "unknown".
4781 (rcirc-user-name-history): Add variable.
4782
4783 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
4784 Jonathan Rockway <jon@jrock.us>
4785
4786 * net/rcirc.el (rcirc-server-alist): Add :pass.
4787 (rcirc): When prompting for connection parameters, also prompt for
4788 username and password.
4789 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
4790 value to server when connecting.
4791
4792 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4793
4794 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
4795 (smie-merge-prec2s): Pass the tables as separate args.
4796 (smie-bnf-precedence-table): Adjust call accordingly.
4797 (smie-prec2-levels): Set levels at the end.
4798
4799 Replace Lisp calls to delete-backward-char by delete-char.
4800 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
4801 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
4802 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
4803 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
4804 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
4805 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
4806 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
4807 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
4808 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
4809 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
4810 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
4811 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
4812 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
4813 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
4814 delete-backward-char by calls to delete-char.
4815
4816 2010-05-25 Kenichi Handa <handa@m17n.org>
4817
4818 * language/hebrew.el (hebrew-shape-gstring): New function.
4819 Register it in composition-function-table for all Hebrew combining
4820 characters.
4821
4822 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4823
4824 * epa.el (epa--select-keys): Don't explicitly delete the window since
4825 that can fail (e.g. sole window in frame). Use dedication instead.
4826
4827 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
4828
4829 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
4830
4831 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
4832
4833 * image.el (image-refresh): Define as an alias for image-flush.
4834
4835 * image-mode.el (image-toggle-display-image): Caller changed.
4836
4837 2010-05-21 Juri Linkov <juri@jurta.org>
4838
4839 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
4840 Remove "all" from grep-files-aliases. Split grep-files-aliases by
4841 whitespace, call wildcard-to-regexp on substrings and concat them
4842 with "\\|". (Bug#6114)
4843
4844 2010-05-21 Alan Mackenzie <acm@muc.de>
4845
4846 * progmodes/cc-engine.el (c-parse-state-get-strategy):
4847 Replace parameter `here' with `here-' and `here-plus', which sandwich
4848 any pertinent CPP construct.
4849 (c-remove-stale-state-cache-backwards): Fix a bug which happens
4850 when doing (c-parse-state) in a CPP construct: Exclude any "new"
4851 CPP construct from taking part in the scanning.
4852
4853 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
4854
4855 * net/tramp.el (tramp-do-copy-or-rename-file)
4856 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
4857 Tune `with-progress-reporter' messages.
4858 (tramp-handle-vc-registered):
4859 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
4860 (tramp-fish-handle-insert-file-contents)
4861 (tramp-fish-maybe-open-connection):
4862 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4863 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
4864 (tramp-imap-handle-insert-file-contents)
4865 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
4866
4867 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
4868
4869 * add-log.el (change-log-font-lock-keywords):
4870 Highlight all authors in multi-author entries.
4871
4872 * smerge-mode.el (smerge-refine-ignore-whitespace)
4873 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
4874 Fix typos in docstrings.
4875 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
4876
4877 2010-05-21 Glenn Morris <rgm@gnu.org>
4878
4879 * progmodes/fortran.el (fortran-mode):
4880 * progmodes/f90.el (f90-mode): Derive from prog-mode.
4881
4882 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
4883 having a relative path in src/Makefile.in.
4884
4885 2010-05-20 Kevin Ryde <user42@zip.com.au>
4886
4887 * help-mode.el (help-make-xrefs): For Info node links turn
4888 newlines into spaces. Link node names with newlines are matched
4889 by help-xref-info-regexp and buttonized, this change ensures they
4890 can be followed successfully with RET. (Bug#6206)
4891
4892 2010-05-20 Juri Linkov <juri@jurta.org>
4893
4894 * locate.el (locate): Use pop-to-buffer instead of
4895 switch-to-buffer-other-window. (Bug#6204)
4896
4897 2010-05-20 Juri Linkov <juri@jurta.org>
4898
4899 * replace.el (replace-highlight): Fix lazy-highlighting
4900 for `M-s w str M-% str RET'.
4901
4902 2009-12-15 Masatake YAMATO <yamato@redhat.com>
4903
4904 * isearch.el (isearch-yank-word-or-char): Pull next subword
4905 when `subword-mode' is activated. (Bug#6220)
4906
4907 2010-05-20 Mark A. Hershberger <mah@everybody.org>
4908
4909 * isearch.el (isearch-update-post-hook): New hook.
4910 (isearch-update): Use the new hook. (Bug#6225)
4911
4912 2010-05-20 Juri Linkov <juri@jurta.org>
4913
4914 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
4915 [f1], [help], and (char-to-string help-char) instead of "\C-h".
4916 (Bug#6222)
4917
4918 2010-05-20 Juri Linkov <juri@jurta.org>
4919
4920 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
4921 (Bug#6223)
4922
4923 2010-05-20 Juri Linkov <juri@jurta.org>
4924
4925 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
4926 FILE-NAME to read from the minibuffer when called interactively
4927 with prefix argument instead of using buffer-file-name.
4928 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
4929
4930 * dired.el: Update autoloads.
4931
4932 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
4933
4934 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
4935 nxml-finish-element, for consistency with SGML mode.
4936
4937 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
4938 octave-close-block.
4939
4940 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
4941
4942 * composite.el: Require cl when compiling.
4943 (reference-point-alist, compose-gstring-for-graphic)
4944 (compose-gstring-for-terminal): Fix typos in docstrings.
4945
4946 2010-05-19 Juri Linkov <juri@jurta.org>
4947
4948 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
4949 set-window-parameter.
4950
4951 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
4952
4953 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
4954 where appropriate.
4955 (tramp-maybe-open-connection): Use it.
4956
4957 2010-05-19 Eli Zaretskii <eliz@gnu.org>
4958
4959 * simple.el (move-end-of-line): Make sure we are at line beginning
4960 before backing up to end of previous line.
4961
4962 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
4963
4964 * password-cache.el (password-cache-remove): Fix docstring.
4965
4966 * net/secrets.el: Autoload the widget functions.
4967 (secrets-search-items, secrets-create-item)
4968 (secrets-get-attributes, secrets-expand-item): Attributes will be
4969 stored on the password database without leading ":", as all other
4970 clients do as well.
4971 (secrets-mode): Fix docstring.
4972 (secrets-show-secrets): Provide it as autoloaded command only when
4973 D-Bus support is available. Check existence of Secret Service API.
4974
4975 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
4976
4977 * indent.el (indent-region): Deactivate region (bug#6200).
4978
4979 2010-05-19 Glenn Morris <rgm@gnu.org>
4980
4981 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
4982
4983 2010-05-19 Kenichi Handa <handa@m17n.org>
4984
4985 * composite.el: Register compose-gstring-for-graphic in
4986 composition-function-table only for combining characters (Mn, Mc, Me).
4987
4988 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
4989
4990 * calc/calc-trail.el (calc-trail-isearch-forward)
4991 (calc-trail-isearch-backward): Ensure that the new window
4992 point is set correctly.
4993
4994 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
4995
4996 * subr.el (read-quoted-char): Resolve modifiers after key
4997 remapping (bug#6212).
4998
4999 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
5000
5001 Add visualization code for secrets.
5002 * net/secrets.el (secrets-mode): New major mode.
5003 (secrets-show-secrets, secrets-show-collections)
5004 (secrets-expand-collection, secrets-expand-item)
5005 (secrets-tree-widget-after-toggle-function)
5006 (secrets-tree-widget-show-password): New defuns.
5007
5008 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
5009
5010 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
5011 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
5012 handled in smie-next-sexp.
5013 (smie-indent-calculate): Provide a starting indentation (so the
5014 recursion is well-founded ;-).
5015
5016 Fix handling of non-associative equal levels.
5017 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
5018 when it's not needed.
5019 (smie-op-left, smie-op-right): New functions.
5020 (smie-next-sexp): New function, extracted from smie-backward-sexp.
5021 Better handle equal levels to distinguish the associative case from
5022 the "multi-keyword construct" case.
5023 (smie-backward-sexp, smie-forward-sexp): Use it.
5024
5025 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
5026
5027 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
5028
5029 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
5030 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
5031
5032 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5033
5034 Provide a simple generic indentation engine and use it for Prolog.
5035 * emacs-lisp/smie.el: New file.
5036 * progmodes/prolog.el (prolog-smie-op-levels)
5037 (prolog-smie-indent-rules): New var.
5038 (prolog-mode-variables): Use them to configure SMIE.
5039 (prolog-indent-line, prolog-indent-level): Remove.
5040
5041 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
5042
5043 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
5044 order before computing the averages.
5045
5046 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
5047
5048 * calc/calc-vec.el (calc-histogram):
5049 (calcFunc-histogram): Allow vectors as inputs.
5050 (math-vector-avg): New function.
5051
5052 * calc/calc-ext.el (math-group-float): Have the number of digits
5053 being grouped depend on the radix (Bug#6189).
5054
5055 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
5056
5057 * version.el (emacs-copyright, emacs-version): Don't define here,
5058 now that emacs.c defines it.
5059
5060 2010-05-15 Eli Zaretskii <eliz@gnu.org>
5061
5062 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
5063 "Describe Language Environment" menu item.
5064
5065 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
5066
5067 Bidi-sensitive movement with arrow keys.
5068 * subr.el (right-arrow-command, left-arrow-command): New functions.
5069
5070 * bindings.el (global-map): Bind them to right and left arrow keys.
5071
5072 Don't override standard definition of convert-standard-filename.
5073 * files.el (convert-standard-filename): Call
5074 w32-convert-standard-filename and dos-convert-standard-filename on
5075 the corresponding systems.
5076
5077 * w32-fns.el (w32-convert-standard-filename): Rename from
5078 convert-standard-filename. Doc fix.
5079
5080 * dos-fns.el (dos-convert-standard-filename): Doc fix.
5081 (convert-standard-filename): Don't defalias.
5082 (register-name-alist, make-register, register-value)
5083 (set-register-value, intdos): Obsolete aliases for the
5084 corresponding dos-* functions and variables.
5085 (dos-intdos): Add a doc string.
5086
5087 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
5088
5089 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
5090 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
5091 (math-compose-tex-func):
5092 * calc/calccomp.el (math-compose-expr):
5093 * calc/calc-ext.el (math-format-flat-expr-fancy):
5094 * calc/calc-store.el (calc-read-var-name):
5095 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
5096
5097 * calc/calc.el (var-π, var-φ, var-γ): New variables.
5098 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
5099 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
5100 (math-standard-units): Add units.
5101
5102 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
5103
5104 * progmodes/asm-mode.el (asm-mode):
5105 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
5106
5107 * pcomplete.el (pcomplete-completions-at-point): New function,
5108 extracted from pcomplete-std-complete.
5109 (pcomplete-std-complete): Use it.
5110
5111 2010-05-15 Glenn Morris <rgm@gnu.org>
5112
5113 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
5114 Remove references to CVS, RCS and Old directories.
5115
5116 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
5117
5118 * calc/calc-bin.el (math-format-twos-complement): Group digits when
5119 appropriate.
5120
5121 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
5122
5123 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
5124 (sh-mode-syntax-table): Give it a default value instead.
5125 (sh-header-marker): Make buffer-local.
5126 (sh-mode): Move make-local-variable to the corresponding setq.
5127 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
5128 Use complete-with-action.
5129
5130 * simple.el (prog-mode): New (abstract) major mode.
5131 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
5132 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
5133
5134 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
5135
5136 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
5137 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
5138 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
5139 (sql-make-alternate-buffer-name, sql-placeholders-filter)
5140 (sql-escape-newlines-filter, sql-input-sender)
5141 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
5142
5143 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
5144
5145 Add TeX open-block and close-block keybindings to SGML, and vice versa.
5146
5147 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
5148 latex-open-block and C-c / to latex-close-block.
5149
5150 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
5151 and C-c C-e to sgml-close-tag.
5152
5153 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
5154
5155 * net/tramp.el (with-progress-reporter): Create reporter object
5156 only when the message would be displayed. Handle nested calls.
5157 (tramp-handle-load, tramp-handle-file-local-copy)
5158 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5159 (tramp-maybe-send-script, tramp-find-shell):
5160 Use `with-progress-reporter'.
5161 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
5162 Fix message text.
5163
5164 * net/tramp-smb.el (tramp-smb-handle-copy-file)
5165 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5166 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
5167 Use `with-progress-reporter'.
5168
5169 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
5170
5171 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
5172 process everytime when spellchecking from the minibuffer (bug#6143).
5173
5174 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
5175
5176 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
5177
5178 * dos-fns.el: Add "dos-" prefix for namespace control.
5179 (convert-standard-filename): Define as alias for
5180 dos-convert-standard-filename but only if applicable.
5181
5182 2010-05-12 Alan Mackenzie <acm@muc.de>
5183
5184 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
5185 Push the mark at the start of these functions when appropriate.
5186
5187 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5188
5189 * minibuffer.el (completion-cycle-threshold): New custom var.
5190 (completion--do-completion): Use it.
5191 (minibuffer-complete): Use cycling if appropriate.
5192
5193 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
5194
5195 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
5196 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
5197
5198 2010-05-11 Juri Linkov <juri@jurta.org>
5199
5200 * scroll-all.el (scroll-all-check-to-scroll):
5201 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
5202
5203 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5204
5205 * iimage.el (iimage-mode-map): Move initialization into declaration.
5206 (iimage-mode-buffer): Use with-silent-modifications.
5207 Simplify calling convention. Adjust callers.
5208 (iimage-mode): Don't run hook redundantly.
5209
5210 * minibuffer.el (completion-pcm--pattern->regex):
5211 Fix last change (bug#6160).
5212
5213 2010-05-10 Juri Linkov <juri@jurta.org>
5214
5215 Remove nodes visited during Isearch from the Info history.
5216 * info.el (Info-isearch-initial-history)
5217 (Info-isearch-initial-history-list): New variables.
5218 (Info-isearch-start): Record initial values of
5219 Info-isearch-initial-history and Info-isearch-initial-history-list.
5220 Add Info-isearch-end to isearch-mode-end-hook.
5221 (Info-isearch-end): New function.
5222
5223 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
5224
5225 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
5226 format string, in order to work around a bug in pdksh.
5227 Reported by Gilles Pion <gpion@lfdj.com>.
5228 (tramp-handle-verify-visited-file-modtime): Do not send a command
5229 when the connection is not established.
5230 (tramp-handle-set-file-times): Simplify the check for utc.
5231
5232 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
5233
5234 Fix use of `filter-buffer-substring' (rework previous change).
5235 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
5236 (cua-repeat-replace-region):
5237 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
5238 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5239 (cua-cut-region-to-global-mark): Use it.
5240
5241 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
5242
5243 * progmodes/sql.el: Version 2.1.
5244 (sql-product-alist): Redesign structure of product info.
5245 (sql-product, sql-user, sql-server, sql-database): Safe variables.
5246 (sql-port, sql-port-history): New variables.
5247 (sql-interactive-product): New variable.
5248 (sql-send-terminator): New variable.
5249 (sql-imenu-generic-expression): Add "Types" imenu entry.
5250 (sql-oracle-login-params, sql-sqlite-login-params)
5251 (sql-mysql-login-params, sql-solid-login-params)
5252 (sql-sybase-login-params, sql-informix-login-params)
5253 (sql-ingres-login-params, sql-ms-login-params)
5254 (sql-postgres-login-params, sql-interbase-login-params)
5255 (sql-db2-login-params, sql-linter-login-params)
5256 (sql-oracle-scan-on): New variables.
5257 (sql-mode-map): Add C-c C-i to start interactive mode.
5258 (sql-mode-menu): Update existing menu entries.
5259 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
5260 (sql-mode-oracle-font-lock-keywords)
5261 (sql-mode-postgres-font-lock-keywords)
5262 (sql-mode-ms-font-lock-keywords)
5263 (sql-mode-sybase-font-lock-keywords)
5264 (sql-mode-informix-font-lock-keywords)
5265 (sql-mode-interbase-font-lock-keywords)
5266 (sql-mode-ingres-font-lock-keywords)
5267 (sql-mode-solid-font-lock-keywords)
5268 (sql-mode-mysql-font-lock-keywords)
5269 (sql-mode-sqlite-font-lock-keywords)
5270 (sql-mode-db2-font-lock-keywords)
5271 (sql-mode-linter-font-lock-keywords): Update initialization to
5272 reduce run-time complexity.
5273 (sql-add-product, sql-del-product): New functions.
5274 (sql-set-product-feature, sql-get-product-feature): New functions.
5275 (sql-product-font-lock): Update product API.
5276 (sql-add-product-keywords): New function.
5277 (sql-highlight-product): Update product API.
5278 (sql-help-list-products): New function.
5279 (sql-help): Dynamically lists free and non-free products.
5280 (sql-get-login): Correct bug in handling history and added
5281 prompt for port.
5282 (sql-copy-column): Copy without properties.
5283 (sqli-input-sender): Apply filters to SQLi input.
5284 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
5285 Implement as a filter.
5286 (sql-escape-newlines-filter): Implement as a filter.
5287 (sql-remove-tabs-filter): New function.
5288 (sql-send-magic-terminator): New function.
5289 (sql-send-string): Implement magic terminator.
5290 (sql-send-region): Use `sql-send-string'.
5291 (sql-interactive-mode): Use product API.
5292 (sql-product-interactive): Use product API.
5293 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
5294 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
5295 (sql-db2, sql-linter): Use `sql-product-interactive'.
5296 (sql-connect): New function.
5297 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
5298 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
5299 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
5300 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
5301 Use `sql-connect'.
5302
5303 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5304
5305 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
5306 New custom variable.
5307 (completion-pcm--string->pattern): Use it.
5308 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
5309 Make it handle any symbol as `any'.
5310 (completion-pcm--merge-completions): Extract common suffix for the new
5311 `prefix' symbol as well.
5312 (completion-substring--all-completions): Use the new `prefix' symbol.
5313
5314 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
5315
5316 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
5317 not bound.
5318 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
5319 (tramp-compat-funcall): New defmacro.
5320 (tramp-compat-line-beginning-position)
5321 (tramp-compat-line-end-position)
5322 (tramp-compat-temporary-file-directory)
5323 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
5324 (tramp-compat-copy-file, tramp-compat-copy-directory)
5325 (tramp-compat-delete-file, tramp-compat-delete-directory)
5326 (tramp-compat-number-sequence, tramp-compat-process-running-p)
5327 * net/tramp.el (top, with-progress-reporter)
5328 (tramp-rfn-eshadow-setup-minibuffer)
5329 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
5330 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
5331 (tramp-completion-mode-p, tramp-check-for-regexp)
5332 (tramp-open-connection-setup-interactive-shell)
5333 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
5334 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
5335 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
5336 * net/tramp-cmds.el (tramp-cleanup-all-connections)
5337 (tramp-reporter-dump-variable, tramp-load-report-modules)
5338 (tramp-append-tramp-buffers)
5339 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
5340
5341 * net/tramp-imap.el (top): Autoload `epg-make-context'.
5342
5343 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5344
5345 * progmodes/compile.el (compilation-buffer-modtime): Rename from
5346 buffer-modtime. Adjust users.
5347
5348 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5349
5350 * international/mule.el (auto-coding-alist): Only purecopy
5351 car of each item, not the whole list (Bug#6083).
5352
5353 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5354
5355 * progmodes/js.el (js-mode): Make paragraph variables local before
5356 calling c-setup-paragraph-variables (Bug#6071).
5357
5358 2010-05-08 Eli Zaretskii <eliz@gnu.org>
5359
5360 * composite.el (compose-region, reference-point-alist): Fix typos
5361 in the doc strings.
5362
5363 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
5364
5365 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
5366 gnuplot's "set" command.
5367
5368 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
5369
5370 * abbrev.el (last-abbrev-text): Doc fix.
5371 (abbrev-prefix-mark): Don't escape parenthesis.
5372
5373 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
5374
5375 * composite.el (find-composition): Doc fix.
5376
5377 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
5378
5379 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
5380 (sql-oracle-program, sql-sqlite-options)
5381 (sql-query-placeholders-and-send): Doc fixes.
5382 (sql-set-product, sql-interactive-mode): Reflow docstrings.
5383 (sql-imenu-generic-expression, sql-buffer)
5384 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
5385 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
5386 (sql-mode-sybase-font-lock-keywords)
5387 (sql-mode-informix-font-lock-keywords)
5388 (sql-mode-interbase-font-lock-keywords)
5389 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
5390 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
5391 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
5392 (sql-product-feature, sql-highlight-product)
5393 (comint-line-beginning-position, sql-rename-buffer)
5394 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
5395 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
5396 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
5397 Fix typos in docstrings.
5398
5399 2010-05-08 Juri Linkov <juri@jurta.org>
5400
5401 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
5402 property instead of `invisible' and `after-string' (bug#5998).
5403
5404 2010-05-08 Juri Linkov <juri@jurta.org>
5405
5406 * image-mode.el (image-mode-as-text): Fix typo in docstring.
5407
5408 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
5409
5410 * filecache.el (file-cache-add-directory-list)
5411 (file-cache-add-directory-recursively): Fix typos in docstrings.
5412
5413 2010-05-08 Kenichi Handa <handa@m17n.org>
5414
5415 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
5416 (gujarati-composable-pattern): Fix typo.
5417
5418 2010-05-08 Kenichi Handa <handa@m17n.org>
5419
5420 * language/indian.el (oriya-composable-pattern)
5421 (tamil-composable-pattern, malayalam-composable-pattern):
5422 Add two-part vowels to "v" (vowel sign).
5423
5424 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5425
5426 * files.el (copy-directory): Handle symlinks (Bug#5982).
5427
5428 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
5429
5430 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
5431 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
5432 (Bug#5846).
5433
5434 2010-05-08 Glenn Morris <rgm@gnu.org>
5435
5436 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
5437
5438 * minibuffer.el (completion-at-point): Doc fix.
5439
5440 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5441
5442 * electric.el (Electric-command-loop): Minor tweak.
5443
5444 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
5445 better with dedicated windows.
5446
5447 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
5448
5449 * Version 23.2 released.
5450
5451 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
5452 Stefan Monnier <monnier@iro.umontreal.ca>
5453
5454 Highlight vendor specific properties.
5455 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
5456 (css-proprietary-property): New face.
5457 (css-font-lock-keywords): Use them.
5458
5459 2010-05-07 Eli Zaretskii <eliz@gnu.org>
5460
5461 * cus-start.el (all): Add native condition for tool-bar-* symbols.
5462
5463 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5464
5465 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
5466 * files.el (auto-mode-alist): Remove redundant entries.
5467
5468 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
5469 * simple.el (auto-save-mode): Move from files.el.
5470 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
5471
5472 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5473
5474 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5475
5476 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
5477
5478 * mail/binhex.el (binhex-decode-region-internal)
5479 * mail/uudecode.el (uudecode-decode-region-internal)
5480 * net/dns.el (dns-read-string-name, dns-write, dns-read)
5481 (dns-read-type, dns-query)
5482 * pgg-parse.el (pgg-parse-armor)
5483 * pgg.el (pgg-verify-region)
5484 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
5485 XEmacs.
5486
5487 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
5488
5489 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
5490
5491 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
5492
5493 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
5494 * emulation/cua-base.el (cua-repeat-replace-region):
5495 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5496 (cua-cut-region-to-global-mark):
5497 Remove text properties with `set-text-properties'.
5498
5499 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
5500
5501 * net/tramp.el (top, with-progress-reporter):
5502 Use `symbol-function' inside `funcall'.
5503
5504 * net/tramp-compat.el (tramp-compat-file-attributes)
5505 (tramp-compat-delete-file, tramp-compat-delete-directory):
5506 Handle only `wrong-number-of-arguments' error.
5507
5508 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
5509 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
5510 inside `funcall'.
5511
5512 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5513
5514 * minibuffer.el (completion--sreverse, completion--common-suffix):
5515 New functions.
5516 (completion-pcm--merge-completions): Extract common suffix when safe.
5517
5518 * emacs-lisp/easy-mmode.el (define-minor-mode):
5519 Make :variable more flexible.
5520 * files.el (auto-save-mode): Use it to define using define-minor-mode.
5521
5522 2010-05-05 Juri Linkov <juri@jurta.org>
5523
5524 Add `slow' and `history' tags to the desktop data.
5525
5526 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
5527 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
5528 (Info-finder-find-node): Require `finder.el' to be able
5529 to restore node from the desktop.
5530 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
5531 data `Info-history' and `slow' tag in the assoc list.
5532 (Info-restore-desktop-buffer): Don't restore nodes with the
5533 `slow' tag. Restore `Info-history'.
5534
5535 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
5536
5537 Add FORCE argument to `delete-file'.
5538
5539 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
5540 forcing to delete the temporary file.
5541 (ange-ftp-delete-file): Add FORCE arg.
5542 (ange-ftp-rename-remote-to-remote)
5543 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
5544 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
5545 Force file deletion.
5546
5547 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
5548
5549 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
5550 (tramp-handle-make-symbolic-link, tramp-handle-load)
5551 (tramp-do-copy-or-rename-file-via-buffer)
5552 (tramp-do-copy-or-rename-file-directly)
5553 (tramp-do-copy-or-rename-file-out-of-band)
5554 (tramp-handle-process-file, tramp-handle-call-process-region)
5555 (tramp-handle-shell-command, tramp-handle-file-local-copy)
5556 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5557 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
5558
5559 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
5560 (tramp-fish-handle-make-symbolic-link)
5561 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
5562
5563 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
5564 Use `tramp-compat-delete-file'.
5565
5566 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
5567 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
5568
5569 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
5570 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
5571
5572 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
5573 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
5574 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
5575 `tramp-compat-delete-file'.
5576
5577 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5578
5579 Minor cleanups.
5580 * subr.el (add-minor-mode): Use push.
5581 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
5582 * emulation/edt.el (edt-select-mode): Simplify.
5583
5584 Use define-minor-mode in more cases.
5585 * term/tvi970.el (tvi970-set-keypad-mode):
5586 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5587 (normal-erase-is-backspace-mode):
5588 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
5589 (set-scroll-bar-mode-1): (Re)move to its sole caller.
5590 (get-scroll-bar-mode): New function.
5591 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
5592
5593 Use define-minor-mode for less obvious cases.
5594 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
5595 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
5596 * international/iso-ascii.el (iso-ascii-mode):
5597 * frame.el (auto-raise-mode, auto-lower-mode):
5598 * composite.el (global-auto-composition-mode): Use define-minor-mode.
5599
5600 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
5601
5602 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
5603 in order to see error messages for failed logins.
5604
5605 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
5606
5607 * diff.el (diff-sentinel):
5608
5609 * epg.el (epg--make-temp-file, epg-decrypt-string)
5610 (epg-verify-string, epg-sign-string, epg-encrypt-string):
5611
5612 * jka-compr.el (jka-compr-partial-uncompress)
5613 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
5614
5615 * server.el (server-sentinel): Use delete-file's new FORCE arg
5616 (Bug#6070).
5617
5618 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5619
5620 Use define-minor-mode where applicable.
5621 * view.el (view-mode):
5622 * type-break.el (type-break-query-mode)
5623 (type-break-mode-line-message-mode):
5624 * textmodes/reftex.el (reftex-mode):
5625 * term/vt100.el (vt100-wide-mode):
5626 * tar-mode.el (tar-subfile-mode):
5627 * savehist.el (savehist-mode):
5628 * ibuf-ext.el (ibuffer-auto-mode):
5629 * composite.el (auto-composition-mode):
5630 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5631 Use define-minor-mode.
5632 (vhdl-mode): Use static mode-line format.
5633 (vhdl-mode-line-update): Delete.
5634 (vhdl-create-mode-menu, vhdl-activate-customizations)
5635 (vhdl-hs-minor-mode): Don't bother calling it.
5636
5637 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
5638
5639 * simple.el (with-wrapper-hook): Move.
5640 (buffer-substring-filters): Mark obsolete.
5641 (filter-buffer-substring-functions): New variable.
5642 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
5643
5644 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5645 Michael Albinus <michael.albinus@gmx.de>
5646
5647 Implement compression for inline methods.
5648
5649 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
5650 (tramp-copy-size-limit): Allow also nil.
5651 (tramp-inline-compress-commands): New defconst.
5652 (tramp-find-inline-compress, tramp-get-inline-compress)
5653 (tramp-get-inline-coding): New defuns.
5654 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
5655 replaced by `tramp-get-inline-coding'.
5656 (tramp-handle-file-local-copy, tramp-handle-write-region)
5657 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
5658
5659 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5660
5661 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
5662 Remove unused functions.
5663
5664 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
5665 Set find-tag-default-function as a variable rather than a property.
5666
5667 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
5668 * progmodes/etags.el (tags-completion-at-point-function):
5669 Remove left over interactive spec. Add autoloading stub.
5670 (complete-tag): Use tags-completion-at-point-function.
5671
5672 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
5673
5674 * minibuffer.el (tags-completion-at-point-function): Fix return value.
5675
5676 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
5677
5678 * ido.el (ido-init-completion-maps): Remove C-v binding.
5679 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
5680
5681 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
5682
5683 * minibuffer.el (tags-completion-at-point-function): New function.
5684 (completion-at-point-functions): Use it.
5685
5686 * progmodes/etags.el (complete-tag): Revert last change.
5687
5688 2010-04-29 Alan Mackenzie <acm@muc.de>
5689
5690 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
5691 off-by-one error (in end of macro position).
5692
5693 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5694
5695 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
5696 firefox is absent. Don't autoload.
5697 (browse-url-galeon-program): Don't autoload.
5698
5699 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
5700
5701 * bindings.el (complete-symbol): Move into minibuffer.el.
5702
5703 * minibuffer.el (complete-tag): Move from etags.el. If tags
5704 completion cannot be performed, return nil instead of signalling
5705 an error.
5706 (completion-at-point): Make it an alias for complete-symbol.
5707 (complete-symbol): Move from bindings.el, and replace with the
5708 body of completion-at-point.
5709
5710 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
5711
5712 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
5713
5714 * net/tramp.el (tramp-remote-selinux-p): New defun.
5715 (tramp-handle-file-selinux-context)
5716 (tramp-handle-set-file-selinux-context): Use it.
5717
5718 2010-04-28 Sam Steingold <sds@gnu.org>
5719
5720 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5721 `safe-local-variable' if the value is a string or a symbol with
5722 the property `bug-reference-url-format'.
5723
5724 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
5725
5726 * progmodes/bug-reference.el (bug-reference-url-format):
5727 Revert 2010-04-27 change due to security risk.
5728
5729 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5730
5731 Make it possible to locally disable a globally enabled mode.
5732 * simple.el (fundamental-mode): Run fundamental-mode-hook.
5733 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
5734 rather than kill-all-local-variables so it runs fundamental-mode-hook.
5735 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5736 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
5737 that subsequent hooks get a chance to disable it.
5738
5739 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
5740
5741 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5742 Avoid re-enabling a minor mode after the user turned the minor mode
5743 off if MODE-enable-in-buffers is run twice (typically once from
5744 fundamental-mode's after-change-major-mode-hook and a second time from
5745 run-mode-hook's own after-change-major-mode-hook).
5746
5747 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
5748
5749 2010-04-27 Sam Steingold <sds@gnu.org>
5750
5751 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5752 `safe-local-variable' if the value is a string or a function, as
5753 documented and implemented on 2010-04-02.
5754
5755 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
5756
5757 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
5758 when method is 'kill.
5759
5760 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
5761
5762 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
5763 condition in default directory check.
5764 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
5765 Kill ispell process when killing its associated buffer.
5766
5767 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
5768
5769 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
5770 but we aren't using it.
5771
5772 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
5773
5774 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
5775 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
5776
5777 2010-04-24 Glenn Morris <rgm@gnu.org>
5778
5779 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
5780 Ignore VCS-ignore files, and deleted nextstep preferences files.
5781 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
5782 (authors-ambiguous-files): New list.
5783 (authors-valid-file-names): Add some deleted files.
5784 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
5785 (authors-disambiguate-file-name): New function. (Bug#5501)
5786 (authors-canonical-file-name): Doc fix.
5787 Don't warn about obsolete files.
5788 (authors-canonical-file-name, authors-scan-el):
5789 Use authors-disambiguate-file-name.
5790
5791 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5792 Add autoload cookies.
5793 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
5794 (generated-autoload-file): Set file-local value to "htmlfontify.el".
5795 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
5796 They have definitions / compiler macros in cl.el.
5797 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5798 Replace manual autoloads with generated ones.
5799 (htmlfontify-unload-rgb-file): Remove autoload.
5800 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
5801
5802 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5803
5804 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
5805 (byte-compile-setq-default): Optimize for the
5806 single-var case and don't call byte-compile-form in this case to avoid
5807 inf-loop with byte-compile-set-default.
5808
5809 * progmodes/compile.el (compilation-start): Abbreviate default directory.
5810
5811 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
5812
5813 Implement SELINUX backends.
5814
5815 * net/tramp.el (tramp-file-name-handler-alist):
5816 Add `file-selinux-context' and `set-file-selinux-context'.
5817 (tramp-handle-file-selinux-context)
5818 (tramp-handle-set-file-selinux-context): New defuns.
5819 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
5820 Handle PRESERVE-SELINUX-CONTEXT.
5821
5822 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5823 Add `file-selinux-context' and `set-file-selinux-context'.
5824 (tramp-gvfs-handle-file-selinux-context)
5825 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
5826 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
5827
5828 * net/ange-ftp.el (ange-ftp-copy-file):
5829 * net/tramp-fish.el (tramp-fish-handle-copy-file):
5830 * net/tramp-imap.el (tramp-imap-handle-copy-file):
5831 * net/tramp-smb.el (tramp-smb-handle-copy-file):
5832 Add PRESERVE-SELINUX-CONTEXT.
5833
5834 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
5835
5836 Synchronize with Tramp repository.
5837
5838 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
5839 (tramp-action-process-alive, tramp-action-out-of-band)
5840 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
5841 (tramp-exists-file-name-handler): Fix docstring.
5842 (with-progress-reporter): New defmacro.
5843 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
5844 (tramp-maybe-open-connection): Use it.
5845
5846 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
5847
5848 Detect ssh 'ControlMaster' argument automatically in some cases.
5849
5850 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
5851 (tramp-default-method): Use it.
5852
5853 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
5854
5855 * net/tramp.el (tramp-handle-copy-file): Add new optional
5856 parameter `preserve-selinux-context'.
5857 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
5858
5859 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
5860
5861 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
5862 Ensure, that non remote files are still checked. Oops.
5863
5864 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
5865
5866 Fix Bug#5840.
5867
5868 * icomplete.el (icomplete-completions): Use `non-essential'.
5869
5870 * net/tramp.el (tramp-connectable-p): New defun.
5871 (tramp-handle-expand-file-name)
5872 (tramp-completion-handle-file-name-all-completions)
5873 (tramp-completion-handle-file-name-completion): Use it.
5874
5875 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
5876
5877 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
5878
5879 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
5880
5881 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
5882
5883 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
5884
5885 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
5886 is present.
5887
5888 * info.el (info-tool-bar-map): Add labels.
5889
5890 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
5891
5892 * cus-edit.el (custom-commands): Add labels for tool bar.
5893 (custom-buffer-create-internal, Custom-mode): Adjust for
5894 labels in custom-commands.
5895
5896 * dynamic-setting.el: Renamed from font-setting.el.
5897
5898 2010-04-21 John Wiegley <jwiegley@gmail.com>
5899
5900 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
5901 toggles the use of virtual buffers.
5902 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
5903 (ido-toggle-virtual-buffers): New function.
5904
5905 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
5906
5907 Use `define-derived-mode'; fix window selection; doc fixes.
5908 * play/tetris.el (tetris, tetris-update-speed-function)
5909 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
5910 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
5911 (tetris-rotate-next, tetris-end-game, tetris-start-game)
5912 (tetris-pause-game): Fix typos in docstrings.
5913 (tetris-mode-map, tetris-null-map):
5914 Move initialization into declaration.
5915 (tetris-mode): Define with `define-derived-mode';
5916 set show-trailing-whitespace to nil.
5917 (tetris): Prefer window already displaying the "*Tetris*" buffer.
5918
5919 2010-04-21 Karel Klíč <kklic@redhat.com>
5920
5921 * files.el (backup-buffer): Handle SELinux context, and return it
5922 if a backup was made by renaming.
5923 (backup-buffer-copy): Set SELinux context to the target file.
5924 (basic-save-buffer): Set SELinux context of the newly written file.
5925 (basic-save-buffer-1): Now it also returns any SELinux context.
5926 (basic-save-buffer-2): Set SELinux context of the newly created file,
5927 and return it.
5928 * net/tramp.el (tramp-file-name-for-operation):
5929 Add file-selinux-context.
5930
5931 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
5932
5933 Make the log-edit comments use RFC822 format throughout.
5934
5935 * vc.el (vc-checkin, vc-modify-change-comment):
5936 Adjust to new vc-start/finish-logentry.
5937 (vc-find-conflicted-file): New command.
5938 (vc-transfer-file): Adjust to new vc-checkin.
5939 (vc-next-action): Improve scoping.
5940
5941 * vc-hg.el (vc-hg-log-edit-mode): Remove.
5942 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
5943
5944 * vc-git.el (vc-git-log-edit-mode): Remove.
5945 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
5946 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
5947
5948 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
5949 (vc-start-logentry): Remove argument `extra'.
5950 (vc-finish-logentry): Remove extra args.
5951
5952 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
5953 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
5954 (vc-bzr-conflicted-files): New function.
5955
5956 * log-edit.el (log-edit-extra-flags)
5957 (log-edit-before-checkin-process): Remove.
5958 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
5959 (log-edit-headers-alist): New var.
5960 (log-edit-header-contents-regexp): New const.
5961 (log-edit-match-to-eoh): New function.
5962 (log-edit-font-lock-keywords): Use them.
5963 (log-edit): Insert a "Summary:" header as default.
5964 (log-edit-mode): Mark font-lock rules as case-insensitive.
5965 (log-edit-done): Cleanup headers.
5966 (log-view-process-buffer): Remove.
5967 (log-edit-extract-headers): New function to replace it.
5968
5969 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
5970
5971 * subr.el (default-direction-reversed): Remove obsolescence info.
5972
5973 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5974
5975 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
5976 windows/frames.
5977
5978 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
5979 I.e. include text after point in the completion region.
5980 Also, return nil when we're not after/in a symbol.
5981
5982 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
5983 default enable-multibyte-characters.
5984
5985 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5986
5987 * international/mule.el: Help the user choose a valid coding-system.
5988 (read-buffer-file-coding-system): New function.
5989 (set-buffer-file-coding-system): Use it. Prompt the user if the
5990 coding-system cannot encode all the chars.
5991
5992 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
5993 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
5994 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
5995 Don't use *vc-bzr-shelve*.
5996
5997 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
5998
5999 Fix the version number for added files.
6000 * vc-hg.el (vc-hg-working-revision): Check if the file is
6001 registered after hg parent fails (Bug#5961).
6002
6003 2010-04-19 Glenn Morris <rgm@gnu.org>
6004
6005 * htmlfontify.el (htmlfontify-buffer)
6006 (htmlfontify-copy-and-link-dir): Autoload entry points.
6007
6008 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
6009
6010 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
6011 name relative to the project root (Bug#5960).
6012
6013 2010-04-19 Glenn Morris <rgm@gnu.org>
6014
6015 * vc-git.el (vc-git-print-log): Doc fix.
6016
6017 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
6018
6019 * ido.el (ido-file-internal): Fix 2009-12-02 change.
6020
6021 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
6022
6023 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
6024 default settings (Bug#5928).
6025
6026 2010-04-19 Glenn Morris <rgm@gnu.org>
6027
6028 * progmodes/fortran.el (fortran-match-and-skip-declaration):
6029 New function.
6030 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
6031
6032 2010-04-19 Kenichi Handa <handa@m17n.org>
6033
6034 * language/indian.el (malayalam-composable-pattern): Fix previous
6035 change (add U+0D4D "SIGN VIRAMA").
6036 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
6037 (tamil-composable-pattern): Fix typo in the regexp.
6038 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
6039 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
6040 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
6041
6042 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
6043
6044 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
6045 paragraph-separate (Bug#5821).
6046
6047 2010-04-19 Juri Linkov <juri@jurta.org>
6048
6049 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
6050
6051 * info.el (Info-find-node-2): Comment out code that skips
6052 breadcrumbs line.
6053 (Info-mouse-follow-link): New command.
6054 (Info-link-keymap): New keymap.
6055 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
6056 Return a string with links instead of inserting breadcrumbs
6057 to the Info buffer.
6058 (Info-fontify-node): Comment out code that inserts breadcrumbs.
6059 Instead of putting the `invisible' text property over the Info
6060 header, make an overlay over the Info header with the `invisible'
6061 property and `after-string' set to the string returned by
6062 `Info-breadcrumbs'.
6063
6064 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
6065
6066 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
6067 Reported by monkey@sandpframing.com.
6068
6069 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6070
6071 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
6072 (tmm-get-keymap): Add key-binding shortcuts now that they're not
6073 available in the "keyseq cache" any more.
6074
6075 * custom.el (defcustom): Add edebug spec.
6076
6077 2010-04-18 Juri Linkov <juri@jurta.org>
6078
6079 Test for special mode-class in view-buffer instead of view-file (bug#5513).
6080
6081 * view.el (view-file, view-buffer): Move test for special mode-class
6082 from view-file to view-buffer.
6083
6084 * tar-mode.el (tar-extract): Turn if's into one cond
6085 like in arc-mode.el.
6086
6087 2010-04-18 Juri Linkov <juri@jurta.org>
6088
6089 Add 7z archive format support (bug#5475).
6090
6091 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
6092 (archive-7z-extract): New defcustom.
6093 (archive-find-type): Add magic string for 7z.
6094 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
6095 If `stderr-file' is non-nil, use `(t stderr-file)' for the
6096 `buffer' arg of `call-process'.
6097 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
6098 call the function `archive-7z-extract' with the variable
6099 `archive-7z-extract' let-bound to `archive-zip-extract'.
6100 (archive-7z-summarize, archive-7z-extract): New functions.
6101
6102 * international/mule.el (auto-coding-alist):
6103 * files.el (auto-mode-alist): Add 7z file extension.
6104
6105 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6106
6107 * loadup.el: Setup hash-cons for pure data.
6108
6109 Fix duplicate entries in cedet's loaddefs.el files.
6110 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
6111 Should make most file-local generated-autoload-file unnecessary.
6112 (print-readably): Silence warnings.
6113 (autoload-find-destination): Take load-name as an arg to make sure
6114 it's the same as the one that will be in the file.
6115 (autoload-generate-file-autoloads): Adjust to above changes.
6116 Try to make the dataflow a bit simpler.
6117
6118 * cvs-status.el (cvs-refontify): Remove unused.
6119
6120 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
6121
6122 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
6123
6124 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
6125 twos-complement mode.
6126
6127 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
6128
6129 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
6130 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
6131 (calc-inverse): Add "Option" to message, as appropriate.
6132 (calc-hyperbolic): Add "Option" to message, as appropriate.
6133 (calc-option, calc-is-option): New functions.
6134
6135 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
6136 (calc-option-prefix-help): New function.
6137
6138 * calc/calc-misc.el (calc-help): Add "Option" entry.
6139
6140 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
6141 (calc-option-flag): New variable.
6142 (calc-do): Set `calc-option-flag to nil.
6143 (calc-set-mode-line): Add "Opt " as appropriate.
6144
6145 2010-04-16 Juri Linkov <juri@jurta.org>
6146
6147 Move scrolling commands from simple.el to window.el
6148 because their primitives are implemented in window.c.
6149
6150 * simple.el (scroll-error-top-bottom)
6151 (scroll-up-command, scroll-down-command, scroll-up-line)
6152 (scroll-down-line, scroll-other-window-down)
6153 (beginning-of-buffer-other-window, end-of-buffer-other-window):
6154 * window.el (scroll-error-top-bottom)
6155 (scroll-up-command, scroll-down-command, scroll-up-line)
6156 (scroll-down-line, scroll-other-window-down)
6157 (beginning-of-buffer-other-window, end-of-buffer-other-window):
6158 Move from simple.el to window.el because their primitives are
6159 implemented in window.c.
6160
6161 2010-04-16 Juri Linkov <juri@jurta.org>
6162
6163 * isearch.el (isearch-lookup-scroll-key): Check both
6164 `isearch-scroll' and `scroll-command' properties.
6165 (scroll-up, scroll-down): Remove `isearch-scroll' property.
6166
6167 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
6168
6169 * simple.el (scroll-up-command, scroll-down-command)
6170 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
6171
6172 2010-04-15 Juri Linkov <juri@jurta.org>
6173
6174 * simple.el (scroll-up-command, scroll-down-command)
6175 (scroll-up-line, scroll-down-line): Put `scroll-command'
6176 property on the these symbols. Remove them from
6177 `scroll-preserve-screen-position-commands'.
6178
6179 * mwheel.el (mwheel-scroll): Put `scroll-command' and
6180 `isearch-scroll' properties on the `mwheel-scroll' symbol.
6181 Remove it from `scroll-preserve-screen-position-commands'.
6182
6183 * isearch.el (isearch-allow-scroll): Doc fix.
6184
6185 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
6186
6187 * net/tramp.el (tramp-error-with-buffer): Don't show the
6188 connection buffer when we are in completion mode.
6189 (tramp-file-name-handler): Catch the error for some operations
6190 when we are in completion mode. This gives the user the chance to
6191 correct the file name in the minibuffer.
6192
6193 2010-04-15 Glenn Morris <rgm@gnu.org>
6194
6195 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
6196
6197 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
6198
6199 Simplify by using `define-derived-mode'.
6200 * info.el (Info-mode):
6201 * calendar/todo-mode.el (todo-mode):
6202 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
6203 (gomoku-mode-map): Move initialization into declaration.
6204
6205 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
6206
6207 Fix Bug#5840.
6208 * ido.el (ido-file-name-all-completions-1):
6209 * minibuffer.el (minibuffer-completion-help):
6210 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
6211
6212 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6213
6214 * simple.el (non-essential): New var.
6215
6216 Add a new field `location' to bookmarks for non-file bookmarks.
6217 * bookmark.el (bookmark-location): Use the new field, if present.
6218 (bookmark-insert-location): Undo last change, not needed any more.
6219 * man.el (Man-bookmark-make-record):
6220 * woman.el (woman-bookmark-make-record): Add `location' field.
6221
6222 2010-04-14 Juri Linkov <juri@jurta.org>
6223
6224 * simple.el (scroll-error-top-bottom): New defcustom.
6225 (scroll-up-command, scroll-down-command): Use it. Doc fix.
6226
6227 * emulation/pc-select.el (pc-select-override-scroll-error):
6228 Obsolete in favor of `scroll-error-top-bottom'.
6229
6230 2010-04-14 Juri Linkov <juri@jurta.org>
6231
6232 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
6233 `scroll-up-command' and `M-v' to `scroll-down-command'.
6234
6235 * emulation/cua-rect.el (cua--init-rectangles):
6236 * forms.el (forms--change-commands):
6237 * image-mode.el (image-mode-map):
6238 Remap scroll-down-command and scroll-up-command
6239 in addition to scroll-down and scroll-up.
6240
6241 2010-04-14 Juri Linkov <juri@jurta.org>
6242
6243 * mwheel.el (scroll-preserve-screen-position-commands):
6244 Add mwheel-scroll to this list of commands.
6245
6246 * simple.el (scroll-preserve-screen-position-commands):
6247 Add scroll-up-command, scroll-down-command, scroll-up-line,
6248 scroll-down-line to this list of commands.
6249
6250 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
6251
6252 * obsolete/complete.el: Move from lisp/complete.el.
6253
6254 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
6255
6256 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
6257 to the minor mode function now turns the mode ON unconditionally.
6258
6259 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6260
6261 * vc-dir.el (vc-dir-kill-line): New command.
6262 (vc-dir-mode-map): Bind it to C-k.
6263
6264 * bookmark.el (bookmark-insert-location): Handle a nil filename.
6265
6266 * woman.el: Add bookmark declarations to silence the compiler.
6267 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
6268 step to compatibility between man and woman bookmarks.
6269 Adjust for Man-default-bookmark-title renaming.
6270 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
6271
6272 * man.el: Add bookmark declarations to silence the compiler.
6273 (Man-name-local-regexp): Make it match NAME as well.
6274 (Man-getpage-in-background): Return the buffer.
6275 (Man-notify-when-ready): Use `case'.
6276 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
6277 Don't hardcode "NAME". Simplify.
6278 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
6279 Rename from Man-bookmark-make-record.
6280 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
6281 we have the actual man-args. Use Man-getpage-in-background rather
6282 than `man' since the arg is already processed. Let bookmark.el do the
6283 window handling. Only wait for the relevant process.
6284 Don't forget to autoload.
6285
6286 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
6287
6288 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6289
6290 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
6291 New functions.
6292 (woman-mode): Setup bookmark support.
6293
6294 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
6295 (man-bookmark-jump): New functions.
6296 (Man-mode): Setup bookmark support.
6297
6298 2010-04-10 Jari Aalto <jari.aalto@cante.net>
6299
6300 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
6301 recognize ssh-keygen prompt (Bug#2817).
6302
6303 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
6304
6305 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
6306
6307 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
6308
6309 Synchronize with Tramp repository.
6310
6311 * net/tramp.el (tramp-completion-function-alist)
6312 (tramp-file-name-regexp, tramp-chunksize)
6313 (tramp-local-coding-commands, tramp-remote-coding-commands):
6314 Fix docstring.
6315 (tramp-remote-process-environment): Use `format' instead of `concat'.
6316 (tramp-handle-directory-files-and-attributes)
6317 (tramp-get-remote-path): Use `copy-tree'.
6318 (tramp-handle-file-name-all-completions): Backward/ XEmacs
6319 compatibility: Use `completion-ignore-case' if
6320 `read-file-name-completion-ignore-case' does not exist.
6321 (tramp-do-copy-or-rename-file-directly): Do not use
6322 `tramp-handle-file-remote-p'.
6323 (tramp-do-copy-or-rename-file-out-of-band):
6324 Use `tramp-compat-delete-directory'.
6325 (tramp-do-copy-or-rename-file-out-of-band)
6326 (tramp-compute-multi-hops, tramp-maybe-open-connection):
6327 Use `format-spec-make'.
6328 (tramp-find-foreign-file-name-handler)
6329 (tramp-advice-make-auto-save-file-name)
6330 (tramp-set-auto-save-file-modes): Remove superfluous check for
6331 `stringp'. This is done inside `tramp-tramp-file-p'.
6332 (tramp-debug-outline-regexp): New defconst.
6333 (tramp-get-debug-buffer): Use it.
6334 (tramp-check-for-regexp): Use (forward-line 1).
6335 (tramp-set-auto-save-file-modes): Adapt version check.
6336
6337 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
6338 Wrap call of `featurep' for 2nd argument.
6339 (tramp-compat-make-temp-file): Simplify fallback implementation.
6340 (tramp-compat-copy-tree): Remove function.
6341 (tramp-compat-delete-directory): Provide implementation for older
6342 Emacsen.
6343
6344 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
6345 Do not use `tramp-fish-handle-file-attributes.
6346
6347 * net/trampver.el: Update release number.
6348
6349 2010-04-10 Glenn Morris <rgm@gnu.org>
6350
6351 * progmodes/compile.el (compilation-save-buffers-predicate):
6352 Add missing :version tag.
6353
6354 2010-04-09 Sam Steingold <sds@gnu.org>
6355
6356 * progmodes/compile.el (compilation-save-buffers-predicate):
6357 Remove the "autoload" cookie.
6358
6359 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
6360 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
6361 and `bug-reference-prog-mode' can be used in hooks directly.
6362
6363 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
6364
6365 Add --author support to git commit.
6366 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
6367 (vc-git-log-edit-mode): New minor mode.
6368 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
6369 New declarations.
6370
6371 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
6372
6373 * vc-hooks.el, vc-git.el: Improve documentation comments.
6374
6375 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6376
6377 Fix some of the problems in defsubst* (bug#5728).
6378 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
6379 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
6380
6381 2010-04-07 Sam Steingold <sds@gnu.org>
6382
6383 * progmodes/compile.el (compilation-save-buffers-predicate):
6384 New custom variable.
6385 (compile, recompile): Pass it to `save-some-buffers'.
6386
6387 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
6388
6389 * wid-edit.el (widget-choose): Move cursor to the second line of
6390 the buffer (Bug#5695).
6391
6392 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
6393
6394 Add new VC methods: vc-log-incoming and vc-log-outgoing.
6395 * vc.el (vc-print-log-setup-buttons): New function split out from
6396 vc-print-log-internal.
6397 (vc-log-internal-common): New function, a parametrized version of
6398 vc-print-log-internal.
6399 (vc-print-log-internal): Just call vc-log-internal-common with the
6400 right arguments.
6401 (vc-incoming-outgoing-internal):
6402 (vc-log-incoming, vc-log-outgoing): New functions.
6403 (vc-log-view-type): New permanent local variable.
6404
6405 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
6406
6407 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
6408 of the dynamic bound vc-short-log.
6409 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
6410
6411 * vc-git.el (vc-git-log-outgoing): New function.
6412 (vc-git-log-view-mode): Use vc-log-view-type instead
6413 of the dynamic bound vc-short-log.
6414
6415 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
6416 of the dynamic bound vc-short-log. Highlight the tag.
6417 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
6418 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
6419 (vc-hg-incoming-mode): Remove.
6420 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
6421
6422 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
6423
6424 Fix default-directory for vc-root-diff.
6425 * vc.el (vc-root-diff): Bind default-directory to the root
6426 directory for the diff command.
6427
6428 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
6429
6430 * progmodes/verilog-mode.el (verilog-forward-sexp):
6431 (verilog-calc-1): Support "disable fork" and "fork wait" multi
6432 word keywords, suggested by Steve Pearlmutter.
6433 (verilog-pretty-declarations): Support lineup of declarations in
6434 port lists.
6435 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
6436 fix bug for /* / comments.
6437 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
6438 Speed up and simplfy as this is never called with a bound.
6439 (verilog-pretty-declarations): Enhance to line up declarations
6440 inside a parameter list, suggested by Alan Morgan.
6441 (verilog-pretty-expr): Tune assignment regular expression match
6442 string for corner cases; also use markers instead of character
6443 number as indent changes the later.
6444
6445 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
6446
6447 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
6448 as missing keyword.
6449 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
6450 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
6451 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
6452 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
6453 Tennant.
6454 (verilog-keywords):
6455 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
6456 1800-2009 keywords, including "global.".
6457
6458 2010-04-06 John Wiegley <jwiegley@gmail.com>
6459
6460 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
6461 appearing in buffer list (if a live buffer name matched a recentf
6462 file basename). Should use uniquify to offer a real solution.
6463
6464 2010-04-06 John Wiegley <jwiegley@gmail.com>
6465
6466 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
6467 comment to code, and add a :version tag.
6468 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
6469
6470 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
6471
6472 Enable recentf-mode if using virtual buffers.
6473 * ido.el (recentf-list): Declare for byte-compiler.
6474 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
6475 (ido-make-buffer-list): Simplify.
6476 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
6477
6478 2010-04-05 Juri Linkov <juri@jurta.org>
6479
6480 Scrolling commands which scroll a line instead of full screen.
6481 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
6482
6483 * simple.el (scroll-up-line, scroll-down-line): New commands.
6484 Put property isearch-scroll=t on them.
6485
6486 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
6487 Remove commands.
6488
6489 2010-04-05 Juri Linkov <juri@jurta.org>
6490
6491 Scrolling commands which do not signal errors at top/bottom.
6492 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
6493
6494 * simple.el (scroll-up-command, scroll-down-command): New commands.
6495 Put property isearch-scroll=t on them.
6496
6497 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
6498 `scroll-down-command' and [next] from `scroll-up' to
6499 `scroll-up-command'.
6500
6501 * emulation/cua-base.el: Put property CUA=move on
6502 `scroll-up-command' and `scroll-down-command'.
6503 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
6504 and `scroll-down-command' to `cua-scroll-down'.
6505
6506 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
6507
6508 * help.el (describe-mode): Return nil.
6509
6510 2010-04-04 John Wiegley <jwiegley@gmail.com>
6511
6512 * ido.el (ido-use-virtual-buffers): New variable to indicate
6513 whether "virtual buffer" support is enabled for IDO.
6514 (ido-virtual): Face used to indicate virtual buffers in the list.
6515 (ido-buffer-internal): If a buffer is chosen, and no such buffer
6516 exists, but a virtual buffer of that name does (which would be why
6517 it was in the list), recreate the buffer by reopening the file.
6518 (ido-make-buffer-list): If virtual buffers are being used, call
6519 `ido-add-virtual-buffers-to-list' before the make list hook.
6520 (ido-virtual-buffers): New variable which contains a copy of the
6521 current contents of the `recentf-list', albeit pared down for the
6522 sake of speed, and with proper faces applied.
6523 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
6524 create a list of "virtual buffers" to present to the user in
6525 addition to the currently open set. Note that this logic could
6526 get rather slow if that list is too large. With the default
6527 `recentf-max-saved-items' of 200, there is little speed penalty.
6528
6529 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6530
6531 * font-lock.el: Require CL when compiling.
6532 (font-lock-turn-on-thing-lock): Use `case'.
6533
6534 2010-04-03 Eli Zaretskii <eliz@gnu.org>
6535
6536 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
6537 Zaretskii.
6538
6539 2010-04-02 Juri Linkov <juri@jurta.org>
6540
6541 * ehelp.el (electric-help-orig-major-mode):
6542 New buffer-local variable.
6543 (electric-help-mode): Set it to original major-mode. Doc fix.
6544 (with-electric-help): Use `electric-help-orig-major-mode' instead
6545 of (default-value 'major-mode). Doc fix.
6546 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
6547
6548 2010-04-02 Sam Steingold <sds@gnu.org>
6549
6550 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
6551 `vc-hg-command' with a list of flags.
6552
6553 * progmodes/bug-reference.el (bug-reference-bug-regexp):
6554 Also accept "patch" and "RFE".
6555 (bug-reference-fontify): `bug-reference-url-format' can also be a
6556 function to be able to handle the bug kind.
6557 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
6558
6559 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
6560
6561 * tmm.el (tmm-get-keymap): Check with symbolp before passing
6562 value to fboundp, it may not be a symbol.
6563
6564 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6565
6566 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
6567
6568 2010-03-31 Juri Linkov <juri@jurta.org>
6569
6570 * simple.el (next-line, previous-line): Re-throw a signal
6571 with `signal' instead of using `ding'.
6572 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
6573
6574 2010-03-31 Juri Linkov <juri@jurta.org>
6575
6576 * simple.el (keyboard-escape-quit): Raise deselecting the active
6577 region higher than exiting the minibuffer.
6578 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
6579
6580 2010-03-31 Juri Linkov <juri@jurta.org>
6581
6582 * image.el (image-animated-p): Use `image-metadata' instead of
6583 `image-extension-data'. Get GIF extenstion data from metadata
6584 property `extension-data'.
6585
6586 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6587
6588 * simple.el (append-to-buffer): Simplify.
6589
6590 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
6591
6592 * textmodes/artist.el (artist-mode): Fix typo in docstring.
6593 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
6594
6595 2010-03-31 Kenichi Handa <handa@m17n.org>
6596
6597 * language/sinhala.el (composition-function-table): Fix regexp for
6598 the new Unicode specification.
6599
6600 * language/indian.el (devanagari-composable-pattern)
6601 (tamil-composable-pattern, kannada-composable-pattern)
6602 (malayalam-composable-pattern): Adjust for the new Unicode
6603 specification.
6604 (bengali-composable-pattern, gurmukhi-composable-pattern)
6605 (gujarati-composable-pattern, oriya-composable-pattern)
6606 (telugu-composable-pattern): New variables to cope with the new
6607 Unicode specification. Use them in composition-function-table.
6608
6609 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6610
6611 Make tmm-menubar work for the Buffers menu again (bug#5726).
6612 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
6613 vectors rather than cons cells, as used in menu-bar-update-buffers.
6614
6615 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6616
6617 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
6618 (js-insert-and-indent): Revert 2009-08-15 change, restoring
6619 electric punctuation for "{}();,:" (Bug#5586).
6620
6621 * mail/sendmail.el (mail-default-directory): Doc fix.
6622
6623 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6624
6625 * mail/sendmail.el (mail-default-directory): Doc fix.
6626
6627 2010-03-31 Eli Zaretskii <eliz@gnu.org>
6628
6629 * subr.el (version-regexp-alist, version-to-list)
6630 (version-list-<, version-list-=, version-list-<=)
6631 (version-list-not-zero, version<, version<=, version=): Doc fix.
6632 (Bug#5744).
6633
6634 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
6635
6636 * vc.el (vc-root-diff): Doc fix.
6637
6638 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6639
6640 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
6641
6642 * simple.el (append-to-buffer): Fix last change.
6643
6644 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6645
6646 * simple.el (append-to-buffer): Ensure that point is preserved if
6647 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
6648 (Bug#5749)
6649
6650 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6651
6652 * files.el (auto-mode-case-fold): Change default to t.
6653
6654 2010-03-30 Juri Linkov <juri@jurta.org>
6655
6656 * dired-x.el (dired-omit-mode): Doc fix.
6657
6658 2010-03-30 Juri Linkov <juri@jurta.org>
6659
6660 * replace.el (occur-accumulate-lines): Move occur-engine related
6661 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
6662 to be located after `occur-engine'.
6663
6664 2010-03-30 Juri Linkov <juri@jurta.org>
6665
6666 Make occur handle multi-line matches cleanly with context.
6667 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
6668
6669 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
6670 (occur-engine): Add local variables `ret', `prev-after-lines',
6671 `prev-lines'. Use more arguments for `occur-context-lines'.
6672 Set first elem of its returned list to `data', and the second elem
6673 to `prev-after-lines'. Don't print the separator line.
6674 In the end, print remaining context after-lines.
6675 (occur-context-lines): Add new arguments `begpt', `endpt',
6676 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
6677 after-lines of the previous match with before-lines of the
6678 current match and not overlap them. Return a list with two
6679 values: the output line and the list of context after-lines.
6680
6681 2010-03-30 Juri Linkov <juri@jurta.org>
6682
6683 * replace.el (occur-accumulate-lines): Fix a bug where the first
6684 context line at the beginning of the buffer was missing.
6685
6686 2010-03-30 Eli Zaretskii <eliz@gnu.org>
6687
6688 * files.el: Make bidi-display-reordering safe variable for boolean
6689 values.
6690
6691 2010-03-29 Phil Hagelberg <phil@evri.com>
6692 Chong Yidong <cyd@stupidchicken.com>
6693
6694 * subr.el: Extend progress reporters to perform "spinning".
6695 (progress-reporter-update, progress-reporter-do-update):
6696 Handle non-numeric value arguments.
6697 (progress-reporter--pulse-characters): New var.
6698
6699 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
6700
6701 * progmodes/compile.el (compilation-start): Fix regexp detection
6702 of initial cd command (Bug#5771).
6703
6704 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
6705
6706 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
6707
6708 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
6709
6710 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
6711 * progmodes/gdb-mi.el: Restore.
6712 * progmodes/gdb-ui.el: Remove.
6713 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
6714
6715 2010-03-25 Glenn Morris <rgm@gnu.org>
6716
6717 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
6718 all dired buffers, even tramp ones. (Bug#5755)
6719
6720 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6721
6722 Add "union tags" in mpc.el.
6723 * mpc.el: Remove backward compatibility code.
6724 (mpc-browser-tags): Change default.
6725 (mpc--find-memoize-union-tags): New var.
6726 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
6727 (mpc-cmd-find): Handle the case where the playlist does not exist.
6728 Handle union-tags.
6729 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
6730 (mpc-cmd-add): Use mpc-cmd-flush.
6731 (mpc-tagbrowser-tag-name): New fun.
6732 (mpc-tagbrowser-buf): Use it.
6733 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
6734
6735 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6736
6737 Misc cleanup.
6738 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
6739 Use replace-regexp-in-string.
6740 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
6741 (makefile-imake-mode-syntax-table): Move init into defvar.
6742 (makefile-mode): Use define-derived-mode.
6743
6744 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
6745 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
6746 not be present any more.
6747
6748 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6749
6750 * faces.el (set-face-attribute): Fix typo in docstring.
6751 (face-valid-attribute-values): Reflow docstring.
6752
6753 2010-03-24 Glenn Morris <rgm@gnu.org>
6754
6755 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
6756
6757 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
6758
6759 * indent.el (indent-for-tab-command): Doc fix.
6760
6761 2010-03-24 Alan Mackenzie <acm@muc.de>
6762
6763 * progmodes/cc-engine.el (c-remove-stale-state-cache):
6764 Fix off-by-one error. Fixes bug #5747.
6765
6766 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6767
6768 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
6769 (image-dired-read-comment): Doc fix.
6770
6771 * json.el (json-object-type, json-array-type, json-key-type)
6772 (json-false, json-null, json-read-number):
6773 * minibuffer.el (completion-in-region-functions):
6774 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
6775 (cal-tex-cursor-week):
6776 * emacs-lisp/trace.el (trace-function):
6777 * eshell/em-basic.el (eshell/printnl):
6778 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
6779 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
6780 * obsolete/levents.el (allocate-event, event-key, event-object)
6781 (event-point, event-process, event-timestamp, event-to-character)
6782 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
6783 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
6784 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
6785 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
6786 (reftex-highlight-selection): Fix typos in docstrings.
6787
6788 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6789
6790 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
6791
6792 2010-03-24 Glenn Morris <rgm@gnu.org>
6793
6794 * mail/rmail.el (rmail-highlight-face): Restore option deleted
6795 2008-02-13 without comment; mark it obsolete.
6796 (rmail-highlight-headers): Use rmail-highlight-face once more.
6797
6798 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
6799
6800 * woman.el (woman2-process-escapes): Only consume the newline if
6801 the filler character is on a line by itself (Bug#5729).
6802
6803 2010-03-24 Kenichi Handa <handa@m17n.org>
6804
6805 * language/indian.el (devanagari-composable-pattern): Add more
6806 consonants.
6807
6808 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
6809
6810 * net/trampver.el: Update release number.
6811
6812 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
6813
6814 * net/tramp.el (tramp-find-executable):
6815 Use `tramp-get-connection-buffer'. Make the regexp for checking
6816 output of "wc -l" more robust.
6817 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
6818 (tramp-open-connection-setup-interactive-shell): Remove workaround
6819 for OpenSolaris bug, it is not needed anymore.
6820
6821 2010-03-24 Glenn Morris <rgm@gnu.org>
6822
6823 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
6824
6825 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
6826
6827 * files.el (auto-mode-alist): Accept more verilog file patterns.
6828
6829 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6830
6831 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
6832
6833 2010-03-24 Glenn Morris <rgm@gnu.org>
6834
6835 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
6836 log-edit-before-checkin-process.
6837
6838 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
6839
6840 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
6841
6842 * vc-dispatcher.el (vc-start-logentry): Doc fix.
6843 (log-view-process-buffer, log-edit-extra-flags): Declare.
6844
6845 * log-edit.el (log-edit-before-checkin-process): Doc fix.
6846
6847 2010-03-23 Sam Steingold <sds@gnu.org>
6848
6849 Fix bug#5620: recalculate all markers on compilation buffer
6850 modifications, not on file modifications.
6851 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
6852 the buffer modification time, for buffers not associated with files.
6853 (compilation-mode): Create it.
6854 (compilation-filter): Update it.
6855 (compilation-next-error-function): Use it instead of
6856 `visited-file-modtime' for timestamp.
6857
6858 2010-03-23 Juri Linkov <juri@jurta.org>
6859
6860 Implement Occur multi-line matches.
6861 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
6862
6863 * replace.el (occur): Doc fix.
6864 (occur-engine): Set `begpt' to the beginning of the first line.
6865 Set `endpt' to the end of the last match line. At first, count
6866 line numbers between `origpt' and `begpt'. Split out code from
6867 `out-line' variable to new let-bindings `match-prefix' and
6868 `match-str'. In `out-line' add non-numeric prefix to all
6869 non-first lines of multi-line matches. Finally, count lines
6870 between `begpt' and `endpt' and add to `lines'.
6871
6872 2010-03-23 Juri Linkov <juri@jurta.org>
6873
6874 * replace.el (occur-accumulate-lines, occur-engine):
6875 Use `occur-engine-line' instead of duplicate code.
6876 (occur-engine-line): New function created from duplicate code
6877 in `occur-accumulate-lines' and `occur-engine'.
6878
6879 * replace.el (occur-engine-line): Add optional arg `keep-props'.
6880 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
6881
6882 2010-03-23 Juri Linkov <juri@jurta.org>
6883
6884 * finder.el: Remove TODO tasks.
6885
6886 * info.el (Info-finder-find-node): Add node "all"
6887 with all package info. Handle a list of multiple keywords
6888 separated by comma.
6889 (info-finder): In interactive use with a prefix argument,
6890 use `completing-read-multiple' to read a list of keywords
6891 separated by comma.
6892
6893 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
6894
6895 Add a new completion style `substring'.
6896 * minibuffer.el (completion-basic--pattern): New function.
6897 (completion-basic-try-completion, completion-basic-all-completions):
6898 Use it.
6899 (completion-substring--all-completions)
6900 (completion-substring-try-completion)
6901 (completion-substring-all-completions): New functions.
6902 (completion-styles-alist): New style `substring'.
6903
6904 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6905
6906 Get rid of .elc files after removal of the corresponding .el.
6907 * Makefile.in (compile-clean): New target.
6908 (compile-main): Use it.
6909
6910 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
6911
6912 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
6913 don't do make there. When compiling with separate object dir, there
6914 is no Makefile there.
6915
6916 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6917
6918 Get rid of the ELCFILES abomination, again.
6919 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6920 (all, compile): Don't call compile-last.
6921 (compile-main): Build the "elcfiles" list dynamically.
6922 (compile-targets): New (internal) target.
6923
6924 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
6925
6926 * Makefile.in (top_srcdir): Define.
6927 (abs_top_builddir): Define.
6928 (srcdir): Don't append `/..'.
6929 (EMACS): Use ${abs_top_builddir}.
6930 (all, compile, compile-always, compile-last): Don't set emacswd.
6931 (update-subdirs, update-authors): Use $(top_srcdir) instead of
6932 $(srcdir).
6933 (lisp): Use $(srcdir) instead of @srcdir@.
6934
6935 2010-03-21 Juri Linkov <juri@jurta.org>
6936
6937 Fix message of multi-line occur regexps and multi-buffer header lines.
6938 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
6939
6940 * replace.el (occur-1): Don't display regexp if it is longer
6941 than window-width. Use `query-replace-descr' to display regexp.
6942 (occur-engine): Don't display regexp in the buffer header for
6943 multi-buffer occur. Display a separate header line with total
6944 match count and regexp for multi-buffer occur.
6945 Use `query-replace-descr' to display regexp.
6946
6947 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
6948
6949 * net/secrets.el: Fix parenthesis.
6950 (secrets-enabled): Fix parenthesis.
6951
6952 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6953
6954 Use more relative file and directory names.
6955 * Makefile.in (EMACS): Arrange for it to work when we chdir.
6956 (setwins, setwins_almost, setwins_for_subdirs):
6957 Don't `cd'; output relative names.
6958 (all, compile, compile-always, compile-last): Set emacswd.
6959 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
6960 Just cd to the lisp source dir so we can use relative file names.
6961
6962 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
6963
6964 2010-03-20 Glenn Morris <rgm@gnu.org>
6965
6966 * textmodes/rst.el: Use faces for font-lock customization, and make the
6967 old -face variables obsolete.
6968 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
6969 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
6970 (rst-block-face, rst-external-face, rst-definition-face)
6971 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
6972 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
6973 Make obsolete.
6974 (rst-font-lock-keywords-function): Update for above changes.
6975
6976 2010-03-20 Juri Linkov <juri@jurta.org>
6977
6978 * s-region.el:
6979 * obsolete/s-region.el: Move to obsolete.
6980
6981 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
6982
6983 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
6984
6985 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
6986
6987 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
6988
6989 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
6990
6991 Add special markup processing for commit logs.
6992 * log-edit.el (log-edit-extra-flags): New variable.
6993 (log-edit): Add new argument MODE. Use that mode when non-nil
6994 instead of the log-view-mode.
6995 (log-view-process-buffer): New function.
6996
6997 * vc.el: Document that the checkin method takes optional
6998 arguments. Document new backend specific method: log-view-mode.
6999 (vc-default-log-edit-mode): New function.
7000 (vc-checkin): Use a backend specific log-view-mode.
7001 Pass extra arguments to the checkin method.
7002 (vc-modify-change-comment): Pass a dummy extra argument.
7003
7004 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
7005 log-edit.
7006 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
7007 (vc-finish-logentry): Process the log buffer before passing it
7008 down. Pass log-edit-extra-flags.
7009
7010 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
7011 command.
7012 (log-edit-extra-flags, log-edit-before-checkin-process):
7013 New declarations.
7014
7015 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
7016 command.
7017 (log-edit-extra-flags, log-edit-before-checkin-process):
7018 New declarations.
7019 (vc-hg-log-edit-mode): New derived mode.
7020
7021 * vc-arch.el (vc-arch-checkin):
7022 * vc-cvs.el (vc-cvs-checkin):
7023 * vc-git.el (vc-git-checkin):
7024 * vc-mtn.el (vc-mtn-checkin):
7025 * vc-rcs.el (vc-rcs-checkin):
7026 * vc-sccs.el (vc-sccs-checkin):
7027 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
7028
7029 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
7030
7031 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
7032 parent typo).
7033
7034 2010-03-19 Glenn Morris <rgm@gnu.org>
7035
7036 * password-cache.el (password-cache, password-cache-expiry): Autoload.
7037
7038 2010-03-18 Glenn Morris <rgm@gnu.org>
7039
7040 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
7041
7042 * replace.el (query-replace-history): Give it a doc string.
7043 (map-query-replace-regexp): Use query-replace-from-history-variable
7044 and query-replace-to-history-variable.
7045
7046 * mail/hashcash.el (declare-function): Remove duplicate definition.
7047
7048 * mail/emacsbug.el (report-emacs-bug-pretest-address):
7049 Make it an obsolete alias for report-emacs-bug-address.
7050 (message-strip-special-text-properties): Declare.
7051 (report-emacs-bug): Remove test for a pretest bug address.
7052 Combine message-mode-specific code.
7053
7054 * mail/supercite.el: Don't require sendmail.
7055 (mh-in-header-p): Declare rather than using with-no-warnings.
7056 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
7057 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
7058
7059 * calendar/cal-french.el: Convert to utf-8.
7060
7061 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
7062 Emacs scripts.
7063
7064 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
7065
7066 * net/secrets.el (secrets-enabled): New variable. Use it instead
7067 of a subfeature.
7068
7069 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
7070
7071 * net/secrets.el (top): Register the D-Bus signals only when the
7072 service "org.freedesktop.secrets" can be pinged.
7073 Provide subfeature `enabled'.
7074
7075 2010-03-14 Juri Linkov <juri@jurta.org>
7076
7077 Add finder unknown keywords.
7078
7079 * finder.el (finder-unknown-keywords): New function.
7080
7081 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
7082 to create a Finder node with unknown keywords.
7083
7084 2010-03-14 Juri Linkov <juri@jurta.org>
7085
7086 * finder.el (finder-compile-keywords): Replace `princ' with
7087 `prin1' on a list of symbols interned from keyword strings.
7088
7089 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
7090 a comma, then split keywords using a comma and optional whitespace.
7091 Otherwise, split by whitespace.
7092
7093 * complete.el:
7094 * face-remap.el:
7095 * log-view.el:
7096 * net/hmac-def.el:
7097 * net/hmac-md5.el:
7098 * net/netrc.el:
7099 * progmodes/mixal-mode.el: Fix keywords.
7100
7101 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
7102
7103 * Makefile.in (ELCFILES): Add net/secrets.elc.
7104
7105 * net/secrets.el: New file.
7106
7107 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
7108
7109 * facemenu.el (list-colors-display, list-colors-print): New arg
7110 callback. Use it to allow selecting colors.
7111
7112 * wid-edit.el (widget-image-insert): Insert image prop even if the
7113 current display is non-graphic.
7114 (widget-field-value-set): New fun.
7115 (editable-field): Use it.
7116 (widget-field-value-get): Clean up unused var.
7117 (widget-color-value-create, widget-color--choose-action):
7118 New funs. Allow using list-colors-display to choose color.
7119
7120 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
7121
7122 * cus-edit.el: Resort topmost custom groups.
7123 (custom-buffer-sort-alphabetically): Default to t.
7124 (customize-apropos): Use apropos-parse-pattern.
7125 (custom-search-field): New var.
7126 (custom-buffer-create-internal): Add custom-apropos search field.
7127 (custom-add-parent-links): Don't display parent doc.
7128 (custom-group-value-create): Don't sort top-level custom group.
7129 (custom-magic-value-create): Show visibility button before option name.
7130
7131 (custom-variable-state): New fun, from custom-variable-state-set.
7132 (custom-variable-state-set): Use it.
7133 (custom-group-value-create): Hide options with standard values
7134 using the :hidden-states property. Use progress reporter.
7135
7136 (custom-show): Simplify.
7137 (custom-visibility): Disable images by default.
7138 (custom-variable): New property :hidden-states.
7139 (custom-variable-value-create): Enable images for
7140 custom-visibility widgets. Use :hidden-states property to
7141 determine initial visibility.
7142
7143 * wid-edit.el (widget-image-find): Give images center ascent.
7144 (visibility): Add :on-image and :off-image properties.
7145 (widget-visibility-value-create): Use them.
7146
7147 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
7148
7149 * cus-edit.el (processes): Remove from development group.
7150 (oop, hypermedia): Delete group.
7151 (comm): Promote to top-level group.
7152
7153 * net/browse-url.el (browse-url):
7154 * net/xesam.el (xesam):
7155 * net/tramp.el (tramp):
7156 * net/goto-addr.el (goto-address):
7157 * net/ange-ftp.el (ange-ftp): Put in comm group.
7158
7159 * view.el (view): Remove from editing group.
7160
7161 * uniquify.el (uniquify): Put in files group.
7162
7163 * net/browse-url.el (browse-url):
7164 * ps-print.el (postscript): Put in external group.
7165
7166 * cus-edit.el (outlines):
7167 * textmodes/text-mode.el (text-mode-hook):
7168 * textmodes/table.el (table):
7169 * textmodes/picture.el (picture):
7170 * outline.el (outlines): Put in wp group.
7171
7172 * nxml/nxml-mode.el (nxml): Remove from wp group.
7173
7174 * net/tramp-imap.el (tramp-imap): Put in tramp group.
7175
7176 * mail/metamail.el (metamail): Remove from hypermedia group.
7177
7178 * cus-edit.el (abbrev):
7179 * whitespace.el (whitespace):
7180 * vcursor.el (vcursor):
7181 * reveal.el (reveal):
7182 * hl-line.el (hl-line): Put in convenience group.
7183
7184 * epg-config.el (epg): Put in data group.
7185
7186 * emulation/pc-select.el (pc-select): Put in emulations group.
7187
7188 * calculator.el (calculator): Put in applications group.
7189
7190 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
7191
7192 Add .dir-locals.el support for file-less buffers.
7193 * files.el (hack-local-variables): Split out code to apply local
7194 variable settings ...
7195 (hack-local-variables-apply): ... here. New function.
7196 (hack-dir-local-variables): Use the default directory for when the
7197 buffer does not have an associated file.
7198 (hack-dir-local-variables-non-file-buffer): New function.
7199 * diff-mode.el (diff-mode):
7200 * vc-annotate.el (vc-annotate-mode):
7201 * vc-dir.el (vc-dir-mode):
7202 * log-edit.el (log-edit-mode):
7203 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
7204
7205 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
7206
7207 Add support for shelving snapshots and for showing shelves.
7208 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
7209 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
7210 New functions.
7211 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
7212 (vc-bzr-extra-menu-map): Map them.
7213
7214 2010-03-11 Glenn Morris <rgm@gnu.org>
7215
7216 * cus-edit.el (customize-changed-options-previous-release):
7217 Bump to 23.1.
7218
7219 * image.el (image-animate-max-time): Fix :version tag.
7220
7221 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
7222
7223 * Branch for 23.2.
7224
7225 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7226
7227 * vc-git.el (vc-git-revision-table): Include remote branches.
7228
7229 2010-03-10 Kim F. Storm <storm@cua.dk>
7230
7231 Animated image API.
7232 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
7233
7234 * image.el (image-animate-max-time): New defcustom.
7235 (image-animated-types): New defconst.
7236 (create-animated-image, image-animate-timer)
7237 (image-animate-start, image-animate-stop, image-animate-timeout)
7238 (image-animated-p): New functions.
7239
7240 * image-mode.el (image-toggle-display-image):
7241 Replace `create-image' with `create-animated-image'.
7242
7243 2010-03-09 Miles Bader <miles@gnu.org>
7244
7245 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
7246 instead of "format:"; this ensures that the output is
7247 newline-terminated.
7248
7249 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
7250
7251 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
7252 that all errors are caught, and that the return value is always a
7253 list (Bug#5692).
7254
7255 2010-03-08 Kenichi Handa <handa@m17n.org>
7256
7257 * language/misc-lang.el (windows-1256): New coding system.
7258 (cp1256): New alias of windows-1256 (bug#5690).
7259
7260 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
7261
7262 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
7263 call to rfc822-bad-address. (Bug#5692)
7264
7265 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
7266
7267 * vc-git.el (vc-git-annotate-extract-revision-at-line):
7268 Use vc-git-root as default directory for revision path (Bug#5657).
7269
7270 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
7271
7272 * calculator.el (calculator): Don't bind split-window-keep-point
7273 (Bug#5674).
7274
7275 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
7276
7277 * vc-git.el: Re-flow to fit into 80 columns.
7278 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
7279 Remove spurious `quote' element in each case alternative.
7280 (vc-git-show-log-entry): Use prog1.
7281 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
7282
7283 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7284
7285 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
7286
7287 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
7288
7289 * macros.el (insert-kbd-macro): Look up keyboard macro using the
7290 definition, not the name (Bug#5481).
7291
7292 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
7293
7294 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
7295 argument with a local variable. (Bug#5670)
7296
7297 2010-03-02 Juri Linkov <juri@jurta.org>
7298
7299 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
7300
7301 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
7302
7303 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
7304 error when FILENAME and NEWNAME are existing remote directories.
7305
7306 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
7307 parameter DIR-FLAG.
7308
7309 2010-03-02 Glenn Morris <rgm@gnu.org>
7310
7311 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
7312 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
7313
7314 2010-03-01 Kenichi Handa <handa@m17n.org>
7315
7316 * language/burmese.el (burmese-composable-pattern): Rename from
7317 myanmar-composable-pattern.
7318
7319 * international/characters.el (script-list):
7320 * international/fontset.el (script-representative-chars):
7321 Change myanmar to burmese.
7322 (otf-script-alist): Likewise.
7323 (setup-default-fontset): Likewise. Re-fix :otf spec.
7324
7325 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
7326
7327 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
7328
7329 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
7330
7331 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
7332
7333 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
7334
7335 * net/tramp.el (tramp-handle-write-region): START can be a string.
7336 Take care in the checks. Reported by Dan Davison
7337 <davison@stats.ox.ac.uk>.
7338
7339 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
7340
7341 * net/dbus.el (dbus-introspect, dbus-get-property)
7342 (dbus-set-property, dbus-get-all-properties):
7343 Use `dbus-call-method' when noninteractive. (Bug#5645)
7344
7345 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
7346
7347 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
7348 * emacs-lisp/elint.el (elint-add-required-env):
7349 * calendar/icalendar.el (icalendar--add-diary-entry):
7350 * calc/calcalg2.el (math-tracing-integral):
7351 * files.el (recover-session-finish): Use with-current-buffer
7352 instead of save-excursion.
7353
7354 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
7355
7356 Fix in-buffer completion when after-change-functions modify the buffer.
7357 * minibuffer.el (completion--replace): New function.
7358 (completion--do-completion): Use it and use relative movement.
7359
7360 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
7361
7362 * international/fontset.el (setup-default-fontset): Fix :otf spec.
7363
7364 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
7365
7366 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
7367 Allow the characters _<> in the stack entry (Bug#5653).
7368
7369 2010-02-26 Kenichi Handa <handa@m17n.org>
7370
7371 * language/burmese.el: Fix entries in composition-function-table.
7372 (myanmar-composable-pattern): New variable.
7373
7374 * international/fontset.el (setup-default-fontset): Add an entry
7375 for myanmar.
7376
7377 * international/characters.el (script-list): Add Myanmar
7378 Extended-A.
7379
7380 2010-02-26 Glenn Morris <rgm@gnu.org>
7381
7382 * custom.el (custom-initialize-delay): Doc fix.
7383
7384 * mail/sendmail.el (send-mail-function): Autoload the call
7385 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
7386
7387 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
7388
7389 * files.el (hack-local-variables-filter): For eval forms, also
7390 check safe-local-variable-p (Bug#5636).
7391
7392 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
7393
7394 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
7395 setting the modes by `ignore-errors'. It might fail, for example
7396 if the file is not owned by the user but the group.
7397 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
7398
7399 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
7400
7401 * files.el (directory-listing-before-filename-regexp): Use
7402 stricter matching for iso-style dates, to avoid false matches with
7403 date-like filenames (Bug#5597).
7404
7405 * htmlfontify.el (htmlfontify): Doc fix.
7406
7407 * eshell/eshell.el (eshell): Doc fix.
7408
7409 * startup.el (fancy-about-screen): In mode-line, apply
7410 mode-line-buffer-id face only to the buffer name (Bug#5613).
7411
7412 2010-02-20 Kevin Ryde <user42@zip.com.au>
7413
7414 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7415 In `watcom' anchor regexp to start of line, to avoid slowness
7416 (Bug#5599).
7417
7418 2010-02-20 Eli Zaretskii <eliz@gnu.org>
7419
7420 * subr.el (remove-yank-excluded-properties): Explain in a comment
7421 why `category' property is removed.
7422
7423 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
7424
7425 * isearch.el (isearch-update-post-hook, isearch-update): Revert
7426 2010-02-17 change.
7427
7428 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
7429
7430 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
7431 (icalendar--convert-weekly-to-ical)
7432 (icalendar--convert-yearly-to-ical)
7433 (icalendar--convert-block-to-ical)
7434 (icalendar--convert-cyclic-to-ical)
7435 (icalendar--convert-anniversary-to-ical): Take care of time
7436 specifications where hour has 1-digit only (Bug#5549).
7437
7438 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
7439
7440 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
7441 of disassemble output in GDB 7.1.
7442
7443 2010-02-19 Glenn Morris <rgm@gnu.org>
7444
7445 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
7446 property. (Bug#5593)
7447
7448 2010-02-18 Sam Steingold <sds@gnu.org>
7449
7450 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
7451
7452 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
7453
7454 Use abbreviated file names in bookmarks (bug#5591).
7455 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
7456 calls to expand-file-name.
7457 (bookmark-relocate): Use abbreviated file names in bookmarks.
7458 (bookmark-load): Use abbreviated file names in messages.
7459
7460 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
7461
7462 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
7463 expand "." and "..". Reported by Thierry Volpiatto
7464 <thierry.volpiatto@gmail.com>.
7465
7466 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
7467
7468 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
7469 permissions of the temporary file to "0600". In case the remote
7470 file has no read permissions for the owner, there might be
7471 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
7472
7473 22010-02-18 Glenn Morris <rgm@gnu.org>
7474
7475 * emacs-lisp/authors.el (authors-renamed-files-alist):
7476 Add entries for INSTALL.CVS.
7477
7478 2010-02-17 Mark A. Hershberger <mah@everybody.org>
7479
7480 * vc-bzr.el: Fix typo in Known Bugs section.
7481
7482 * isearch.el (isearch-update-post-hook): New hook.
7483 (isearch-update): Use the new hook.
7484
7485 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
7486
7487 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
7488 Fix errors in copying directories.
7489 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
7490 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
7491 (tramp-handle-delete-file)
7492 (tramp-handle-dired-recursive-delete-directory)
7493 (tramp-handle-write-region): Flush also the cache for the upper
7494 directory.
7495
7496 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
7497
7498 * simple.el (save-interprogram-paste-before-kill): Doc fix.
7499
7500 * cus-edit.el (hardware): Doc fix.
7501
7502 * man.el (man): Add to external custom group.
7503
7504 * delim-col.el (columns): Move to wp custom group.
7505
7506 * doc-view.el (doc-view): Add to data custom group.
7507
7508 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
7509
7510 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
7511 by ispell-parse-output (Bug#5575).
7512
7513 2010-02-16 Kenichi Handa <handa@m17n.org>
7514
7515 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
7516 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
7517 (skkdic-convert): Use `euc-japan' coding system for writing.
7518
7519 2010-02-16 Glenn Morris <rgm@gnu.org>
7520
7521 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
7522 tex-main-file before using it. (Bug#5562)
7523
7524 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
7525
7526 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
7527 warnings, since it is annoying for the user to see them each time he
7528 runs the code.
7529
7530 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
7531
7532 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
7533 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
7534 instead of PROC for caching "first-password-request". Otherwise,
7535 new processes would not profit from passwords already entered.
7536
7537 * net/tramp-cache.el (tramp-dump-connection-properties):
7538 Don't save "first-password-request" property.
7539
7540 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
7541
7542 * outline.el (outline-head-from-level):
7543 * simple.el (with-wrapper-hook):
7544 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
7545 (elint-defun, elint-buffer-env, elint-top-form-logged)
7546 (elint-unbound-variable):
7547 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
7548 Fix typos in docstrings.
7549
7550 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
7551
7552 * files.el (insert-directory): When WILDCARD-REGEXP and
7553 FULL-DIRECTORY-P are nil, insert the file entry instead of the
7554 whole directory. (Bug#5551)
7555
7556 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
7557 dired's alignment sanity. (Bug#5516)
7558
7559 2010-02-14 Juri Linkov <juri@jurta.org>
7560
7561 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
7562 Remove remaining ^H with their preceding chars. (Bug#5566)
7563
7564 2010-02-13 Glenn Morris <rgm@gnu.org>
7565
7566 * simple.el (transpose-subr): Give it a doc-string.
7567
7568 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
7569 Doc fixes.
7570
7571 2010-02-12 Juri Linkov <juri@jurta.org>
7572
7573 * arc-mode.el (archive-unique-fname): Make directories for nested
7574 archives. (Bug#5540)
7575
7576 2010-02-12 Juri Linkov <juri@jurta.org>
7577
7578 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
7579
7580 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
7581
7582 * subr.el (copy-overlay): Handle deleted overlays.
7583
7584 * man.el (Man-completion-table): Don't signal an error if we can't run
7585 manual-program (bug#4056).
7586
7587 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
7588
7589 * textmodes/artist.el (artist-mt): Fix typos in docstring.
7590
7591 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7592
7593 * info.el (Info-bookmark-jump): Simplify.
7594
7595 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
7596 (bookmark-default-handler): Accept new bookmark field `buffer'.
7597
7598 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
7599
7600 * iswitchb.el (iswitchb-completions): Revert last change.
7601
7602 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
7603
7604 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
7605 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
7606 This prevents file names like "~/" being listed literally.
7607
7608 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
7609
7610 * term/xterm.el (xterm-maybe-set-dark-background-mode):
7611 Remove dead code. (Bug#5546)
7612
7613 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
7614
7615 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
7616 correctly (Bug#5548).
7617
7618 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
7619
7620 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
7621 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
7622
7623 2010-02-08 Kenichi Handa <handa@m17n.org>
7624
7625 * international/mule-util.el (with-coding-priority): Add autoload
7626 cookie for putting `lisp-indent-function'.
7627
7628 2010-02-07 Glenn Morris <rgm@gnu.org>
7629
7630 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
7631 Move F2003 named interfaces from keywords-2 to keywords-1, and
7632 use function-name-face rather than constant-face.
7633 Simplify "abstract interface" regexp.
7634
7635 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
7636
7637 * eshell/esh-util.el (eshell-file-attributes): New optional arg
7638 ID-FORMAT. Pass it to `file-attributes'.
7639
7640 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
7641
7642 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
7643
7644 * faces.el (set-face-attribute): Allow calling
7645 internal-set-lisp-face-attribute with 'unspecified family and
7646 foundry argument (Bug#5536).
7647
7648 2010-02-07 Glenn Morris <rgm@gnu.org>
7649
7650 * progmodes/f90.el (f90-font-lock-keywords-2)
7651 (f90-looking-at-type-like, f90-looking-at-program-block-end):
7652 Handle F2003 named interfaces.
7653
7654 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
7655
7656 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
7657 beg and end before calling c-get-state-before-change-functions.
7658
7659 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
7660
7661 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
7662
7663 2010-02-05 Juri Linkov <juri@jurta.org>
7664
7665 * doc-view.el (doc-view-mode):
7666 * image-mode.el (image-mode): Put property mode-class=special.
7667 (Bug#4896)
7668
7669 2010-02-05 Mark A. Hershberger <mah@everybody.org>
7670
7671 * vc-svn.el (vc-svn-revision-table): New function.
7672
7673 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
7674
7675 * net/ange-ftp.el (ange-ftp-insert-directory):
7676 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7677 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7678 Handle also directories. (Bug#5478)
7679
7680 2010-02-05 Glenn Morris <rgm@gnu.org>
7681
7682 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
7683
7684 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
7685
7686 * startup.el (command-line-1): Convert options beginning with a
7687 single dash as well (Bug#5519).
7688
7689 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
7690
7691 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
7692 * minibuffer.el (completion-initials-expand): Only check the presence
7693 of delims *within* the boundaries, since otherwise the / delim is
7694 always found for files.
7695
7696 Fix up various corner case problems.
7697 * doc-view.el (doc-view-last-page-number): New function.
7698 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
7699 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
7700 (doc-view-kill-proc): Avoid inf-loop in freak cases.
7701 (doc-view-reconvert-doc): Use the new recursive delete-directory.
7702 (doc-view-convert-current-doc): Don't create the resolution.el file
7703 here any more.
7704 (doc-view-pdf/ps->png): Do it here instead.
7705 (doc-view-already-converted-p): Check that resolution.el is present.
7706 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
7707 windows that are not yet showing images.
7708
7709 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
7710
7711 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
7712 `dired-uncache' for every elemnt which is an absolute file name.
7713
7714 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
7715 directory, handle its directory component.
7716 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
7717 function is called permanently and creates noise, otherwise.
7718
7719 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7720 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7721 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
7722
7723 2010-02-04 David Burger <dburger@google.com> (tiny change)
7724
7725 * macros.el (apply-macro-to-region-lines):
7726 Minor simplification. (Bug#5485)
7727
7728 2010-02-04 Glenn Morris <rgm@gnu.org>
7729
7730 * mail/rmail.el (rmail-show-message-1): Handle malformed
7731 quoted-printable text. (Bug#5441)
7732
7733 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
7734
7735 * simple.el (visual-line-mode): Capitalize lighter.
7736
7737 2010-02-03 John Wiegley <jwiegley@gmail.com>
7738
7739 * iswitchb.el (iswitchb-completions): Add bookmark files to the
7740 list of files considered for "virtual buffer" completions.
7741
7742 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
7743
7744 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
7745 also in case of (and (not full) (not wildcard)). This is needed
7746 when dired is called with a list of files, which are not in
7747 `default-directory'. (Bug#5478)
7748
7749 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
7750
7751 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
7752
7753 2010-02-02 Juri Linkov <juri@jurta.org>
7754
7755 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
7756 from unidiff to allow function-line after @@.
7757
7758 2010-02-02 Juri Linkov <juri@jurta.org>
7759
7760 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
7761 '(RCS SCCS) with inverted condition.
7762
7763 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
7764
7765 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
7766 messages.
7767
7768 2010-02-01 Juri Linkov <juri@jurta.org>
7769
7770 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
7771 compare with "pkunzip" and "pkzip" instead of only "pkzip".
7772 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
7773 only when (car archive-zip-extract) is "unzip". (Bug#5475)
7774
7775 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
7776
7777 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
7778 (doc-view-revert-buffer): New command.
7779 (doc-view-mode-map): Use it.
7780
7781 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
7782
7783 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
7784 pending merge is detected.
7785
7786 2010-01-31 Juri Linkov <juri@jurta.org>
7787
7788 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
7789 beginning of interactive spec like all other grep commands do.
7790 Put "all" in front of "gz". (Bug#5260)
7791
7792 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
7793
7794 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
7795
7796 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
7797
7798 * dirtrack.el (dirtrack): Warn instead of signalling error if the
7799 regexp is incorrect (Bug#5476).
7800
7801 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
7802
7803 * net/tramp.el (tramp-handle-insert-directory): Handle also
7804 symlinks, when FILENAME is not in `default-directory'.
7805
7806 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
7807
7808 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
7809 FILE is not in `default-directory'. (Bug#5478)
7810
7811 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
7812 of SWITCHES. Handle the case, FILENAME is not in
7813 `default-directory'. (Bug#5478)
7814 (tramp-register-file-name-handlers): Add safe-magic property.
7815
7816 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
7817
7818 * arc-mode.el (archive-zip-extract): Quote the argument passed to
7819 unzip (Bug#5475).
7820
7821 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
7822
7823 * progmodes/flymake.el (flymake-allowed-file-name-masks)
7824 (flymake-master-make-header-init): Add other C++ filename masks.
7825 (flymake-find-possible-master-files)
7826 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
7827
7828 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
7829
7830 Fix some busybox annoyances.
7831
7832 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
7833 not responding." string.
7834 (tramp-open-connection-setup-interactive-shell): Dump stty
7835 settings. Enable "neveropen" arg for all `tramp-send-command'
7836 calls. Handle "=" in variable values properly.
7837 (tramp-find-inline-encoding): Raise an error, when no encoding is
7838 found.
7839 (tramp-wait-for-output): Check, whether PROC buffer is available.
7840 Remove spurious " ^H" sequences, sent by busybox.
7841 (tramp-get-ls-command): Suppress coloring, if possible.
7842
7843 2010-01-28 Glenn Morris <rgm@gnu.org>
7844
7845 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
7846
7847 * log-edit.el (log-edit-strip-single-file-name): Add missing
7848 :safe, :group, and :version tags.
7849
7850 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
7851
7852 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
7853 buffers. (Bug#5477)
7854
7855 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
7856
7857 * files.el (delete-directory): Handle moving to trash without
7858 first doing recursion (Bug#5436).
7859
7860 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
7861
7862 * vc-hooks.el (vc-path): Mark as obsolete.
7863
7864 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
7865
7866 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
7867 names too.
7868
7869 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
7870 for the short log.
7871 (vc-bzr-log-view-mode): Adjust regexp for the above change.
7872
7873 2010-01-25 Mark A. Hershberger <mah@everybody.org>
7874
7875 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
7876
7877 * vc-bzr.el (vc-bzr-revision-table): New function.
7878
7879 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
7880
7881 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
7882 diff-index command. This requires at least git-1.5.5. (Bug#1589).
7883
7884 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
7885
7886 Remove support for adding --signoff on commit.
7887 Future support will use an incompatible generic mechanism.
7888 * vc-git.el (vc-git-add-signoff): Remove variable.
7889 (vc-git-toggle-signoff): Remove function.
7890 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
7891
7892 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
7893 from xterm-set-background-mode. Return t if the background mode
7894 was set.
7895 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
7896 earlier, call it again in case the background mode has changed.
7897
7898 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
7899
7900 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
7901 (Bug#3541).
7902
7903 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
7904
7905 * emacs-lisp/assoc.el (aelement): Doc fix.
7906 (aput, adelete, amake): Use lexical-let (Bug#5450).
7907
7908 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
7909
7910 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
7911 is the same as subprogram call, not declaration. (Bug#5435).
7912
7913 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
7914
7915 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
7916 (tramp-smb-maybe-open-connection): Use it.
7917
7918 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
7919
7920 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
7921
7922 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
7923
7924 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
7925 just because we see "encoding: 8bit".
7926 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
7927
7928 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
7929
7930 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
7931
7932 2010-01-22 Eli Zaretskii <eliz@gnu.org>
7933
7934 * jka-compr.el (jka-compr-load): If load-file is not in
7935 load-history, try its file-truename version. (bug#5447)
7936
7937 2010-01-21 Alan Mackenzie <acm@muc.de>
7938
7939 Fix a situation where deletion of a cpp construct throws an error.
7940 * progmodes/cc-engine.el (c-invalidate-state-cache):
7941 Before invoking c-with-all-but-one-cpps-commented-out, check that the
7942 special cpp construct is still in the buffer.
7943 (c-parse-state): Record the special cpp with markers, not numbers.
7944
7945 2010-01-21 Kenichi Handa <handa@m17n.org>
7946
7947 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
7948 process last-command-event, as it is now decoded first (Bug#5380).
7949
7950 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
7951
7952 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
7953
7954 2010-01-20 Glenn Morris <rgm@gnu.org>
7955
7956 * indent.el (tab-always-indent): Fix custom-type.
7957
7958 2010-01-19 Alan Mackenzie <acm@muc.de>
7959
7960 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
7961 buffer throws "args out of range".
7962 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
7963 playing the role of delimiter.
7964
7965 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
7966
7967 * progmodes/ada-mode.el: Fix bug#5400.
7968 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
7969 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
7970 changed. Delete RECURSIVE parameter; never used. Improve doc string.
7971 Improve comments in "is" portion. Handle null procedure declaration.
7972 (ada-move-to-end): Improve doc string.
7973
7974 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
7975
7976 * ido.el (ido-cur-list): Initialize to nil.
7977 Remove obsolete information from commentary.
7978 (ido-choice-list): Initialize to nil.
7979 (ido-get-bufname): Reject minibuffers.
7980 (ido-make-buffer-list): If "default" is a nonexistent
7981 buffer, ignore it, as per the function's comment.
7982 (ido-kill-buffer-internal): New function.
7983 (ido-kill-buffer-at-head): Use it.
7984 (ido-visit-buffer): Likewise.
7985
7986 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
7987
7988 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
7989
7990 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
7991
7992 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
7993 Fix typos in chart titles.
7994
7995 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
7996 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
7997 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
7998 (describe-class, eieio-describe-generic, describe-generic):
7999 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
8000 (eieio-speedbar-expand):
8001 * emulation/viper-cmd.el (viper-exec-form-in-vi)
8002 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
8003 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
8004 (viper-del-backward-char-in-replace, viper-backward-indent)
8005 (viper-brac-function, viper-register-to-point, viper-submit-report):
8006 * net/tramp.el (tramp-remote-coding-commands):
8007 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
8008 Fix typos in docstrings.
8009
8010 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
8011
8012 * mail/sendmail.el (mail-yank-original): Set the mark if the
8013 specified function for yanking does not do it.
8014
8015 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
8016
8017 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
8018
8019 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
8020 resyncing a directory.
8021
8022 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
8023
8024 * progmodes/ada-mode.el: Fix bug#1920.
8025 (ada-ident-re): Delete ., allow multibyte characters.
8026 (ada-goto-label-re): New; matches goto labels.
8027 (ada-block-label-re): New; matches block labels.
8028 (ada-label-re): New; matches both.
8029 (ada-named-block-re): Deleted; callers changed to use
8030 `ada-block-label-re' instead.
8031 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
8032 Use `ada-block-label-re'.
8033 (ada-indent-on-previous-lines): Improve handling of goto labels.
8034 (ada-get-indent-block-start): Special-case block label.
8035 (ada-get-indent-label): Split into `ada-indent-block-label' and
8036 `ada-indent-goto-label'.
8037 (ada-goto-stmt-start, ada-goto-next-non-ws):
8038 Optionally ignore goto labels.
8039 (ada-goto-next-word): Simplify.
8040 (ada-indent-newline-indent-conditional): Insert newline before
8041 trying to fix indentation; doc fix.
8042
8043 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
8044
8045 * calc/calc.el (calc-command-flags): Give it an initial value.
8046
8047 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
8048
8049 * files.el (minibuffer-with-setup-hook):
8050 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
8051 (artist-key-draw-continously, artist-key-do-continously-continously)
8052 (artist-key-set-point-continously, artist-mouse-draw-continously):
8053 Fix typos in docstrings.
8054
8055 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
8056
8057 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
8058 return t (Bug#3898).
8059
8060 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
8061
8062 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
8063 can parse the output of the external commands (Bug#5279).
8064
8065 2010-01-16 Jari Aalto <jari.aalto@cante.net>
8066
8067 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
8068
8069 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
8070
8071 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
8072
8073 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
8074
8075 * startup.el (command-line): Remove unused --icon-type arg.
8076 Handle --display arg, passing it to command-line-1 (Bug#5392).
8077
8078 2010-01-16 Mario Lang <mlang@delysid.org>
8079
8080 * emacs-lisp/chart.el (chart-translate-namezone):
8081 * textmodes/artist.el (artist-compute-popup-menu-table):
8082 Remove duplicated words in doc-strings.
8083
8084 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
8085
8086 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
8087 to mairix-search to suppress threading (Bug#5342).
8088
8089 2010-01-15 Kenichi Handa <handa@m17n.org>
8090
8091 * international/mule-cmds.el (canonicalize-coding-system-name):
8092 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
8093
8094 2010-01-15 Glenn Morris <rgm@gnu.org>
8095
8096 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
8097
8098 * wid-edit.el (widget-keymap): Doc fix.
8099
8100 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
8101 former seems to be more widely accepted by various svn versions.
8102
8103 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
8104
8105 * find-cmd.el (find-constituents):
8106 * vc-arch.el (vc-arch-root):
8107 * window.el (window-body-height, pop-up-frames):
8108 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
8109 * progmodes/ada-stmt.el (ada-if):
8110 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
8111 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
8112 (ispell-encoding8-command, ispell-aspell-supports-utf8)
8113 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
8114
8115 * progmodes/flymake.el (flymake-post-syntax-check):
8116 Fix typo in error message.
8117
8118 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
8119
8120 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
8121 which is always a string. (Bug#5313)
8122
8123 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
8124
8125 * progmodes/ada-xref.el (ada-default-prj-properties):
8126 Simplify previous change.
8127
8128 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8129
8130 * progmodes/ada-xref.el (ada-default-prj-properties):
8131 Default ada_project_path to $ADA_PROJECT_PATH.
8132
8133 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8134
8135 * progmodes/ada-mode.el (ada-create-keymap):
8136 Override `narrow-to-defun' with `ada-narrow-to-defun'.
8137
8138 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8139
8140 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
8141 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
8142 (ada-get-current-indent, ada-imenu-generic-expression)
8143 (ada-which-function): Check for it.
8144
8145 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8146
8147 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
8148 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
8149
8150 2010-01-14 Glenn Morris <rgm@gnu.org>
8151
8152 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
8153
8154 2010-01-14 Kenichi Handa <handa@m17n.org>
8155
8156 * composite.el (auto-composition-mode): Make it a buffer local
8157 variable (permanent-local).
8158 (auto-composition-function): Set the default value to
8159 auto-compose-chars.
8160 (auto-composition-mode): Make it a simple function, not a minor mode.
8161 (global-auto-composition-mode): Likewise.
8162 (turn-on-auto-composition-if-enabled): Delete it.
8163
8164 2010-01-13 Karl Fogel <kfogel@red-bean.com>
8165
8166 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
8167
8168 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
8169
8170 * files.el (copy-directory): Compute target for recursive
8171 directories with identical names. (Bug#5343)
8172
8173 2010-01-12 Glenn Morris <rgm@gnu.org>
8174
8175 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
8176 it to bug-gnu-emacs rather than emacs-pretest-bug.
8177
8178 2010-01-11 Sam Steingold <sds@gnu.org>
8179
8180 * imenu.el (imenu-default-create-index-function): Detect infinite
8181 loops caused by imenu-prev-index-position-function.
8182
8183 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
8184
8185 * htmlfontify.el (htmlfontify-load-rgb-file)
8186 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
8187 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
8188 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
8189 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
8190 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
8191 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
8192 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
8193 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
8194 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
8195 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
8196 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
8197 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
8198 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
8199 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
8200 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
8201 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
8202 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
8203 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
8204 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
8205 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
8206 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
8207 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
8208 backslash-quoting from parentheses, etc.
8209
8210 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
8211
8212 * progmodes/js.el: Autoload javascript-mode alias.
8213
8214 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
8215
8216 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
8217 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
8218 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
8219 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
8220 Fix typos in docstrings.
8221 (ffap-url-regexp): Doc fix.
8222 (ffap-at-mouse): Fix typo in message.
8223
8224 2010-01-11 Glenn Morris <rgm@gnu.org>
8225
8226 * version.el (emacs-copyright): Set copyright year to 2010.
8227
8228 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
8229
8230 * format.el (format-annotate-function): Only set
8231 write-region-post-annotation-function after running to-fn so as not to
8232 affect nested write-region calls (bug#5273).
8233
8234 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
8235
8236 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
8237 wisent/python.el.
8238
8239 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
8240
8241 * man.el (Man-goto-section): Signal error if the section is not
8242 found (Bug#5317).
8243
8244 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
8245
8246 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
8247 URLs with a leading triple slash in the file: scheme. (Bug#5345)
8248
8249 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
8250
8251 * progmodes/compile.el: Don't treat compile-command as safe if
8252 compilation-read-command might be nil (Bug#4218).
8253
8254 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
8255
8256 * startup.el (command-line-1): Use orig-argi to check for ignored X and
8257 NS options.
8258
8259 2010-01-08 Kenichi Handa <handa@m17n.org>
8260
8261 * international/fontset.el (build-default-fontset-data):
8262 Exclude characters in scripts kana, hangul, han, or cjk-misc.
8263
8264 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
8265
8266 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
8267 to `create-file-buffer' as it expects, not just a buffer name.
8268 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
8269 to help uniquify. (Bug#3224)
8270
8271 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
8272
8273 * font-setting.el (font-setting-change-default-font): Use user-spec
8274 instead of name.
8275
8276 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
8277
8278 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
8279
8280 2010-01-05 Tom Tromey <tromey@redhat.com>
8281
8282 * progmodes/python.el (python-font-lock-keywords):
8283 Handle qualified decorators (Bug#881).
8284
8285 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
8286
8287 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
8288 in a lightweight checkout.
8289
8290 2010-01-05 Kenichi Handa <handa@m17n.org>
8291
8292 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
8293
8294 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
8295
8296 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
8297
8298 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
8299
8300 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
8301 checkouts. (Bug#618)
8302 (vc-bzr-log-view-mode): Also highlight the author.
8303 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
8304 (vc-bzr-shelve-menu-map):
8305 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
8306 (vc-bzr-shelve-apply): Make prompt more explicit.
8307
8308 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
8309
8310 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
8311 They are valid characters in URL paths (rfc3986), and at least
8312 Firefox does not understand the encoded version (Bug#3166).
8313
8314 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
8315
8316 * progmodes/octave-mod.el (octave-end-keywords)
8317 (octave-block-begin-or-end-regexp, octave-block-match-alist):
8318 Add "end" keyword (Bug#3061).
8319 (octave-end-as-array-index-p): New function.
8320 (calculate-octave-indent): Use it.
8321
8322 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8323
8324 * bookmark.el: Consistently put the text property on the bookmark name.
8325 (bookmark-bmenu-marks-width): Bump back to 2, to include
8326 annotation marks.
8327 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
8328 property on the bookmark name, instead of not putting it at all.
8329 (bookmark-bmenu-list): Fix where we put the text property.
8330
8331 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8332
8333 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
8334 for showing buffer modified state (as added in the previous change).
8335
8336 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8337
8338 * bookmark.el: Show modified state of bookmark buffer more accurately.
8339 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
8340 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
8341 (with-buffer-modified-unmodified): New macro.
8342 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8343 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
8344 Use new macro to preserve the buffer modified state.
8345
8346 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8347
8348 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
8349 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
8350 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
8351 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
8352 (bookmark-bmenu-rename, bookmark-bmenu-locate)
8353 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
8354 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
8355
8356 2010-01-02 Eli Zaretskii <eliz@gnu.org>
8357
8358 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8359 Make the lines in the generated doc string shorter. (Bug#4668)
8360
8361 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
8362
8363 * net/rcirc.el: Add follow-link binding (Bug#4738).
8364
8365 2010-01-02 Eli Zaretskii <eliz@gnu.org>
8366
8367 * Makefile.in (bzr-update): Rename from cvs-update.
8368 (cvs-update): New target for backward compatibility.
8369
8370 * makefile.w32-in (bzr-update): Rename from cvs-update.
8371 (cvs-update): New target for backward compatibility.
8372
8373 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8374
8375 * bookmark.el: Remove gratuitous gratitude.
8376
8377 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8378
8379 * bookmark.el (bookmark-bmenu-any-marks): New function.
8380 (bookmark-bmenu-save): Clear buffer modification if no marks.
8381
8382 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8383
8384 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
8385 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
8386 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
8387 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
8388
8389 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
8390 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
8391 To: emacs-devel {_AT_} gnu.org
8392 Subject: bookmark.el bug report
8393 Date: Mon, 28 Dec 2009 14:19:16 +0800
8394 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
8395
8396 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8397
8398 * bookmark.el: Improvements suggested by Drew Adams:
8399 (bookmark-bmenu-ensure-position): New name for
8400 `bookmark-bmenu-check-position'. Just ensure the position,
8401 don't return any meaningful value.
8402 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
8403 New constants.
8404
8405 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
8406
8407 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
8408 (bookmark-yank-point, bookmark-bmenu-check-position):
8409 Fix typos in docstrings.
8410 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
8411 (bookmark-name-from-full-record, bookmark-get-position)
8412 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
8413 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
8414 Remove useless quoting of parenthesis, etc. in docstrings.
8415
8416 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
8417 (ediff-append-custom-diff): Fix typo in error message.
8418 (ediff-meta-mark-equal-files): Fix typos in messages.
8419
8420 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
8421
8422 * net/imap-hash.el (imap-hash-make): Doc fix.
8423 (imap-hash-test): Fix typo in error message; reflow docstring.
8424 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
8425 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
8426 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
8427 Fix typos in docstrings.
8428 (imap-hash-open-connection): Fix typo in error message.
8429
8430 * play/gomoku.el (gomoku): Fix typos in docstring.
8431
8432 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
8433 (gdb-jsonify-buffer): Fix typos in docstring.
8434 (gdb-goto-breakpoint): Fix typo in error message.
8435 ("Display Other Windows"): Fix typo in help message.
8436 (gdb-speedbar-expand-node): Fix typo in question.
8437
8438 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
8439 (idlwave-html-system-help-location, idlwave-html-help-location)
8440 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
8441 (idlwave-help-browser-generic-args, idlwave-help-directory)
8442 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
8443 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
8444 (idlwave-online-help, idlwave-help-html-link)
8445 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
8446 Fix typos in docstrings.
8447 (idlwave-help-with-source, idlwave-help-find-routine-definition):
8448 Reflow docstrings.
8449 (idlwave-help-assistant-start): Fix typo in error message.
8450
8451 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
8452 (octave-electric-space): Fix typos in docstrings.
8453
8454 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
8455
8456 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
8457
8458 2010-01-01 Juri Linkov <juri@jurta.org>
8459
8460 * comint.el (comint-input-ring-size): Make it a defcustom and
8461 increase the default to 500 (Bug#5148).
8462
8463 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
8464
8465 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
8466 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
8467 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
8468
8469 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
8470
8471 Show working revision correctly for mercurial.
8472 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
8473 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
8474
8475 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
8476
8477 Declare some functions for the byte-compiler.
8478 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
8479 (speedbar-timer-fn, speedbar-change-expand-button-char)
8480 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
8481
8482 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
8483
8484 This changeset reverts GDB Graphical Interface to use annotations.
8485 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
8486
8487 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
8488
8489 Make vc-dir work on subdirectories of the bzr root.
8490 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
8491 file names relative to it.
8492 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
8493 relative directory to vc-bzr-after-dir-status.
8494
8495 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
8496
8497 * font-lock.el (font-lock-refresh-defaults): New function, which
8498 can be used to let font-lock react to external changes in
8499 variables like font-lock-defaults and keywords.
8500 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
8501
8502 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
8503
8504 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
8505
8506 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
8507
8508 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
8509
8510 Supersede color.diff settings in git log (bug#5211).
8511
8512 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
8513 escape chars in its output when the user has color.diff set to `always'.
8514 This fix works on git 1.4.2 and newer (released on 2006-08-13).
8515
8516 2009-12-26 Kevin Ryde <user42@zip.com.au>
8517
8518 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
8519 node. Keep previous "Index" name to work with past coreutils too.
8520
8521 * man.el (man): Revise docstring a bit to show -a and -l as
8522 examples. Add -k description since support for it has otherwise
8523 been a secret. (Further to bug#3717.)
8524 (Man-bgproc-sentinel): When "-k foo" produces no output show error
8525 "no matches" rather than "Can't find manpage", as the latter reads
8526 like -k was interpreted as a page name, which is not so. (Bug#5431)
8527
8528 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
8529
8530 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
8531 switches. Check also for //SUBDIRED// line.
8532
8533 2009-12-25 Kenichi Handa <handa@m17n.org>
8534
8535 * language/indian.el (devanagari-composable-pattern): Fixed to
8536 handle ZWNJ and ZWJ. Use it in composition-function-table for
8537 Devanagari.
8538 (malayalam-composable-pattern): Fix previous change.
8539
8540 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8541
8542 * ps-print.el (ps-face-attributes): It was not returning the
8543 attribute face for faces specified as string. Reported by harven
8544 <harven@free.fr>. (Bug#5254)
8545 (ps-print-version): New version 7.3.5.
8546
8547 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
8548
8549 * calendar/icalendar.el (icalendar--convert-tz-offset):
8550 Fix timezone names.
8551 (icalendar--convert-tz-offset): Fix the "last-day-problem".
8552 (icalendar--add-diary-entry): Remove the trailing blank that
8553 diary-make-entry inserts.
8554
8555 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
8556
8557 Make `file-expand-wildcards' work for remote files.
8558
8559 * files.el (file-expand-wildcards): In case of remote files, check
8560 only local file name part for wildcards. Provide feature 'files
8561 and subfeature 'remote-wildcards. (Bug#5198)
8562
8563 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
8564 if there is already an established connection.
8565 (tramp-advice-file-expand-wildcards): Remove it.
8566
8567 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
8568 (tramp-advice-file-expand-wildcards): Move from tramp.el.
8569 Activate advice for older GNU Emacs versions. (Bug#5237)
8570
8571 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
8572
8573 Some doc fixes (more needed).
8574
8575 * find-cmd.el (find-constituents): Reflow docstring.
8576 (find-cmd, find-prune, find-command): Fix typos in docstrings.
8577 (find-generic): Doc fix.
8578
8579 2009-12-17 Juri Linkov <juri@jurta.org>
8580
8581 Fix regression from 23.1 to allow multiple modes in Local Variables.
8582
8583 * files.el (hack-local-variables-filter): While ignoring duplicates,
8584 don't take `mode' into account.
8585 (hack-local-variables-filter, hack-dir-local-variables):
8586 Don't remove duplicate `mode' from local-variables-alist (like `eval').
8587
8588 2009-12-17 Juri Linkov <juri@jurta.org>
8589
8590 Make `dired-diff' safer. (Bug#5225)
8591
8592 * dired-aux.el (dired-diff): Signal an error when `file' equals to
8593 `current' or when `file' is a directory of the `current' file.
8594
8595 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
8596
8597 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
8598 unconditionally preloaded files.
8599
8600 2009-12-16 Juri Linkov <juri@jurta.org>
8601
8602 Revert to old 23.1 logic of using the file at the mark as default.
8603 * dired-aux.el (dired-diff): Use the file at the mark as default
8604 if it's not the same as the current file, and the target dir is
8605 the current dir or the mark is active. Add the current file
8606 as the arg of `dired-dwim-target-defaults'. Use the default file
8607 in the prompt. (Bug#5225)
8608
8609 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
8610
8611 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
8612 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
8613 (tramp-check-for-regexp): Check also, when an echoing shell stops
8614 to echo sent commands.
8615
8616 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
8617
8618 * Makefile.in: Revert last change (Bug#5191).
8619
8620 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
8621
8622 * vc-hg.el (vc-hg-print-log): Fix argument order.
8623 (vc-hg-working-revision): Make sure the command is executed in a
8624 known environment so that we can parse the output. (Bug#4417)
8625
8626 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
8627
8628 * progmodes/python.el (python-symbol-completions): Remove text
8629 properties from symbol string before calling python-send-receive.
8630
8631 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
8632
8633 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
8634 when there are values for both file and line. (Bug#5060)
8635
8636 2009-12-14 Juri Linkov <juri@jurta.org>
8637
8638 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
8639 whitespace after the file name of the first line of unified format,
8640 because git-diff doesn't output whitespace and file modification time
8641 after the file name.
8642
8643 2009-12-14 David Kastrup <dak@gnu.org>
8644
8645 * info.el (Info-hide-cookies-node): Before hiding a cookie,
8646 check if it already has the `display' property added by
8647 `Info-display-images-node', and not put the `invisible' property
8648 in this case.
8649
8650 2009-12-13 Glenn Morris <rgm@gnu.org>
8651
8652 * mail/emacsbug.el (message-sort-headers): Define for compiler.
8653 (report-emacs-bug): In message-mode, sort manually before storing
8654 original report text. (Bug#5178)
8655 Remove superfluous save-excursion.
8656
8657 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
8658
8659 * net/dbus.el (dbus-property-handler): Filter lambda forms out
8660 when responding to "GetAll" properties.
8661
8662 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
8663
8664 * simple.el (compose-mail): Remove mail-setup-with-from from
8665 customization checks.
8666
8667 2009-12-12 Eli Zaretskii <eliz@gnu.org>
8668
8669 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
8670 RAR archives created on Unix systems.
8671
8672 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
8673
8674 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
8675 the varalias that was accidentally removed by the 2009-11-19 change
8676 (bug#5186).
8677
8678 2009-12-12 Kenichi Handa <handa@m17n.org>
8679
8680 * language/indian.el (indian-compose-regexp): New function.
8681 (malayalam-composable-pattern): Fix the pattern.
8682 (composition-function-table): Set malayalam-composable-pattern for
8683 Malayalam characters.
8684
8685 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
8686
8687 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
8688 rather than down-mouse-1, based on follow-link conventions.
8689
8690 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
8691 are compiled.
8692
8693 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
8694
8695 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
8696 (verilog-vmm-statement-re, verilog-ovm-statement-re)
8697 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
8698 (verilog-leap-to-head, verilog-backward-token):
8699 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
8700
8701 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
8702
8703 * progmodes/verilog-mode.el (verilog-auto-lineup)
8704 (verilog-nameable-item-re): Cleanup user-visible spelling and
8705 documentation errors. One reported by Gary Delp.
8706 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
8707 (verilog-read-decls): Fix AUTOWIRE with types declared in a
8708 package, bug195. Reported by Pierre-David Pfister.
8709
8710 2009-12-11 Glenn Morris <rgm@gnu.org>
8711
8712 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
8713
8714 * mail/emacsbug.el: No longer require sendmail.
8715 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
8716 (report-emacs-bug-orig-text): Doc fix.
8717 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
8718 New local variables, to adapt to different mail-user-agents.
8719 (report-emacs-bug): Fix test for a gnu.org address.
8720 Use overlays for emphasis, since font-lock defeats 'face property.
8721 Pretest bugs also end up at the newsgroup these days.
8722 Stop message-mode stripping text properties.
8723 Set and use the new buffer-local variables.
8724 (report-emacs-bug-hook): Add doc-string.
8725 Remove some unnecessary save-excursions and simplify.
8726 Use the appropriate hook and send-command.
8727
8728 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
8729 capitalization of some menu entries.
8730
8731 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8732
8733 * whitespace.el (whitespace-display-char-on):
8734 Ensure `buffer-display-table' is unique when two or more windows are
8735 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
8736 New version 12.1.
8737
8738 2009-12-10 Eli Zaretskii <eliz@gnu.org>
8739
8740 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
8741 characters in the Attribute field.
8742
8743 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
8744
8745 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
8746
8747 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
8748
8749 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
8750 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8751 Disregard autoload-excludes.
8752 (update-directory-autoloads): Obey autoload-excludes here instead.
8753 But don't store its contents in no-autoloads and remove entries that
8754 refer to excludes files.
8755
8756 2009-12-10 Glenn Morris <rgm@gnu.org>
8757
8758 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
8759 (expand-mail-aliases): Define for compiler.
8760
8761 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
8762 Define for compiler.
8763
8764 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
8765 appropriate for the mail-user-agent in use.
8766
8767 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
8768
8769 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
8770
8771 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
8772
8773 Fix short log parsing and fontification.
8774 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
8775 Fix fontification for the [merge] label.
8776
8777 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
8778
8779 Drop some properties to avoid surprises (bug#5002).
8780 * htmlfontify.el (hfy-ignored-properties): New defcustom.
8781 (hfy-fontify-buffer): Use it.
8782
8783 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
8784
8785 Minor cleanup.
8786 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
8787 Adjust all callers.
8788 (ffap-locate-file): Remove unused arg `dir-ok' and make other
8789 args compulsory. Adjust callers.
8790 (ffap-gopher-at-point): Remove unused var `name'.
8791
8792 Get rid of the ELCFILES abomination.
8793 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
8794 (compile-elcfiles): New phony target.
8795 (compile-main): Compute ELCFILES dynamically.
8796 (compile-clean): New target to remove left-over elc files.
8797 (compile, all): Use it.
8798
8799 2009-12-09 Kenichi Handa <handa@etlken>
8800
8801 * international/mule-diag.el: Require help-mode instead of help-fns.
8802
8803 2009-12-09 Kenichi Handa <handa@m17n.org>
8804
8805 * international/mule-cmds.el (ucs-names): Supply sufficiently
8806 fine ranges instead of pre-calculating accurate ranges.
8807 Iterate with bigger gc-cons-threshold.
8808
8809 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
8810
8811 Add support for stashing a snapshot of the current tree.
8812 * vc-git.el (vc-git-stash-snapshot): New function.
8813 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
8814
8815 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
8816
8817 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
8818 instead of `(beginning|end)-of-line'.
8819
8820 2009-12-08 Glenn Morris <rgm@gnu.org>
8821
8822 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
8823
8824 * Makefile.in (ELCFILES): Regenerate.
8825
8826 2009-12-07 Juri Linkov <juri@jurta.org>
8827
8828 Don't lazy-highlight the comint output in history Isearch mode.
8829
8830 * comint.el (comint-history-isearch-search): Instead of
8831 `comint-line-beginning-position', use `comint-after-pmark-p'
8832 to check if point if before the process mark, and go to
8833 `process-mark' in this case.
8834
8835 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8836
8837 * textmodes/tex-mode.el (latex-complete)
8838 (latex-indent-or-complete): Remove.
8839 (latex-mode): Set completion-at-point-functions instead.
8840
8841 Provide a standard completion command and hook it into TAB.
8842 * minibuffer.el (completion-at-point-functions): New var.
8843 (completion-at-point): New command.
8844 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
8845 * progmodes/python.el (python-mode-map): Use completion-at-point.
8846 (python-completion-at-point): Rename from python-partial-symbol and
8847 adjust for use in completion-at-point-functions.
8848 (python-mode): Setup completion-at-point for Python completion.
8849 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
8850 extracted from lisp-complete-symbol.
8851 (lisp-complete-symbol): Use it.
8852 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
8853 setup completion-at-point for Elisp completion.
8854 (emacs-lisp-mode-map, lisp-interaction-mode-map):
8855 Use completion-at-point.
8856 * ielm.el (ielm-map): Use completion-at-point.
8857 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
8858 * progmodes/sym-comp.el: Move to...
8859 * obsolete/sym-comp.el: Move from progmodes.
8860
8861 2009-12-07 Eli Zaretskii <eliz@gnu.org>
8862
8863 Prevent save-buffer in Rmail buffers from using the coding-system
8864 of the current message, and from clobbering the encoding mnemonics
8865 in the mode line (Bug#4623).
8866
8867 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
8868 flag, too.
8869 (rmail-message-encoding): New variable.
8870 (rmail-write-region-annotate): Record the encoding of the current
8871 message in rmail-message-encoding.
8872 (rmail-after-save-hook): New function, restores the encoding of
8873 the current message after the message collection is saved.
8874
8875 2009-12-07 Juri Linkov <juri@jurta.org>
8876
8877 * progmodes/grep.el (grep-read-files): Use `completing-read'
8878 instead of `read-string'. Set its `collection' arg to
8879 `read-file-name-internal'. (Bug#4301)
8880
8881 2009-12-07 Juri Linkov <juri@jurta.org>
8882
8883 Correctly restore original Isearch point. (Bug#4994)
8884
8885 * isearch.el (isearch-mode): Move `isearch-push-state' after
8886 `(run-hooks 'isearch-mode-hook)'.
8887 (isearch-cancel): When `isearch-push-state-function' is defined,
8888 let-bind `isearch-cmds' to the first state (the last element of
8889 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
8890 function and restores the original point). Otherwise, move point
8891 to `isearch-opoint'.
8892
8893 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8894
8895 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
8896 chars that don't have names, so the table can be built much faster at
8897 run-time.
8898
8899 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
8900
8901 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
8902 change. Suggested by David Kastrup.
8903
8904 * simple.el (compose-mail): Check for incompatibilities and warn.
8905 (compose-mail-user-agent-warnings): New option.
8906
8907 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
8908
8909 Support showing a single log entry from vc-annotate.
8910 * vc.el (print-log): Add a new argument: START-REVISION.
8911 (vc-print-log-internal): Add a new optional argument and
8912 pass it to the backend.
8913 (vc-print-log, vc-print-root-log): Adjust callers.
8914 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
8915 buffer already displays the requested log entry, use it.
8916 Otherwise display only the log entry in question.
8917 * vc-svn.el (vc-svn-print-log):
8918 * vc-mtn.el (vc-mtn-print-log):
8919 * vc-hg.el (vc-hg-state):
8920 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
8921 (vc-git-show-log-entry): Return t on success.
8922 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
8923 (vc-bzr-show-log-entry): Return t on success.
8924 * vc-rcs.el (vc-rcs-print-log):
8925 * vc-sccs.el (vc-sccs-print-log):
8926 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
8927
8928 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
8929
8930 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
8931 Add menus to the meta mode. (Bug#5043)
8932
8933 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
8934
8935 * ediff-init.el (ediff-event-key): Use event-to-character instead of
8936 event-key.
8937
8938 * ediff.el (ediff-buffers-internal): Add unwind-protect.
8939
8940 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
8941
8942 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
8943 Berbain <raphael.berbain@gmail.com>.
8944
8945 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
8946 characters.
8947 (tramp-initial-end-of-output): New defconst.
8948 (tramp-methods, tramp-find-shell)
8949 (tramp-open-connection-setup-interactive-shell)
8950 (tramp-maybe-open-connection): Use it.
8951 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
8952 existence of `#' and `$'.
8953
8954 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
8955 `tramp-initial-end-of-output'.
8956
8957 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
8958
8959 Get the background mode from the terminal for xterm, and set
8960 faces accordingly.
8961 * term/xterm.el (xterm-set-background-mode): New function.
8962 (terminal-init-xterm): Use it in case xterm supports background
8963 color queries. Recompute faces after getting the background
8964 color.
8965
8966 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
8967
8968 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
8969 number comment back on its own line, for easier parsing.
8970
8971 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8972
8973 Make it work for non-file buffers (bug#5102).
8974 * doc-view.el (doc-view-current-cache-dir):
8975 Use doc-view-buffer-file-name rather than buffer-file-name.
8976 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
8977
8978 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
8979
8980 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
8981 author field is too short.
8982
8983 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
8984
8985 * vc-git.el (vc-git-print-log): Handle a limit argument.
8986 Display the short log in graph form and with labels.
8987 (vc-git-log-view-mode): Handle labels.
8988
8989 Make vc-revert change VC state from 'added to 'unregistered.
8990 * vc-git.el (vc-git-revert): Call git reset first.
8991
8992 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
8993
8994 * net/newst-backend.el, net/newst-plainview.el:
8995 * net/newst-reader.el, net/newst-ticker.el:
8996 * net/newst-treeview.el, net/newsticker.el:
8997 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8998
8999 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
9000
9001 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
9002
9003 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
9004 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
9005 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
9006 Update annotation regexp.
9007
9008 * simple.el (beginning-of-visual-line): Constrain to field
9009 boundaries (Bug#5106).
9010
9011 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
9012
9013 * xml.el (xml-substitute-numeric-entities): Move
9014 newsticker--decode-numeric-entities in newst-backend.el to
9015 xml-substitute-numeric-entities in xml.el. (Bug#5008)
9016 * net/newst-backend.el (newsticker--parse-generic-feed)
9017 (newsticker--parse-generic-items)
9018 (newsticker--decode-numeric-entities): Move
9019 newsticker--decode-numeric-entities in newst-backend.el to
9020 xml-substitute-numeric-entities in xml.el. (Bug#5008)
9021
9022 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
9023
9024 * progmodes/js.el (js--js-not): Add null to the list of values.
9025
9026 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
9027
9028 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
9029
9030 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9031
9032 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
9033 delimiter if it is at the end of the current line.
9034 (bibtex-generate-url-list): Fix docstring.
9035
9036 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9037
9038 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
9039 minibuffer's content with itself.
9040 Fold the confirm-after-completion case into the `confirm' case.
9041 (completion-pcm-word-delimiters): Add : and / to the delimiters.
9042
9043 2009-12-06 Kevin Ryde <user42@zip.com.au>
9044
9045 * ffap.el (ffap-rfc-path): Make this a defcustom since
9046 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
9047
9048 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
9049 manuals, similar to existing setup for help-mode. (Bug#3913.)
9050
9051 2009-12-05 Juri Linkov <juri@jurta.org>
9052
9053 Save and restore dired buffer's point positions too. (Bug#4880)
9054
9055 * dired.el (dired-save-positions): Return in the first element
9056 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
9057 Doc fix.
9058 (dired-restore-positions): First restore buffer's position.
9059 While restoring window's positions, check if window still displays
9060 the original buffer.
9061
9062 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
9063
9064 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
9065 if possible.
9066
9067 * shell.el (shell): Require ansi-color (Bug#5113).
9068
9069 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
9070
9071 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
9072
9073 2009-12-05 Alan Mackenzie <acm@muc.de>
9074
9075 * progmodes/cc-mode.el (c-before-hack-hook)
9076 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
9077 `c-file-style' to work again. This reversion restores the current
9078 software to its state in Emacs 23.1. (Bug#4146)
9079
9080 2009-12-05 Kevin Ryde <user42@zip.com.au>
9081
9082 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
9083 comment-start-skip to comment-end-skip as comment (Bug#4781).
9084
9085 2009-12-05 Juri Linkov <juri@jurta.org>
9086
9087 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
9088 for virtual nodes. (Bug#4147)
9089 (Info-find-node-2): Set `Info-current-node-virtual' to nil
9090 when moving from a virtual node.
9091 (Info-mode-menu): Add `Info-virtual-index' to the menu.
9092 (Info-mode): Add `Info-virtual-index' to the docstring.
9093
9094 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9095
9096 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
9097 track of the buffer position of the end of a BibTeX entry as this
9098 position may change during reformatting.
9099 (bibtex-format-entry): Remove whitespace before processing
9100 numerical fields so that we recognize the latter properly.
9101 (bibtex-reformat): Do not use push which changes the global value
9102 of bibtex-entry-format.
9103 (bibtex-field-braces-alist, bibtex-field-strings-alist)
9104 (bibtex-field-re-init): Replace only space characters by regexp
9105 for whitespace.
9106 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
9107 (bibtex-initialize): Also update bibtex-strings.
9108 (bibtex-kill-field): Preserve white space at end of entry.
9109 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
9110 Update bibtex-reference-keys.
9111
9112 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9113
9114 * minibuffer.el (completion-pcm--merge-try): Also consider placing
9115 point after a star, if that's the only place where modifications can
9116 make progress.
9117
9118 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
9119
9120 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
9121 in docstrings.
9122
9123 2009-12-04 Juri Linkov <juri@jurta.org>
9124
9125 * proced.el (proced): Call `(proced-update t)' to update process
9126 information instead of only running proced-post-display-hook.
9127 (proced-send-signal): Add a leading space to the buffer name
9128 " *Marked Processes*" to make this buffer ephemeral.
9129
9130 2009-12-04 Juri Linkov <juri@jurta.org>
9131
9132 * dired.el (dired-auto-revert-buffer): New defcustom.
9133 (dired-internal-noselect): Use it.
9134
9135 2009-12-04 Juri Linkov <juri@jurta.org>
9136
9137 Change roles of modes and functions in image-mode.el (Bug#5062).
9138
9139 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
9140 in `auto-mode-alist'.
9141 (image-mode-previous-major-mode): New variable.
9142 (image-minor-mode-map): Rename from `image-mode-text-map'.
9143 (image-mode): Move graceful error-handling code from
9144 `image-minor-mode' to here. On errors call `image-mode-as-text'.
9145 (image-minor-mode): Remove all image-handling code.
9146 Replace `image-mode-text-map' with `image-minor-mode-map'.
9147 Check for `image-type' in mode-line format string.
9148 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
9149 (image-mode-as-text): New function with most code from
9150 `image-mode-maybe'.
9151 (image-toggle-display-text): Move code that removes image
9152 properties from `image-toggle-display' to here.
9153 (image-toggle-display-image): New function with code that adds
9154 image properties copied from `image-toggle-display'.
9155 (image-toggle-display): Remove most code with leaving only code
9156 that toggles between `image-mode-as-text' and `image-mode'.
9157
9158 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
9159
9160 * net/newst-treeview.el
9161 (newsticker--treeview-list-highlight-start): Restored call to
9162 save-excursion: Selected item was stuck.
9163 (newsticker--treeview-list-select): New.
9164 (newsticker--treeview-item-show-text)
9165 (newsticker--treeview-item-show)
9166 (newsticker--treeview-item-update): Use new
9167 newsticker-treeview-item-mode.
9168 (newsticker-treeview-update): Keep current item.
9169 (newsticker-treeview-next-new-or-immortal-item): Doc change.
9170 (newsticker--treeview-first-feed): Doc change.
9171 (newsticker-treeview-list-menu)
9172 (newsticker-treeview-item-menu): Added menu entries.
9173 (newsticker-treeview-item-mode): New.
9174
9175 * net/newst-backend.el (newsticker-customize): Delete other
9176 windows.
9177
9178 2009-12-04 Sam Steingold <sds@gnu.org>
9179
9180 * log-view.el (log-view-mode-map): "q" calls quit-window,
9181 like in all the other non-self-insert buffers.
9182
9183 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
9184
9185 Minor cleanup.
9186 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
9187 key decoding rather than do it manually via last-input-event +
9188 ascii-character.
9189 (term-exec): Use delete-and-extract-region.
9190 (term-handle-ansi-terminal-messages): Remove unused var `end'.
9191 (term-process-pager): Remove unused var `i'.
9192 (term-dynamic-simple-complete): Make obsolete.
9193 (serial-update-config-menu): Remove unused vars `y' and `str'.
9194 (term-update-mode-line): Remove unused var `temp'.
9195
9196 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9197
9198 Limit the number of log entries displayed by default.
9199 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
9200 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
9201 using a prefix argument.
9202
9203 2009-12-03 Glenn Morris <rgm@gnu.org>
9204
9205 * progmodes/idlwave.el (class): Restore still useful declaration.
9206
9207 2009-12-03 Alan Mackenzie <acm@muc.de>
9208
9209 Enhance `c-parse-state' to run efficiently in "brace deserts".
9210
9211 * progmodes/cc-mode.el (c-basic-common-init):
9212 Call c-state-cache-init.
9213 (c-neutralize-syntax-in-and-mark-CPP): Rename from
9214 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
9215 placing `category' properties value 'c-cpp-delimiter at its boundaries.
9216
9217 * progmodes/cc-langs.el (c-before-font-lock-function):
9218 c-extend-and-neutralize-syntax-in-CPP has been renamed
9219 c-neutralize-syntax-in-and-mark-CPP.
9220
9221 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
9222 with `category' properties now, not `syntax-table' ones.
9223
9224 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
9225 enhanced (but slower) version of c-end-of-macro that won't land
9226 inside a literal or on another awkward character.
9227 (c-state-cache-too-far, c-state-cache-start)
9228 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
9229 (c-state-nonlit-pos-cache-limit, c-state-point-min)
9230 (c-state-point-min-lit-type, c-state-point-min-lit-start)
9231 (c-state-min-scan-pos, c-state-brace-pair-desert)
9232 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
9233 buffer local variables.
9234 (c-state-literal-at, c-state-lit-beg)
9235 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
9236 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
9237 (c-state-cache-top-paren, c-state-cache-after-top-paren)
9238 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
9239 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
9240 (c-renarrow-state-cache)
9241 (c-append-lower-brace-pair-to-state-cache)
9242 (c-state-push-any-brace-pair, c-append-to-state-cache)
9243 (c-remove-stale-state-cache)
9244 (c-remove-stale-state-cache-backwards, c-state-cache-init)
9245 (c-invalidate-state-cache-1, c-parse-state-1)
9246 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
9247 (c-parse-state): Enhance and refactor.
9248 (c-debug-parse-state): Amend to deal with all the new variables.
9249
9250 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
9251 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
9252 modify to use category text properties rather than syntax-table ones.
9253 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
9254 to switch off/on the syntactic paren property of C++ template
9255 delimiters using the category property.
9256 (c-with-<->-as-parens-suppressed): Macro to invoke code with
9257 template delims suppressed.
9258 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
9259 New constant/macros which apply category properties to the start
9260 and end of preprocessor constructs.
9261 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
9262 "comment out" the syntactic value of characters in preprocessor
9263 constructs.
9264 (c-with-cpps-commented-out)
9265 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
9266 with characters in all or all but one preprocessor constructs
9267 "commented out".
9268
9269 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9270
9271 * proced.el (proced-filter-alist): Use regexp-quote.
9272
9273 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
9274
9275 Cleanup.
9276 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
9277 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
9278 arguments. Expand `default-directory'.
9279
9280 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
9281 the benefit of returning an expanded localname.
9282 (tramp-tramp-file-p): Handle the case NAME is not a string.
9283
9284 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9285
9286 Add support for bzr shelve/unshelve.
9287 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
9288 (vc-bzr-extra-menu-map): New variables.
9289 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
9290 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
9291 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
9292 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
9293 (vc-bzr-dir-extra-headers): Display shelves.
9294
9295 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
9296
9297 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9298
9299 * textmodes/bibtex.el (bibtex-complete-internal):
9300 Use completion-in-region.
9301 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
9302
9303 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9304
9305 Support applying stashes. Improve UI.
9306 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
9307 (vc-git-stash-apply, vc-git-stash-pop)
9308 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
9309 (vc-git-stash-menu): New functions.
9310 (vc-git-stash-menu-map): New variable.
9311 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
9312
9313 2009-12-03 Glenn Morris <rgm@gnu.org>
9314
9315 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
9316 (vc-print-log-internal): Fix previous change.
9317 (vc-revert): Correct pluralization.
9318
9319 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9320
9321 * progmodes/make-mode.el (makefile-special-targets-list): No need for
9322 it to be an alist any more.
9323 (makefile-complete): Use completion-in-region.
9324
9325 * progmodes/octave-mod.el (octave-complete-symbol):
9326 Use completion-in-region.
9327
9328 Misc cleanup.
9329 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
9330 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
9331 (idlwave-complete-class): Don't quote lambda.
9332 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
9333 (idlwave-mode-map): Move initialization into declaration.
9334 (idlwave-action-and-binding): Use backquotes.
9335 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
9336 Simplify.
9337 (idlwave-is-pointer-dereference): Remove unused var `pos'.
9338 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
9339 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
9340 `parts', and `all-parts'.
9341 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
9342 (idlwave-convert-xml-system-routine-info): Remove unused string
9343 `version-string'.
9344 (idlwave-display-user-catalog-widget): Use dolist.
9345 (idlwave-scanning-lib): Declare dynamically-scoped var.
9346 (idlwave-scan-library-catalogs): Remove unused var `flags'.
9347 (completion-highlight-first-word-only): Declare to silence bytecomp.
9348 (idlwave-popup-select): Tighten scope of `resp'.
9349 (idlwave-find-struct-tag): Remove unused var `beg'.
9350 (idlwave-after-load-rinfo-hook): Declare.
9351 (idlwave-sintern-class-info): Remove unused var `taglist'.
9352 (idlwave-find-class-definition): Remove unused var `list'.
9353 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
9354 (idlwave-what-module-find-class): Remove unused var `classes'.
9355
9356 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
9357
9358 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
9359
9360 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9361
9362 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
9363 buffers visited. Remove redundant current-buffer-saving.
9364
9365 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9366
9367 Use completion-in-buffer and remove uses of dynamic scoping.
9368 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
9369 (pascal-buffer-to-use, pascal-flag): Don't declare.
9370 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
9371 (pascal-get-completion-decl, pascal-keyword-completion):
9372 Add `pascal-str' argument, save-excursion,
9373 return the found completions, and don't filter with pascal-pred.
9374 (pascal-completion-cache): New var.
9375 (pascal-completion): Don't switch buffer any more (it was never
9376 necessary). Don't save-excursion any more (it's done by the called
9377 subroutines). Use a cache to avoid redundant computations.
9378 Use complete-with-action rather than pascal-completion-response and
9379 let it apply the predicate as well.
9380 (pascal-complete-word): Use completion-in-buffer when
9381 pascal-toggle-completions is nil.
9382 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
9383 not used any more.
9384 (pascal-comp-defun): Don't change buffer any more.
9385 Use complete-with-action rather than pascal-completion-response and
9386 let it apply the predicate as well.
9387 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
9388 when neded.
9389
9390 2009-12-02 Kenichi Handa <handa@m17n.org>
9391
9392 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
9393 shape for all Indic scripts.
9394
9395 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9396
9397 Use completion-in-buffer.
9398 * wid-edit.el (widget-field-text-end): New function.
9399 (widget-field-value-get): Use it.
9400 (widget-string-complete, widget-file-complete)
9401 (widget-color-complete): Use it and completion-in-region.
9402 (widget-complete): Don't narrow the buffer.
9403
9404 2009-12-02 Glenn Morris <rgm@gnu.org>
9405
9406 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
9407 (rmail-select-summary): Use rmail-pop-to-buffer.
9408 * mail/rmailsum.el: Replace all pop-to-buffer calls with
9409 rmail-pop-to-buffer, to prevent horizontal splits.
9410
9411 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
9412 save-excursion with save-current-buffer.
9413 Widen before searching. (Bug#5093)
9414 (diary-list-sexp-entries): Remove superfluous save-excursion.
9415
9416 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
9417
9418 * woman.el (woman-make-bufname): Handle man-pages with "." in the
9419 name. (Bug#5038)
9420
9421 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
9422
9423 * ido.el (ido-file-internal): Handle filenames at point that do
9424 not have a directory part. (Bug#5049)
9425
9426 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
9427
9428 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
9429 (mpc-songs-jump-to, mpc-resume): Doc fixes.
9430
9431 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
9432
9433 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
9434 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
9435 any more.
9436
9437 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9438
9439 * comint.el (comint-insert-input): Ignore clicks to the right of
9440 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
9441
9442 * vc.el (vc-print-log-internal): Don't wait for the process to
9443 terminate before setting up the major mode.
9444
9445 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
9446 in case.
9447
9448 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
9449 the last element.
9450
9451 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
9452
9453 2009-12-01 Glenn Morris <rgm@gnu.org>
9454
9455 * window.el (window--display-buffer-2): Fix previous changes.
9456
9457 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
9458
9459 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
9460
9461 2009-12-01 Glenn Morris <rgm@gnu.org>
9462
9463 * Makefile.in (ELCFILES): Add mpc.elc.
9464
9465 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9466
9467 * mpc.el: New file.
9468
9469 2009-12-01 Glenn Morris <rgm@gnu.org>
9470
9471 * window.el (window-to-use): Define for compiler.
9472
9473 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
9474 consistent with others (no final period).
9475
9476 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
9477 (rmail-mime-show): Downcase the encoding. (Bug#5070)
9478
9479 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
9480
9481 Make vc-print-log buttons work.
9482 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
9483
9484 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
9485
9486 * savehist.el (savehist-autosave-interval): Allow setting to nil
9487 through customize. (Bug#5056)
9488
9489 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
9490
9491 Fix references to jit-lock properties.
9492 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9493 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
9494 (perl-font-lock-special-syntactic-constructs):
9495 Quote jit-lock-defer-multiline property.
9496
9497 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
9498
9499 * vc-git.el (vc-git-registered): Call vc-git-root only once.
9500
9501 2009-11-30 Juri Linkov <juri@jurta.org>
9502
9503 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
9504 value `buffer' of `multi-isearch-next-buffer-current-function'.
9505 Use `(current-buffer)' when `buffer' is nil.
9506 (multi-isearch-next-buffer-from-list): Don't fallback to
9507 `(current-buffer)' when `buffer' is nil. (Bug#4947)
9508
9509 2009-11-30 Juri Linkov <juri@jurta.org>
9510
9511 * misearch.el (multi-isearch-read-buffers): Move canonicalization
9512 of buffers with `get-buffer' to `multi-isearch-buffers'.
9513 (multi-isearch-buffers, multi-isearch-buffers-regexp):
9514 Canonicalize BUFFERS with `get-buffer'. Doc fix.
9515 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
9516 FILES with `expand-file-name' converting relative file names
9517 to absolute. Doc fix. (Bug#4727)
9518
9519 2009-11-30 Juri Linkov <juri@jurta.org>
9520
9521 * misearch.el (multi-isearch-read-buffers)
9522 (multi-isearch-read-matching-buffers): New functions.
9523 (multi-isearch-buffers, multi-isearch-buffers-regexp):
9524 Use them in the `interactive' spec. Doc fix.
9525 (multi-isearch-read-files, multi-isearch-read-matching-files):
9526 New functions.
9527 (multi-isearch-files, multi-isearch-files-regexp):
9528 Use them in the `interactive' spec. Doc fix. (Bug#4725)
9529
9530 2009-11-30 Juri Linkov <juri@jurta.org>
9531
9532 * doc-view.el (doc-view-continuous):
9533 Rename from `doc-view-continuous-mode'.
9534 (doc-view-menu): Move "Toggle display" to the top.
9535 Add submenu "Continuous" with radio buttons "Off"/"On"
9536 and "Save as Default".
9537 (doc-view-scroll-up-or-next-page)
9538 (doc-view-scroll-down-or-previous-page)
9539 (doc-view-next-line-or-next-page)
9540 (doc-view-previous-line-or-previous-page): Rename
9541 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
9542
9543 2009-11-30 Juri Linkov <juri@jurta.org>
9544
9545 * comint.el (comint-mode-map): Rebind `M-r' from
9546 `comint-previous-matching-input' to
9547 `comint-history-isearch-backward-regexp'.
9548 Unbind `M-s' to allow global key binding `M-s'.
9549 Add menu items for `comint-history-isearch-backward' and
9550 `comint-history-isearch-backward-regexp'. (Bug#3746)
9551
9552 2009-11-30 Juri Linkov <juri@jurta.org>
9553
9554 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
9555 For def=recenter, replace `recenter' with `recenter-top-bottom'
9556 that is called with `this-command' and `last-command' let-bound
9557 to `recenter-top-bottom'. When the last `def' was not `recenter',
9558 set `recenter-last-op' to nil. (Bug#4981)
9559
9560 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9561
9562 Minor cleanup and simplification.
9563 * filecache.el (file-cache-add-directory)
9564 (file-cache-add-directory-recursively)
9565 (file-cache-add-from-file-cache-buffer)
9566 (file-cache-delete-file-regexp, file-cache-delete-directory)
9567 (file-cache-files-matching-internal, file-cache-display): Use dolist.
9568 (file-cache-temp-minibuffer-message): Delete function.
9569 (file-cache-minibuffer-complete): Use minibuffer-message instead.
9570
9571 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
9572 Don't signal an error when bumping into EOB in tr, s, or y.
9573
9574 2009-11-29 Juri Linkov <juri@jurta.org>
9575
9576 * startup.el (fancy-about-text): Fix wording of Guided Tour.
9577 (Bug#4960)
9578
9579 * descr-text.el (describe-char-unidata-list): Use lowercase name
9580 for "Unicode name" like in other tags.
9581
9582 2009-11-29 Juri Linkov <juri@jurta.org>
9583
9584 * ediff-util.el (ediff-minibuffer-with-setup-hook):
9585 New compatibility macro.
9586 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
9587
9588 2009-11-29 Juri Linkov <juri@jurta.org>
9589
9590 Add defcustom to define the cycling order of `recenter-top-bottom'.
9591 (Bug#4981)
9592
9593 * window.el (recenter-last-op): Doc fix.
9594 (recenter-positions): New defcustom.
9595 (recenter-top-bottom): Rewrite to use `recenter-positions'.
9596 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
9597
9598 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
9599
9600 Improve integration of Tramp and ange-ftp in eshell.
9601
9602 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
9603 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
9604 (eshell/sudo): Flatten args. Let-bind `default-directory'.
9605
9606 * eshell/esh-util.el (top): Require also Tramp when compiling.
9607 (eshell-directory-files-and-attributes): Check for FTP remote
9608 connection.
9609 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
9610 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
9611 (eshell-file-attributes): Handle ".". Return `entry'.
9612
9613 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
9614 (ange-ftp-directory-files-and-attributes)
9615 (ange-ftp-real-directory-files-and-attributes): New defuns.
9616
9617 * net/tramp.el (tramp-maybe-open-connection): Open the remote
9618 shell with "exec" when possible. This prevents trailing prompts
9619 in `start-file-process'.
9620
9621 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9622
9623 Try and remove assumptions about point-min==1.
9624 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
9625 (rng-compute-mode-line-string): Show the validation percentage in
9626 terms of the narrowed text, not the widened text.
9627 (rng-do-some-validation): Don't catch internal errors when debugging.
9628 (rng-first-error): Simplify.
9629 (rng-after-change-function): Remove work around. AFAIK the bug has
9630 been fixed a while ago.
9631
9632 * image-mode.el (image-minor-mode): Exit more gracefully when the image
9633 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
9634
9635 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
9636
9637 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
9638 `cd' doesn't always do it for us (bug#5067).
9639
9640 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
9641 on 2009-10-25 as part of some other change (bug#5067).
9642
9643 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9644
9645 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
9646 `suspicious'.
9647 (byte-compile-warnings): Use byte-compile-warning-types.
9648 (byte-compile-save-excursion): Warn about use of set-buffer right
9649 after save-excursion.
9650
9651 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
9652 the excursion as well.
9653
9654 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
9655
9656 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
9657 providing a Tramp related implementation of "su" and "sudo".
9658 (eshell-unix-initialize): Add "su" and "sudo".
9659
9660 2009-11-27 Daiki Ueno <ueno@unixuser.org>
9661
9662 * net/socks.el (socks-send-command): Convert binary request to
9663 unibyte before sending. This fixes mishandling of some port
9664 numbers such as 129.
9665
9666 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9667
9668 * help.el (describe-bindings-internal): Remove `interactive'.
9669
9670 * man.el (Man-completion-table): Trim a terminating "(".
9671 Remove the space between name page a section.
9672 Add the command's description on the `help-echo' property.
9673 Remove `process-connection-type' binding since it's unused by
9674 call-process.
9675 Provide completion for the "<section> <name>" format as well.
9676 (Man-default-man-entry): Remove spurious var shadowing the argument.
9677
9678 2009-11-26 Kevin Ryde <user42@zip.com.au>
9679
9680 * log-view.el: Add "Keywords: tools", since its other keywords
9681 aren't in finder-known-keywords, and following vc.el.
9682
9683 * sha1.el (sha1-string-external): default-directory "/" in case
9684 otherwise non-existent. process-connection-type pipe for touch of
9685 efficiency recommended by elisp manual. (An aside in Bug#3911.)
9686
9687 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9688
9689 Misc coding convention cleanups.
9690 * htmlfontify.el (hfy-init-kludge-hook): Rename from
9691 hfy-init-kludge-hooks.
9692 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
9693 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
9694 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
9695 and push.
9696 (hfy-slant, hfy-weight): Use tables rather than code.
9697 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
9698 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
9699 (hfy-face-attr-for-class): Initialize `face-spec' directly.
9700 (hfy-face-to-css): Remove `nconc' with single arg.
9701 (hfy-p-to-face-lennart): Use `or'.
9702 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
9703 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
9704 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
9705 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
9706 (hfy-force-fontification): Use run-hooks.
9707
9708 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
9709
9710 Various minor fixes.
9711 * htmlfontify.el (hfy-default-header): Add toggle_invis since
9712 Javascript belongs in the header, not the body.
9713 (hfy-javascript): Remove.
9714 (hfy-fontify-buffer): Don't insert it any more.
9715 (hfy-face-at): Handle (face0 face1 face2) style face properties.
9716 Fix bug in invis handling when there were no invis props in a chunk.
9717
9718 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9719
9720 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
9721
9722 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
9723
9724 * finder.el (finder-mode-map): Add a menu.
9725
9726 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
9727
9728 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
9729 "unsigned" structs.
9730
9731 (verilog-leap-to-head, verilog-backward-token): Handle "disable
9732 fork" statement better.
9733
9734 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
9735
9736 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
9737 (verilog-delete-auto, verilog-delete-empty-auto-pair)
9738 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
9739 Reported by Clay Douglass.
9740
9741 (verilog-auto-inst, verilog-auto-star-safe)
9742 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
9743 Fix removing "// Interfaces" when saving .* expansions. Reported by
9744 Pierre-David Pfister.
9745
9746 2009-11-26 Glenn Morris <rgm@gnu.org>
9747
9748 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
9749 the scope.
9750
9751 2009-11-25 Johan Bockgård <bojohan@gnu.org>
9752
9753 * vc-annotate.el (vc-annotate-revision-previous-to-line):
9754 Really use previous revision.
9755
9756 2009-11-25 Kevin Ryde <user42@zip.com.au>
9757
9758 * man.el (Man-completion-table): default-directory "/" in case
9759 doesn't otherwise exist. process-environment COLUMNS=999 so as
9760 not to truncate long names. process-connection-type pipe to avoid
9761 any chance of hitting the pseudo-tty TIOCGWINSZ.
9762 (man): completion-ignore-case t for friendliness and since man
9763 itself is case-insensitive on the command line.
9764 Further to Bug#3717.
9765
9766 * arc-mode.el: Add "Keywords: files", so the details in its
9767 commentary can be reached from finder-by-keyword.
9768 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
9769 editing mode, but it's comms related and sgml-mode.el has "comm"
9770 on that basis too.
9771 * textmodes/bibtex-style.el: Add "Keywords: tex".
9772 * international/isearch-x.el, international/ja-dic-cnv.el:
9773 * international/ja-dic-utl.el, international/kkc.el:
9774 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
9775
9776 2009-11-25 Juri Linkov <juri@jurta.org>
9777
9778 * man.el (Man-completion-table): Modify regexp to include
9779 section names to completion strings. (Bug#3717)
9780
9781 2009-11-25 Juri Linkov <juri@jurta.org>
9782
9783 Search recursively in gzipped files. (Bug#4982)
9784
9785 * progmodes/grep.el (grep-highlight-matches): Add new options
9786 `always' and `auto'. Doc fix.
9787 (grep-process-setup): Check `grep-highlight-matches' for
9788 `auto-detect' to determine the need to compute grep defaults.
9789 Move Windows/DOS specific --colors settings handling
9790 to `grep-compute-defaults'. Check `grep-highlight-matches'
9791 to get the value of "--color=".
9792 (grep-compute-defaults): Compute `grep-highlight-matches' when it
9793 has the value `auto-detect'. Move Windows/DOS specific settings
9794 from `grep-process-setup'.
9795 (zrgrep): New command with alias `rzgrep'.
9796
9797 2009-11-25 Juri Linkov <juri@jurta.org>
9798
9799 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
9800 to nil instead of switching off view-mode. (Bug#4896)
9801
9802 2009-11-25 Juri Linkov <juri@jurta.org>
9803
9804 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
9805
9806 * mwheel.el (mwheel-scroll-up-function)
9807 (mwheel-scroll-down-function): New defvars.
9808 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
9809 `scroll-up', and `mwheel-scroll-down-function' instead of
9810 `scroll-down'.
9811
9812 * doc-view.el (doc-view-scroll-up-or-next-page)
9813 (doc-view-scroll-down-or-previous-page): Add optional ARG.
9814 Use this ARG in the call to image-scroll-up/image-scroll-down.
9815 Change `interactive' spec to "P". Goto next/previous page only
9816 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
9817 SPC/DEL case). Doc fix.
9818 (doc-view-next-line-or-next-page)
9819 (doc-view-previous-line-or-previous-page): Rename arg to ARG
9820 for consistency.
9821 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
9822 `doc-view-scroll-up-or-next-page', and buffer-local
9823 `mwheel-scroll-down-function' to
9824 `doc-view-scroll-down-or-previous-page'.
9825
9826 2009-11-25 Juri Linkov <juri@jurta.org>
9827
9828 Provide additional default values (directories at other Dired
9829 windows) via M-n in the minibuffer of some Dired commands.
9830
9831 * dired-aux.el (dired-diff, dired-compare-directories)
9832 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
9833 `minibuffer-default' in `minibuffer-with-setup-hook'.
9834 (dired-dwim-target-directory): Find a window that displays Dired
9835 buffer instead of failing when the next window is not Dired.
9836 Use `get-window-with-predicate' to find for the next Dired window.
9837 (dired-dwim-target-defaults): New function.
9838
9839 * ediff-util.el (ediff-read-file-name):
9840 Use `dired-dwim-target-defaults' to set `minibuffer-default'
9841 in `minibuffer-with-setup-hook'.
9842
9843 2009-11-25 Juri Linkov <juri@jurta.org>
9844
9845 Provide additional default values (file name at point or at the
9846 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
9847
9848 * minibuffer.el (read-file-name-defaults): New function.
9849 (read-file-name): Reset `minibuffer-default' to nil when
9850 it duplicates initial input `insdef'.
9851 Bind `minibuffer-default-add-function' to lambda that
9852 calls `read-file-name-defaults' in `minibuffer-selected-window'.
9853 (minibuffer-insert-file-name-at-point): New command.
9854
9855 * files.el (file-name-at-point-functions): New defcustom.
9856 (find-file-default): Remove defvar.
9857 (find-file-read-args): Don't use `find-file-default'.
9858 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9859 to `read-file-name'.
9860 (find-file-literally): Use `read-file-name' with
9861 `confirm-nonexistent-file-or-buffer'.
9862
9863 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
9864
9865 * dired.el (dired-read-dir-and-switches):
9866 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9867 to `read-file-name'.
9868 (dired-file-name-at-point): New function.
9869 (dired-mode): Add hook `dired-file-name-at-point' to
9870 `file-name-at-point-functions'.
9871
9872 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
9873
9874 Really make the *Completions* window soft-dedicated (bug#5030).
9875 * window.el (window--display-buffer-2): Add `dedicated' argument.
9876 (display-buffer): Pass it when needed so the dedicated flag is set
9877 after calling set-window-buffer, which would otherwise reset it.
9878
9879 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
9880
9881 * progmodes/meta-mode.el (meta-complete-symbol):
9882 * progmodes/etags.el (complete-tag):
9883 * mail/mailabbrev.el (mail-abbrev-complete-alias):
9884 Use completion-in-region.
9885
9886 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
9887 (dabbrev-completion): Use completion-in-region.
9888 (dabbrev--abbrev-at-point): Simplify regexp.
9889
9890 * abbrev.el (abbrev--before-point): Use word-motion functions
9891 if :regexp is not specified (bug#5031).
9892
9893 * subr.el (string-prefix-p): New function.
9894
9895 * man.el (Man-completion-cache): New var.
9896 (Man-completion-table): Use it.
9897
9898 * vc.el (vc-print-log-internal): Make `limit' optional for better
9899 compatibility (e.g. with vc-annotate.el).
9900
9901 2009-11-24 Kevin Ryde <user42@zip.com.au>
9902
9903 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
9904 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
9905
9906 * emacs-lisp/elint.el (elint-add-required-env): Better error message
9907 when .el source file not found or other error.
9908
9909 2009-11-24 Markus Triska <markus.triska@gmx.at>
9910
9911 * linum.el (linum-update-window): Ignore intangible (bug#4996).
9912
9913 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9914
9915 Handle the [back] button properly (bug#4979).
9916 * descr-text.el (describe-text-properties): Add a `buffer' argument.
9917 Use help-setup-xref, help-buffer, and with-help-window.
9918 (describe-char): Add `buffer' argument.
9919 Pass proper command to help-setup-xref. Don't meddle with
9920 help-xref-stack-item directly.
9921 (describe-text-category): Use with-help-window and help-buffer.
9922
9923 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
9924 for the displayed buffer (bug#4887).
9925
9926 * man.el (Man-completion-table): New function.
9927 (man): Use it.
9928
9929 2009-11-24 David Reitter <david.reitter@gmail.com>
9930
9931 * vc-git.el (vc-git-registered): Use checkout directory (where
9932 .git is) rather than the file's directory and a relative path spec
9933 to work around a bug in git.
9934
9935 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
9936
9937 Improve handling of processes on remote hosts.
9938
9939 * eshell/esh-util.el (eshell-path-env): New defvar.
9940 (eshell-parse-colon-path): New defun.
9941 (eshell-file-attributes): Use `eshell-parse-colon-path'.
9942
9943 * eshell/esh-ext.el (eshell-search-path):
9944 Use `eshell-parse-colon-path'.
9945 (eshell-remote-command): Remove argument HANDLER.
9946 (eshell-external-command): Check for FTP remote connection.
9947
9948 * eshell/esh-proc.el (eshell-gather-process-output):
9949 Use `file-truename', in order to start also symlinked files.
9950 Apply `start-file-process' instead of `start-process'.
9951 Shorten `command' to the local file name part.
9952
9953 * eshell/em-cmpl.el (eshell-complete-commands-list):
9954 Use `eshell-parse-colon-path'.
9955
9956 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
9957
9958 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
9959 to `eshell-directory-change-hook'.
9960
9961 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
9962
9963 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
9964 because it could be enabled automatically if view-read-only is non-nil.
9965
9966 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
9967
9968 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
9969 made on 2009-11-22.
9970
9971 2009-11-24 Glenn Morris <rgm@gnu.org>
9972
9973 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
9974 deleted variable bookmark-bmenu-bookmark-column.
9975
9976 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9977
9978 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
9979
9980 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
9981
9982 * net/browse-url.el (browse-url-filename-alist): On Windows, add
9983 two slashes to the "file:" prefix.
9984 (browse-url-file-url): De-munge Cygwin filenames before passing
9985 them to Windows browser.
9986 (browse-url-default-windows-browser): Use call-process.
9987
9988 2009-11-23 Juri Linkov <juri@jurta.org>
9989
9990 Implement DocView Continuous mode. (Bug#4896)
9991 * doc-view.el (doc-view-continuous-mode): New defcustom.
9992 (doc-view-mode-map): Bind C-n/<down> to
9993 `doc-view-next-line-or-next-page', C-p/<up> to
9994 `doc-view-previous-line-or-previous-page'.
9995 (doc-view-next-line-or-next-page)
9996 (doc-view-previous-line-or-previous-page): New commands.
9997
9998 2009-11-23 Juri Linkov <juri@jurta.org>
9999
10000 Implement Isearch in comint input history. (Bug#3746)
10001 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
10002 `isearch-mode-hook'.
10003 (comint-history-isearch): New defcustom.
10004 (comint-history-isearch-backward)
10005 (comint-history-isearch-backward-regexp): New commands.
10006 (comint-history-isearch-message-overlay): New buffer-local variable.
10007 (comint-history-isearch-setup, comint-history-isearch-end)
10008 (comint-goto-input, comint-history-isearch-search)
10009 (comint-history-isearch-message, comint-history-isearch-wrap)
10010 (comint-history-isearch-push-state)
10011 (comint-history-isearch-pop-state): New functions.
10012
10013 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
10014
10015 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
10016 return.
10017 (tramp-handle-make-symbolic-link)
10018 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
10019 Quote file names.
10020 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
10021 (tramp-handle-process-file): Use it.
10022
10023 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
10024
10025 * window.el (move-to-window-line-last-op): Remove.
10026 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
10027
10028 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
10029
10030 Make M-r mirror the new cycling behavior of C-l.
10031 * window.el (move-to-window-line-last-op): New var.
10032 (move-to-window-line-top-bottom): New command.
10033 (global-map): Bind M-r move-to-window-line-top-bottom.
10034
10035 2009-11-23 Sven Joachim <svenjoac@gmx.de>
10036
10037 * dired-x.el (dired-guess-shell-alist-default):
10038 Support xz format. (Bug#4953)
10039
10040 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
10041
10042 * emulation/viper-cmd.el: Use viper-last-command-char instead of
10043 last-command-char/last-command-event.
10044 (viper-prefix-arg-value): Do correct conversion of event-char for
10045 XEmacs.
10046
10047 * emulation/viper-util.el, emulation/viper.el:
10048 Use viper-last-command-char instead of
10049 last-command-char/last-command-event.
10050
10051 * ediff-init.el, ediff-mult.el, ediff-util.el:
10052 Replace last-command-char and last-command-event
10053 with (ediff-last-command-char) everywhere.
10054
10055 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
10056 created in fundamental mode.
10057
10058 * ediff.el (ediff-version): Revert the change of interactive-p to
10059 called-interactively-p.
10060
10061 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
10062
10063 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
10064 generation from word-movement command names.
10065
10066 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
10067
10068 * cus-start.el (all): Add native condition for font-use-system-font.
10069
10070 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
10071
10072 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
10073 Correct the patch from 2009-11-18. (Bug#3910)
10074
10075 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
10076
10077 * progmodes/subword.el: Rename from lisp/subword.el.
10078
10079 * subword.el: Rename to progmodes/subword.el.
10080
10081 * Makefile.in (ELCFILES): Adapt to subword.el move.
10082
10083 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10084 Stefan Monnier <monnier@iro.umontreal.ca>
10085
10086 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
10087 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
10088 (bookmark-bmenu-show-filenames): Use push.
10089 (bookmark-bmenu-hide-filenames): Use local var instead of
10090 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
10091 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
10092 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
10093 filenames now that the bookmark names are always available.
10094
10095 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10096
10097 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
10098 (bookmark-search-pattern): Move and leave unbound.
10099 (bookmark-bmenu-mode-map): Change binding.
10100 (bookmark-read-search-input): Simplify.
10101 Don't use text-char-description. Don't error on non-char events.
10102 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
10103 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
10104 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
10105 Use a local var for the timer.
10106 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
10107 (i.e. bookmark-bmenu-search).
10108
10109 2009-11-21 Glenn Morris <rgm@gnu.org>
10110
10111 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
10112
10113 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
10114
10115 * net/browse-url.el (browse-url-default-windows-browser):
10116 Use cygstart for cygwin.
10117
10118 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
10119
10120 * bookmark.el: Formatting and doc fixes only:
10121 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
10122 (bookmark-bmenu-search): Wrap to fit within 80 columns.
10123 Minor grammar and punctuation fixes in doc string.
10124 (bookmark-read-search-input): Adjust to fit within 80 columns.
10125
10126 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
10127
10128 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
10129 (c-backward-into-nomenclature): Adapt to subword renaming.
10130
10131 * subword.el (subword-forward, subword-backward, subword-mark)
10132 (subword-kill, subword-backward-kill, subword-transpose)
10133 (subword-downcase, subword-upcase, subword-capitalize)
10134 (subword-forward-internal, subword-backward-internal):
10135 Rename from forward-subword, backward-subword, mark-subword,
10136 kill-subword, backward-kill-subword, transpose-subwords,
10137 downcase-subword, upcase-subword, capitalize-subword,
10138 forward-subword-internal, backward-subword-internal.
10139
10140 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10141
10142 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
10143 New options.
10144 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
10145 New vars.
10146 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
10147 (bookmark-bmenu-filter-alist-by-regexp)
10148 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
10149 (bookmark-bmenu-search): New command.
10150 (bookmark-bmenu-mode-map): Bind it.
10151
10152 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
10153
10154 * progmodes/cc-cmds.el: declare-functioned forward-subword and
10155 backward-subword to quit the byte-compiler.
10156
10157 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
10158
10159 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
10160
10161 * progmodes/cc-cmds.el (c-update-modeline)
10162 (c-forward-into-nomenclature, c-backward-into-nomenclature):
10163 Refer to subword.el functions instead of cc-subword.el.
10164
10165 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
10166 subword.el functions instead of cc-subword.el.
10167
10168 * progmodes/cc-subword.el: Rename to subword.el.
10169 * subword.el: Rename from progmodes/cc-subword.el.
10170 (subword-mode-map): Rename from c-subword-mode-map.
10171 (subword-mode): Rename from c-subword-mode.
10172 (global-subword-mode): New global minor mode.
10173 (forward-subword): Rename from c-forward-subword.
10174 (backward-subword): Rename from c-backward-subword.
10175 (mark-subword): Rename from c-mark-subword.
10176 (kill-subword): Rename from c-kill-subword.
10177 (backward-kill-subword): Rename from c-backward-kill-subword.
10178 (transpose-subwords): Rename from c-tranpose-subword.
10179 (downcase-subword): Rename from c-downcase-subword.
10180 (capitalize-subword): Rename from c-capitalize-subword.
10181 (forward-subword-internal): Rename from c-forward-subword-internal.
10182 (backward-subword-internal): Rename from c-backward-subword-internal.
10183
10184 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
10185
10186 * vc.el (vc-deduce-fileset): Allow non-state changing operations
10187 from a dired buffer.
10188 (vc-dired-deduce-fileset): New function.
10189 (vc-root-diff, vc-print-root-log): Use it.
10190
10191 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
10192 nil LIMIT argument to vc-print-log-internal.
10193
10194 2009-11-20 Glenn Morris <rgm@gnu.org>
10195
10196 * Makefile.in (ELCFILES): Regenerate.
10197
10198 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
10199
10200 * calc/calc.el (calc-set-mode-line):
10201 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10202 (math-format-number): Rename `math-format-complement-signed' to
10203 `math-format-twos-complement'.
10204
10205 * calc/calc-bin.el (math-format-twos-complement): Rename from
10206 math-format-complement-signed.
10207 (calc-radix): Rename `calc-complement-signed-mode' to
10208 `calc-twos-complement-mode'.
10209 (calc-octal-radix, calc-hex-radix): Add an argument for
10210 two's complement.
10211
10212 * calc/calc-embed.el (calc-embedded-mode-vars):
10213 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10214
10215 * calc/calc-ext.el (calc-init-extensions):
10216 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10217 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
10218
10219 * calc/calc-units.el (math-build-units-table-buffer):
10220 Let `calc-twos-complement-mode' be nil.
10221
10222 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
10223 entries.
10224
10225 * calc/calc-vec.el (calcFunc-vunpack):
10226 * calc/calc-aent.el (calc-do-calc-eval):
10227 * calc/calc-forms.el (math-format-date):
10228 * calc/calc-graph.el (calc-graph-plot):
10229 * calc/calc-math.el (math-use-emacs-fn):
10230 * calc/calccomp.el (math-compose-expr):
10231 Let `calc-twos-complement-mode' be nil.
10232
10233 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10234
10235 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
10236 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
10237 * minibuffer.el (completion-in-region-functions): New hook.
10238 (completion-in-region): New function.
10239 * emacs-lisp/lisp.el (lisp-complete-symbol):
10240 * pcomplete.el (pcomplete-std-complete): Use it.
10241
10242 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10243
10244 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
10245 (latex-complete-alist): New vars.
10246 (latex-string-prefix-p, latex-complete-bibtex-keys)
10247 (latex-complete-envnames, latex-complete-refkeys)
10248 (latex-complete-data): New functions.
10249 (latex-complete, latex-indent-or-complete): New commands.
10250
10251 * window.el (display-buffer-mark-dedicated): New var.
10252 (display-buffer): Obey it.
10253 * minibuffer.el (minibuffer-completion-help): Use it.
10254
10255 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
10256
10257 * filecache.el (file-cache-add-file): Use push and cons.
10258 (file-cache-delete-file-regexp): Use push.
10259 (file-cache-complete): Use completion-in-region.
10260
10261 * simple.el (with-wrapper-hook): Fix thinko.
10262
10263 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
10264 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
10265 Use with-current-buffer and string-to-number.
10266 (hfy-fallback-colour-values): Use assoc-string.
10267 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
10268 (hfy-face-at): Remove unused var `found-face'.
10269 (hfy-compile-stylesheet): Remove unused var `css'.
10270 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
10271 and `orig-buffer'.
10272 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
10273 Use with-current-buffer.
10274 (hfy-text-p): Use expand-file-name and fewer setq.
10275
10276 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
10277
10278 * htmlfontify.el, hfy-cmap.el: New files.
10279
10280 2009-11-19 Juri Linkov <juri@jurta.org>
10281
10282 * minibuffer.el (completions-format): New defcustom.
10283 (completion--insert-strings): Implement vertical format.
10284
10285 * simple.el (switch-to-completions): Move point to the first
10286 completion when point was at the beginning of the buffer.
10287
10288 2009-11-19 Juri Linkov <juri@jurta.org>
10289
10290 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
10291
10292 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
10293
10294 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
10295
10296 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
10297 (mail-signature): Change default to t.
10298 (mail-from-style): Deprecate `system-default' value.
10299 (mail-insert-from-field): For default value of mail-from-style,
10300 default to `angles' unless `angles' needs quoting and `parens'
10301 does not.
10302 (mail-citation-prefix-regexp): Use citation regexp from
10303 message-mode.
10304
10305 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
10306
10307 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
10308 Set variables for computing the prompt for reading password.
10309
10310 2009-11-19 Glenn Morris <rgm@gnu.org>
10311
10312 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
10313
10314 * textmodes/flyspell.el (sgml-lexical-context): Declare.
10315
10316 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
10317 (newsticker-treeview-listwindow-height): Fix custom type.
10318
10319 2009-11-19 Kenichi Handa <handa@m17n.org>
10320
10321 * descr-text.el (describe-char-padded-string): Compose with TAB
10322 only if there's a font for CH.
10323 (describe-char): Fix the condition for detecting a trivial composition.
10324
10325 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
10326
10327 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
10328 more accurate version of the regexp. (Bug#3910)
10329
10330 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
10331
10332 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
10333
10334 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
10335
10336 * font-setting.el (font-use-system-font): Declare for byte-compiler.
10337 (font-setting-change-default-font): Fix typo in docstring.
10338
10339 2009-11-18 Alan Mackenzie <acm@muc.de>
10340
10341 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
10342
10343 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
10344
10345 * font-setting.el (font-use-system-font): Move ...
10346
10347 * cus-start.el (all): ... to here.
10348
10349 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
10350
10351 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
10352 Don't set `ad-return-value' if `ad-do-it' doesn't.
10353
10354 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
10355 modification time.
10356
10357 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
10358
10359 * menu-bar.el: Put "Use system font" in Option-menu.
10360 (menu-bar-options-save): Add font-use-system-font.
10361
10362 * loadup.el: If feature system-font-setting or font-render-setting is
10363 there, load font-setting.
10364
10365 * Makefile.in (ELCFILES): Add font-settings.el.
10366 * font-setting.el: New file.
10367
10368 2009-11-17 Glenn Morris <rgm@gnu.org>
10369
10370 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
10371
10372 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
10373 Preserve point in the list buffer. (Bug#4939)
10374 Use point-at-eol.
10375 (newsticker--treeview-list-update-highlight)
10376 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
10377
10378 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
10379
10380 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
10381 Remove.
10382
10383 * calc/calc-ext.el (calc-init-extensions): Remove references to
10384 symclip.
10385
10386 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
10387
10388 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
10389 * calc/calc-help.el (calc-b-prefix-help): Remove references to
10390 `calc-symclip'.
10391
10392 2009-11-16 Kevin Ryde <user42@zip.com.au>
10393
10394 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10395 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
10396
10397 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
10398 (lm-keywords-list): Allow comma-only separator like "foo,bar".
10399 Ignore trailing spaces by omit-nulls to split-string (fixing
10400 regression from Emacs 21 due to the incompatible split-string
10401 change). (Bug #4928.)
10402
10403 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
10404
10405 * vc.el (vc-log-show-limit): Default to 2000.
10406 (vc-print-log-internal): Insert buttons to request more entries
10407 when limiting the output.
10408
10409 * vc-sccs.el (vc-sccs-print-log):
10410 * vc-rcs.el (vc-rcs-print-log):
10411 * vc-cvs.el (vc-cvs-print-log):
10412 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
10413 LIMIT is non-nil.
10414
10415 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
10416
10417 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
10418 error when `tramp-gvfs-dbus-event-vector' is set.
10419 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
10420
10421 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10422
10423 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
10424
10425 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
10426
10427 * net/dbus.el (dbus-unregister-service): New defun.
10428 (dbus-register-property): Register the handlers of
10429 "org.freedesktop.DBus.Properties" for SERVICE.
10430 (dbus-property-handler): Fix docstring.
10431
10432 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10433
10434 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
10435 Quote doc string reference in defvaralias as it is not in special form.
10436 (byte-compile-output-docform): Doc fix.
10437
10438 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
10439
10440 * calc/calc.el (math-2-word-size, math-half-2-word-size)
10441 (calc-complement-signed-mode): New variables.
10442 (calc-set-mode-line): Add indicator for twos-complements.
10443 (math-format-number): Format twos-complement notation.
10444
10445 * calc/calc-bin.el (calc-word-size): Reset the variables
10446 `math-2-word-size' and `math-half-2-word-size'.
10447 (math-format-complement-signed, math-symclip, calcFunc-symclip)
10448 (calc-symclip): New functions.
10449
10450 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
10451
10452 * calc/calc-embed.el (calc-embedded-mode-vars):
10453 Add `calc-complement-signed-mode' to the list of modes.
10454
10455 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
10456 (calc-b-oper-keys): Add `calc-symclip' to list.
10457
10458 * calc/calc-ext.el (math-read-number-fancy): Read complement
10459 signed numbers.
10460 (calc-init-extensions): Add binding for `calc-symclip'.
10461 Add autoload for `calcFunc-symclip' and `calc-symclip'.
10462
10463 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
10464 `calc-symclip'.
10465 (calc-modes-menu): Add item for twos complement mode.
10466
10467 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
10468
10469 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
10470
10471 * register.el (jump-to-register, insert-register): Handle Semantic
10472 tags. From commented-out advice in semantic/senator.el.
10473
10474 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
10475
10476 * vc.el (vc-log-show-limit): New variable.
10477 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
10478 when using a prefix argument.
10479 (vc-print-log-internal): Add new argument LIMIT.
10480
10481 * vc-svn.el (vc-svn-print-log):
10482 * vc-mtn.el (vc-mtn-print-log):
10483 * vc-hg.el (vc-hg-print-log):
10484 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
10485 pass it to the log command when set. Make the BUFFER argument
10486 non-optional.
10487
10488 * vc-sccs.el (vc-sccs-print-log):
10489 * vc-rcs.el (vc-rcs-print-log):
10490 * vc-git.el (vc-git-print-log):
10491 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
10492 ignore it. Make the BUFFER argument non-optional
10493
10494 * bindings.el (mode-line-buffer-identification): Do not purecopy.
10495
10496 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
10497
10498 * dired.el (dired-mode-map): Move encryption items to "Operate"
10499 menu (Bug#4703).
10500
10501 * strokes.el (strokes-update-window-configuration): Make strokes
10502 buffer current before erasing (Bug#4906).
10503
10504 2009-11-15 Juri Linkov <juri@jurta.org>
10505
10506 * simple.el (set-mark-default-inactive): Add :type, :group
10507 and :version. (Bug#4876)
10508
10509 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
10510
10511 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
10512 (archive-unique-fname): ... here. (Bug#4929)
10513
10514 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10515
10516 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
10517 with a real fix.
10518
10519 * novice.el (disabled-command-function): Add useful args.
10520 Setup the help buffer so that [back] works.
10521 Remove redundant call to help-mode.
10522 (disabled-command-function): Use `case'.
10523 (en/disable-command): New function extracted from enable-command.
10524 (enable-command, disable-command): Use it.
10525
10526 2009-11-14 Glenn Morris <rgm@gnu.org>
10527
10528 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
10529 constants. (Bug#4913)
10530
10531 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
10532
10533 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
10534
10535 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
10536 defined in C that have no doc-strings. (Bug#1063)
10537
10538 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
10539
10540 * cus-edit.el (data, files):
10541 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
10542
10543 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
10544
10545 * simple.el (shell-command): Doc fix (Bug#4891).
10546
10547 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
10548
10549 2009-11-14 Glenn Morris <rgm@gnu.org>
10550
10551 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
10552 statements for vc-diff, emerge-quit, and rmail-cease-edit.
10553 If they are already loaded, eval-after-load will do the right thing.
10554
10555 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
10556 compiling.
10557
10558 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
10559
10560 * simple.el (x-selection-owner-p): Declare.
10561 (read-mail-command): Use custom radio type rather than choice.
10562 (completion-no-auto-exit): Doc fix.
10563
10564 * custom.el (defgroup):
10565 * epg-config.el (epg): Doc fixes.
10566
10567 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
10568
10569 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
10570 * international/ccl.el (define-ccl-program): Do not purecopy the
10571 docstring, defconst does it anyway.
10572
10573 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10574
10575 * add-log.el (add-change-log-entry): Avoid displaying the changelog
10576 a second time.
10577
10578 * x-dnd.el (x-dnd-maybe-call-test-function):
10579 * window.el (split-window-vertically):
10580 * whitespace.el (whitespace-help-on):
10581 * vc-rcs.el (vc-rcs-consult-headers):
10582 * userlock.el (ask-user-about-lock-help)
10583 (ask-user-about-supersession-help):
10584 * type-break.el (type-break-force-mode-line-update):
10585 * time-stamp.el (time-stamp-conv-warn):
10586 * terminal.el (te-set-output-log, te-more-break, te-filter)
10587 (te-sentinel, terminal-emulator):
10588 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
10589 (term-write-input-ring, term-check-source, term-start-output-log):
10590 (term-display-buffer-line, term-dynamic-list-completions):
10591 (term-ansi-make-term, serial-term):
10592 * subr.el (selective-display):
10593 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10594 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
10595 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
10596 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
10597 (speedbar-remove-localized-speedbar-support)
10598 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
10599 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
10600 (speedbar-buffers-line-directory):
10601 * simple.el (shell-command-on-region, append-to-buffer)
10602 (prepend-to-buffer):
10603 * shadowfile.el (shadow-save-todo-file):
10604 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
10605 (scroll-bar-maybe-set-window-start):
10606 * sb-image.el (speedbar-image-dump):
10607 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
10608 (load-save-place-alist-from-file):
10609 * ps-samp.el (ps-print-message-from-summary):
10610 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
10611 (ps-background-image, ps-begin-job, ps-do-despool):
10612 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
10613 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
10614 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
10615 (pr-call-process, pr-file-list, pr-interface-save):
10616 * novice.el (disabled-command-function)
10617 (enable-command, disable-command):
10618 * mouse.el (mouse-buffer-menu-alist):
10619 * mouse-copy.el (mouse-kill-preserving-secondary):
10620 * macros.el (kbd-macro-query):
10621 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
10622 * informat.el (batch-info-validate):
10623 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
10624 * hippie-exp.el (try-expand-dabbrev-visible):
10625 * help-mode.el (help-make-xrefs):
10626 * help-fns.el (describe-variable):
10627 * generic-x.el (bat-generic-mode-run-as-comint):
10628 * finder.el (finder-mouse-select):
10629 * find-dired.el (find-dired-sentinel):
10630 * filesets.el (filesets-file-close):
10631 * files.el (list-directory):
10632 * faces.el (list-faces-display, describe-face):
10633 * facemenu.el (list-colors-display):
10634 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
10635 * epg.el (epg--process-filter, epg-cancel):
10636 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
10637 (epa--read-signature-type):
10638 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
10639 (emerge-file-names):
10640 * ehelp.el (electric-helpify):
10641 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
10642 * ediff-vers.el (rcs-ediff-view-revision):
10643 * ediff-util.el (ediff-setup):
10644 * ediff-mult.el (ediff-append-custom-diff):
10645 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
10646 (ediff-wordify):
10647 * echistory.el (Electric-command-history-redo-expression):
10648 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
10649 * disp-table.el (describe-display-table):
10650 * dired.el (dired-find-buffer-nocreate):
10651 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
10652 * dabbrev.el (dabbrev--same-major-mode-p):
10653 * chistory.el (list-command-history):
10654 * apropos.el (apropos-documentation):
10655 * allout.el (allout-obtain-passphrase):
10656 (allout-copy-exposed-to-buffer):
10657 (allout-verify-passphrase): Use with-current-buffer.
10658
10659 2009-11-13 Glenn Morris <rgm@gnu.org>
10660
10661 * Makefile.in (ELCFILES): Regenerate.
10662
10663 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
10664
10665 * net/dbus.el (dbus-registered-objects-table): Rename from
10666 `dbus-registered-functions-table', because it contains also properties.
10667 (dbus-unregister-object): Unregister also properties.
10668 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
10669 Use a timeout of 500 msec, in order to not block.
10670 (dbus-register-property, dbus-property-handler): New defuns.
10671
10672 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10673
10674 * simple.el (minibuffer-default-add-completions): Drop deprecated
10675 4th arg.
10676
10677 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
10678
10679 * textmodes/artist.el (artist-mouse-choose-operation):
10680 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
10681 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
10682 (artist-compute-up-event-key): New function.
10683 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
10684
10685 2009-11-13 Kenichi Handa <handa@m17n.org>
10686
10687 * language/japan-util.el: Make sure that the value of jisx0208
10688 property is jisx0208 character.
10689
10690 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
10691
10692 * international/mule.el (auto-coding-regexp-alist): Only purecopy
10693 car or each item, not the whole list.
10694
10695 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
10696
10697 * minibuffer.el (minibuffer-completion-help):
10698 Use minibuffer-hide-completions.
10699
10700 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
10701
10702 * dired.el (dired-save-positions, dired-restore-positions): New funs.
10703 (dired-revert): Use them (bug#4880).
10704
10705 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
10706
10707 * tooltip.el (tooltip-frame-parameters): Undo previous change.
10708
10709 2009-11-12 Juri Linkov <juri@jurta.org>
10710
10711 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
10712 New functions.
10713 (find-file-literally-at-point): Alias of `ffap-literally'.
10714
10715 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
10716
10717 * textmodes/ispell.el (ispell-skip-region-alist):
10718 * textmodes/css-mode.el (auto-mode-alist):
10719 * progmodes/compile.el (auto-mode-alist):
10720 * international/mule.el (ctext-non-standard-encodings-alist)
10721 (ctext-non-standard-encodings-regexp):
10722 * simple.el (shell-command-switch, text-read-only):
10723 * replace.el (occur-mode-map):
10724 * paths.el (rmail-file-name):
10725 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
10726 * find-file.el (ff-special-constructs):
10727 * files.el (file-name-handler-alist):
10728 * composite.el: Purecopy strings.
10729
10730 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
10731
10732 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
10733
10734 * widget.el (define-widget): Purecopy the docstring.
10735 * international/mule-cmds.el (charset): Do not purecopy the
10736 docstring here, define-widget does it.
10737
10738 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
10739 * textmodes/bibtex-style.el (auto-mode-alist):
10740 * progmodes/inf-lisp.el (inferior-lisp-prompt):
10741 * progmodes/compile.el (compile-command):
10742 * language/korea-util.el (default-korean-keyboard):
10743 * international/mule-conf.el (file-coding-system-alist):
10744 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
10745 * tooltip.el (tooltip-frame-parameters):
10746 * newcomment.el (comment-end, comment-padding):
10747 * dired.el (dired-trivial-filenames):
10748 * comint.el (comint-file-name-prefix): Purecopy initial values.
10749
10750 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
10751
10752 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
10753 (tramp-advice-minibuffer-electric-tilde): Unload advices via
10754 `tramp-unload'.
10755 (tramp-advice-make-auto-save-file-name)
10756 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
10757 after removing the advice.
10758
10759 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
10760
10761 * progmodes/grep.el (grep-regexp-alist):
10762 * international/mule-cmds.el (iso-2022-control-alist):
10763 * emacs-lisp/timer.el (timer-duration-words):
10764 * subr.el (version-separator, version-regexp-alist):
10765 * minibuffer.el (completion-styles-alist):
10766 * faces.el (face-attribute-name-alist, list-faces-sample-text):
10767 Change defvars to defconsts.
10768
10769 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
10770 * loadup.el ("international/mule-conf"): Load the byte compiled version.
10771 * international/mule-conf.el: Allow to be byte compiled.
10772
10773 * international/mule.el (define-charset): Purecopy props.
10774 (load-with-code-conversion): Purecopy doc string and file name.
10775 (put-charset-property): Purecopy strings.
10776 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
10777
10778 * international/mule-cmds.el (register-input-method): Purecopy arguments.
10779 (define-char-code-property): Correctly purecopy the table.
10780
10781 * international/ccl.el (define-ccl-program): Purecopy the docstring.
10782
10783 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
10784
10785 * subr.el (add-hook): Purecopy strings.
10786 (eval-after-load): Purecopy load-history-regexp and the form.
10787
10788 * custom.el (custom-declare-group): Purecopy load-file-name.
10789
10790 * subr.el (menu-bar-separator): New defconst.
10791 * net/eudc.el (eudc-tools-menu):
10792 * international/mule-cmds.el (set-coding-system-map)
10793 (mule-menu-keymap):
10794 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
10795 * vc-hooks.el (vc-menu-map):
10796 * replace.el (occur-mode-map):
10797 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
10798 (menu-bar-edit-menu, menu-bar-goto-menu)
10799 (menu-bar-custom-menu, menu-bar-showhide-menu)
10800 (menu-bar-options-menu, menu-bar-tools-menu)
10801 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
10802 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
10803 (menu-bar-help-menu):
10804 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
10805 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
10806
10807 * term/x-win.el (x-gtk-stock-map):
10808 * progmodes/vera-mode.el (auto-mode-alist):
10809 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
10810 (inferior-lisp-program, inferior-lisp-load-command):
10811 * progmodes/hideshow.el (hs-special-modes-alist):
10812 * progmodes/gud.el (same-window-regexps):
10813 * progmodes/grep.el (grep-program, find-program, xargs-program):
10814 * net/telnet.el (same-window-regexps):
10815 * net/rlogin.el (same-window-regexps):
10816 * language/ethiopic.el (font-ccl-encoder-alist):
10817 * vc-sccs.el (vc-sccs-master-templates):
10818 * vc-rcs.el (vc-rcs-master-templates):
10819 * subr.el (cl-assertion-failed):
10820 * simple.el (next-error-overlay-arrow-position):
10821 * lpr.el (lpr-command):
10822 * locate.el (locate-ls-subdir-switches):
10823 * info.el (same-window-regexps, info)
10824 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10825 * image-mode.el (image-mode, auto-mode-alist):
10826 * hippie-exp.el (hippie-expand-ignore-buffers):
10827 * format.el (format-alist):
10828 * find-dired.el (find-ls-subdir-switches, find-grep-options)
10829 (find-name-arg):
10830 * facemenu.el (facemenu-keybindings):
10831 * dired.el (dired-listing-switches, dired-chown-program):
10832 * diff.el (diff-switches, diff-command):
10833 * cus-edit.el (same-window-regexps):
10834 * bindings.el (mode-line-mule-info)
10835 (mode-line-buffer-identification): Purecopy strings.
10836
10837 2009-11-11 Juri Linkov <juri@jurta.org>
10838
10839 * simple.el (dired-get-filename) <declare-function>:
10840 Tell the byte-compiler about dired-get-filename.
10841 (shell-command): In Dired mode, get filename from the current line
10842 as the default value.
10843
10844 2009-11-10 Glenn Morris <rgm@gnu.org>
10845
10846 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
10847 * calendar/holidays.el, progmodes/cperl-mode.el:
10848 Update x-popup-menu declarations.
10849
10850 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
10851 (list-load-path-shadows): Use dolist.
10852 (list-load-path-shadows): Use with-current-buffer.
10853
10854 2009-11-10 Juri Linkov <juri@jurta.org>
10855
10856 * minibuffer.el (read-file-name): Support a list of default values
10857 in `default-filename'. Use the first file name where only one
10858 element is required. Doc fix.
10859
10860 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
10861
10862 * net/dbus.el (dbus-unregister-object): Release service, if no
10863 other method is registered for it.
10864
10865 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
10866
10867 * bookmark.el (bookmark-completing-read): Sort bookmark names if
10868 bookmark-sort-flag is non-nil (Bug#4653).
10869
10870 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
10871
10872 * emulation/cua-base.el: Add CUA property to some CC mode commands
10873 (Bug#4100).
10874
10875 2009-11-08 Kevin Ryde <user42@zip.com.au>
10876
10877 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
10878 at end of sentence (Bug#4818).
10879
10880 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
10881
10882 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10883 Handle "see declaration of" MSFT statements (Bug#4100).
10884
10885 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
10886
10887 * net/tramp.el (tramp-advice-make-auto-save-file-name)
10888 (tramp-advice-file-expand-wildcards): Unload via
10889 `ad-remove-advice'.
10890
10891 * net/trampver.el: Update release number.
10892
10893 2009-11-08 Kevin Ryde <user42@zip.com.au>
10894
10895 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
10896 `ad-do-it'.
10897
10898 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
10899
10900 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
10901 in order to keep context in SELinux.
10902
10903 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
10904
10905 * dired-aux.el (dired-query): Place cursor in echo area and allow
10906 C-g.
10907
10908 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
10909 menu item if not on a directory (Bug#4701).
10910
10911 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
10912
10913 Sync with Tramp 2.1.17.
10914
10915 * net/tramp.el (tramp-handle-copy-directory): Don't use
10916 `file-remote-p' (due to compatibility).
10917
10918 * net/tramp-compat.el (tramp-compat-copy-directory)
10919 (tramp-compat-delete-directory): New defuns.
10920
10921 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10922 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
10923 `tramp-compat-delete-directory'.
10924
10925 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
10926 (tramp-smb-handle-delete-directory): Use
10927 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
10928
10929 * net/trampver.el: Update release number.
10930
10931 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
10932
10933 * tar-mode.el (tar-copy): Call write-region on the right buffer
10934 (Bug#4857).
10935
10936 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
10937 by hand, if necessary (Bug#4878).
10938
10939 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
10940
10941 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
10942 align size column (Bug#4839).
10943
10944 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
10945 statement.
10946
10947 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
10948
10949 * progmodes/ld-script.el (auto-mode-alist):
10950 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
10951
10952 * cus-face.el (custom-declare-face): Purecopy face spec.
10953
10954 2009-11-06 Kenichi Handa <handa@m17n.org>
10955
10956 * international/uni-bidi.el: Re-generated.
10957 * international/uni-category.el: Re-generated.
10958 * international/uni-combining.el: Re-generated.
10959 * international/uni-mirrored.el: Re-generated.
10960
10961 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
10962
10963 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
10964 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
10965 (tex-start-options, slitex-run-command, latex-run-command)
10966 (tex-run-command, tex-directory):
10967 * textmodes/ispell.el (ispell-html-skip-alists)
10968 (ispell-tex-skip-alists, ispell-tex-skip-alists):
10969 * textmodes/fill.el (adaptive-fill-first-line-regexp):
10970 (adaptive-fill-regexp):
10971 * textmodes/dns-mode.el (auto-mode-alist):
10972 * progmodes/python.el (interpreter-mode-alist):
10973 * progmodes/etags.el (tags-compression-info-list):
10974 * progmodes/etags.el (tags-file-name):
10975 * net/browse-url.el (browse-url-galeon-program)
10976 (browse-url-firefox-program):
10977 * mail/sendmail.el (mail-signature-file)
10978 (mail-citation-prefix-regexp):
10979 * international/mule-conf.el (eight-bit):
10980 * international/latexenc.el (latex-inputenc-coding-alist):
10981 * international/fontset.el (x-pixel-size-width-font-regexp):
10982 * emacs-lisp/warnings.el (warning-type-format):
10983 * emacs-lisp/trace.el (trace-buffer):
10984 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
10985 (emacs-lisp-mode-map):
10986 * calendar/holidays.el (holiday-solar-holidays)
10987 (holiday-bahai-holidays, holiday-islamic-holidays)
10988 (holiday-christian-holidays, holiday-hebrew-holidays)
10989 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
10990 (hebrew-holidays-1, holiday-oriental-holidays)
10991 (holiday-general-holidays):
10992 * x-dnd.el (x-dnd-known-types):
10993 * tool-bar.el (tool-bar):
10994 * startup.el (site-run-file):
10995 * shell.el (shell-dumb-shell-regexp):
10996 * rfn-eshadow.el (file-name-shadow-tty-properties)
10997 (file-name-shadow-properties):
10998 * paths.el (remote-shell-program, news-directory):
10999 * mouse.el ([C-down-mouse-3]):
11000 * menu-bar.el (menu-bar-tools-menu):
11001 * jka-cmpr-hook.el (jka-compr-load-suffixes)
11002 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
11003 (jka-compr-compression-info-list):
11004 * isearch.el (search-whitespace-regexp):
11005 * image-file.el (image-file-name-extensions):
11006 * find-dired.el (find-ls-option):
11007 * files.el (directory-listing-before-filename-regexp)
11008 (directory-free-space-args, insert-directory-program)
11009 (list-directory-brief-switches, magic-fallback-mode-alist)
11010 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
11011 (automount-dir-prefix):
11012 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
11013 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
11014 (face-font-registry-alternatives, face-font-registry-alternatives)
11015 (face-font-family-alternatives):
11016 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
11017 (facemenu-foreground-menu, facemenu-face-menu):
11018 * epa-hook.el (epa-file-name-regexp):
11019 * dnd.el (dnd-protocol-alist):
11020 * textmodes/rst.el (auto-mode-alist):
11021 * button.el (default-button): Purecopy strings.
11022
11023 2009-11-06 Glenn Morris <rgm@gnu.org>
11024
11025 * Makefile.in (ELCFILES): Update.
11026
11027 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
11028
11029 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
11030 * emacs-lisp/levents.el: Move to obsolete/levents.el.
11031
11032 * nxml/xsd-regexp.el (xsdre-gen-categories):
11033 * nxml/xmltok.el (xmltok-parse-entity):
11034 * nxml/rng-parse.el (rng-parse-validate-file):
11035 * nxml/rng-maint.el (rng-format-manual)
11036 (rng-manual-output-force-new-line):
11037 * nxml/rng-loc.el (rng-save-schema-location-1):
11038 * nxml/rng-cmpct.el (rng-c-parse-file):
11039 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
11040 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
11041
11042 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
11043
11044 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
11045 Remove extra save-excursions and make-variable-buffer-local's.
11046 Suggested by Stefan Monnier.
11047
11048 (verilog-getopt-file, verilog-module-inside-filename-p)
11049 (verilog-set-define): Merge GNU 1.35 and repair changes from
11050 switching to using with-current-buffer.
11051
11052 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
11053 being treated as a number and confusing AUTORESET.
11054 Reported by Dan Dever.
11055
11056 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
11057 Add verilog-auto-ignore-concat to fix backward compatibility with
11058 older verilog-modes. Reported by Dan Katz.
11059
11060 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
11061 containing closing anchors "...$".
11062
11063 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
11064 Reported by Wade Smith.
11065
11066 (verilog-batch-execute-func): Comment on function usage.
11067
11068 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
11069
11070 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
11071 for labels.
11072
11073 (verilog-label-re, verilog-calc-1): Support proper indent of named
11074 asserts.
11075
11076 (verilog-backward-token, verilog-basic-complete-re)
11077 (verilog-beg-of-statement, verilog-indent-re): Support proper
11078 indent of the assert statement at the beginning of a block of text.
11079
11080 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
11081 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
11082 tokens as begins.
11083
11084 2009-11-05 Glenn Morris <rgm@gnu.org>
11085
11086 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
11087 Emacs 19. (Bug#1531)
11088 (byte-compile-fix-header): Update for the above change.
11089 Drop test for epoch::version.
11090
11091 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
11092 * cus-dep.el (custom-make-dependencies):
11093 * finder.el (finder-compile-keywords):
11094 Use autoload-rubric's feature argument.
11095
11096 * calendar/diary-lib.el (top-level): Make load behave more like require.
11097
11098 * vc-git.el (vc-git-stash-map): Move definition before use.
11099
11100 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
11101
11102 * custom.el (custom-declare-group): Purecopy standard-value.
11103 (custom-declare-group): Purecopy custom-prefix.
11104
11105 * international/mule.el (load-with-code-conversion):
11106 Call do-after-load-evaluation unconditionally.
11107
11108 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
11109
11110 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
11111
11112 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
11113
11114 2009-11-04 Glenn Morris <rgm@gnu.org>
11115
11116 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
11117 (byte-compile-compatibility): Remove option.
11118 (byte-compile-close-variables, byte-compile-fix-header)
11119 (byte-compile-insert-header, byte-compile-output-docform)
11120 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
11121 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
11122 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
11123 (byte-compile-insert, byte-compile-defun):
11124 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
11125 (byte-defop-compiler19): Remove.
11126 Without byte-compile-compatibility, the 'emacs19-opcode property is not
11127 used by anything. Replace all calls with byte-defop-compiler.
11128
11129 2009-11-04 Juri Linkov <juri@jurta.org>
11130
11131 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
11132 (menu-bar-options-menu): Don't quote the `prop' arg of
11133 `menu-bar-make-mm-toggle'.
11134
11135 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
11136
11137 * calendar/calendar.el (cal-loaddefs):
11138 * calendar/diary-lib.el (diary-loaddefs):
11139 * calendar/holidays.el (hol-loaddefs):
11140 * eshell/esh-module.el (esh-groups): Load rather than require.
11141
11142 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
11143
11144 * calendar/todo-mode.el (todo-add-category): Don't hardcode
11145 point-min==1.
11146 (todo-top-priorities): Only display-buffer when called interactively.
11147 (todo-item-start): Don't save excursion point.
11148 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
11149 (todo-insert-item-here, todo-file-item, todo-remove-item):
11150 Adjust uses of todo-item-start and todo-item-end.
11151
11152 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
11153 (autoload-rubric): Don't use any more.
11154
11155 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
11156 and only put a prop if it is non-nil.
11157
11158 2009-11-03 Juri Linkov <juri@jurta.org>
11159
11160 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
11161 (menu-bar-options-menu): Fix list quoting (Bug#4429).
11162
11163 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
11164 and "Menu" to make top-level menu item visually one unit (like
11165 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
11166 multi-word menu items). Fix :help string for quit-window.
11167
11168 2009-11-03 Glenn Morris <rgm@gnu.org>
11169
11170 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
11171 (byte-compile-file-form-define-abbrev-table)
11172 (byte-compile-file-form-custom-declare-variable)
11173 (byte-compile-variable-ref, byte-compile-defvar):
11174 Whether or not a warning is enabled should only affect whether we issue
11175 the warning, not whether or not we collect the relevant data.
11176 Eg warnings can be turned on and off throughout the course of a file.
11177
11178 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
11179 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
11180
11181 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
11182
11183 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
11184 * play/mpuz.el (mpuz-create-buffer):
11185 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
11186 (lm-print-y,s,noise, lm-print-w0, lm-init):
11187 * play/gomoku.el (gomoku-prompt-for-move):
11188 * play/fortune.el (fortune-in-buffer):
11189 * play/dissociate.el (dissociated-press):
11190 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
11191 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
11192 * mail/supercite.el (sc-eref-show):
11193 * mail/smtpmail.el (smtpmail-send-it):
11194 * mail/rmailsum.el (rmail-summary-next-labeled-message)
11195 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
11196 (rmail-summary-undelete-many, rmail-summary-rmail-update)
11197 (rmail-summary-goto-msg, rmail-summary-expunge)
11198 (rmail-summary-get-new-mail, rmail-summary-search-backward)
11199 (rmail-summary-add-label, rmail-summary-output-menu)
11200 (rmail-summary-output-body):
11201 * mail/rfc822.el (rfc822-addresses):
11202 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
11203 * mail/mailpost.el (post-mail-send-it):
11204 * mail/hashcash.el (hashcash-generate-payment):
11205 * mail/feedmail.el (feedmail-run-the-queue)
11206 (feedmail-queue-send-edit-prompt-help-first)
11207 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
11208 (feedmail-deduce-address-list):
11209 * eshell/esh-ext.el (eshell-remote-command):
11210 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
11211 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
11212 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
11213 (viper-save-string-in-file, viper-valid-marker):
11214 * emulation/viper-keym.el (viper-toggle-key):
11215 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
11216 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
11217 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
11218 * emulation/viper-cmd.el (viper-exec-form-in-vi)
11219 (viper-exec-form-in-emacs, viper-brac-function):
11220 * emulation/viper.el (viper-delocalize-var):
11221 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
11222 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
11223 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
11224 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
11225 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
11226 * emulation/edt.el (edt-electric-helpify):
11227 * emulation/cua-rect.el (cua--rectangle-aux-replace):
11228 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
11229 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
11230 (cua-indent-to-global-mark-column):
11231 * calendar/diary-lib.el (calendar-mark-1):
11232 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
11233 Use with-current-buffer.
11234 * emulation/viper.el (viper-delocalize-var): Use dolist.
11235
11236 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
11237
11238 * comint.el (comint-replace-by-expanded-history-before-point):
11239 Replace !! with the previous input string literally (Bug#1795).
11240
11241 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
11242
11243 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
11244 to be made up of whitespace.
11245
11246 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
11247
11248 * minibuffer.el (read-file-name): Don't use file dialogs for
11249 remote directories (Bug#99).
11250
11251 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
11252
11253 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
11254
11255 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
11256
11257 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
11258 instead of deleting the window or frame.
11259
11260 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
11261
11262 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
11263 Support face colors.
11264
11265 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
11266 New function. Support face colors (Bug#1168).
11267 (tex-common-initialization): Use it.
11268
11269 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
11270 mode allows it (Bug#1168).
11271
11272 2009-10-31 Juri Linkov <juri@jurta.org>
11273
11274 * facemenu.el (list-colors-display): Don't mark buffer as
11275 modified (Bug#3948).
11276
11277 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
11278
11279 * international/mule-diag.el (list-character-sets-1): Minor
11280 message fix (Bug#3526).
11281
11282 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
11283 face property (Bug#4834).
11284 (etags-list-tags, etags-tags-apropos-additional)
11285 (etags-tags-apropos, tags-select-tags-table): Add follow-link
11286 property.
11287
11288 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
11289 items.
11290
11291 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
11292
11293 * textmodes/two-column.el (2C-split):
11294 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
11295 * textmodes/tex-mode.el (tex-set-buffer-directory):
11296 * textmodes/spell.el (spell-region, spell-string):
11297 * textmodes/reftex.el (reftex-erase-buffer):
11298 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
11299 * textmodes/reftex-toc.el (reftex-toc-promote-action):
11300 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
11301 (reftex-select-item):
11302 * textmodes/reftex-ref.el (reftex-label-info-update)
11303 (reftex-offer-label-menu):
11304 * textmodes/reftex-index.el (reftex-index-change-entry)
11305 (reftex-index-phrases-info):
11306 * textmodes/reftex-global.el (reftex-create-tags-file)
11307 (reftex-save-all-document-buffers, reftex-ensure-write-access):
11308 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
11309 (reftex-view-crossref-from-bibtex):
11310 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
11311 (reftex-extract-bib-entries-from-thebibliography)
11312 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
11313 * textmodes/refbib.el (r2b-capitalize-title):
11314 (r2b-convert-buffer, r2b-help):
11315 * textmodes/page-ext.el (pages-directory)
11316 (pages-directory-goto-with-mouse):
11317 * textmodes/bibtex.el (bibtex-validate-globally):
11318 * textmodes/bib-mode.el (bib-capitalize-title):
11319 * textmodes/artist.el (artist-clear-buffer, artist-system):
11320 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
11321 (local-set-scheme-interaction-buffer, xscheme-process-filter)
11322 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
11323 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
11324 (xscheme-send-control-g-interrupt, xscheme-start-process)
11325 (xscheme-process-sentinel, xscheme-cd):
11326 * progmodes/verilog-mode.el (verilog-read-always-signals)
11327 (verilog-set-define, verilog-getopt-file)
11328 (verilog-module-inside-filename-p):
11329 * progmodes/sh-script.el:
11330 * progmodes/python.el (python-pdbtrack-get-source-buffer)
11331 (python-pdbtrack-grub-for-buffer, python-execute-file):
11332 * progmodes/octave-inf.el (inferior-octave):
11333 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
11334 (idlwave-shell-compile-helper-routines, idlwave-set-local)
11335 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
11336 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
11337 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
11338 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
11339 (idlwave-shell-filter, idlwave-shell-examine-highlight)
11340 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
11341 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
11342 (idlwave-shell-examine-display, idlwave-shell-run-region)
11343 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
11344 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
11345 * progmodes/idlw-help.el (idlwave-help-get-special-help)
11346 (idlwave-help-get-help-buffer):
11347 * progmodes/gud.el (gud-basic-call, gud-find-class)
11348 (gud-tooltip-activate-mouse-motions-if-enabled):
11349 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
11350 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
11351 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
11352 (ebrowse-tags-next-file):
11353 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
11354 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
11355 (ebnf-eps-finish-and-write):
11356 * progmodes/cpp.el (cpp-edit-save):
11357 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
11358 * progmodes/cc-defs.el (c-emacs-features):
11359 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
11360 (antlr-directory-dependencies):
11361 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
11362 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
11363 (ada-find-any-references, ada-make-filename-from-adaname)
11364 (ada-make-body-gnatstub):
11365 * obsolete/rnews.el (news-list-news-groups):
11366 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
11367 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
11368 * net/rcirc.el (rcirc-debug):
11369 * net/newst-treeview.el (newsticker--treeview-list-add-item)
11370 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
11371 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
11372 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
11373 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
11374 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
11375 (newsticker--treeview-list-clear-highlight)
11376 (newsticker--treeview-list-update-highlight)
11377 (newsticker--treeview-list-highlight-start)
11378 (newsticker--treeview-tree-update-highlight)
11379 (newsticker--treeview-get-selected-item)
11380 (newsticker-treeview-mark-list-items-old)
11381 (newsticker--treeview-set-current-node):
11382 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
11383 * net/newst-backend.el (newsticker--get-news-by-funcall)
11384 (newsticker--get-news-by-wget, newsticker--image-get)
11385 (newsticker--image-sentinel):
11386 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
11387 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
11388 (eudc-ph-close-session):
11389 * net/eudc.el (eudc-save-options):
11390 * language/thai-word.el (thai-update-word-table):
11391 * language/japan-util.el (japanese-string-conversion):
11392 * international/titdic-cnv.el (tsang-quick-converter)
11393 (ziranma-converter, ctlau-converter):
11394 * international/mule-cmds.el (describe-language-environment):
11395 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
11396 (skkdic-convert-postfix, skkdic-convert-prefix):
11397 (skkdic-convert-okuri-nasi, skkdic-convert):
11398 * emacs-lisp/re-builder.el (reb-update-overlays):
11399 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
11400 * emacs-lisp/gulp.el (gulp-send-requests):
11401 * emacs-lisp/find-gc.el (trace-call-tree):
11402 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
11403 (eieio-describe-generic):
11404 * emacs-lisp/eieio-base.el (eieio-persistent-read):
11405 * emacs-lisp/edebug.el (edebug-outside-excursion):
11406 * emacs-lisp/debug.el (debugger-make-xrefs):
11407 * emacs-lisp/cust-print.el (custom-prin1-to-string):
11408 * emacs-lisp/chart.el (chart-new-buffer):
11409 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
11410 Use with-current-buffer.
11411 * textmodes/artist.el (artist-system): Don't call
11412 copy-sequence on a fresh string.
11413 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
11414
11415 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
11416
11417 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
11418 is no item to edit. (Bug#4820)
11419 (todo-top-priorities): Restore point and restore narrowing in Todo
11420 buffer. (Bug#4820)
11421
11422 2009-10-31 Glenn Morris <rgm@gnu.org>
11423
11424 * net/ange-ftp.el (top-level): Don't require dired when compiling.
11425 (comint-last-output-start, comint-last-input-start)
11426 (comint-last-input-end): Don't defvar when compiling.
11427 (ange-ftp-process-file): Use bound-and-true-p.
11428
11429 * pcmpl-rpm.el (top-level): Move provide statement to end.
11430 (pcmpl-rpm): Remove unused custom group.
11431
11432 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
11433
11434 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
11435
11436 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11437 (byte-compile-warnings): Add `constants' as an option.
11438 (byte-compile-callargs-warn, byte-compile-arglist-warn)
11439 (display-call-tree): Update for byte-compile-fdefinition possibly
11440 returning `(macro lambda ...)'. (Bug#4778)
11441 (byte-compile-variable-ref, byte-compile-setq-default):
11442 Respect `constants' member of byte-compile-warnings.
11443
11444 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11445
11446 * vc-bzr.el (vc-bzr-revision-keywords): New var.
11447 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
11448 to "submit:".
11449
11450 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
11451
11452 * textmodes/ispell.el (ispell-skip-region-alist):
11453 * international/mule-conf.el (eight-bit):
11454 * international/fontset.el (font-encoding-alist):
11455 * startup.el (pure-space-overflow-message):
11456 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
11457 * paths.el (gnus-nntp-service, rmail-spool-directory)
11458 (term-file-prefix):
11459 * files.el (save-some-buffers-action-alist):
11460 * cmuscheme.el (same-window-buffer-names):
11461 * ielm.el (same-window-buffer-names):
11462 * shell.el (same-window-buffer-names):
11463 * mail/sendmail.el (same-window-buffer-names):
11464 * progmodes/inf-lisp.el (same-window-buffer-names):
11465 * bindings.el (mode-line-client)
11466 (mode-line-column-line-number-mode-map):
11467 * language/tibetan.el (tibetan-precomposition-rule-regexp)
11468 (tibetan-precomposed-regexp): Purecopy string arguments.
11469
11470 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11471
11472 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
11473 (calcDigit-nondigit):
11474 * calc/calc-yank.el (calc-copy-to-buffer):
11475 * calc/calc-units.el (calc-invalidate-units-table):
11476 * calc/calc-trail.el (calc-trail-yank):
11477 * calc/calc-store.el (calc-insert-variables):
11478 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
11479 * calc/calc-prog.el (calc-read-parse-table):
11480 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
11481 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
11482 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
11483 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
11484 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
11485 (calc-graph-name, calc-graph-find-command, calc-graph-view)
11486 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
11487 * calc/calc-ext.el (calc-realign):
11488 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
11489 (calc-embedded-finish-edit, calc-embedded-make-info)
11490 (calc-embedded-finish-command, calc-embedded-stack-change):
11491 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
11492
11493 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
11494 shell-dynamic-complete-filename in preference to
11495 comint-dynamic-complete-filename.
11496
11497 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11498 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11499 Don't consider whether the display supports colors.
11500 (bookmark-import-new-list): Use dolist.
11501 (bookmark-bmenu-mode-map): Move initialization into declaration.
11502 (bookmark-bmenu-list): Use dolist, simplify.
11503 (bookmark-show-all-annotations): Use save-selected-window and dolist.
11504 (menu-bar-final-items): Use push.
11505
11506 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
11507
11508 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
11509 it works on remote files.
11510 (vc-hg-diff): Don't pass any `--cwd' argument.
11511
11512 2009-10-27 Kevin Ryde <user42@zip.com.au>
11513
11514 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11515 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
11516 (Further to Bug#3921).
11517
11518 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
11519
11520 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
11521 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
11522 calling `tramp-imap-put-file'. Add file size to the call.
11523 (tramp-imap-get-file-entries): Compute also user name, file size,
11524 and date.
11525 (tramp-imap-handle-insert-directory): Insert uid and gid.
11526 (tramp-imap-handle-file-attributes): Transform uid and gid
11527 according to `id-format'.
11528 (tramp-imap-put-file): New optional parameter SIZE. Encode file
11529 size in header X-Size.
11530
11531 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
11532
11533 * simple.el (transpose-subr): Give clearer error when the mark
11534 is not set. (Bug#4807)
11535
11536 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
11537
11538 * net/tramp.el (tramp-perl-file-truename): New defconst.
11539 Perl code contributed by yary <not.com@gmail.com> (tiny change).
11540 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
11541 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
11542 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
11543
11544 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
11545 Ignore `dired-call-process'.
11546 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
11547
11548 2009-10-26 Julian Scheid <julians37@gmail.com>
11549
11550 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
11551 (tramp-get-remote-readlink): New defun.
11552 (tramp-handle-file-truename): Use it.
11553 (tramp-handle-file-exists-p): Check file-attributes cache, assume
11554 file exists if cache value present.
11555 (tramp-check-cached-permissions): New defun.
11556 (tramp-handle-file-readable-p): Use it.
11557 (tramp-handle-file-writable-p): Likewise.
11558 (tramp-handle-file-executable-p): Likewise.
11559 (tramp-handle-file-name-all-completions): Try using Perl to get
11560 partial completions. When perl not available, combine `cd' and
11561 `ls' into single remote operation and use shell expansion to get
11562 partial remote directory contents. Set `file-exists-p' cache for
11563 directory and any files returned by ls. Change cache handling to
11564 support partial directory contents. Use error message emitted by
11565 remote `cd' or Perl code for local tramp-error.
11566 (tramp-do-copy-or-rename-file-directly): Avoid separate
11567 tramp-send-command-and-check call.
11568 (tramp-handle-process-file): Merge three remote ops into one.
11569 Do not flush all caches when `process-file-side-effects' is set.
11570 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
11571 file-attributes shows uid/gid to be set already.
11572
11573 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
11574
11575 * textmodes/tex-mode.el (tex-dvi-view-command)
11576 (tex-show-queue-command, tex-open-quote):
11577 * progmodes/ruby-mode.el (auto-mode-alist)
11578 (interpreter-mode-alist): Purecopy strings.
11579
11580 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
11581
11582 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
11583 string for the hook, keymap and abbrev table.
11584
11585 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
11586
11587 * x-dnd.el (x-dnd-xdnd-to-action):
11588 * startup.el (fancy-startup-text, fancy-about-text): Change to
11589 defconst from defvar.
11590
11591 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
11592
11593 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
11594 Purecopy initialization strings.
11595
11596 * mail/sendmail.el (mail-header-separator)
11597 (mail-personal-alias-file):
11598 * mail/rmail.el (rmail-default-dont-reply-to-names)
11599 (rmail-ignored-headers, rmail-retry-ignored-headers)
11600 (rmail-highlighted-headers, rmail-secondary-file-directory)
11601 (rmail-secondary-file-regexp):
11602 * files.el (null-device, file-name-invalid-regexp)
11603 (locate-dominating-stop-dir-regexp)
11604 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
11605 (interpreter-mode-alist): Use mapcar instead of mapc.
11606
11607 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
11608
11609 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
11610 (completion-ignored-extensions):
11611 (debug-ignored-errors): Purecopy strings.
11612
11613 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
11614
11615 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
11616 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
11617 (pcomplete--here): Use push.
11618
11619 * subr.el (all-completions): Declare the 4th arg obsolete.
11620
11621 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11622
11623 * pcomplete.el (pcomplete-unquote-argument-function): New var.
11624 (pcomplete-unquote-argument): New function.
11625 (pcomplete--common-suffix): Always pay attention to case.
11626 (pcomplete--table-subvert): Quote and unquote the text.
11627 (pcomplete--common-quoted-suffix): New function.
11628 (pcomplete-std-complete): Use it and pcomplete-begin.
11629
11630 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
11631 we're inside a dedicated or minibuffer window.
11632
11633 2009-10-24 Karl Fogel <kfogel@red-bean.com>
11634
11635 * bookmark.el: Update documentation, especially documentation
11636 of `bookmark-alist' and of the bookmark file format.
11637 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
11638
11639 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
11640
11641 * mail/emacsbug.el (report-emacs-bug): Clarify that the
11642 keybindings apply to the mail buffer (Bug#4003). Shrink help
11643 window to buffer.
11644
11645 * whitespace.el (whitespace-mode, whitespace-newline-mode)
11646 (global-whitespace-mode, global-whitespace-newline-mode)
11647 (whitespace-toggle-options, global-whitespace-toggle-options):
11648 Doc fix (Bug#3660).
11649
11650 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
11651 of xmltok-start before the end tag was inserted (Bug#2840).
11652
11653 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
11654 patterns that are preceded by an open-paren (Bug#1320).
11655
11656 2009-10-24 Sven Joachim <svenjoac@gmx.de>
11657
11658 * files.el (delete-directory): Delete symlinks to directories with
11659 delete-file (Bug#4739).
11660
11661 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
11662
11663 * vc.el (vc-backend-for-registration): Rename from
11664 vc-get-backend-for-registration. Update callers.
11665
11666 * international/mule-cmds.el (set-language-info-alist):
11667 Purecopy lang-env.
11668 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
11669 (charset): Purecopy the name.
11670 (define-char-code-property): Purecopy string arguments.
11671
11672 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
11673 Purecopy string arguments.
11674
11675 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11676 * ediff-hook.el (menu-bar-ediff-menu):
11677 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
11678 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
11679
11680 2009-10-24 Glenn Morris <rgm@gnu.org>
11681
11682 * comint.el (comint-dynamic-list-completions):
11683 * term.el (term-dynamic-list-completions): Use choose-completion rather
11684 than obsolete alias mouse-choose-completion.
11685
11686 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
11687 file-cache-choose-completion.
11688 (file-cache-choose-completion): Handle an optional event argument.
11689 (file-cache-mouse-choose-completion): Make it an obsolete alias.
11690
11691 * progmodes/octave-mod.el (octave-complete-symbol):
11692 Use choose-completion if mouse-choose-completion is ever removed.
11693
11694 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
11695 use.
11696
11697 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
11698 compiler.
11699
11700 * vc-hooks.el (vc-responsible-backend): Fix declaration.
11701
11702 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11703
11704 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
11705 Ignore `pred' now that we receive one.
11706 Handle test-completion specially.
11707
11708 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
11709
11710 * vc.el (vc-responsible-backend): Throw an error if not backend is
11711 found. Remove the REGISTER argument. Move the code dealing with
11712 REGISTER ...
11713 (vc-get-backend-for-registration): ... here. New function.
11714 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
11715 of vc-responsible-backend, pass the file name instead of the
11716 directory name.
11717
11718 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
11719
11720 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
11721 New funs.
11722 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
11723 (pcomplete-comint-setup): Don't modify a global var via
11724 accidental side-effects.
11725 (pcomplete-shell-setup): Adjust call accordingly.
11726 (pcomplete-parse-comint-arguments): Use push.
11727
11728 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
11729
11730 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11731 Allow uncapitalized info node names (Bug#3921).
11732
11733 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
11734 to the DEBUG file (Bug#3781).
11735
11736 2009-10-23 Jari Aalto <jari.aalto@cante.net>
11737
11738 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
11739 dictionary entry (Bug#4579).
11740
11741 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
11742
11743 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
11744 from `rfn-eshadow-update-overlay-hook' when unloading.
11745 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
11746 "rsyncc". Adjust doc string.
11747 (tramp-temp-buffer-file-name): New buffer-local defvar.
11748 (tramp-handle-insert-file-contents, tramp-handle-write-region):
11749 Keep temporary file when indicated by method ("rsync" and
11750 "rsyncc").
11751 (tramp-handle-write-region): Handle APPEND.
11752 (tramp-delete-temp-file-function): New defun. Added to
11753 `kill-buffer-hook'.
11754
11755 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
11756
11757 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
11758
11759 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
11760
11761 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
11762 (color-name-rgb-alist, tty-standard-colors)
11763 (tty-color-mode-alist): Change to defconst.
11764
11765 * simple.el (mark-inactive): Purecopy message.
11766
11767 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
11768 (global-map, yank-menu):
11769 * textmodes/ispell.el (ispell-menu-map):
11770 * net/eudc.el (eudc-tools-menu):
11771 * international/mule-cmds.el (describe-language-environment-map)
11772 (setup-language-environment-map, set-coding-system-map)
11773 (mule-menu-keymap):
11774 * vc-hooks.el (vc-menu-entry, vc-menu-map):
11775 * replace.el (occur-mode-map):
11776 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
11777
11778 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
11779
11780 * calc/calc.el (math-read-number, math-read-number-simple): Use
11781 `save-match-data'.
11782
11783 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
11784
11785 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
11786 rather than fiddling with global-map bindings, since it should only
11787 affect per-terminal settings.
11788 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
11789
11790 * minibuffer.el (completion-table-with-terminator): Allow to specify
11791 the terminator-regexp.
11792
11793 * simple.el (switch-to-completions): Look for *Completions* in other
11794 frames as well.
11795
11796 * pcomplete.el: Allow the use of completion-tables.
11797 (pcomplete-std-complete): New command.
11798 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
11799 (pcomplete--here): Use a function for `form' rather than an expression,
11800 so it can be byte-compiled.
11801 (pcomplete-here, pcomplete-here*): Adjust accordingly.
11802 Add edebug declaration.
11803 (pcomplete-show-completions): Remove unused var `curbuf'.
11804 (pcomplete-do-complete, pcomplete-stub):
11805 Don't assume `completions' is a list of strings any more.
11806
11807 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
11808
11809 * find-dired.el (find-name-arg): Fix typo in docstring.
11810
11811 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
11812
11813 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
11814 (pcmpl-linux-fs-types): Same, and update to new modules layout.
11815
11816 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
11817 pcomplete-entries.
11818
11819 * comint.el (comint-read-input-ring, comint-write-input-ring)
11820 (comint-substitute-in-file-name)
11821 (comint-dynamic-complete-as-filename)
11822 (comint-dynamic-simple-complete)
11823 (comint-dynamic-list-filename-completions)
11824 (comint-dynamic-list-completions)
11825 (comint-redirect-results-list-from-process): Minor simplifications.
11826
11827 2009-10-21 Kevin Ryde <user42@zip.com.au>
11828
11829 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
11830 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
11831 the first form. And insert a blank line after ";;; Code" since
11832 that's usual style. (Bug#4612)
11833
11834 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
11835
11836 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11837
11838 * minibuffer.el (completion-table-with-terminator): Properly implement
11839 boundaries, in case `terminator' appears in the suffix.
11840 (completion--embedded-envvar-table): Don't return boundaries if
11841 there's no valid completion. Simplify.
11842 (completion-file-name-table): New completion table extracted from
11843 completion--file-name-table.
11844 (completion--file-name-table): Use it.
11845 (read-file-name-predicate): Declare obsolete.
11846 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
11847 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
11848 completion-file-name-table, and use the `pred' argument.
11849 * files.el (locate-file-completion-table): Use the `pred' arg rather
11850 than read-file-name-predicate.
11851 (abbreviate-file-name): Use \` rather than ^ for BOS.
11852
11853 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
11854
11855 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
11856 vc-responsible-backend to register, it causes problems.
11857
11858 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11859
11860 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
11861
11862 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
11863
11864 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
11865 (tramp-smb-handle-file-attributes): Use it.
11866 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
11867 (tramp-smb-handle-insert-directory): Use `mapc' rather than
11868 `mapcar'. Use `tramp-smb-get-stat-capability'.
11869 Add `dired-filename' text properties.
11870 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
11871 (tramp-smb-maybe-open-connection): Simplify check for smbclient
11872 version.
11873
11874 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
11875
11876 * subr.el (read-key-delay): Reduce to 0.01.
11877 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
11878 (bug#4751).
11879
11880 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
11881
11882 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
11883
11884 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
11885 (Info-menu): Remove unused vars `last' and `completions'.
11886 (Info-index-nodes): Remove unused var `node'.
11887
11888 * info.el (Info-complete-menu-item): Use complete-with-action.
11889
11890 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
11891
11892 Make vc-annotate work through copies and renames.
11893 * vc-annotate.el (vc-annotate-extract-revision-at-line):
11894 Return the file name too.
11895 (vc-annotate-revision-at-line)
11896 (vc-annotate-find-revision-at-line)
11897 (vc-annotate-revision-previous-to-line)
11898 (vc-annotate-show-log-revision-at-line): Update to get the file
11899 name from vc-annotate-extract-revision-at-line.
11900 (vc-annotate-show-diff-revision-at-line-internal): Change the
11901 argument to mean whether to show a file diff or not. Get the file
11902 name from vc-annotate-extract-revision-at-line.
11903 (vc-annotate-show-diff-revision-at-line):
11904 Update vc-annotate-show-diff-revision-at-line call.
11905 (vc-annotate-warp-revision): Add an optional file argument.
11906
11907 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
11908 (vc-git-annotate-extract-revision-at-line): Also return the file
11909 name if found.
11910
11911 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
11912 command. Remove unused code.
11913 (vc-hg-annotate-re): Update to match --follow output.
11914 (vc-hg-annotate-extract-revision-at-line): Also return the file
11915 name if found.
11916
11917 * vc.el: Update annotate-extract-revision-at-line documentation.
11918
11919 2009-10-18 Kevin Ryde <user42@zip.com.au>
11920
11921 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
11922 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
11923
11924 * net/browse-url.el (browse-url): Identify alist with "consp and
11925 not functionp" and let all other things go down the `apply' leg,
11926 as suggested by Stefan. (Further to bug#4531.)
11927
11928 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
11929
11930 * minibuffer.el (read-file-name): Check for repeat before putting
11931 a default argument in file-name-history (Bug#4657).
11932
11933 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
11934 read syntax (Bug#4737).
11935
11936 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
11937
11938 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11939
11940 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
11941 (html-tag-alist, html-tag-help): Add descriptions for undocumented
11942 entries and make note of obsolete tags.
11943
11944 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
11945
11946 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
11947
11948 2009-10-18 Glenn Morris <rgm@gnu.org>
11949
11950 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
11951 grep, so that binary files (eg international/uni-bidi.el) can match.
11952 Remove test for "UnicodeData" files, since it is hopefully unnecessary
11953 now, and in any case the file header format has changed.
11954
11955 2009-10-17 Glenn Morris <rgm@gnu.org>
11956
11957 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
11958 (flyspell-get-word, flyspell-large-region)
11959 (flyspell-auto-correct-previous-word): Doc/error message fixes.
11960
11961 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
11962
11963 * Makefile.in (ELCFILES): Add ede/shell.
11964
11965 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
11966
11967 * term/common-win.el (x-colors): Purecopy it.
11968
11969 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11970
11971 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
11972 permissive for when the buffer is empty.
11973 (tar-header-block-tokenize): Decode the username and groupname.
11974 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
11975
11976 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11977
11978 * international/mule-cmds.el (select-safe-coding-system): If the file
11979 has a coding cookie, use it regardless of any other setting (bug#4712).
11980
11981 2009-10-17 Glenn Morris <rgm@gnu.org>
11982
11983 * foldout.el (foldout-mouse-swallow-events):
11984 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
11985
11986 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
11987 (dired-keep-marker-copy, dired-keep-marker-hardlink)
11988 (dired-keep-marker-symlink, dired-dwim-target)
11989 (dired-copy-preserve-time): Do not autoload these defcustoms.
11990
11991 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
11992 messages from messing up the file coding. (Bug#4623)
11993
11994 2009-10-17 Jari Aalto <jari.aalto@cante.net>
11995
11996 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
11997 if no match is found for the current dictionary. (Bug#4578)
11998
11999 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
12000 optional, since that is how it is documented, and this is often called
12001 with a nil argument. (Bug#4577)
12002 (flyspell-external-point-words, flyspell-auto-correct-word)
12003 (flyspell-correct-word-before-point, flyspell-word-search-forward)
12004 (flyspell-word-search-backward): Remove nil argument in calls to
12005 flyspell-get-word, since it is not needed now.
12006
12007 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
12008
12009 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
12010
12011 2009-10-16 Glenn Morris <rgm@gnu.org>
12012
12013 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
12014
12015 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
12016
12017 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
12018 (ange-ftp-file-size): New function.
12019 (ange-ftp-file-attributes): Use it.
12020
12021 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
12022
12023 * net/tramp-smb.el (tramp-smb-version): New defvar.
12024 (tramp-smb-maybe-open-connection): Use it, in order to avoid
12025 repeated checks.
12026
12027 2009-10-16 Glenn Morris <rgm@gnu.org>
12028
12029 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
12030 Maybe copy some custom properties from old to new name. (Bug#4706)
12031
12032 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
12033
12034 * subr.el (error, sit-for, start-process-shell-command)
12035 (start-file-process-shell-command): Set the calling convention
12036 after the function definition.
12037
12038 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12039
12040 * subr.el (error, sit-for, start-process-shell-command)
12041 (start-file-process-shell-command): Use the new
12042 set-advertised-calling-convention feature.
12043
12044 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
12045
12046 * international/ucs-normalize.el (ucs-normalize-version):
12047 Change to 1.2.
12048 (check-range): Adjust for Unicode 5.2.
12049
12050 2009-10-15 Juri Linkov <juri@jurta.org>
12051
12052 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
12053 to the `menu-item' format.
12054
12055 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
12056
12057 * net/tramp.el (tramp-replace-environment-variables): Do not fail
12058 if the environment variable does not exist.
12059
12060 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12061 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
12062 parameter.
12063 (tramp-smb-handle-add-name-to-file)
12064 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
12065 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
12066 (tramp-smb-handle-file-attributes)
12067 (tramp-smb-do-file-attributes-with-stat)
12068 (tramp-smb-handle-file-local-copy)
12069 (tramp-smb-handle-insert-directory)
12070 (tramp-smb-handle-make-directory)
12071 (tramp-smb-handle-make-directory-internal)
12072 (tramp-smb-handle-make-symbolic-link)
12073 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
12074 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
12075 (tramp-smb-maybe-open-connection): Apply the changed parameters.
12076 (tramp-smb-read-file-entry): Read Disk names in compressed format.
12077 Handle long file names.
12078 (tramp-smb-get-cifs-capabilities): Check, whether the connection
12079 process is running.
12080 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
12081 Read share names with "-g" option.
12082
12083 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
12084
12085 * net/rcirc.el (rcirc-view-log-file): New command.
12086 (rcirc-track-minor-mode-map): Remove C-c ` binding.
12087 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
12088 specified.
12089
12090 2009-10-15 Glenn Morris <rgm@gnu.org>
12091
12092 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
12093 from the second command-line argument.
12094 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
12095 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
12096 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
12097 w32-batch-update-autoloads.
12098 * emacs-lisp/autoload.el (autoload-make-program): New variable.
12099 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
12100
12101 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
12102 the headers cannot be located. Simplify, subtracting superflous
12103 save-excursions.
12104
12105 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
12106
12107 Replace completion-base-size by completion-base-position to fix bugs
12108 such as (bug#4699).
12109 * simple.el (completion-base-position): New var.
12110 (completion-base-size): Mark as obsolete.
12111 (choose-completion): Make it work for mouse events as well.
12112 Pass the new base-position to choose-completion-string.
12113 (choose-completion-guess-base-position): New function, extracted from
12114 choose-completion-delete-max-match.
12115 (choose-completion-delete-max-match): Use it. Make obsolete.
12116 (choose-completion-string): Use the new base-position info.
12117 (completion-root-regexp): Delete.
12118 (completion-setup-function): Preserve completion-base-position.
12119 Eliminate obsolete base-size manipulation.
12120 * minibuffer.el (display-completion-list): Don't mess with base-size.
12121 (minibuffer-completion-help): Set completion-base-position instead.
12122 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
12123 choose-completion.
12124 * textmodes/bibtex.el (bibtex-complete):
12125 * emacs-lisp/crm.el (crm--choose-completion-string):
12126 Adjust to new calling convention.
12127 * complete.el (partial-completion-mode): Use minibufferp to avoid
12128 bumping into incompatible change to choose-completion-string-functions.
12129 * ido.el (ido-choose-completion-string): Make its calling convention
12130 more permissive.
12131 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
12132 base-size manipulation.
12133 (comint-dynamic-list-input-ring): Use dotimes and push.
12134 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
12135 fundamental-mode. Use `or'.
12136
12137 2009-10-14 Juri Linkov <juri@jurta.org>
12138
12139 * misearch.el (multi-isearch-next-buffer-from-list)
12140 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
12141
12142 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12143
12144 * Makefile.in (compile-onefile): Load `bytecomp' rather than
12145 `bytecomp.el'.
12146
12147 * minibuffer.el (completion-pcm--merge-completions): Make sure the
12148 string we return is all made up of text from the completions rather
12149 than part from the completions and part from the input (bug#4219).
12150
12151 * ido.el (ido-everywhere): Use define-minor-mode.
12152
12153 * buff-menu.el (list-buffers, ctl-x-map):
12154 Mark the entry points with ;;;###autoload cookies.
12155
12156 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
12157
12158 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
12159 correctly in the detached head case.
12160 (vc-git-print-log): Remove unused binding.
12161
12162 * vc.el (vc-responsible-backend): When a directory is passed for
12163 for registration create a VC repository if no backend is
12164 responsible for the directory argument.
12165 (vc-deduce-fileset): Tell vc-responsible-backend to register.
12166
12167 * vc.el: Move comments about RCS and SCCS ...
12168 * vc-rcs.el:
12169 * vc-sccs.el: ... here, respectively.
12170
12171 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12172
12173 * minibuffer.el (completion--file-name-table): Return nil if there's
12174 no file completion, even if substitute-in-file-name changed
12175 the string (bug#4708).
12176
12177 2009-10-13 Juri Linkov <juri@jurta.org>
12178
12179 * files-x.el (read-file-local-variable-value): Don't filter out
12180 minor modes from mode name completion (bug#4664).
12181
12182 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
12183
12184 * international/mule-cmds.el (ucs-names): Remove exclusion of
12185 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
12186
12187 2009-10-13 Kenichi Handa <handa@m17n.org>
12188
12189 * international/uni-name.el: Regenerated.
12190
12191 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
12192
12193 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
12194 should be automatically buffer-local, but isn't.)
12195
12196 2009-10-12 Sam Steingold <sds@gnu.org>
12197
12198 * progmodes/compile.el (compilation-next-error-function): Fix the
12199 timestamps if the buffer has been visited before.
12200 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
12201 non-anchored patterns, like the perl one (bug#3928).
12202
12203 2009-10-12 Glenn Morris <rgm@gnu.org>
12204
12205 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
12206 Let-bind `size'.
12207
12208 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
12209
12210 * proced.el (proced-unload-function): New function.
12211
12212 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
12213 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
12214 Doc fix.
12215
12216 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
12217
12218 2009-10-11 Juri Linkov <juri@jurta.org>
12219
12220 * files-x.el (read-file-local-variable-value):
12221 Provide default value only for bound variables (bug#4664).
12222
12223 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
12224
12225 * net/tramp.el (tramp-local-host-p): Function shall return nil for
12226 connection methods like smb.
12227
12228 * net/tramp-cache.el (tramp-flush-connection-property): The hash
12229 can be empty.
12230
12231 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12232 (tramp-smb-file-name-handler-alist): Add handlers for
12233 `add-name-to-file', `make-symbolic-link'.
12234 (tramp-smb-handle-add-name-to-file)
12235 (tramp-smb-do-file-attributes-with-stat)
12236 (tramp-smb-handle-make-symbolic-link)
12237 (tramp-smb-get-cifs-capabilities): New defuns.
12238 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
12239 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
12240 (tramp-smb-handle-file-local-copy)
12241 (tramp-smb-handle-make-directory-internal)
12242 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
12243 The file name syntax depends on cifs capabilities.
12244 (tramp-smb-handle-file-attributes):
12245 Call `tramp-smb-do-file-attributes-with-stat' if possible.
12246 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
12247 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
12248
12249 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
12250
12251 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
12252 (eieio-defclass): Apply deftype handler and setf-method properties
12253 directly.
12254 (eieio-add-new-slot): Avoid union function from cl library.
12255 (eieio--typep): New function.
12256 (eieio-perform-slot-validation): Use it.
12257
12258 2009-10-10 Karl Fogel <kfogel@red-bean.com>
12259
12260 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
12261 Update documentation to refer to the variables documented in r1.135.
12262 (Bug#4188)
12263
12264 2009-10-10 Karl Fogel <kfogel@red-bean.com>
12265
12266 * bookmark.el (Info-suffix-list): Remove this unused variable.
12267 (bookmark-current-point): Remove this obsolete variable.
12268 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
12269 Adjust for removal of bookmark-current-point.
12270
12271 (bookmarks-already-loaded, bookmark-current-buffer)
12272 (bookmark-yank-point): Document. (Bug#4188)
12273
12274 2009-10-10 Glenn Morris <rgm@gnu.org>
12275
12276 * frame.el (frame-height): Doc fix.
12277
12278 * calendar/calendar.el (calendar-split-width-threshold): New option.
12279 (calendar-basic-setup): Use calendar-split-width-threshold.
12280
12281 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
12282
12283 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
12284 Ideographic Supplement" range (U+1F200..U+1F2FF).
12285
12286 2009-10-09 Karl Fogel <kfogel@red-bean.com>
12287
12288 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
12289 since the list will have been rebuilt anyway. (Bug#4349)
12290
12291 2009-10-09 Karl Fogel <kfogel@red-bean.com>
12292
12293 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
12294 (bookmark-bmenu-execute-deletions): Don't save here, as
12295 bookmark-delete will now do so if necessary.
12296 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
12297 (Bug#4348)
12298
12299 2009-10-09 Glenn Morris <rgm@gnu.org>
12300
12301 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
12302
12303 2009-10-09 Karl Fogel <kfogel@red-bean.com>
12304
12305 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
12306 (bookmark-jump-other-window): Just invoke bookmark-jump with new
12307 argument now, so the two function's behaviors will match. (Bug#3645)
12308
12309 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
12310
12311 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
12312 (tramp-file-name-real-host, tramp-file-name-port):
12313 Apply `save-match-data'.
12314
12315 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
12316 case both directories are remote.
12317 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
12318 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
12319
12320 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
12321
12322 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
12323
12324 2009-10-07 Glenn Morris <rgm@gnu.org>
12325
12326 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
12327 of concat.
12328
12329 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
12330
12331 * files-x.el (read-file-local-variable): Include some
12332 non-user-variables in the completion table (bug#4664).
12333
12334 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
12335
12336 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
12337 message.
12338
12339 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12340 (tramp-smb-file-name-handler-alist): Add handler for
12341 `copy-directory', `expand-file-name', `set-file-modes'.
12342 (tramp-smb-handle-copy-directory)
12343 (tramp-smb-handle-expand-file-name)
12344 (tramp-smb-handle-set-file-modes): New defuns.
12345 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
12346 (tramp-smb-handle-file-attributes): Simplify check for retrieving
12347 entry.
12348 (tramp-smb-handle-insert-directory): Don't flush the cache.
12349 (tramp-smb-maybe-open-connection): Check for samba client and
12350 server versions.
12351
12352 2009-10-07 Eli Zaretskii <eliz@gnu.org>
12353
12354 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
12355 to not error out of search for "^lisp=" fails.
12356
12357 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
12358
12359 * makefile.w32-in (WINS_UPDATES): New macro.
12360 (custom-deps, finder-data, autoloads): Use it.
12361
12362 2009-10-07 Glenn Morris <rgm@gnu.org>
12363
12364 * Makefile.in (autoloads): Revert previous change.
12365 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
12366 the list of preloaded files passed on the command-line, get
12367 it from src/Makefile.
12368
12369 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
12370 show the original buffer rather than a random one.
12371
12372 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
12373
12374 * help.el (describe-no-warranty): Place point in a slightly better
12375 position in the GPLv3 text.
12376
12377 2009-10-06 Sam Steingold <sds@gnu.org>
12378
12379 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
12380 the comm attribute is present before calling regexp-quote.
12381
12382 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
12383
12384 * play/animate.el (animate-string): For good effect, make sure
12385 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
12386
12387 * play/animate.el (animate-sequence, animate-birthday-present):
12388 * misc.el (butterfly): Don't set `indent-tabs-mode'.
12389
12390 2009-10-06 Glenn Morris <rgm@gnu.org>
12391
12392 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
12393
12394 * emacs-lisp/autoload.el (autoload-excludes): New variable.
12395 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
12396 (batch-update-autoloads): Process a string value of autoload-excludes,
12397 set during the build process.
12398 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
12399
12400 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
12401 inside with-parsed... macro so that `v' is defined.
12402
12403 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
12404 * progmodes/fortran.el (fortran-end-of-block)
12405 (fortran-beginning-of-block):
12406 Also push mark in the macro case.
12407
12408 * emerge.el (emerge-show-file-name):
12409 * calc/calc.el (calc-quit):
12410 * calc/calc-misc.el (calc-big-or-small):
12411 * calc/calc-graph.el (calc-graph-view):
12412 * calc/calc-ext.el (calc-reset):
12413 * calendar/calendar.el (calendar-basic-setup):
12414 Use window-full-height-p.
12415
12416 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
12417 header we don't understand, don't insert another. (Bug#4624)
12418 If changing mime charset, insert the new one in the right place.
12419
12420 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
12421
12422 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
12423 (cal-tex-cursor-month): Correctly increment the end date for diary and
12424 holiday listing. (Bug#4626)
12425
12426 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12427
12428 * help-fns.el (describe-function-1): Don't burp if the function is not
12429 a symbol.
12430
12431 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
12432
12433 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
12434 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
12435 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
12436 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
12437
12438 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
12439 (eieio-default-superclass): Reflow docstrings.
12440 (this, class-option-assoc, defclass, eieio-class-un-autoload)
12441 (eieio-unbind-method-implementations, defmethod)
12442 (eieio-validate-slot-value, eieio-validate-class-slot-value)
12443 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
12444 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
12445 (eieio-slot-originating-class-p, eieio-slot-name-index)
12446 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
12447 (constructor, initialize-instance, no-next-method, object-print)
12448 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
12449 Fix typos in docstrings.
12450 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
12451 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
12452 (next-method-p): Doc fixes.
12453 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
12454 Fix typos in error messages.
12455 (eieio-defmethod): Fix typo in description of generic method.
12456
12457 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
12458 (eieio-persistent-save-interactive, slot-missing):
12459 Fix typos in docstrings.
12460 (eieio-instance-inheritor-slot-boundp): Doc fix.
12461
12462 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
12463 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
12464
12465 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
12466 (eieio-custom-object-apply-reset):
12467 Fix typos in docstrings and error messages.
12468
12469 * emacs-lisp/eieio-datadebug.el (data-debug-show):
12470 Fix typo in docstring.
12471
12472 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
12473 (eieio-browse-tree): Doc fix.
12474 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
12475 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
12476 Fix typos in docstrings.
12477
12478 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
12479 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
12480 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
12481 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
12482 Reflow docstrings.
12483
12484 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
12485
12486 * vc-hg.el (log-view-vc-backend): Declare for compiler.
12487 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
12488 Set log-view-vc-backend so that diff can work.
12489
12490 * log-view.el (log-view-diff): Use vc-diff-internal instead of
12491 vc-version-diff.
12492 (vc-diff-internal): Autoload this instead of vc-version-diff.
12493
12494 2009-10-05 Eli Zaretskii <eliz@gnu.org>
12495
12496 * simple.el (eval-expression): Doc fix.
12497
12498 * progmodes/cwarn.el (cwarn-mode): Doc fix.
12499
12500 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
12501
12502 * files.el (directory-files-no-dot-files-regexp): New defconst.
12503 (delete-directory): Use it.
12504 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
12505
12506 * net/tramp.el (tramp-verbose): Fix docstring.
12507 (tramp-methods): Add recursive option to `tramp-copy-args'.
12508 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
12509 "scp1_old", "scp2_old", "rsync", "rsyncc".
12510 (tramp-default-method): Check also for `auth-source-user-or-password'.
12511 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
12512 Add handler for `copy-directory'.
12513 (tramp-handle-copy-directory): New defun.
12514 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
12515 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
12516 Optimize sent command.
12517
12518 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12519
12520 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
12521 window if necessary.
12522
12523 * calendar/calendar.el (calendar-basic-setup): Don't call
12524 switch-to-buffer in a dedicated window.
12525
12526 2009-10-05 Karl Fogel <kfogel@red-bean.com>
12527
12528 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
12529 don't do anything related to relocating, just return nil.
12530 (bookmark-error-no-filename): New error.
12531 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
12532 bookmark has no file. Don't even attempt to handle things that
12533 are not files; the whole point of custom handlers is to keep that
12534 knowledge elsewhere anyway. Tighten some comments.
12535 (bookmark-file-or-variation-thereof): Remove now-unused function.
12536 (bookmark-location): Doc string fix.
12537 (Bug#4250)
12538
12539 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12540
12541 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
12542 don't use a file dialog, because they usually don't know how to read
12543 a directory target from the user. (Bug#4230)
12544 Also, make sure the prompt can display directories as well as files.
12545
12546 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12547
12548 * bookmark.el (bookmark-set, bookmark-buffer-name):
12549 Improve doc strings. (Bug#1193)
12550
12551 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12552
12553 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
12554 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
12555 (bookmark-get-annotation, bookmark-set-annotation)
12556 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
12557 (bookmark-set-position, bookmark-get-front-context-string)
12558 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
12559 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
12560 (bookmark-jump-other-window, bookmark-handle-bookmark)
12561 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
12562 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
12563 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
12564 Improve doc strings to say whether bookmark can be a string or
12565 a record or both, and make other consistency and clarity fixes.
12566 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
12567 (bookmark-default-annotation-text, bookmark-yank-word)
12568 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
12569 (bookmark-import-new-list, bookmark-maybe-rename)
12570 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12571 (bookmark-bmenu-bookmark): Give these doc strings.
12572 (bookmark-bmenu-check-position): Give this a doc string, but also
12573 add a FIXME comment about how the function may be pointless.
12574 (bookmark-default-handler): Rework doc string and change a
12575 parameter name, to clarify that this takes a bookmark record
12576 not a bookmark name.
12577 (bookmark-set): Change a parameter name to indicate its meaning,
12578 and improve the doc string a bit.
12579 (Bug#4188)
12580
12581 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12582
12583 * bookmark.el (bookmark-alist): Document the new `handler' element
12584 in the param alist.
12585 (bookmark-make-record-function): Adjust documentation for above.
12586 (Bug#4193)
12587
12588 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12589
12590 * info.el (Info-bookmark-make-record): Document this function.
12591 (Info-bookmark-jump): Document with a doc string, not just a comment.
12592 (Bug#4203)
12593
12594 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
12595
12596 * files.el (copy-directory): New defun.
12597
12598 * dired-aux.el (dired-copy-file-recursive): Use it.
12599
12600 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
12601
12602 * files-x.el (modify-dir-local-variable)
12603 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
12604 docstrings.
12605
12606 * recentf.el (recentf-unload-function): New function.
12607
12608 2009-10-04 Glenn Morris <rgm@gnu.org>
12609
12610 * window.el (window-full-height-p): Add doc string.
12611
12612 2009-10-04 Martin Rudalics <rudalics@gmx.at>
12613
12614 * window.el (window-full-height-p): New function. (Bug#4543)
12615
12616 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
12617
12618 * vc.el: Remove commented out code.
12619 (vc-derived-from-dir-mode): Remove, unused.
12620 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
12621
12622 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
12623
12624 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
12625 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
12626 there could be recursive loading when `default-directory' is a
12627 remote file name. (Bug#4614)
12628
12629 2009-10-03 Glenn Morris <rgm@gnu.org>
12630
12631 * calendar/calendar.el (calendar-basic-setup): Handle the case where
12632 the frame is wide.
12633 (calendar-generate-window): Test for shrinkability rather than width.
12634
12635 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
12636 reusing existing buffers, in case we happen to visit two files with the
12637 same basename. (Bug#4593)
12638
12639 2009-10-02 Eli Zaretskii <eliz@gnu.org>
12640
12641 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
12642 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
12643 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
12644 subdirs of cedet as well.
12645 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
12646
12647 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
12648
12649 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
12650 Obey advertised-signature-table.
12651
12652 * help-fns.el (help-function-arglist): Don't check
12653 advertised-signature-table.
12654 (describe-function-1): Do it here instead so it also applies to subrs.
12655
12656 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
12657
12658 * simple.el (start-file-process): Say in the doc-string, that file
12659 handlers might not support pty association, if PROGRAM is nil.
12660
12661 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
12662 HOST and USER are strings. They are nil, when there are
12663 incomplete entries in ~/.netrc, for example.
12664 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
12665 root directory ("device busy" error otherwise).
12666
12667 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
12668 Flush file properties of created directory.
12669
12670 2009-10-02 Eli Zaretskii <eliz@gnu.org>
12671
12672 * makefile.w32-in (WINS_BASIC): Remove cedet.
12673 (WINS_CEDET): Add cedet.
12674 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
12675
12676 2009-10-02 Kevin Ryde <user42@zip.com.au>
12677
12678 * net/browse-url.el (browse-url): Pass any symbol in
12679 browse-url-browser-function to `apply', since if you've mistakenly put
12680 an unbound symbol then the error is clearer. (Bug#4531)
12681
12682 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
12683
12684 * allout.el (allout-init, allout-back-to-current-heading)
12685 (allout-beginning-of-current-entry, allout-ascend-to-depth)
12686 (allout-ascend, allout-up-current-level, allout-end-of-level)
12687 (allout-previous-visible-heading, allout-forward-current-level)
12688 (allout-backward-current-level, allout-show-children):
12689 * apropos.el (apropos-describe-plist):
12690 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
12691 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
12692 * completion.el (add-completion, add-permanent-completion):
12693 * descr-text.el (describe-text-category, describe-char):
12694 * desktop.el (desktop-lazy-abort):
12695 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
12696 * dired.el (dired-build-subdir-alist):
12697 * ediff.el (ediff-version):
12698 * elide-head.el (elide-head, elide-head-show):
12699 * emerge.el (emerge-version):
12700 * env.el (getenv):
12701 * face-remap.el (variable-pitch-mode):
12702 * faces.el (describe-face):
12703 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
12704 (dired-at-point):
12705 * files.el (find-file-existing, auto-save-mode):
12706 * font-lock.el (font-lock-fontify-buffer):
12707 * help-fns.el (describe-function, describe-variable)
12708 (describe-syntax, describe-categories):
12709 * help.el (view-lossage, describe-bindings, describe-key)
12710 (describe-mode):
12711 * hexl.el (hexl-current-address):
12712 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
12713 * info.el (Info-goto-emacs-key-command-node):
12714 * log-edit.el (log-edit-insert-cvs-template)
12715 (log-edit-insert-cvs-rcstemplate):
12716 * menu-bar.el (menu-bar-mode):
12717 * mouse.el (mouse-appearance-menu):
12718 * newcomment.el (comment-indent-new-line):
12719 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
12720 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
12721 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
12722 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
12723 * recentf.el (recentf-mode):
12724 * savehist.el (savehist-mode, savehist-save):
12725 * shadowfile.el (shadow-copy-files):
12726 * simple.el (kill-ring-save, next-line, previous-line)
12727 (normal-erase-is-backspace-mode):
12728 * strokes.el (strokes-update-window-configuration)
12729 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
12730 (strokes-xpm-for-stroke):
12731 * time.el (emacs-uptime, emacs-init-time):
12732 * tutorial.el (tutorial--describe-nonstandard-key)
12733 (tutorial--detailed-help):
12734 * type-break.el (type-break-mode)
12735 (type-break-mode-line-message-mode, type-break-query-mode)
12736 (type-break-guesstimate-keystroke-threshold):
12737 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
12738 * version.el (emacs-version):
12739 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
12740 * winner.el (winner-mode):
12741 * calendar/timeclock.el (timeclock-in, timeclock-out)
12742 (timeclock-status-string, timeclock-change)
12743 (timeclock-workday-remaining-string)
12744 (timeclock-workday-elapsed-string)
12745 (timeclock-when-to-leave-string):
12746 * calendar/todo-mode.el (todo-add-category):
12747 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
12748 * emacs-lisp/autoload.el (update-file-autoloads):
12749 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
12750 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
12751 (checkdoc-message-text, checkdoc-defun):
12752 * emacs-lisp/debug.el (debugger-list-functions):
12753 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12754 * emacs-lisp/eieio-opt.el (eieio-describe-class)
12755 (eieio-describe-generic):
12756 * emacs-lisp/lisp-mnt.el (lm-synopsis):
12757 * emacs-lisp/shadow.el (list-load-path-shadows):
12758 * emulation/cua-base.el (cua-mode):
12759 * emulation/edt.el (edt-set-scroll-margins):
12760 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
12761 (tpu-toggle-regexp, tpu-toggle-search-direction)
12762 (tpu-toggle-rectangle, tpu-toggle-control-keys):
12763 * emulation/tpu-extras.el (tpu-set-scroll-margins):
12764 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
12765 (viper-set-parsing-style-toggling-macro)
12766 (viper-set-emacs-state-searchstyle-macros):
12767 * emulation/viper.el (viper-set-hooks):
12768 * eshell/esh-mode.el (eshell-truncate-buffer):
12769 * international/mule-cmds.el (prefer-coding-system)
12770 (describe-input-method, describe-language-environment):
12771 * international/mule-diag.el (list-character-sets)
12772 (describe-character-set, describe-coding-system)
12773 (describe-fontset, list-fontsets, list-input-methods):
12774 * mail/sendmail.el (mail-signature):
12775 * net/ange-ftp.el (ange-ftp-copy-file):
12776 * net/browse-url.el (browse-url):
12777 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
12778 * net/quickurl.el (quickurl-add-url):
12779 * net/rcirc.el (names, topic):
12780 * net/xesam.el (xesam-mode):
12781 * play/5x5.el (5x5-new-game):
12782 * play/yow.el (apropos-zippy):
12783 * progmodes/ada-mode.el (ada-mode-version):
12784 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
12785 (f90-end-of-block)
12786 (f90-beginning-of-block):
12787 * progmodes/fortran.el (fortran-end-of-block)
12788 (fortran-beginning-of-block):
12789 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
12790 * progmodes/python.el (python-describe-symbol, python-shell):
12791 * term/ns-win.el (ns-print-buffer):
12792 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
12793 * textmodes/flyspell.el (flyspell-mode-on):
12794 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
12795 (pages-directory-for-addresses):
12796 * textmodes/table.el (table-recognize-cell)
12797 (table-query-dimension, table-generate-source)
12798 (table-insert-sequence, table--warn-incompatibility):
12799 * textmodes/tex-mode.el (tex-validate-buffer):
12800 * textmodes/texinfmt.el (texinfmt-version)
12801 (texinfo-format-buffer):
12802 Use `called-interactively-p' instead of `interactive-p'.
12803
12804 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
12805
12806 * image-mode.el (image-toggle-display):
12807 * emacs-lisp/elp.el (elp-instrument-function):
12808 * emacs-lisp/advice.el (ad-make-advised-definition):
12809 * emacs-lisp/easy-mmode.el (define-minor-mode):
12810 * net/browse-url.el (browse-url-maybe-new-window):
12811 * progmodes/sh-script.el (sh-learn-buffer-indent):
12812 Pass new argument 'any to `called-interactively-p'.
12813
12814 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
12815
12816 * international/uni-bidi.el:
12817 * international/uni-category.el:
12818 * international/uni-combining.el:
12819 * international/uni-comment.el:
12820 * international/uni-decimal.el:
12821 * international/uni-decomposition.el:
12822 * international/uni-digit.el:
12823 * international/uni-lowercase.el:
12824 * international/uni-mirrored.el:
12825 * international/uni-name.el:
12826 * international/uni-numeric.el:
12827 * international/uni-old-name.el:
12828 * international/uni-titlecase.el:
12829 * international/uni-uppercase.el:
12830 Regenerate from Unicode 5.2.0 data.
12831
12832 2009-10-01 Glenn Morris <rgm@gnu.org>
12833
12834 * Makefile.in (ELCFILES): Regenerate.
12835
12836 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
12837
12838 * subr.el (interactive-p): Mark obsolete.
12839 (called-interactively-p): Make the optional-ness of `kind' obsolete.
12840 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
12841 advertised-signature-table for subroutines as well.
12842
12843 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
12844 (set-advertised-calling-convention): New function.
12845 (make-obsolete, define-obsolete-function-alias)
12846 (make-obsolete-variable, define-obsolete-variable-alias):
12847 Make the optional-ness of `when' obsolete.
12848 (define-obsolete-face-alias): Make `when' non-optional.
12849 * help-fns.el (help-function-arglist):
12850 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
12851 Use advertised-signature-table.
12852
12853 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
12854
12855 * files.el (delete-directory): New defun. The original function
12856 in fileio.c has been renamed to `delete-directory-internal'.
12857
12858 * dired.el (dired-delete-file): Call `delete-directory' with
12859 RECURSIVE parameter.
12860
12861 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
12862 parameter RECURSIVE. Implementation is missing.
12863
12864 * net/tramp.el (tramp-handle-make-directory): Flush upper
12865 directory's file properties.
12866 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
12867 (tramp-handle-dired-recursive-delete-directory): Flush directory
12868 properties after the remove command only.
12869
12870 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
12871 Handle optional parameter RECURSIVE.
12872
12873 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
12874 Handle optional parameter RECURSIVE.
12875
12876 * net/tramp-smb.el (tramp-smb-errors): Add error message for
12877 connection timeout.
12878 (tramp-smb-handle-delete-directory): Handle optional parameter
12879 RECURSIVE.
12880
12881 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
12882
12883 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
12884 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
12885 (byte-compile-defmacro): Use backquotes.
12886
12887 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
12888
12889 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
12890 has no associated file.
12891 (vc-resynch-buffer): Use vc-dir-buffers.
12892
12893 2009-10-01 Glenn Morris <rgm@gnu.org>
12894
12895 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
12896 (chart-file-count):
12897 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
12898 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
12899 * emacs-lisp/eieio-opt.el (eieio-describe-class):
12900 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
12901 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
12902 (eieio-copy-parents-into-subclass, make-instance, class-children)
12903 (eieio-generic-form):
12904
12905 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
12906 match-data. (Bug#4555).
12907
12908 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
12909 rather than parsing it as a regexp. This relaxes the layout
12910 requirements and makes errors easier to detect.
12911 (check-declare-verify): Check file is regular.
12912 (check-declare-directory): Doc fix.
12913 * subr.el (declare-function): Doc fix.
12914
12915 * ibuffer.el (ibuffer-format-qualifier):
12916 * isearch.el (hi-lock-regexp-okay):
12917 * calc/calc.el (math-zerop):
12918 * mail/uce.el (rmail-msgbeg, rmail-msgend):
12919 * term/w32-win.el (setup-default-fontset, set-fontset-font):
12920 Remove unused declarations.
12921
12922 2009-09-30 Glenn Morris <rgm@gnu.org>
12923
12924 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
12925
12926 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
12927 filename is not a string.
12928
12929 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
12930
12931 * files.el (safe-local-eval-forms): Fix typo.
12932
12933 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
12934
12935 * vc-hooks.el (vc-dir-buffers): New var.
12936 (vc-state-refresh): New function.
12937 (vc-state): Use it.
12938 (vc-after-save): Always ask the backend to recompute the new state.
12939 Always call vc-dir if necessary, using vc-dir-buffers.
12940 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
12941 Use vc-dir-buffers.
12942 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
12943 (vc-dir-prepare-status-buffer, vc-dir-update)
12944 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
12945 Don't call expand-file-name on default-directory.
12946
12947 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
12948
12949 * speedbar.el (speedbar-item-delete):
12950 * calc/calc-prog.el (calc-kbd-if):
12951 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
12952
12953 * epa.el (epa-key-list-mode-map):
12954 * hi-lock.el (hi-lock-menu): Fix typos in menus.
12955
12956 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
12957 (hs-show-hook): Fix typo in docstring.
12958
12959 2009-09-29 Glenn Morris <rgm@gnu.org>
12960
12961 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
12962 file-name-nondirectory call preventing location of cedet files.
12963 (check-declare-verify): Use literal search rather than re-search.
12964 Add basic defmethod and defclass, and define-overloadable-function.
12965
12966 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
12967 Use tramp-compat-file-attributes rather than nonexistent
12968 tramp-compat-handle-file-attributes.
12969
12970 * Makefile.in (lisptagsfiles4): New.
12971 (AUTOGENEL): Add cedet loaddefs files.
12972 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
12973 (update-elclist, compile-always, backup-compiled-files)
12974 (bootstrap-clean): Add yet another directory level.
12975 (update-elclist): Use LC_COLLATE rather than COLLATE.
12976 (ELCFILES): Update, via `make update-elclist'.
12977
12978 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
12979
12980 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
12981 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
12982 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
12983
12984 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
12985
12986 * Makefile.in (lisptagsfiles3): Define.
12987 (TAGS, TAGS-LISP): Use it.
12988 (update-elclist): Add third directory level to look for elc files.
12989 (compile-always): Likewise.
12990 (backup-compiled-files): Likewise.
12991 (bootstrap-clean): Likewise.
12992 (ELCFILES): Update.
12993
12994 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
12995
12996 * Makefile.in (ELCFILES): Add CEDET files.
12997
12998 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
12999
13000 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
13001
13002 * net/tramp.el (top): Require tramp-imap.
13003
13004 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13005 Use `tramp-compat-handle-file-attributes'.
13006
13007 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
13008
13009 * net/tramp-imap.el: New package.
13010
13011 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13012
13013 * whitespace.el (whitespace-trailing-regexp)
13014 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
13015 Fix doc string.
13016
13017 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
13018
13019 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
13020 menu.
13021
13022 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
13023 menu-bar-ediff-menu.
13024
13025 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
13026 define-overloadable-function.
13027
13028 * progmodes/autoconf.el: Provide autoconf as well, so that this
13029 file can be `require'd.
13030
13031 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
13032
13033 * emacs-lisp/autoload.el (generated-autoload-feature)
13034 (generated-autoload-load-name): New vars.
13035 (autoload-rubric, autoload-generate-file-autoloads): Use them.
13036 (make-autoload): Recognize define-overloadable-function and
13037 defclass forms (for EIEIO).
13038
13039 * Makefile.in (update-subdirs): Exclude cedet directory.
13040
13041 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
13042
13043 * term/ns-win.el: Don't set the region face background. (Bug#4381)
13044
13045 * faces.el: Default light-background background for region face to
13046 ns_selection_color under NS.
13047
13048 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
13049
13050 * net/imap-hash.el: New library, see NEWS.
13051
13052 * Makefile.in (ELCFILES): Add imap-hash.el.
13053
13054 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
13055
13056 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
13057 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
13058 * help-macro.el (make-help-screen): Avoid using an ambiguous function
13059 definition where the docstring could be taken for the return value.
13060
13061 2009-09-26 Glenn Morris <rgm@gnu.org>
13062
13063 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
13064 Add option to only show images below a certain size.
13065 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
13066 save-excursion calls.
13067
13068 2009-09-26 Eli Zaretskii <eliz@gnu.org>
13069
13070 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
13071 subdirectories) and eieio.
13072
13073 2009-09-26 Alan Mackenzie <acm@muc.de>
13074
13075 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
13076 buggy bracketing. (Bug#4289)
13077
13078 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
13079 character constants (as case labels). (Bug#4289)
13080
13081 2009-09-25 Juri Linkov <juri@jurta.org>
13082
13083 * files.el (safe-local-eval-forms): Allow time-stamp in
13084 before-save-hook (Bug#4554).
13085
13086 2009-09-25 Drew Adams <drew.adams@oracle.com>
13087
13088 * menu-bar.el (list-buffers-directory): Doc fix.
13089
13090 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
13091
13092 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
13093 Try and avoid copying twice the same paragraph.
13094 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
13095 Remove save-excursion.
13096 (log-edit-changelog-entry): Do it here instead.
13097
13098 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
13099
13100 * bs.el (bs--get-file-name): Use `list-buffers-directory'
13101 when available, instead of hardcoding mode names. Doc fix.
13102
13103 * menu-bar.el (list-buffers-directory): Add docstring.
13104 Make automatically buffer-local.
13105
13106 * dired.el (dired-mode):
13107 * files.el (cd-absolute):
13108 * pcvs.el (cvs-temp-buffer):
13109 * pcvs-util.el (cvs-get-buffer-create):
13110 * shell.el (shell-mode):
13111 * vc-dir.el (vc-dir-mode):
13112 Don't make `list-buffers-directory' buffer local.
13113
13114 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
13115
13116 * comint.el (comint-exec, comint-run, make-comint):
13117 Doc fixes (Bug#4542).
13118
13119 2009-09-25 Glenn Morris <rgm@gnu.org>
13120
13121 * mail/rmailmm.el (rmail-mime): New custom group.
13122 Move all defcustoms in this file into this group.
13123 (rmail-mime-media-type-handlers-alist): Revert previous change.
13124 (rmail-mime-show-images): New option.
13125 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
13126 references to it, since it wasn't actually used for anything.
13127 (rmail-mime-insert-image): New function.
13128 (rmail-mime-image): Use rmail-mime-insert-image.
13129 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
13130 obey the value of `rmail-mime-show-images' option. Print the size of
13131 attachments.
13132
13133 2009-09-25 David Engster <deng@randomsample.de>
13134
13135 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
13136
13137 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13138
13139 * whitespace.el: Does not highlight trailing spaces While point is
13140 at end of line. Does not highligt spaces at beginning of buffer
13141 while point is at beginning of buffer. Does not highlight spaces
13142 at end of buffer while point is at end of buffer. (Bug#4177)
13143 New version 12.0.
13144 (whitespace-display-mappings): Adjust initialization.
13145 (whitespace-point, whitespace-font-lock-refontify): New vars.
13146 (whitespace-color-on, whitespace-color-off): Adjust code.
13147 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
13148 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
13149 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
13150
13151 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
13152
13153 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
13154
13155 * textmodes/sgml-mode.el: Remove xml-mode alias.
13156
13157 * files.el (auto-mode-alist, conf-mode-maybe)
13158 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
13159
13160 2009-09-24 Alan Mackenzie <acm@muc.de>
13161
13162 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
13163 c-forward-conditionals, but it doesn't move point and doesn't set
13164 the mark.
13165 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
13166 (c-down-conditional-with-else, c-backward-conditional)
13167 (c-forward-conditional): Refactor to use c-scan-conditionals.
13168
13169 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
13170
13171 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
13172 (help-default-arg-highlight): Remove.
13173 (help-highlight-arg): New function.
13174 (help-do-arg-highlight): Use it.
13175 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
13176
13177 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13178
13179 * term.el (term-set-scroll-region, term-handle-ansi-escape):
13180 Undo last change, which didn't fix the problem and introduced others.
13181
13182 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
13183
13184 * progmodes/gdb-mi.el: Don't require speedbar.
13185 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
13186
13187 2009-09-24 Glenn Morris <rgm@gnu.org>
13188
13189 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
13190
13191 * term/ns-win.el (ns-reg-to-script): Define for compiler.
13192
13193 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
13194 there is no newline after the final mime boundary. (Bug#4539)
13195 Move markers on insertion so that any buttons inserted don't end up in
13196 the next part of a multipart message.
13197 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
13198 (rmail-mime-bulk-handler): Optionally handle images.
13199 (rmail-mime-image): New button action.
13200 (rmail-mime-image-handler): New function.
13201 (rmail-mime-mode): New mode.
13202 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
13203
13204 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13205
13206 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
13207 than just dropping elements from it (bug#4504).
13208
13209 * term.el (term-set-scroll-region): Don't move cursor any more.
13210 (term-handle-ansi-escape): Call term-goto here instead.
13211 Suggested by Ivan Kanis <apple@kanis.eu>.
13212
13213 * term.el: Require CL.
13214 (term-ansi-reset): New function.
13215 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
13216 (term-handle-colors-array): Simplify.
13217
13218 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
13219
13220 * allout.el (allout-overlay-interior-modification-handler)
13221 (allout-obtain-passphrase):
13222 * epa-file.el (epa-file-write-region):
13223 * ps-print.el (ps-begin-job):
13224 * vc-hooks.el (vc-toggle-read-only):
13225 * vc-rcs.el (vc-rcs-rollback):
13226 * vc-sccs.el (vc-sccs-rollback):
13227 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
13228 (vc-version-diff, vc-revert, vc-rollback):
13229 * wdired.el (wdired-check-kill-buffer):
13230 * emacs-lisp/authors.el (authors):
13231 * net/socks.el (socks-open-connection):
13232 * net/zeroconf.el (zeroconf-service-add-hook):
13233 * obsolete/vc-mcvs.el (vc-mcvs-register):
13234 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
13235 (gdb-select-frame):
13236 * progmodes/grep.el (lgrep, rgrep):
13237 * progmodes/idlw-help.el (idlwave-help-check-locations)
13238 (idlwave-help-html-link, idlwave-help-assistant-open-link):
13239 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13240 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
13241 (reftex-toc-rename-label): Fix typos in error messages.
13242
13243 * dired-aux.el (dired-do-shell-command): Reflow docstring.
13244 (dired-copy-how-to-fn): Doc fix.
13245 (dired-files-attributes, dired-read-shell-command):
13246 Fix typos in docstrings.
13247
13248 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
13249 (dired-x-find-file-other-window): Reflow docstrings.
13250 (dired-omit-marker-char, dired-read-shell-command)
13251 (dired-x-submit-report): Fix typos in docstrings.
13252
13253 * shell.el (shell-mode-hook):
13254 * view.el (View-scroll-line-forward):
13255 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
13256 Fix typos in docstrings.
13257
13258 * net/dig.el (dig-invoke): Fix typo in docstring.
13259 (query-dig): Reflow docstring.
13260
13261 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
13262 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
13263 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
13264 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
13265 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
13266 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
13267 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
13268 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
13269 (idlwave-completion-map, idlwave-current-indent)
13270 (idlwave-custom-ampersand-surround, idlwave-customize)
13271 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
13272 (idlwave-define-abbrev, idlwave-determine-class-special)
13273 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
13274 (idlwave-end-block-reg, idlwave-end-of-statement)
13275 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
13276 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
13277 (idlwave-explicit-class-listed, idlwave-file-header)
13278 (idlwave-fill-paragraph, idlwave-find-class-definition)
13279 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
13280 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
13281 (idlwave-in-quote, idlwave-indent-action-table)
13282 (idlwave-indent-expand-table, idlwave-indent-line)
13283 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
13284 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
13285 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
13286 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
13287 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
13288 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
13289 (idlwave-outlawed-buffers, idlwave-popup-select)
13290 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
13291 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
13292 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
13293 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
13294 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
13295 (idlwave-statement-type, idlwave-struct-skip)
13296 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
13297 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
13298 (idlwave-what-module-find-class): Fix typos in docstrings.
13299 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
13300 (idlwave-calculate-cont-indent, idlwave-expand-equal)
13301 (idlwave-find-module, idlwave-find-structure-definition)
13302 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
13303 (idlwave-list-load-path-shadows, idlwave-next-statement)
13304 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
13305 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
13306 (idlwave-template): Reflow docstrings.
13307
13308 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
13309 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
13310 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
13311 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
13312 (idlwave-shell-display-line, idlwave-shell-display-wframe)
13313 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
13314 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
13315 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
13316 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
13317 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
13318 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
13319 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
13320 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
13321 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
13322 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
13323 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
13324 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
13325 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
13326 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
13327 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
13328 Fix typos in docstrings.
13329 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
13330 (idlwave-shell-hide-output, idlwave-shell-mode)
13331 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
13332 Reflow docstrings.
13333
13334 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
13335
13336 2009-09-24 Ivan Kanis <apple@kanis.eu>
13337
13338 * term.el (term-bold-attribute): New var.
13339 (term-handle-colors-array): Use it.
13340
13341 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
13342
13343 * progmodes/gdb-mi.el (gdb-version): New variable.
13344 (gdb-non-stop-handler): Set gdb-version.
13345 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
13346 Condition "--thread" option on gdb-version.
13347 (gdb-invalidate-threads): Remove unused argument.
13348
13349 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13350
13351 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
13352 to looking-back to avoid ridiculous slow down in large files (bug#4511).
13353
13354 2009-09-23 Glenn Morris <rgm@gnu.org>
13355
13356 * mail/rmail.el (rmail-reply): Don't try to add a References header when
13357 replying to mail without References or Message-Id. (Bug#4525)
13358
13359 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
13360
13361 * term/ns-win.el (ns-reg-to-script): New variable.
13362
13363 2009-09-23 Daiki Ueno <ueno@unixuser.org>
13364
13365 * epg.el (epg-wait-for-status): Preserve existing 'error results.
13366
13367 2009-09-22 Sam Steingold <sds@gnu.org>
13368
13369 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
13370 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
13371 to 1 because hg returns status 1 when nothing is found.
13372 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
13373
13374 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
13375
13376 * textmodes/fill.el: Convert to utf-8 encoding.
13377 (fill-french-nobreak-p): Remove redundant » and « inherited from our
13378 pre-Unicode days.
13379
13380 * add-log.el (change-log-fill-forward-paragraph): New function.
13381 (change-log-mode): Use it so fill-region DTRT.
13382 Set fill-indent-according-to-mode here rather than in
13383 change-log-fill-paragraph.
13384 (change-log-fill-paragraph): Remove.
13385
13386 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
13387
13388 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
13389 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
13390
13391 2009-09-22 Glenn Morris <rgm@gnu.org>
13392
13393 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
13394 the scroll-bar scroll the calendar window rather than the buffer.
13395
13396 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
13397 commands that move point (as opposed to scrolling).
13398
13399 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
13400
13401 * emacs-lisp/elint.el (elint): New custom group.
13402 (elint-log-buffer): Make it a defcustom.
13403 (elint-scan-preloaded, elint-ignored-warnings)
13404 (elint-directory-skip-re): New options.
13405 (elint-builtin-variables): Doc fix.
13406 (elint-preloaded-env): New variable.
13407 (elint-unknown-builtin-args): Add an entry for encode-time.
13408 (elint-extra-errors): Make it a variable rather than a constant.
13409 (elint-preloaded-skip-re): New constant.
13410 (elint-directory): Skip files matching elint-directory-skip-re.
13411 (elint-features): New variable, local to linted buffers.
13412 (elint-update-env): Initialize elint-features. Possibly add
13413 elint-preloaded-env to the buffer's environment.
13414 (elint-get-top-forms): Bind elint-current-pos, for log messages.
13415 Skip quoted forms.
13416 (elint-init-form): New function, extracted from elint-init-env.
13417 Make non-list forms a warning rather than an error.
13418 Add the mode-map for define-derived-mode. Handle define-minor-mode,
13419 easy-menu-define, put that adds an error-condition, and provide.
13420 When requiring cl, also require cl-macs. Really require cl, to handle
13421 some cl macros. Store required libraries in the list elint-features,
13422 so as not to re-load them. Treat cc-require like require.
13423 (elint-init-env): Call elint-init-form to do the work.
13424 Handle eval-and-compile and such like.
13425 (elint-add-required-env): Do not clear messages.
13426 (elint-special-forms): Add handlers for function, defalias, if, when,
13427 unless, and, or.
13428 (elint-form): Add optional argument to ignore elint-special-forms,
13429 useful to prevent recursive calls from handlers. Doc fix.
13430 Respect elint-ignored-warnings.
13431 (elint-form): Respect elint-ignored-warnings.
13432 (elint-bound-variable, elint-bound-function): New variables.
13433 (elint-unbound-variable): Respect elint-bound-variable.
13434 (elint-get-args): Respect elint-bound-function.
13435 (elint-check-cond-form): Add some simple handling for (f)boundp and
13436 featurep tests.
13437 (elint-check-defalias-form): New handler.
13438 (elint-check-let-form): Make an empty let a warning rather than an
13439 error.
13440 (elint-check-setq-form): Make an empty setq a warning rather than an
13441 error. Respect elint-ignored-warnings.
13442 (elint-check-defvar-form): Accept null doc-strings.
13443 (elint-check-conditional-form): New handler. Does some simple-minded
13444 checking of featurep and (f)boundp tests.
13445 (elint-put-function-args): New function.
13446 (elint-initialize): Use elint-scan-doc-file rather than
13447 elint-find-builtin-variables. Use elint-put-function-args.
13448 Possibly scan preloaded-file-list.
13449 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
13450 extend to handle functions as well.
13451
13452 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
13453
13454 * linum.el (linum-delete-overlays, linum-update-window):
13455 Do not modify the right margin. (Bug#3971)
13456
13457 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
13458
13459 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
13460 nxml-mode instead of xml-mode.
13461
13462 2009-09-21 Kevin Ryde <user42@zip.com.au>
13463
13464 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
13465
13466 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13467
13468 * net/dig.el (dig-mode): Use define-derived-mode.
13469
13470 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
13471
13472 * vc-dispatcher.el (vc-do-command): Return the process object in
13473 the asynchronous case. Use when instead of if. Do not run
13474 vc-exec-after to display a message if not enabled. (Bug#4463)
13475
13476 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
13477 properties to the stash strings.
13478 (vc-git-stash-list): Return a list of strings.
13479 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
13480 (vc-git-stash-show-at-point): New functions.
13481 (vc-git-stash-map): New keymap.
13482
13483 * register.el (ctl-x-r-map): Define the keys here instead of
13484 using autoload.
13485
13486 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
13487
13488 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
13489 list, to workaround performance problem (bug#4485).
13490
13491 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
13492
13493 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
13494
13495 2009-09-20 Daiki Ueno <ueno@unixuser.org>
13496
13497 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
13498 Document that this option is not recommended to use.
13499
13500 2009-09-19 Glenn Morris <rgm@gnu.org>
13501
13502 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
13503 variable `var'.
13504
13505 * calc/calc-alg.el (var):
13506 * calc/calcalg2.el (var): Define for compiler.
13507
13508 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
13509
13510 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
13511 Doc fix (Bug#3932).
13512
13513 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
13514
13515 * time-stamp.el (time-stamp-month-dd-yyyy)
13516 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
13517 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
13518 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
13519 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
13520 Remove functions that have been obsolete since 1995 (Bug#4436).
13521
13522 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
13523 indent buffer only if called interactively (Bug#4452).
13524
13525 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
13526 Eli Zaretskii <eliz@gnu.org>
13527
13528 This fixes bug#4197 (merged to bug#865, though not identical).
13529 * server.el (server-auth-dir): Add docstring note about FAT32.
13530 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
13531 but warn against using them.
13532
13533 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
13534
13535 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
13536 older GDB where there is no has_more field.
13537
13538 2009-09-19 Glenn Morris <rgm@gnu.org>
13539
13540 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13541
13542 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
13543
13544 * files.el (auto-mode-alist): Change default for XML files to nXML
13545 mode (Bug#4169).
13546
13547 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
13548
13549 * server.el (server-ensure-safe-dir): Pass 'integer
13550 to `file-attributes', as suggested.
13551
13552 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
13553
13554 * dired-aux.el (dired-query-alist): Remove spurious backslash.
13555 (dired-query): Use read-key.
13556
13557 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
13558
13559 * cus-start.el (ns-use-qd-smoothing): Remove.
13560
13561 2009-09-18 Glenn Morris <rgm@gnu.org>
13562
13563 * allout.el (top-level): Remove unnecessary progn.
13564
13565 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
13566
13567 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
13568 definition of abbrev table.
13569
13570 * speedbar.el (speedbar-track-mouse):
13571 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
13572 * net/eudc.el (eudc-expand-inline):
13573 * net/newst-backend.el (newsticker--cache-read-feed):
13574 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
13575 condition-case handlers.
13576
13577 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
13578
13579 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
13580 (gdb-var-list): Add an element for has_more field.
13581 (gdb-non-stop-handler): Enable pretty printing for STL containers.
13582 (gdb-var-create-handler, gdb-var-list-children-handler-1)
13583 (gdb-var-update-handler-1): Parse output of dynamic variable
13584 objects (STL containers).
13585 (gdb-var-delete-1): Pass var1 as an explicit second argument.
13586 (gdb-get-field): Delete alias. Use bindat-get-field directly.
13587
13588 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
13589 gdb-var-list.
13590 (gud-speedbar-buttons): Make node expandable if expression "has more"
13591 children.
13592
13593 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
13594
13595 * startup.el (emacs-quick-startup): Remove variable and all uses.
13596 (command-line): Set `inhibit-x-resources' instead.
13597 (command-line-1): Use `inhibit-x-resources' instead.
13598
13599 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
13600
13601 * subr.el: Fix last change to avoid using the `unless' macro,
13602 which breaks bootstrapping.
13603
13604 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13605
13606 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
13607 extended definitions, in case we reload subr.el after having
13608 loaded CL.
13609 (eval-next-after-load): Mark as obsolete.
13610
13611 2009-09-17 Juri Linkov <juri@jurta.org>
13612
13613 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
13614 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
13615 (menu-bar-showhide-menu, menu-bar-tools-menu)
13616 (menu-bar-describe-menu, menu-bar-help-menu)
13617 (minibuffer-local-completion-map, minibuffer-local-map):
13618 Fix list quoting.
13619
13620 2009-09-17 Glenn Morris <rgm@gnu.org>
13621
13622 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
13623 arguments, whether or not it has a handler.
13624
13625 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
13626
13627 * simple.el (hard-newline): Give it a doc-string.
13628
13629 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13630 (lisp-mode-syntax-table): Give them doc-strings.
13631
13632 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
13633
13634 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
13635 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
13636 (menu-bar-options-menu, menu-bar-showhide-menu)
13637 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
13638 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
13639 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
13640 (menu-bar-options-menu, menu-bar-tools-menu)
13641 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
13642 (menu-bar-help-menu):
13643 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
13644 string arguments.
13645
13646 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
13647 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
13648 calls for the menu names and :help.
13649
13650 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13651
13652 * mouse.el (minor-mode-menu-from-indicator): Pay attention
13653 to :minor-mode-function (bug#4455).
13654
13655 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13656
13657 * startup.el (command-line): Initialize the window-system after
13658 processing the command-line.
13659
13660 * textmodes/page.el (what-page): Make sure we don't inf-loop if
13661 page-delimiter matches the empty string.
13662
13663 2009-09-16 Glenn Morris <rgm@gnu.org>
13664
13665 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
13666 byte-compile-not-obsolete-var. It's a list now.
13667 (byte-compile-not-obsolete-funcs): New variable.
13668 (byte-compile-warn-obsolete): Don't warn about functions if they are in
13669 byte-compile-not-obsolete-funcs.
13670 (byte-compile-variable-ref, byte-compile-defvar): Update for
13671 byte-compile-not-obsolete-vars name-change and list nature.
13672 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
13673 and variables behind (f)boundp tests.
13674 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
13675
13676 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
13677
13678 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
13679
13680 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13681
13682 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
13683 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
13684 Don't autoload.
13685
13686 2009-09-15 Stephen Eglen <stephen@gnu.org>
13687
13688 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
13689 the virtual-buffers, use the name of the buffer specified by
13690 find-file-noselect, as the match may be a symlink. (This was a
13691 problem if the target and the symlink had different names.)
13692
13693 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13694
13695 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
13696
13697 * desktop.el (desktop-path): Check user-emacs-directory.
13698
13699 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
13700
13701 * loadup.el: Use after-load-functions to GC after loading each file.
13702 Remove the explicit GC calls that used to be sprinkled around.
13703
13704 * subr.el (after-load-functions): New hook.
13705 (do-after-load-evaluation): Run it. Use string-match-p to detect
13706 `obsolete' packages, rather than painfully extracting the relevant
13707 directory name.
13708
13709 2009-09-15 Glenn Morris <rgm@gnu.org>
13710
13711 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
13712 free variable `doc'.
13713
13714 * dired.el (dired-mode-map): Add menu entry for async shell command.
13715
13716 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
13717 variables, also consider the .elc files, since the .el files are
13718 normally gzipped (subsequent code locates the .el.gz from the .elc).
13719
13720 * calc/calc-prog.el (arglist): Define for compiler.
13721
13722 * calendar/diary-lib.el (diary-display-function): Change the default to
13723 fancy display.
13724 (body): Define for compiler.
13725
13726 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
13727 (byte-compile-file-form, byte-compile-lambda)
13728 (byte-compile-top-level-body, byte-compile-form)
13729 (byte-compile-variable-ref, byte-compile-setq)
13730 (byte-compile-setq-default, byte-compile-body)
13731 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
13732 (batch-byte-compile): Give some more local variables with common names
13733 a "bytecomp-" prefix to avoid masking warnings about free variables.
13734
13735 * startup.el (command-line-1): Give local variables with common names a
13736 distinguishing prefix, so as not to hide free variable warnings during
13737 bootstrap.
13738
13739 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
13740 clever and add a suffix to make a unique name, just let the user decide
13741 whether or not to overwrite it. If the input is a directory, write the
13742 default filename to that directory. (Bug#4388)
13743 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
13744 is a filename-as-a-directory.
13745
13746 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13747
13748 * textmodes/page.el (what-page): Don't move to beginning of line.
13749 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
13750
13751 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
13752
13753 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
13754
13755 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
13756
13757 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
13758 * help.el (help-for-help-internal): Add purecopy calls for text.
13759
13760 * vc.el (top): print-log method now takes an optional SHORTLOG
13761 argument. Add a new method: root.
13762 (vc-root-diff, vc-print-root-log): New functions.
13763 (vc-log-short-style): New variable.
13764 (vc-print-log-internal): Add support for showing short logs.
13765
13766 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
13767 vc-print-root-log and vc-print-root-diff.
13768
13769 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
13770 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
13771 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
13772 short logs.
13773
13774 * vc-cvs.el (vc-cvs-print-log):
13775 * vc-mtn.el (vc-mtn-print-log):
13776 * vc-rcs.el (vc-rcs-print-log):
13777 * vc-sccs.el (vc-sccs-print-log):
13778 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
13779 that is ignored for now.
13780
13781 * vc-mtn.el (vc-mtn-annotate-command):
13782 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
13783
13784 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13785
13786 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
13787 to function-key-map, and give them ascii-character property.
13788 * term/x-win.el (x-alternatives-map):
13789 * term/ns-win.el (ns-alternatives-map):
13790 * term/internal.el (msdos-key-remapping-map):
13791 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
13792
13793 2009-09-14 Glenn Morris <rgm@gnu.org>
13794
13795 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
13796 temp-buffers (2009-09-12).
13797
13798 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13799
13800 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
13801 the new read-key function.
13802
13803 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
13804
13805 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
13806 is defined (Bug#4405).
13807
13808 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
13809
13810 * recentf.el (recentf-cleanup): Use a hash table to find
13811 duplicates (Bug#4407).
13812
13813 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
13814
13815 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
13816 kp-0 to ascii equivalents (Bug#4325).
13817
13818 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
13819
13820 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
13821
13822 * eshell/em-hist.el:
13823 * eshell/em-dirs.el (eshell-complete-user-reference):
13824 Declare pcomplete functions and variables to avoid compiler warnings.
13825
13826 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
13827
13828 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
13829 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
13830 * eshell/em-alias.el (eshell-aliases-file):
13831 * eshell/em-hist.el (eshell-history-file-name):
13832 Use expand-file-name instead of concat to make file names (Bug#4308).
13833
13834 2009-09-13 Glenn Morris <rgm@gnu.org>
13835
13836 * ediff-merg.el (ediff-do-merge):
13837 * filesets.el (filesets-run-cmd):
13838 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
13839 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
13840 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
13841 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
13842 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
13843 Replace empty `let's with `progn'.
13844
13845 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13846
13847 * mail/sendmail.el (send-mail-function):
13848 * tooltip.el (tooltip-mode):
13849 * simple.el (transient-mark-mode):
13850 * rfn-eshadow.el (file-name-shadow-mode):
13851 * frame.el (blink-cursor-mode):
13852 * font-core.el (global-font-lock-mode):
13853 * files.el (temporary-file-directory)
13854 (small-temporary-file-directory, auto-save-file-name-transforms):
13855 * epa-hook.el (auto-encryption-mode):
13856 * composite.el (global-auto-composition-mode):
13857 Use custom-initialize-delay.
13858 * startup.el (command-line): Don't explicitly call
13859 custom-reevaluate-setting for all the above vars.
13860 * custom.el (custom-initialize-safe-set)
13861 (custom-initialize-safe-default): Delete.
13862
13863 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13864
13865 * term/x-win.el (x-initialize-window-system):
13866 * term/w32-win.el (w32-initialize-window-system):
13867 * term/ns-win.el (ns-initialize-window-system): Don't call
13868 mouse-wheel-mode since it's enabled globally by default already.
13869
13870 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
13871 actually define the variable, but only silences the byte-compiler.
13872 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
13873 before looking it up.
13874 (mouse-wheel-scroll-amount): Also reset the bindings if this value
13875 is changed.
13876
13877 2009-09-12 Glenn Morris <rgm@gnu.org>
13878
13879 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
13880 1000.
13881 (elint-add-required-env): Don't beep on error.
13882 (elint-forms): In case of error, return ENV unchanged.
13883 (elint-init-env): Skip non-list forms.
13884 (elint-log): Handle unknown file positions.
13885
13886 2009-09-12 Daiki Ueno <ueno@unixuser.org>
13887
13888 * epg.el (epg-make-context): Add autoload cookie.
13889 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
13890 (epg-decrypt-string, epg-start-verify, epg-verify-file)
13891 (epg-verify-string, epg-start-sign, epg-sign-file)
13892 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
13893 (epg-encrypt-string, epg-start-export-keys)
13894 (epg-export-keys-to-file, epg-export-keys-to-string)
13895 (epg-start-import-keys, epg-import-keys-from-file)
13896 (epg-import-keys-from-string, epg-start-receive-keys)
13897 (epg-receive-keys, epg-import-keys-from-server)
13898 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
13899 (epg-sign-keys, epg-start-generate-key)
13900 (epg-generate-key-from-file, epg-generate-key-from-string):
13901 Remove autoload cookie.
13902
13903 2009-09-12 Eli Zaretskii <eliz@gnu.org>
13904
13905 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
13906 reevaluation of trash-directory.
13907
13908 * mwheel.el: Fix last change.
13909 (mouse-wheel-mode): New defvar.
13910 (mouse-wheel-mode): Remove autoload cookie.
13911
13912 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13913
13914 * mwheel.el (mwheel-installed-bindings): New var.
13915 (mouse-wheel-mode): Use it, so as to make sure we really remove all
13916 the bindings we set last time. Use custom-initialize-delay.
13917 * loadup.el: Load mwheel after term/*-win.el.
13918 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
13919 and mouse-wheel-up-event now that their first evaluation is done
13920 sufficiently late to be correct.
13921
13922 * startup.el (tutorial-directory): Make it a defcustom.
13923 Use custom-initialize-delay rather than eval-at-startup to set it.
13924 * image.el (image-load-path): Make it a defcustom.
13925 Use custom-initialize-delay rather than eval-at-startup to set it.
13926 * subr.el (eval-at-startup): Remove.
13927 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
13928
13929 * subr.el (do-after-load-evaluation): Warn the user after loading an
13930 obsolete package.
13931
13932 2009-09-12 Glenn Morris <rgm@gnu.org>
13933
13934 * proced.el (proced-mark-alt): Remove alias.
13935 (proced-mode-map): Remove proced-mark-alt.
13936
13937 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
13938 Elint file and directory. Remove initialization entry.
13939
13940 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
13941 commands.
13942 (elint-current-buffer): Set mode-line-process.
13943 (elint-init-env): Handle define-derived-mode.
13944 Fix declare-function with unspecified arglist. Guard against odd
13945 defalias statements (eg iso-insert's 8859-1-map).
13946 (elint-add-required-env): Use a temp buffer.
13947 (elint-form): Just print the function/macro name, not the whole form.
13948 Return env unchanged if we fail to parse a macro.
13949 (elint-forms): Guard against parse errors.
13950 (elint-output): New function, to handle batch mode.
13951 (elint-log-message): Add optional argument. Use elint-output.
13952 (elint-set-mode-line): New function.
13953
13954 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
13955
13956 * emacs-lisp/elp.el (elp-not-profilable): Add more
13957 functions (Bug#4233).
13958
13959 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
13960
13961 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
13962 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
13963
13964 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
13965
13966 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
13967 (gdb-var-list-children): Use json parsing.
13968
13969 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
13970
13971 * progmodes/js.el (js--proper-indentation): Handle the case where
13972 char-before is null. Reported by Deniz Dogan.
13973
13974 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
13975
13976 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
13977
13978 2009-09-11 Daiki Ueno <ueno@unixuser.org>
13979
13980 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
13981 (epg-digest-algorithm-alist): Add SHA224.
13982 (epg-context-set-passphrase-callback)
13983 (epg-context-set-progress-callback): Add description about
13984 callback function.
13985
13986 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13987
13988 * custom.el (custom-delayed-init-variables): New var.
13989 (custom-initialize-delay): New function.
13990 * startup.el (command-line): "Re"evaluate all vars in
13991 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
13992 explicitly any more.
13993 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
13994 to avoid creating a ~/.emacs.d at build-time (bug#4347).
13995
13996 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
13997
13998 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
13999
14000 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
14001 (gdb-var-update-handler): Use json parsing.
14002
14003 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
14004
14005 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
14006 decode annotated text, regardless of language environment. (Bug#2741)
14007
14008 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
14009
14010 * Makefile.in (autoloads): Make rmail.el writable as well.
14011
14012 2009-09-11 Glenn Morris <rgm@gnu.org>
14013
14014 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
14015 loaddefs.el.
14016 * dired.el: Regenerate with extracted autoloads.
14017 * Makefile.in (autoloads): Make dired.el writable.
14018
14019 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
14020 * ibuffer.el: Regenerate with extracted autoloads.
14021 * Makefile.in (autoloads): Make ibuffer.el writable.
14022
14023 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
14024 * version.el (emacs-copyright, emacs-major-version)
14025 (emacs-minor-version): Reformat doc-strings for make-docfile.
14026
14027 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
14028 functions and variables, since they must be stuff specific to some other
14029 platform.
14030 (apropos-print): Make mouse-click message less specific about button.
14031
14032 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
14033 that records where a macro was defined.
14034 * help-fns.el (describe-function-1): Mention if a function has a
14035 compiler-macro.
14036 * help-mode.el (help-function-cmacro): New button.
14037
14038 * locate.el (top-level): Always require dired.
14039 (locate-mode-map): Initialize inside the defvar.
14040
14041 * net/ange-ftp.el (dired-compress-file): Declare.
14042 (ange-ftp-dired-compress-file): Add doc string.
14043
14044 * term/ns-win.el (x-display-name, x-setup-function-keys):
14045 Unify doc-strings with X versions.
14046
14047 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
14048
14049 * emulation/crisp.el (crisp-mode-map): Move initialization
14050 into declaration.
14051 (crisp-mode): Use define-minor-mode.
14052
14053 * progmodes/xscheme.el (xscheme-evaluation-commands):
14054 Put a :advertised-binding property rather than using
14055 advertised-xscheme-send-previous-expression.
14056 (advertised-xscheme-send-previous-expression): Declare obsolete.
14057 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
14058 `advertised-undo'.
14059 (crisp-mode): Add corresponding bindings to
14060 undo's :advertised-binding instead.
14061 * dired.el (dired-mode-map): Put a :advertised-binding property rather
14062 than using dired-advertised-find-file.
14063 (dired-advertised-find-file):
14064 * simple.el (advertised-undo):
14065 * wid-edit.el (advertised-widget-backward): Declare obsolete.
14066 (widget-keymap): Put a :advertised-binding property rather
14067 than using advertised-widget-backward.
14068 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
14069 than using advertised-undo.
14070 * tutorial.el (tutorial--default-keys): Adjust accordingly.
14071
14072 2009-09-10 Simon South <ssouth@slowcomputing.org>
14073
14074 * progmodes/delphi.el (delphi-tab): Indent region when Transient
14075 Mark mode is enabled and region is active; otherwise indent or
14076 insert TAB as usual.
14077 (delphi-mode): Update description of TAB-key binding.
14078
14079 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
14080
14081 * subr.el (define-key-rebound-commands): Mark obsolete.
14082 * startup.el (precompute-menubar-bindings): Remove.
14083 (normal-top-level): Remove obsolete code that tried to precompute
14084 menubar bindings.
14085 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
14086 define-key-rebound-commands and precompute-menubar-bindings.
14087
14088 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
14089
14090 * net/imap.el (imap-interactive-login): Better messages.
14091 (imap-open): Fix bug with renamed buffer on reconnect.
14092 (imap-authenticate): Add buffer-local imap-last-authenticator variable
14093 for easier debugging and cleaner code. On successful (guessed based on
14094 server capabilities) secondary authentication, set imap-state
14095 correctly.
14096 (imap-last-authenticator): Define imap-last-authenticator as a variable
14097 to avoid warnings.
14098
14099 2009-09-10 Glenn Morris <rgm@gnu.org>
14100
14101 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
14102
14103 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
14104 (byte-compile-file-form-autoload): Don't warn about unknown functions
14105 where the autoload statement comes after the use.
14106 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
14107 that any handlers inside the body (eg require) are in turn respected.
14108
14109 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
14110 effects.
14111
14112 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
14113 and syntax and abbrev tables basic docs, if they don't have any.
14114
14115 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
14116
14117 * international/mule-cmds.el (top-level): Require cl when compiling.
14118 (view-hello-file): Use default-value rather than
14119 default-enable-multibyte-characters.
14120
14121 * progmodes/fortran.el: Move all safe and risky properties into the
14122 defcustoms.
14123
14124 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
14125 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
14126 * mail/undigest.el:
14127 Put autoloads in rmail.el rather than loaddefs.el.
14128 * mail/rmail.el: Regenerate with extracted autoloads.
14129
14130 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
14131 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
14132
14133 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
14134
14135 Reported in thread for Bug#4375.
14136 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
14137 "-data-evaluate-expression" instead of print.
14138 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
14139 (gdb-tooltip-print): Parse output from above MI command.
14140 (gdb): Revert 2009-08-11 change. User should detach inferior
14141 manually.
14142
14143 Remove the word "separate" from IO functions as inferior
14144 output is now never displayed in the GUD buffer.
14145
14146 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
14147
14148 * startup.el (command-line-normalize-file-name): On Windows and
14149 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
14150
14151 2009-09-10 Juri Linkov <juri@jurta.org>
14152
14153 * isearch.el (isearch-text-char-description): Propertize escape
14154 character sequences with the `escape-glyph' face. (Bug#4344)
14155
14156 * simple.el (shell-command): Set asynchronous process filter to
14157 `comint-output-filter'. (Bug#4343)
14158
14159 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
14160 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
14161 the list. Move "asm" to the bottom.
14162 (grep-find-ignored-directories): Add `choice' with nil value
14163 to empty the list easily.
14164 (grep-find-ignored-files): New option.
14165 (grep-files-history): Set to nil by default instead of '("ch" "el").
14166 (grep-compute-defaults): Add "<X>" to `grep-template'.
14167 (grep-read-files): Bind new local variables `default-alias' and
14168 `default-extension'. Use a list of default values for the file prompt.
14169 (lgrep): Add `--exclude=' command line options composed from
14170 `grep-find-ignored-files'.
14171 (rgrep): Add `-name' command line options composed from
14172 `grep-find-ignored-files'. (Bug#4301)
14173
14174 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
14175
14176 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
14177 (bug#4368).
14178
14179 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
14180
14181 * calendar/time-date.el (autoload):
14182 Expand define-obsolete-function-alias into defalias and make-obsolete
14183 for old Emacsen that Gnus supports.
14184 (with-no-warnings): Define it for old Emacsen.
14185 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14186 is available.
14187 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14188 float-time is available; suppress compile warning for time-to-seconds.
14189
14190 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
14191
14192 * net/imap.el (imap-message-map): Docstring fix.
14193
14194 2009-09-09 Glenn Morris <rgm@gnu.org>
14195
14196 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
14197 line numbers too. (Bug#4374)
14198
14199 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
14200
14201 * smerge-mode.el (smerge-remove-props, smerge-refine):
14202 Use with-silent-modifications (bug#4342).
14203
14204 * subr.el (with-silent-modifications): New macro.
14205
14206 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
14207
14208 * files.el (top-level): Require `cl' when compiling.
14209
14210 2009-09-07 Glenn Morris <rgm@gnu.org>
14211
14212 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
14213
14214 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
14215 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
14216
14217 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
14218
14219 * vc-git.el (vc-git-annotate-command): Use separator to parse
14220 arguments correctly.
14221
14222 2009-09-06 Eli Zaretskii <eliz@gnu.org>
14223
14224 * proced.el (proced-mode): Doc fix.
14225
14226 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
14227
14228 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
14229 lstat fails.
14230 (tramp-do-file-attributes-with-ls): Check for file existence at
14231 remote end.
14232 (tramp-do-file-attributes-with-stat): Likewise.
14233 (tramp-convert-file-attributes): Return nil when attr is nil.
14234
14235 2009-09-05 Glenn Morris <rgm@gnu.org>
14236
14237 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
14238 properties to this button.
14239 (diary-fancy-display): Don't extend the button to the final newline.
14240 (diary-fancy-display-mode): Continue to define "q" as a local key.
14241
14242 * calendar/cal-china.el (holiday-chinese): Make it slightly more
14243 efficient.
14244
14245 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
14246
14247 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
14248 (byte-compile-dest-file-function): New option.
14249 (byte-compile-dest-file): Doc fix.
14250 Obey byte-compile-dest-file-function.
14251 (byte-compile-cl-file-p): New function.
14252 (byte-compile-eval): Only suppress noruntime warnings about cl functions
14253 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
14254 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
14255 than for file being previously loaded.
14256 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
14257 (byte-compile-file-form-require): Handle the case where requiring a file
14258 indirectly causes CL to be loaded.
14259
14260 2009-09-05 Karl Fogel <kfogel@red-bean.com>
14261
14262 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
14263 before killing the old buffer, since by the time `kill-buffer' is
14264 run so many buffer variables have been set to nil that it may not
14265 behave as expected. (Bug#4061)
14266
14267 2009-09-05 Karl Fogel <kfogel@red-bean.com>
14268
14269 * files.el (find-alternate-file): If the old buffer is modified
14270 and visiting a file, behave similarly to `kill-buffer' when
14271 killing it, thus reverting to the pre-1.878 behavior; see
14272 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
14273 for discussion. Also, consult `buffer-file-name' as a variable
14274 not as a function, for consistency with the rest of the code.
14275
14276 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
14277
14278 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
14279 also when adding a new directory.
14280
14281 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
14282 defun.
14283
14284 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
14285
14286 * files.el (locate-file-completion-table): Make it provide boundary
14287 information, so partial-completion works better.
14288
14289 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
14290
14291 * mail/footnote.el (Footnote-text-under-cursor):
14292 Check footnote-text-marker-alist before using it (bug#4324).
14293
14294 2009-09-04 Glenn Morris <rgm@gnu.org>
14295
14296 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
14297 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
14298 * play/solitaire.el, play/tetris.el:
14299 Remove leading * from defcustom and defface docs.
14300
14301 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
14302 necessary.
14303 (diary-fancy-overriding-map): New variable.
14304 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
14305 Use view-mode.
14306
14307 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
14308 goto-line.
14309
14310 2009-09-03 Glenn Morris <rgm@gnu.org>
14311
14312 * arc-mode.el (archive-mode):
14313 * dos-fns.el (set-default-process-coding-system):
14314 * man.el (Man-getpage-in-background):
14315 * menu-bar.el (menu-bar-describe-menu):
14316 * server.el (server-process-filter):
14317 * startup.el (command-line):
14318 * tar-mode.el (tar-header-block-tokenize, tar-extract):
14319 * w32-fns.el (set-default-process-coding-system):
14320 * x-dnd.el (x-dnd-handle-file-name):
14321 * international/mule-cmds.el (mule-menu-keymap)
14322 (set-default-coding-systems, language-info-alist, set-language-info)
14323 (set-language-environment, standard-display-european-internal)
14324 (set-locale-environment):
14325 * international/mule-diag.el (mule-diag):
14326 * mail/emacsbug.el (report-emacs-bug):
14327 * mail/rmail.el (rmail-mode):
14328 * mail/sendmail.el (mail-setup):
14329 Use default-value rather than default-enable-multibyte-characters.
14330
14331 * progmodes/f90.el: Move all safe properties into the defcustoms.
14332 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
14333
14334 * calendar/appt.el (appt-check):
14335 * calendar/diary-lib.el (diary-set-header, diary-live-p)
14336 (diary-check-diary-file, diary-list-entries)
14337 (diary-include-other-diary-files, diary-simple-display)
14338 (diary-fancy-display, diary-print-entries)
14339 (diary-mark-included-diary-files, diary-make-entry):
14340 Don't call substitute-in-file-name on diary-file.
14341
14342 2009-09-03 Eduard Wiebe <usenet@pusto.de>
14343 Stefan Monnier <monnier@iro.umontreal.ca>
14344
14345 * mail/footnote.el (footnote-prefix): Make it a defcustom.
14346 (footnote-mode-map): Move initialization into the declaration.
14347 (footnote-minor-mode-map): Define it rather than changing global-map.
14348 (footnote-mode): Use define-minor-mode.
14349
14350 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
14351
14352 * net/tramp.el (tramp-handle-file-attributes-with-ls)
14353 (tramp-do-file-attributes-with-perl)
14354 (tramp-do-file-attributes-with-stat): Rename from
14355 `tramp-handle-file-attributes-with-*'.
14356 (tramp-handle-file-attributes): Use them.
14357 (tramp-do-directory-files-and-attributes-with-perl)
14358 (tramp-do-directory-files-and-attributes-with-stat): Rename from
14359 `tramp-handle-directory-files-and-attributes-with-*'.
14360 (tramp-handle-directory-files-and-attributes): Use them.
14361 (tramp-method-out-of-band-p): Additional parameter SIZE.
14362 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
14363 (tramp-handle-write-region): Use it.
14364 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
14365 (tramp-handle-vc-registered): Check, whether the first run did
14366 return files to be tested.
14367 (tramp-advice-make-auto-save-file-name): Do not call directly
14368 `tramp-handle-make-auto-save-file-name', because this would bypass
14369 the locking mechanism.
14370
14371 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
14372 (file-remote-p, process-file, start-file-process, set-file-times)
14373 (tramp-compat-file-attributes): Compatibility functions shall not
14374 call directly `tramp-handle-*', because this would bypass the
14375 locking mechanism.
14376 (tramp-compat-number-sequence): New defun.
14377
14378 2009-09-02 Glenn Morris <rgm@gnu.org>
14379
14380 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
14381 alias for float-time.
14382 (time-to-number-of-days): In Emacs, use float-time.
14383 * net/newst-backend.el (time-add): Suppress warnings from compat
14384 function.
14385 * time.el (emacs-uptime, emacs-init-time):
14386 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
14387 Use float-time rather than time-to-seconds.
14388
14389 * minibuffer.el (completion-initials-expand): Fix typo.
14390
14391 * faces.el (modeline, modeline-inactive, modeline-highlight)
14392 (modeline-buffer-id):
14393 * info.el (info-menu-5): Mark these face aliases as obsolete.
14394
14395 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
14396
14397 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
14398 space ...
14399 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
14400 no "--thread" option.
14401 (gdb-stopped): Don't print "Switched to thread" message when it is
14402 unchanged.
14403
14404 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
14405
14406 * minibuffer.el (completion-try-completion)
14407 (completion-all-completions): Remove ill-defined (and
14408 mistakenly installed and luckily never used nor documented)
14409 `completion-styles' property.
14410 (completion-initials-expand, completion-initials-all-completions)
14411 (completion-initials-try-completion): New functions.
14412 (completion-styles-alist): Add doc to each entry.
14413 Add new `initials' entry.
14414
14415 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
14416
14417 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
14418 MI command -var-evaluate-expression.
14419 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
14420 and tweak for case of string child.
14421 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
14422
14423 2009-09-01 Glenn Morris <rgm@gnu.org>
14424
14425 * add-log.el (change-log-date-face, change-log-name-face)
14426 (change-log-email-face, change-log-file-face, change-log-list-face)
14427 (change-log-conditionals-face, change-log-function-face)
14428 (change-log-acknowledgement-face):
14429 * cus-edit.el (custom-invalid-face, custom-rogue-face)
14430 (custom-modified-face, custom-set-face, custom-changed-face)
14431 (custom-saved-face, custom-button-face, custom-button-pressed-face)
14432 (custom-documentation-face, custom-state-face, custom-comment-face)
14433 (custom-comment-tag-face, custom-variable-tag-face)
14434 (custom-variable-button-face, custom-face-tag-face)
14435 (custom-group-tag-face-1, custom-group-tag-face):
14436 * diff-mode.el (diff-header-face, diff-file-header-face)
14437 (diff-index-face, diff-hunk-header-face, diff-removed-face)
14438 (diff-added-face, diff-changed-face, diff-function-face)
14439 (diff-context-face, diff-nonexistent-face):
14440 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
14441 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
14442 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14443 (Info-title-4-face):
14444 * isearch.el (isearch-lazy-highlight-face):
14445 * log-view.el (log-view-file-face, log-view-message-face):
14446 * paren.el (show-paren-match-face, show-paren-mismatch-face):
14447 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14448 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14449 (cvs-msg-face):
14450 * smerge-mode.el (smerge-mine-face, smerge-other-face)
14451 (smerge-base-face, smerge-markers-face):
14452 * wid-edit.el (widget-documentation-face, widget-button-face)
14453 (widget-field-face, widget-single-line-field-face)
14454 (widget-inactive-face, widget-button-pressed-face):
14455 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
14456 (woman-addition-face):
14457 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
14458 (eshell-ls-executable-face, eshell-ls-readonly-face)
14459 (eshell-ls-unreadable-face, eshell-ls-special-face)
14460 (eshell-ls-missing-face, eshell-ls-archive-face)
14461 (eshell-ls-backup-face, eshell-ls-product-face)
14462 (eshell-ls-clutter-face):
14463 * eshell/em-prompt.el (eshell-prompt-face):
14464 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
14465 * obsolete/old-whitespace.el (whitespace-highlight-face):
14466 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
14467 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
14468 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
14469 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
14470 (antlr-font-lock-literal-face):
14471 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14472 (ebrowse-root-class-face, ebrowse-file-name-face)
14473 (ebrowse-default-face, ebrowse-member-attribute-face)
14474 (ebrowse-member-class-face, ebrowse-progress-face):
14475 * progmodes/make-mode.el (makefile-space-face):
14476 * progmodes/sh-script.el (sh-heredoc-face):
14477 * textmodes/flyspell.el (flyspell-incorrect-face)
14478 (flyspell-duplicate-face):
14479 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
14480 * textmodes/texinfo.el (texinfo-heading-face):
14481 Mark face aliases with "-face" suffix as obsolete.
14482
14483 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
14484 compiler.
14485
14486 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
14487 (eudc-bob-sound-menu): Use defvar rather than defconst, since
14488 easy-menu-define wants to modify these.
14489
14490 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
14491
14492 * net/browse-url.el (browse-url-file-url):
14493 * term/internal.el (dos-codepage-setup):
14494 Use default-value rather than default-enable-multibyte-characters.
14495
14496 * progmodes/etags.el (etags-goto-tag-location):
14497 * progmodes/flymake.el (flymake-highlight-line)
14498 (flymake-goto-file-and-line, flymake-goto-line):
14499 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
14500 (gdb-goto-breakpoint):
14501 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14502 * progmodes/python.el (python-find-function)
14503 (python-pdbtrack-track-stack-file):
14504 * progmodes/verilog-mode.el (verilog-surelint-off):
14505 * term/ns-win.el (ns-open-file-select-line):
14506 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
14507 Use forward-line rather than goto-line.
14508
14509 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
14510 * textmodes/reftex-index.el (reftex-display-index):
14511 * textmodes/reftex-ref.el (reftex-offer-label-menu):
14512 * textmodes/reftex-toc.el (reftex-toc):
14513 Remove unnecessary bindings of default-major-mode (all are followed by
14514 major-mode check and possible mode switch).
14515
14516 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
14517
14518 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14519 Handle watchpoints (bug#4282).
14520 (def-gdb-thread-buffer-command): Enable thread to be selected by
14521 clicking without selecting threads buffer first.
14522 (gdb-current-context-command): Use selected frame so that "up",
14523 "down" etc work in the GUD buffer.
14524 (gdb-update): Find selected frame before rendering stack buffer.
14525 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
14526
14527 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
14528
14529 * progmodes/sym-comp.el (displayed-completions): Remove.
14530 (symbol-complete): Use minibuffer-complete.
14531
14532 2009-08-31 Glenn Morris <rgm@gnu.org>
14533
14534 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
14535
14536 * apropos.el (apropos-symbols-internal):
14537 Handle (obsolete) face aliases.
14538
14539 * faces.el (describe-face): Adjust the output format to be more like
14540 describe-variable, and to mention (obsolete) face aliases.
14541 Adjust the whitespace so that help-setup-xref works.
14542
14543 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
14544 * calendar/diary-lib.el (diary-button-face):
14545 Mark these face aliases as obsolete.
14546
14547 * calendar/calendar.el (calendar-today): Doc fix.
14548
14549 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
14550
14551 * progmodes/gdb-mi.el (gdb-control-all-threads)
14552 (gdb-control-current-thread): Force tool bar update.
14553 (gdb-non-stop-handler): New function.
14554 (gdb-init-1): Use it to test if non-stop mode is supported.
14555 Remove unused gdbmi buffer type.
14556
14557 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
14558
14559 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
14560 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
14561
14562 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
14563
14564 * comint.el (comint-exec-1): Check command is non-null first.
14565 Part of gdb-mi.el change (2009-08-28).
14566
14567 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14568
14569 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
14570
14571 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
14572
14573 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
14574 instead of `dolist' to avoid a recursive require when bootstrapping.
14575
14576 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14577
14578 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
14579
14580 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
14581
14582 * net/imap.el (imap-send-command): Simplify.
14583 (imap-wait-for-tag): point-max -> buffer-size.
14584
14585 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
14586
14587 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
14588 with constant argument.
14589
14590 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
14591
14592 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
14593
14594 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
14595 Change default, since most of our files don't have a history.
14596 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
14597 the user.
14598
14599 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14600 Add comint-run.
14601
14602 * calc/calc.el: Improve commenting convention.
14603 (calc-digit-map, toplevel): Simplify.
14604
14605 * comint.el (comint-insert-input): Be careful to only set point if we
14606 don't delegate to some other command.
14607
14608 * proced.el (proced-signal-list): Make it an alist.
14609 (proced-grammar-alist): Capitalize names.
14610 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
14611 Disable undo manually and make it read-only.
14612 Use completion-annotate-function.
14613
14614 * minibuffer.el (minibuffer-message): If the current buffer is not
14615 a minibuffer, insert the message in the echo area rather than at the
14616 end of the buffer.
14617 (completion-annotate-function): New variable.
14618 (minibuffer-completion-help): Use it.
14619 (completion--embedded-envvar-table): Environment vars are
14620 always case-sensitive.
14621
14622 2009-08-30 Glenn Morris <rgm@gnu.org>
14623
14624 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
14625 from fortran-current-defun.
14626 (fortran-beginning-of-subprogram): Be more precise about finding the
14627 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
14628 (fortran-end-of-subprogram): Simplify.
14629 (fortran-current-defun): Use fortran-start-prog-re.
14630
14631 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
14632
14633 * subr.el (do-after-load-evaluation): Simplify.
14634
14635 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
14636
14637 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
14638
14639 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
14640 (vc-rcs-print-log): Use it.
14641
14642 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
14643
14644 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
14645
14646 * paths.el (abbrev-file-name): Move to abbrev.el.
14647 * abbrev.el (abbrev-file-name): Move from paths.el.
14648 Obey user-emacs-directory.
14649 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
14650 user-emacs-directory.
14651 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
14652 abbrev-file-name and calc-settings-file any more.
14653 * startup.el (command-line): Recompute abbrev-file-name and
14654 abbreviated-home-dir.
14655 (normal-no-mouse-startup-screen): Improve the generic code and get rid
14656 of the special code for when C-h bindings haven't been changed.
14657 (display-startup-echo-area-message): Use with-current-buffer.
14658 (command-line-1): Use a list of strings, rather than a list of lists
14659 of strings for longopts.
14660
14661 * files.el (get-free-disk-space): Use / for default-directory.
14662
14663 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
14664 Use with-current-buffer.
14665
14666 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
14667 Recognize immutable variables like most-positive-fixnum.
14668 (byte-compile-setq-default): Check and warn if trying to assign
14669 to an immutable variable, or a non-variable.
14670
14671 * progmodes/cc-vars.el (c-comment-continuation-stars):
14672 * progmodes/cc-engine.el (c-looking-at-bos):
14673 * progmodes/cc-cmds.el (c-toggle-auto-state)
14674 (c-forward-into-nomenclature, c-backward-into-nomenclature)
14675 (c-comment-line-break-function): Add version of obsolescence.
14676
14677 2009-08-28 Juri Linkov <juri@jurta.org>
14678
14679 * files.el (magic-fallback-mode-alist): Add ZIP magic number
14680 associated with `archive-mode'.
14681
14682 * image.el (image-type-header-regexps): Use only JPEG magic number
14683 to determine JPEG images, and don't use `image-jpeg-p' because
14684 Emacs can display non-JFIF non-Exif JPEG images.
14685
14686 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
14687
14688 * arc-mode.el (archive-mode):
14689 * emacs-lisp/re-builder.el (re-builder-unload-function):
14690 Protect against the default value of `major-mode' being nil.
14691
14692 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
14693
14694 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
14695 Fix typos in docstrings.
14696
14697 * progmodes/js.el (js--macro-decl-re): Doc fix.
14698 (js--plain-method-re, js--split-name): Refloc docstring.
14699 (js--class-styles, js--make-merged-item, js--splice-into-items):
14700 Fix typos in docstrings; reflow docstrings.
14701 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
14702 (js--variable-decl-matcher, js--inside-pitem-p)
14703 (js--parse-state-at-point, js--get-all-known-symbols)
14704 (js--symbol-history, js-find-symbol, js--js-references)
14705 (js--moz-interactor, js--js-encode-value, js--read-tab):
14706 Fix typos in docstrings.
14707
14708 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14709
14710 * textmodes/reftex.el (reftex-get-file-buffer-force):
14711 * progmodes/verilog-mode.el (verilog-batch-execute-func):
14712 * emulation/viper.el (viper-go-away, viper-set-hooks):
14713 * emacs-lisp/re-builder.el (re-builder-unload-function):
14714 * emacs-lisp/bytecomp.el (byte-compile-file):
14715 * ses.el (ses-unload-function):
14716 * hexl.el (hexl-find-file):
14717 * files.el (normal-mode):
14718 * ehelp.el (with-electric-help):
14719 * autoinsert.el (auto-insert-alist):
14720 * arc-mode.el (archive-mode):
14721 Use (default-value 'major-mode) instead of default-major-mode.
14722
14723 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
14724 * international/mule.el (load-with-code-conversion):
14725 * emacs-lisp/debug.el (debug):
14726 * ediff-vers.el (ediff-rcs-get-output-buffer):
14727 * dired.el (dired-internal-noselect): Don't let-bind
14728 default-major-mode around code that doesn't use it.
14729 E.g. buffer creation via get-buffer-create doesn't use it.
14730
14731 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
14732
14733 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
14734 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
14735 when writing the temp file. Otherwise, epa-file gets confused.
14736 (tramp-register-file-name-handlers): Make it a defun. Move also
14737 `epa-file-handler' to the front of `file-name-handler-alist'.
14738
14739 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14740
14741 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
14742 start right after a ^M.
14743 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
14744 (tramp-completion-file-name-regexp-separate)
14745 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
14746 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
14747 Don't modify last-coding-system-used by accident.
14748 (tramp-completion-file-name-handler): Apply the checks here,
14749 instead during registration.
14750 (tramp-register-file-name-handlers): Renamed from
14751 `tramp-register-file-name-handler'. Register both
14752 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
14753 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
14754
14755 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
14756
14757 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
14758 Remove variable ...
14759 (gdb-init-1, gdb-display-separate-io-buffer)
14760 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
14761 references to it.
14762 (gdb-inferior-io-mode): Use make-comint-in-buffer.
14763 (gdb-inferior-filter): Use comint-output-filter to stop
14764 echoing and remove ^M characters.
14765
14766 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14767
14768 * emulation/viper-init.el (viper-restore-cursor-type):
14769 * emulation/cua-base.el (cua--update-indications):
14770 Replace default-cursor-type with (default-value 'cursor-type).
14771
14772 * mail/sendmail.el (mail-recover-1):
14773 * international/mule-diag.el (describe-current-coding-system-briefly)
14774 (describe-current-coding-system):
14775 * international/mule-cmds.el (select-safe-coding-system)
14776 (select-message-coding-system)
14777 (set-language-environment-coding-systems, set-locale-environment):
14778 * hexl.el (hexl-insert-multibyte-char):
14779 * dos-w32.el (find-buffer-file-type-coding-system):
14780 * simple.el (what-cursor-position):
14781 Replace uses of default-buffer-file-coding-system
14782 with (default-value 'buffer-file-coding-system).
14783
14784 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
14785 Replace uses of default-cursor-in-non-selected-windows
14786 with (default-value 'cursor-in-non-selected-windows).
14787 Use with-current-buffer.
14788
14789 * mail/feedmail.el: Use CL macros.
14790 (feedmail-run-the-queue, feedmail-send-it-immediately):
14791 * dos-w32.el (find-buffer-file-type): Replace uses of
14792 default-buffer-file-type with (default-value 'buffer-file-type).
14793
14794 2009-08-28 Glenn Morris <rgm@gnu.org>
14795
14796 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
14797 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
14798 Use default-value of major-mode rather than default-major-mode.
14799
14800 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
14801
14802 * Makefile.in (update-elcfiles): Report left over elc files.
14803
14804 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
14805 expand-file-name and with-current-buffer.
14806 (mail-get-names, mail-directory): Use with-current-buffer.
14807
14808 * vc.el (vc-read-revision): New function.
14809 (vc-version-diff, vc-merge): Use it.
14810
14811 2009-08-27 Sam Steingold <sds@gnu.org>
14812
14813 * simple.el (kill-do-not-save-duplicates): New user option.
14814 (kill-new): When it is non-nil, and the new string is the same as
14815 the latest kill, set replace to t to avoid duplicates in kill-ring.
14816
14817 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
14818
14819 * net/tramp.el (tramp-handle-process-file): Do not flush all
14820 caches when `process-file-side-effects' is set.
14821 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
14822 instead of `tramp-find-file-exists-command'.
14823 Unset `process-file-side-effects'.
14824
14825 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
14826
14827 * net/tramp.el (tramp-methods): New method "rsyncc".
14828 (top): Add completion function for "rsyncc".
14829 (tramp-message-show-message): New defvar.
14830 (tramp-message, tramp-error): Use it.
14831 (tramp-do-copy-or-rename-file-directly): Extend check for direct
14832 remote copying.
14833 (tramp-do-copy-or-rename-file-out-of-band): Handle new
14834 `tramp-methods' entry `copy-env' of "rsyncc".
14835 (tramp-vc-registered-read-file-names): New defconst.
14836 (tramp-vc-registered-file-names): New defvar.
14837 (tramp-handle-vc-registered): Implement optimization strategy.
14838 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
14839 (tramp-vc-file-name-handler): New defun.
14840 (tramp-get-ls-command, tramp-get-test-command)
14841 (tramp-get-file-exists-command, tramp-get-remote-ln)
14842 (tramp-get-remote-perl, tramp-get-remote-stat)
14843 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
14844
14845 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
14846 (tramp-cache-inhibit-cache): Extend doc string. It allows also
14847 timestamps.
14848 (tramp-get-file-property): Check for timestamps in
14849 `tramp-cache-inhibit-cache'.
14850 (tramp-set-file-property): Write timestamp.
14851
14852 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14853
14854 * language/japan-util.el (japanese-symbol-table): Add entries for
14855 cp932-2-byte.
14856
14857 * international/characters.el: Add category `j' to cp932-2-byte.
14858
14859 2009-08-27 Kenichi Handa <handa@m17n.org>
14860
14861 * international/fontset.el (build-default-fontset-data): New macro.
14862 (setup-default-fontset): Use build-default-fontset-data for CJK,
14863 tibetan, ethiopic, and ipa.
14864
14865 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
14866
14867 * cus-start.el (default-major-mode): Customize `major-mode' instead.
14868 (enable-multibyte-characters): Not customizable any more.
14869
14870 * subr.el (default-mode-line-format, default-header-line-format)
14871 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
14872 (default-direction-reversed, default-truncate-lines)
14873 (default-left-margin, default-tab-width, default-case-fold-search)
14874 (default-left-margin-width, default-right-margin-width)
14875 (default-left-fringe-width, default-right-fringe-width)
14876 (default-fringes-outside-margins, default-scroll-bar-width)
14877 (default-vertical-scroll-bar, default-indicate-empty-lines)
14878 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
14879 (default-fringe-cursor-alist, default-scroll-up-aggressively)
14880 (default-scroll-down-aggressively, default-fill-column)
14881 (default-cursor-type, default-buffer-file-type)
14882 (default-cursor-in-non-selected-windows)
14883 (default-buffer-file-coding-system, default-major-mode)
14884 (default-enable-multibyte-characters): Mark as obsolete.
14885
14886 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
14887
14888 * vc-dir.el (vc-dir-update): Remove debug helper.
14889
14890 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
14891
14892 2009-08-26 Sam Steingold <sds@gnu.org>
14893
14894 * simple.el (save-interprogram-paste-before-kill): New user option.
14895 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
14896 save the interprogram-paste into kill-ring before overriding it
14897 with the Emacs kill.
14898
14899 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
14900
14901 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
14902 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
14903 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
14904 and move to vc-rcs.el.
14905 (vc-default-next-revision): Rename to vc-rcs-next-revision and
14906 move to vc-rcs.el.
14907 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
14908 (vc-rcs-update-changelog): Remove.
14909 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
14910 and move to vc-rcs.el.
14911
14912 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
14913 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
14914 renaming.
14915 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
14916 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
14917 vc.el, renamed to be RCS specific.
14918
14919 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
14920 New functions.
14921 (vc-cvs-update-changelog): Move here from vc.el.
14922
14923 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
14924 New functions.
14925
14926 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
14927
14928 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
14929
14930 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
14931
14932 * vc-git.el (vc-git-register): Use "git add" for directories.
14933 (vc-git-stash, vc-git-stash-show): New functions.
14934 (vc-git-extra-menu-map): Bind them.
14935
14936 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
14937 directory correctly in case the item is a directory itself.
14938
14939 * vc.el: Document the desired behavior for reverted files in the
14940 `added' state.
14941 (vc-default-prettify-state-info): Remove function, unused.
14942
14943 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
14944
14945 2009-08-26 Glenn Morris <rgm@gnu.org>
14946
14947 * bindings.el (standard-mode-line-format): Reposition dashes in
14948 which-func entry. (Bug#4217)
14949
14950 * files.el (enable-local-variables, enable-local-eval)
14951 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
14952 the defcustoms.
14953 (auto-mode-alist, ignored-local-variables)
14954 (save-some-buffers-action-alist): Move risky declarations to the
14955 definitions.
14956 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
14957 (font-lock-defaults, format-alist, imenu--index-alist)
14958 (imenu-generic-expression, input-method-alist, minor-mode-alist)
14959 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
14960 (mode-line-modified, mode-line-mule-info, mode-line-position)
14961 (mode-line-process, mode-line-remote, outline-level)
14962 (parse-time-rules, rmail-output-file-alist)
14963 (special-display-buffer-names, vc-mode):
14964 Move risky declarations to the relevant files.
14965 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
14966 (mode-line-modified, mode-line-process, mode-line-position)
14967 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
14968 * font-core.el (font-lock-defaults):
14969 * format.el (format-alist):
14970 * vc-hooks.el (vc-mode):
14971 * window.el (special-display-buffer-names):
14972 * international/mule-cmds.el (input-method-alist):
14973 Define riskiness here (dumped file) rather than in files.el.
14974 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
14975 * imenu.el (imenu-generic-expression, imenu--index-alist):
14976 * outline.el (outline-level):
14977 * time.el (display-time-string):
14978 * calendar/parse-time.el (parse-time-rules):
14979 * mail/rmailout.el (rmail-output-file-alist):
14980 Autoload riskiness here, rather than placing in files.el.
14981
14982 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
14983
14984 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
14985
14986 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
14987
14988 * simple.el (process-file-side-effects): New defvar.
14989
14990 * dired-aux.el (dired-show-file-type):
14991 * vc.el (vc-diff-internal):
14992 * vc-arch.el (vc-arch-diff):
14993 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
14994 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
14995 * vc-git.el (vc-git-registered, vc-git-working-revision)
14996 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
14997 (vc-git--empty-db-p):
14998 * vc-hooks.el (vc-user-login-name):
14999 * vc-svn.el (vc-svn-registered, vc-svn-state)
15000 (vc-svn-dir-extra-headers, vc-svn-find-revision):
15001 * progmodes/grep.el (grep-probe): Let-bind
15002 `process-file-side-effects' with nil.
15003
15004 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
15005
15006 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
15007 daemon. Replace ping by checking for running service for bluez
15008 and zeroconf. (Bug#4239)
15009
15010 2009-08-25 Kevin Ryde <user42@zip.com.au>
15011
15012 * net/dig.el (dig): Add autoload cookie.
15013
15014 2009-08-25 Glenn Morris <rgm@gnu.org>
15015
15016 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
15017 load-history for absolute file-names.
15018 (byte-compile-file-form-require): Warn about use of the cl package.
15019
15020 * format.el (format-alist): Doc fix.
15021
15022 * play/bubbles.el (top-level): Don't require cl at run-time.
15023
15024 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
15025 run-time cl).
15026
15027 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
15028
15029 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
15030 from cl package.
15031 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
15032
15033 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
15034
15035 * calc/calc-alg.el (math-trig-rewrite)
15036 (math-hyperbolic-trig-rewrite): New functions.
15037 (calc-simplify): Simplify trig functions when asked.
15038
15039 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15040
15041 * diff-mode.el (diff-find-source-location): Avoid goto-line.
15042
15043 2009-08-24 Kenichi Handa <handa@m17n.org>
15044
15045 * language/ind-util.el (mapthread): Delete it.
15046 (combinatorial): New function.
15047 (indian--puthash-cv): Use combinatorial instead of mapthread.
15048
15049 2009-08-22 Kevin Ryde <user42@zip.com.au>
15050
15051 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
15052 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
15053 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
15054 Clarify docstring that the value is strings not symbols.
15055 (checkdoc-list-of-strings-p): New function.
15056
15057 2009-08-22 Glenn Morris <rgm@gnu.org>
15058
15059 * files.el (auto-mode-alist):
15060 * hippie-exp.el (he-concat-directory-file-name):
15061 * lpr.el (lpr-windows-system, printer-name):
15062 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
15063 * ps-print.el (ps-windows-system):
15064 * startup.el (command-line):
15065 * emulation/viper-ex.el (viper-glob-function):
15066 * international/mule-cmds.el (set-language-environment-coding-systems):
15067 * net/ange-ftp.el (ange-ftp-write-region):
15068 * obsolete/fast-lock.el (fast-lock-cache-name):
15069 Remove code for defunct system-types emx, macos, mswindows, next-mach,
15070 unisoft-unix, vax-vms, win32, w32.
15071
15072 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
15073 given name if the pattern is not more specific.
15074
15075 * calendar/lunar.el (lunar-phase-names): New option.
15076 (lunar-phase): Doc fix.
15077 (lunar-cycles-per-year): New constant.
15078 (lunar-index): New function.
15079 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
15080 (lunar-phase-name): Use lunar-phase-names.
15081 (calendar-lunar-phases): Use format.
15082 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
15083
15084 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
15085 Copy imenu-example--name-and-position function here for own use.
15086 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
15087
15088 * bs.el (bs--redisplay):
15089 * cus-edit.el (custom-redraw):
15090 * ibuffer.el (ibuffer-bury-buffer):
15091 * server.el (server-goto-line-column):
15092 * startup.el (command-line-1):
15093 * strokes.el (strokes-xpm-for-stroke):
15094 * term.el (term-display-buffer-line):
15095 * view.el (View-goto-line):
15096 * calc/calc.el (calc-do, calc-trail-buffer):
15097 * play/gamegrid.el (gamegrid-add-score-insecure):
15098 * progmodes/ada-mode.el (ada-compile-goto-error):
15099 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
15100 (ebrowse-select-1st-to-9nth):
15101 * progmodes/cperl-mode.el (cperl-time-fontification):
15102 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
15103 * progmodes/gud.el (gud-display-line):
15104 (idlwave-shell-display-line):
15105 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
15106 * progmodes/make-mode.el (makefile-browser-toggle):
15107 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
15108 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
15109 * textmodes/picture.el (picture-draw-rectangle):
15110 * textmodes/reftex-index.el (reftex-index-goto-letter):
15111 (reftex-select-jump-to-previous):
15112 * textmodes/reftex-sel.el (reftex-find-start-point)
15113 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
15114 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
15115 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
15116 * textmodes/tex-mode.el (tex-compilation-parse-errors):
15117 * textmodes/two-column.el (2C-associated-buffer):
15118 Use forward-line rather than goto-line.
15119
15120 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
15121 goto-line.
15122
15123 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
15124 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
15125 (quick-check-list-to-regexp): Declare.
15126
15127 * progmodes/make-mode.el (makefile-browser-insert-selection):
15128 Use goto-char rather than goto-line.
15129
15130 * progmodes/prolog.el (compilation-error-regexp-alist)
15131 (compilation-forget-errors): Declare.
15132
15133 2009-08-22 Juri Linkov <juri@jurta.org>
15134
15135 * progmodes/grep.el (lgrep, rgrep): At the beginning
15136 set `dir' to `default-directory' unless `dir' is a non-nil
15137 readable directory. (Bug#4052)
15138 (lgrep, rgrep): Change a weird way to report an error
15139 from using `read-string' to using `error'.
15140 Instead of using interactive arguments in the function body,
15141 add new argument `confirm'.
15142
15143 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
15144
15145 * textmodes/remember.el (remember-buffer):
15146 * progmodes/cperl-mode.el (cperl-vc-header-alist):
15147 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
15148 (icalendar-extract-ical-from-buffer):
15149 * net/newst-treeview.el (newsticker-groups-filename):
15150 * net/newst-backend.el (newsticker-cache-filename):
15151 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
15152 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
15153 (speedbar-add-ignored-path-regexp, speedbar-line-path)
15154 (speedbar-buffers-line-path, speedbar-path-line)
15155 (speedbar-buffers-line-path):
15156 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
15157 (epg-sign-keys):
15158 * epa.el (epa-display-verify-result):
15159 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
15160
15161 2009-08-21 Glenn Morris <rgm@gnu.org>
15162
15163 * progmodes/js.el (inferior-moz-process): Fix declaration.
15164
15165 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
15166
15167 * obsolete/rnewspost.el (news-mail-reply):
15168 Use goto-char rather than goto-line.
15169
15170 * term/ns-win.el (ns-open-file-select-line):
15171 Use line-beginning-position rather than goto-line.
15172
15173 * apropos.el (apropos-command):
15174 * ehelp.el (electric-helpify):
15175 * printing.el (pr-show-setup):
15176 * strokes.el (strokes-help):
15177 * tutorial.el (tutorial--describe-nonstandard-key)
15178 (tutorial--detailed-help):
15179 * woman.el (woman-mini-help, woman-display-extended-fonts):
15180 * calc/calc-help.el (calc-describe-key):
15181 * emulation/edt.el (edt-electric-helpify):
15182 * international/mule-diag.el (mule-diag):
15183 * play/yow.el (apropos-zippy):
15184 * progmodes/python.el (python-describe-symbol):
15185 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
15186 * textmodes/table.el (*table--cell-describe-mode)
15187 (*table--cell-describe-bindings):
15188 Use help-print-return-message rather than the now obsolete alias.
15189
15190 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
15191 (calendar-cursor-to-visible-date):
15192 * play/5x5.el (5x5-position-cursor):
15193 * play/decipher.el (decipher):
15194 * play/gomoku.el (gomoku-goto-xy):
15195 * play/landmark.el (lm-goto-xy):
15196 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
15197 (mpuz-paint-digit):
15198 Use forward-line, not goto-line.
15199
15200 * mail/rmail.el (rmail-obsolete): Delete custom group.
15201 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
15202 (rmail-remote-password, rmail-remote-password-required):
15203 Remove unneeded :set-after and :set properties.
15204
15205 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
15206
15207 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
15208
15209 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
15210
15211 * loadup.el: Remove leftover macos code.
15212
15213 * vc-git.el (vc-git-annotate-command): Run asynchronously.
15214 Explicitly pass the date format to git blame so that user local
15215 so that the output format can be parsed.
15216
15217 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
15218
15219 * net/dbus.el (top): Don't check for (getenv
15220 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
15221
15222 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
15223
15224 * log-edit.el (log-edit-strip-single-file-name): New var.
15225 (log-edit-insert-changelog): Use it. Bug#3571
15226
15227 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15228
15229 * subr.el (read-passwd): Use read-key so keypad keys work as well.
15230 Bug#3287
15231
15232 * help.el (help-print-return-message): Rename from
15233 print-help-return-message.
15234
15235 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
15236 cvs-mode-map parent hack.
15237 (log-view-mode): Derive from special-mode.
15238
15239 * linum.el (linum-mode): window-size-change-functions is redundant.
15240 Adapt to new window-configuration-change-hook behavior.
15241 (linum-after-size, linum-after-config): Remove.
15242
15243 * imenu.el (imenu-example--name-and-position)
15244 (imenu-example--lisp-extract-index-name)
15245 (imenu-example--create-lisp-index, imenu-example--create-c-index):
15246 Mark as obsolete.
15247
15248 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
15249 (inferior-prolog-mode): Use it.
15250 (inferior-prolog-load-file): Reset list of errors.
15251
15252 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15253
15254 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
15255
15256 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
15257
15258 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
15259
15260 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
15261 is running already.
15262
15263 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15264
15265 * subr.el (listify-key-sequence-1): Use normal syntax since those
15266 integers are nowadays always represented by the same (positive) number
15267 on all platforms.
15268 (read-key-empty-map): New const.
15269 (read-key-delay): New var.
15270 (read-key): New function.
15271 (force-mode-line-update): Use with-current-buffer.
15272 (locate-user-emacs-file): Don't forget to abbreviate the file name.
15273 (start-process-shell-command, start-file-process-shell-command):
15274 Discourage the use of command-args.
15275
15276 2009-08-19 Glenn Morris <rgm@gnu.org>
15277
15278 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
15279
15280 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15281
15282 * simple.el (choose-completion-string): Don't rely on
15283 minibuffer-completing-file-name and ad-hoc checks to decide whether
15284 to continue completion or not.
15285
15286 * minibuffer.el (minibuffer-hide-completions): New function.
15287 (completion--do-completion): Use it.
15288 (completions-annotations): New face.
15289 (completion--insert-strings): Use it.
15290 (completion-pcm--delim-wild-regex): Add docstring.
15291 (completion-pcm--string->pattern): Add support for 0-width delimiters
15292 in completion-pcm--delim-wild-regex.
15293
15294 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
15295
15296 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
15297 Remove unused var `buffer-modified-p'.
15298
15299 * minibuffer.el (completion--do-completion): Move point for the #b001
15300 case as well (bug#4176).
15301 (minibuffer-complete, minibuffer-complete-word): Don't move point.
15302
15303 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
15304
15305 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
15306 and :session buses.
15307
15308 2009-08-18 Kenichi Handa <handa@m17n.org>
15309
15310 * international/ucs-normalize.el (ucs-normalize-version):
15311 Change to 1.1.
15312 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
15313 (utf-8-hfs): Make it perform normalization on encoding too.
15314
15315 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
15316 (sentence-end-without-space): Delete duplicated chars.
15317 (sentence-end-base): Likewise.
15318
15319 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
15320 (html-mode): Delete duplicated chars from sentence-end-base.
15321
15322 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
15323 (texinfo-mode): Delete duplicated chars from sentence-end-base.
15324
15325 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
15326
15327 * files.el (hack-one-local-variable): If the mode function is for
15328 a minor mode, pass it an argument (Bug#4148).
15329
15330 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
15331
15332 * net/tramp.el (tramp-register-completion-file-name-handler):
15333 Check also for (member 'partial-completion completion-styles).
15334
15335 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
15336
15337 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
15338 abbrev (Bug#3943).
15339
15340 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
15341
15342 * progmodes/cperl-mode.el: Merge upstream 6.2.
15343 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
15344 (cperl-forward-re): Check cperl-brace-recursing.
15345 (cperl-highlight-charclass): New function.
15346 (cperl-find-pods-heres): Use it.
15347 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
15348 (cperl-beautify-regexp-piece): Fix column calculation.
15349 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
15350 (cperl-beautify-level): Don't process entire regexp.
15351 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
15352 calling man.
15353 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
15354 (cperl-init-faces): Build a list in the normal way.
15355
15356 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
15357
15358 * calendar/parse-time.el (parse-time-string-chars): Save match
15359 data.
15360
15361 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
15362
15363 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
15364 (sql-product): Use it.
15365 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
15366 (sql-set-product): Add completion.
15367 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
15368 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
15369 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
15370 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
15371 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
15372 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
15373 (sql-highlight-db2-keywords): Remove.
15374 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
15375 (sql-highlight-product): Use derived-mode-p.
15376 (sql-set-sqli-buffer): Use with-current-buffer.
15377 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
15378 Simplify.
15379
15380 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
15381
15382 * term.el: Fix commenting convention, turn comments into docstrings.
15383
15384 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
15385
15386 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
15387
15388 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
15389
15390 * calendar/parse-time.el (parse-time-string-chars): Compute using
15391 character classes, to handle non-ascii characters (Bug#3190).
15392
15393 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
15394
15395 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
15396 another heredoc if the user adds another < (Bug#3226).
15397
15398 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15399 Don't initialize based on window-system (Bug#4124).
15400
15401 * facemenu.el (facemenu-read-color): Use a completion function
15402 that accepts any defined color, such as RGB triplets (Bug#3677).
15403
15404 * files.el (get-free-disk-space): Change fallback default
15405 directory to /. Expand DIR argument before switching to fallback.
15406 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
15407
15408 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
15409
15410 * files.el (load-library): Doc fix.
15411
15412 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
15413
15414 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
15415 (viper-if-string): Redefine C-s in the minibuffer to insert the last
15416 incremental search string.
15417
15418 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
15419 XEmacs.
15420
15421 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
15422 (ediff-merge-region-is-non-clash)
15423 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
15424 Also check if the job is really a merge job.
15425
15426 * ediff.el (ediff-current-file): New function.
15427
15428 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
15429
15430 * progmodes/js.el: Edit docstrings throughout to follow Emacs
15431 conventions.
15432 (js-insert-and-indent): Delete function.
15433 (js-mode-map): Don't bind keys to js-insert-and-indent.
15434 (js-beginning-of-defun): Rename from js--beginning-of-defun.
15435 (js-end-of-defun): Rename from js--end-of-defun.
15436 (js-auto-indent-flag): Delete variable.
15437
15438 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
15439
15440 * progmodes/js.el: Remove proclaim statement.
15441 Defvar which-func-imenu-joiner-function to silence compiler.
15442
15443 * files.el (auto-mode-alist): Use js-mode for .js files.
15444
15445 * progmodes/js2-mode.el: Remove file.
15446
15447 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
15448
15449 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
15450
15451 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
15452
15453 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
15454 Karl Landstrom <karl.landstrom@brgeight.se>
15455
15456 * progmodes/js.el: New file.
15457
15458 2009-08-14 Mark A. Hershberger <mah@everybody.org>
15459
15460 * timezone.el (timezone-parse-date): Add ability to understand ISO
15461 basic format (minimal separators) dates in addition to the
15462 already-supported extended format dates.
15463
15464 2009-08-14 Eli Zaretskii <eliz@gnu.org>
15465
15466 * international/ucs-normalize.el: Add a `coding' file variable.
15467
15468 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
15469
15470 2009-08-14 Sam Steingold <sds@gnu.org>
15471
15472 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
15473
15474 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
15475
15476 * faces.el (help-argument-name): Define it here instead of
15477 help-fns.el, because in daemon mode help-fns.el may be loaded when
15478 faces are still uninitialized (Bug#1078).
15479
15480 * help-fns.el (help-argument-name): Move defface to faces.el.
15481
15482 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
15483
15484 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
15485 create buffer with a pty but no process so that GDB can make the
15486 inferior the controlling process.
15487
15488 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
15489
15490 * international/ucs-normalize.el: New file.
15491
15492 2009-08-13 Richard Stallman <rms@gnu.org>
15493
15494 * mail/rmail.el (rmail-get-attr-names):
15495 Accept an attribute header that is too short.
15496
15497 * mail/rmail.el (rmail-forget-messages):
15498 Ignore nil elt in rmail-message-vector. Use dotimes.
15499
15500 * progmodes/compile.el (compilation-goto-locus):
15501 Use next-error-move-function.
15502
15503 * simple.el (next-error-move-function): New variable.
15504
15505 2009-08-12 Juri Linkov <juri@jurta.org>
15506
15507 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
15508 always non-nil. (Bug#4052)
15509
15510 * replace.el (read-regexp): Return empty string when
15511 `default-value' is nil.
15512 (keep-lines-read-args): Don't use empty string as the
15513 default value for `read-regexp'. (Bug#2495)
15514
15515 2009-08-12 Juri Linkov <juri@jurta.org>
15516
15517 * international/mule-cmds.el (ucs-insert): Change arguments
15518 from `arg' to `character', `count', `inherit' to be the same
15519 as in `insert-char'. Doc fix. (Bug#4039)
15520
15521 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
15522
15523 2009-08-12 Juri Linkov <juri@jurta.org>
15524
15525 * files-x.el: New file.
15526
15527 * files.el: Move code that deals with adding/deleting
15528 file/directory-local variables to files-x.el.
15529
15530 * Makefile.in (ELCFILES): Add files-x.elc.
15531
15532 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
15533
15534 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
15535 to use `goto-line'.
15536 (gdb-place-breakpoints, gdb-get-location): Rewritten without
15537 `goto-line'.
15538 (gdb-invalidate-disassembly): Do not refresh upon receiving
15539 'update signal. Instead, update all disassembly buffers only after
15540 threads list.
15541 (gdb): Send -target-detach when buffer is killed (Bug#3794).
15542 (gdb-starting): Moved -data-list-register-names...
15543 (gdb-stopped): ...here so it's sent when first thread stops.
15544 (gdb-registers-handler-custom): Do nothing if register names are
15545 unknown yet.
15546
15547 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
15548 from `gdb-mi.el' to avoid extra tangling.
15549
15550 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
15551 change which breaks `gud-def' definitions used in `gdb'.
15552 (gdb-update-gud-running): No extra fuss for updating frame number.
15553
15554 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
15555
15556 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
15557 (describe-language-environment-map, setup-language-environment-map)
15558 (set-coding-system-map): Move initialization into declaration.
15559 (set-language-info-alist): Last arg to define-key-after can be skipped.
15560
15561 * international/quail.el (quail-completion-1): Simplify.
15562 (quail-define-rules): Use slightly more compact code.
15563 (quail-insert-decode-map): Propertize keys, compact columns.
15564
15565 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15566 Add goto-line.
15567
15568 2009-08-10 Miles Bader <miles@gnu.org>
15569
15570 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
15571 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
15572 (js2-instance-member, js2-private-member, js2-private-function-call)
15573 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
15574 (js2-magic-paren, js2-external-variable):
15575 Remove "-face" suffix from face names.
15576 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
15577 (js2-highlight-undeclared-vars, js2-peek-token)
15578 (js2-parse-function-params, js2-mode-show-errors)
15579 (js2-mode-show-warnings, js2-make-magic-delimiter)
15580 (js2-mode-highlight-magic-parens): Update to use new face names.
15581
15582 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
15583
15584 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
15585 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
15586
15587 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
15588
15589 * subr.el: Provide hashtable-print-readable.
15590
15591 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
15592 hs-c-like-adjust-block-beginning.
15593 (hs-hide-block-at-point): Stop hiding at the beginning of
15594 hs-block-end-regexp (Bug#700).
15595
15596 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
15597
15598 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
15599 a macro.
15600 (gdb-registers-handler-custom): Do not fail when register names
15601 are unavailable.
15602
15603 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
15604
15605 * progmodes/gdb-mi.el (gdb-control-all-threads)
15606 (gdb-control-current-thread): Interactive setters for
15607 `gdb-gud-control-all-threads' to use in menu.
15608 (gdb-show-run-p): Show «Go» when process is not active.
15609 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
15610 gud/thread.xpm and gud/all.xpm.
15611
15612 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
15613
15614 * net/net-utils.el (net-utils-font-lock-keywords): New var.
15615 (nslookup-font-lock-keywords): Make it a variable.
15616 (net-utils-mode): New mode for viewing diagnostic network output.
15617 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
15618 (net-utils-run-simple): New function.
15619 (ifconfig, iwconfig, netstat, arp, route): Use it.
15620
15621 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
15622
15623 * progmodes/gdb-mi.el (gdb-read-memory-custom)
15624 (gdb-memory-set-address, def-gdb-set-positive-number)
15625 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
15626 after changing settings.
15627 (gdb-invalidate-disassembly): Update when first shown.
15628 (gdb-edit-locals-value): Fixed.
15629 (gdb-registers-handler-custom): Print registers in right order and
15630 allow changing register values (only for current thread yet).
15631 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
15632 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
15633 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
15634 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
15635 info in mode name.
15636 (gdb-registers-mode-map): TAB to switch to locals.
15637
15638 2009-08-08 Eli Zaretskii <eliz@gnu.org>
15639
15640 * mail/rmail.el (rmail-add-mbox-headers)
15641 (rmail-set-message-counters-counter): Search for
15642 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
15643
15644 2009-08-08 Glenn Morris <rgm@gnu.org>
15645
15646 * Makefile.in (ELCFILES): Update.
15647
15648 2009-08-07 Eli Zaretskii <eliz@gnu.org>
15649
15650 * mail/sendmail.el (mail-yank-original): Set
15651 buffer-file-coding-system from the one used by the message whose
15652 text is yanked.
15653
15654 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
15655 to "windows" when "pgnuplot" is used.
15656 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
15657 call accept-process-output if "pgnuplot" is used.
15658 (calc-graph-init): Don't send -display and -geometry to
15659 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
15660 running "pgnuplot -V" with shell-command-to-string.
15661
15662 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
15663 the default.
15664
15665 2009-08-07 Eli Zaretskii <eliz@gnu.org>
15666
15667 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
15668 org/org-latex.elc.
15669
15670 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
15671
15672 * vc-dispatcher.el (vc-resynch-window): Update comment.
15673
15674 * term.el (term-handle-ansi-escape): Add comments with the
15675 terminfo capabilities implemented.
15676
15677 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
15678
15679 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
15680 (gdb-var-create-handler): Rewritten using JSON parser.
15681 (gdb-propertize-header): Moved earlier.
15682 (gdb-set-header): Removed to avoid duplication.
15683 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
15684 Refresh disassembly buffers only after threads list have been
15685 update.
15686 (gdb-threads-header, gdb-registers-header): Per-buffer header line
15687 variables.
15688
15689 2009-08-04 Juri Linkov <juri@jurta.org>
15690
15691 * files.el: Commands to add/delete file/directory-local variables.
15692 (read-file-local-variable, read-file-local-variable-value)
15693 (read-file-local-variable-mode, modify-file-local-variable)
15694 (modify-file-local-variable-prop-line)
15695 (modify-dir-local-variable): New functions.
15696 (add-file-local-variable, delete-file-local-variable)
15697 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
15698 (add-dir-local-variable, delete-dir-local-variable)
15699 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
15700 (copy-dir-locals-to-file-locals-prop-line): New commands.
15701
15702 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
15703
15704 * abbrev.el (insert-abbrev-table-description): Prettify output.
15705 Suggested by Karl Chen.
15706
15707 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
15708
15709 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
15710 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
15711 (gdb-overlay-arrow-position, gdb-thread-position)
15712 (gdb-disassembly-position): Declare variables.
15713 (gdb-wait-for-pending): Function now.
15714 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
15715 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
15716 compilation goes smoothly.
15717 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
15718 (gdb-non-stop-setting): New customization setting which replaces
15719 `gdb-non-stop' so changing it doesn't break active GDB session.
15720 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
15721 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
15722 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
15723 (gdb-show-threads-by-default): New customization options.
15724 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
15725 routines.
15726 (gdb-get-buffer-create): Send buffers update signal when they are
15727 created.
15728 (gdb-invalidate-locals, gdb-invalidate-registers)
15729 (gdb-invalidate-breakpoints)
15730 (gdb-invalidate-threads, gdb-invalidate-disassembly)
15731 (gdb-invalidate-memory): Accept update signal.
15732 (gdb-current-context-command): Use --frame option.
15733 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
15734 Implement `gdb-frame-number' selection logic.
15735 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
15736 whether to show GUD toolbar buttons.
15737 (gdb-thread-exited): Unselect current thread when it exits.
15738 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
15739 (gdb-mark-line): Routine which sets overlay arrow or inverses
15740 video on fringeless displays.
15741 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
15742 to build aligned columns of data in GDB buffers and set text
15743 properties line-by-line.
15744 (gdb-invalidate-breakpoints)
15745 (gdb-breakpoints-list-handler-custom)
15746 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
15747 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
15748 (gdb-registers-handler-custom): Align data columns.
15749 (gdb-locals-handler-custom): Now prints data like in variable
15750 declarations.
15751 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
15752 Removed confusing buttons.
15753 (gdb-invalidate-threads): Append --frame.
15754 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
15755 between breakpoints/threads buffers.
15756 (gdb-set-window-buffer): Now can ignore dedicated windows.
15757 (gdb-propertize-header): Use `gdb-set-window-buffer'.
15758 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
15759 (def-gdb-thread-buffer-gud-command): Replaces
15760 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
15761 for fine thread control.
15762 (gdb-preempt-existing-or-display-buffer): New function used to
15763 display bound buffers without breaking window layout.
15764 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
15765 (gdb-select-frame): New version of `gdb-frames-select' which now
15766 sets `gdb-frame-number' so commands may use --frame option instead
15767 of inner debugger state.
15768 (gdb-frame-handler): Do not set `gdb-frame-number'.
15769 (gdb-threads-mode-map): Select threads with mouse.
15770
15771 * progmodes/gud.el (gdb-gud-context-call): Declare function to
15772 avoid compilation warning.
15773 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
15774 `gdb-show-stop-p`.
15775
15776 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
15777 Argument `key' renamed to `buffer-type'.
15778 (gdb-current-context-buffer-name): Do not add thread info to
15779 buffer name when no thread is selected.
15780 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
15781 command (bug 3794).
15782 (gdb-thread-selected): Handle `=thread-selected' notification.
15783 (gdb-wait-for-pending): New macro to deal with congestion problems.
15784 (gdb-breakpoints-list-handler-custom): Don't fail on pending
15785 breakpoints.
15786 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
15787 This fixes problem similar to one described in bug 3947.
15788 (gud-menu-map): More menu items.
15789 (gdb-init-1): Reset `gdb-thread-number' to nil.
15790
15791 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
15792 non-stop settings.
15793
15794 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
15795 (gdb-current-context-command): Do not append --thread if
15796 `gdb-thread-number' is nil.
15797 (gdb-running-threads-count, gdb-stopped-threads-count): New
15798 variables.
15799 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
15800 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
15801 customization options.
15802 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
15803 GUD commands.
15804 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
15805 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
15806 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
15807 set `gdb-thread-number' and update `gud-running' properly.
15808 (gdb-running): Update threads list when new threads appear.
15809 (gdb-stopped): Support non-stop operation and new thread switching
15810 logic.
15811 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
15812 (gdb-json-partial-output): New set of JSON routines.
15813 (def-gdb-auto-update-trigger): New `signal-list' optional
15814 argument.
15815 (gdb-thread-list-handler-custom): Update `gud-running',
15816 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
15817 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
15818 (gdb-continue-thread, gdb-step-thread): New commands for fine
15819 thread execution control.
15820 (gud-menu-map): New menu items to switch non-stop options.
15821 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
15822 (gdb-send): Mimic RET properly (bug 3794).
15823
15824 * progmodes/gdb-mi.el (gdb-rules-name-maker)
15825 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
15826 gdb-buffer-rules.
15827 (def-gdb-auto-update-handler): New nopreserve optional argument.
15828 (gdb-stack-list-frames-custom): Print stack from top to bottom.
15829
15830 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
15831 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
15832 (gdb-parent-mode): New mode to derive other GDB modes from.
15833 (gdb-display-disassembly-for-thread)
15834 (gdb-frame-disassembly-for-thread): New commands for threads
15835 buffer.
15836
15837 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
15838 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
15839 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
15840 (gdb-update): We now store all GDB buffers in a list so that they
15841 can be updated by traversing a list instead of calling invalidate
15842 triggers explicitly.
15843 (def-gdb-trigger-and-handler): New macro to define trigger-handler
15844 pair for GDB buffer.
15845 (gdb-stack-buffer-name): Add thread information.
15846 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
15847 handle pending triggers.
15848 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
15849 (def-gdb-thread-buffer-simple-command)
15850 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
15851 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
15852 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
15853 New commands which show buffers bound to thread.
15854 (gdb-stack-list-locals-regexp): Removed unused regexp.
15855
15856 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
15857 (gdb-locals-buffer-name, gdb-registers-buffer-name)
15858 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
15859 to (gud-comint-buffer) in *-buffer-name functions
15860 because (gdb-get-target-string) already does that.
15861 (gdb-locals-handler-custom, gdb-registers-handler-custom)
15862 (gdb-changed-registers-handler): Rewritten without regexps.
15863
15864 * progmodes/gdb-mi.el: Basic thread selection support.
15865 (gdb-thread-number): New variable.
15866 (gdb-current-context-command): New macro which adds --thread
15867 option to command.
15868 (gdb-threads-mode-map): Select thread with SPC.
15869 (gdb-thread-list-handler-custom): Mark current thread with overlay
15870 arrow. Synchronize GDB thread and Emacs thread.
15871 (gdb-select-thread): New command which selects current thread.
15872 (gdb-invalidate-frames, gdb-invalidate-locals)
15873 (gdb-invalidate-registers): Use --thread option.
15874
15875 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
15876
15877 * net/tramp.el (top): Make check for tramp-gvfs loading more
15878 robust. (Bug#3977)
15879 (tramp-handle-insert-file-contents): `unwind-protect' must be
15880 inside `with-parsed-tramp-file-name'.
15881
15882 * net/tramp-gvfs.el (top): Remove superfluous message when loading
15883 fails.
15884
15885 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
15886
15887 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
15888 directory if CLASSPATH is not set.
15889
15890 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
15891
15892 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
15893 New defconst.
15894 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
15895
15896 2009-08-02 Kevin Ryde <user42@zip.com.au>
15897
15898 * net/newst-backend.el (newsticker--raw-url-list-defaults):
15899 Update freshmeat link. Delete newsforge.com as it seems gone.
15900
15901 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
15902
15903 * select.el (x-set-selection): Doc fix (Bug#4021).
15904
15905 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
15906
15907 * help-fns.el (describe-variable): Treat list return values from
15908 dir-locals-find-file properly (Bug#4005).
15909
15910 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
15911
15912 * net/tramp.el (tramp-debug-message): Print also microseconds.
15913
15914 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
15915
15916 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
15917 or END is non-nil.
15918 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
15919 (tramp-get-debug-buffer): Change `outline-regexp' according to new
15920 format.
15921
15922 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
15923 (tramp-get-file-property): Use it.
15924
15925 * autorevert.el (auto-revert-handler): Allow
15926 `auto-revert-tail-mode' for remote files.
15927
15928 2009-08-02 Jason Rumney <jasonr@gnu.org>
15929
15930 * minibuffer.el (read-file-name): Treat confirm options to
15931 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
15932
15933 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
15934
15935 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
15936 (font-lock-variable-name-face, font-lock-constant-face): Darken
15937 the colors for light backgrounds.
15938
15939 2009-08-01 Eli Zaretskii <eliz@gnu.org>
15940
15941 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
15942 month names. (Bug#3987)
15943
15944 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
15945
15946 * simple.el (line-move-finish): Pass whole number to
15947 line-move-to-column.
15948 (line-move-visual): Perform hscroll to the recorded position.
15949
15950 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
15951
15952 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
15953
15954 2009-07-29 Alan Mackenzie <acm@muc.de>
15955
15956 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
15957
15958 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
15959
15960 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
15961 (gdb-place-breakpoints): Use full path when setting breakpoints.
15962
15963 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
15964
15965 * calc/calc.el (calc-mode-map): Add keybinding for
15966 `calc-transpose-lines'.
15967
15968 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
15969
15970 * calc/calc-misc.el (calc-transpose-lines): New function.
15971
15972 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
15973
15974 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
15975 Simplify check for out-of-band methods.
15976 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
15977 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
15978
15979 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
15980
15981 * vc-git.el (vc-git-checkin): Fix typo.
15982
15983 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
15984
15985 * progmodes/js2-mode.el: New file.
15986
15987 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
15988
15989 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
15990 (gud-menu-map): Adjust tooltip accordingly.
15991
15992 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
15993
15994 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
15995 (vc-bzr-log-view-mode): Adjust log-view-file-re.
15996
15997 * add-log.el (change-log-mode-map): Add a menu.
15998
15999 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
16000
16001 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
16002 function returns nil.
16003 (dbus-handle-event): Handle special return value :ignore.
16004 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
16005
16006 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
16007
16008 * view.el (view-mode-enable): Don't define Helper-return-blurb if
16009 it's not needed.
16010
16011 2009-07-25 Eli Zaretskii <eliz@gnu.org>
16012
16013 Fix Bug#3888:
16014
16015 * w32-vars.el (x-select-enable-clipboard): Doc fix.
16016
16017 * term/pc-win.el (x-display-name, x-colors)
16018 (x-select-enable-clipboard, x-select-text): Doc fix.
16019
16020 * term/common-win.el (x-display-name, x-colors): Doc fix.
16021
16022 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
16023 (xw-defined-colors): Doc fix.
16024
16025 * w32-fns.el (x-select-text, x-setup-function-keys)
16026 (x-get-selection, x-set-selection): Doc fix.
16027
16028 * term/x-win.el (x-select-text, x-setup-function-keys)
16029 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
16030
16031 * select.el (x-set-selection): Doc fix.
16032
16033 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
16034
16035 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
16036 instead of "IsNSSSupportAvailable". Avahi ought to work also when
16037 "IsNSSSupportAvailable" method is not available. Reported by
16038 Steve Youngs <steve@sxemacs.org>.
16039
16040 2009-07-24 Kenichi Handa <handa@m17n.org>
16041
16042 * international/characters.el: Fix setting of category ?C, ?|, ?K,
16043 and ?H. Fix setting of case for Latin Extended and Greek Extended.
16044 (build-unicode-category-table): Fix range checks.
16045
16046 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
16047
16048 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
16049 the buffer we try to sync is current when calling
16050 vc-resynch-buffer.
16051
16052 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
16053 not show up to date files.
16054
16055 2009-07-24 Glenn Morris <rgm@gnu.org>
16056
16057 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
16058 Add autoload cookies. If necessary, initialize.
16059 (elint-log): Handle non-file buffers.
16060 (elint-initialize): Add optional argument to reinitialize.
16061 (elint-find-builtin-variables): Save excursion.
16062
16063 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
16064
16065 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16066 for Lint.
16067
16068 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
16069
16070 * vc.el (vc-print-log-internal): New function, split out from ...
16071 (vc-print-log): ... here.
16072 (vc-dir-move-to-goal-column): Declare.
16073
16074 * vc-git.el (vc-git-add-signoff): New variable.
16075 (vc-git-checkin): Use it.
16076 (vc-git-toggle-signoff): New function.
16077 (vc-git-extra-menu-map): Bind it to menu.
16078 (vc-git--run-command-string): Accept a nil FILE argument.
16079 (vc-git-stash-list): New function.
16080 (vc-git-dir-extra-headers): Use it.
16081
16082 2009-07-23 Glenn Morris <rgm@gnu.org>
16083
16084 * help-fns.el (describe-variable): Describe ignored and risky local
16085 variables in a similar way to that in which we describe safe ones.
16086
16087 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
16088 (byte-compile-output-file-form, byte-compile-output-docform)
16089 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
16090 Give some more local variables with common names a "bytecomp-" prefix,
16091 so as not to shadow things during compilation.
16092 * emacs-lisp/cl-macs.el (load-time-value)
16093 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
16094 `outbuffer' to `bytecomp-outbuffer'.
16095
16096 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
16097 since the next two variables cover them automatically now.
16098 (elint-builtin-variables, elint-autoloaded-variables): New.
16099 (elint-unknown-builtin-args): Remove all members, since they can be
16100 parsed automatically now.
16101 (elint-extra-errors): New.
16102 (elint-env-add-env, elint-env-add-macro): Use cadr.
16103 (elint-current-buffer): Use or. Change final message.
16104 (elint-get-top-forms): Use line-end-position.
16105 (elint-init-env): Use cadr. Handle autoload, declare-function,
16106 and defalias.
16107 (elint-add-required-env): Doc fix. Use or. Standardize error.
16108 (regexp-assoc): Remove unused function.
16109 (elint-top-form): Set elint-current-pos, to record the start of the
16110 top-level form, for compilation-mode.
16111 (elint-form): Trap errors in macro expansion. Use dolist.
16112 (elint-unbound-variable): Use elint-builtin-variables and
16113 elint-autoloaded-variables.
16114 (elint-get-args): Use cadr, or.
16115 (elint-check-cond-form): Use dolist, cadr.
16116 (elint-check-condition-case-form): Doc fix. Use cadr.
16117 Use elint-extra-errors.
16118 (elint-log): New function.
16119 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
16120 Distinguish errors and warnings.
16121 (elint-log-message): Use with-current-buffer. Inhibit read-only.
16122 Use a bytecomp-style format.
16123 (elint-clear-log): Preserve default-directory. Inhibit read-only.
16124 (elint-get-log-buffer): Use compilation mode. Disable undo.
16125 Don't truncate lines.
16126 (elint-initialize): Set builtin and autoloaded variable lists.
16127 Only process elint-unknown-builtin-args if non-nil.
16128 (elint-find-builtin-variables, elint-find-autoloaded-variables):
16129 New functions.
16130 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
16131
16132 2009-07-22 Kevin Ryde <user42@zip.com.au>
16133
16134 * net/newst-backend.el (newsticker--parse-atom-1.0)
16135 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
16136 (newsticker--parse-rss-1.0):
16137 * progmodes/idlwave.el (idlwave-mode):
16138 * progmodes/idlw-shell.el (idlwave-shell-mode):
16139 * progmodes/vera-mode.el (vera-mode):
16140 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
16141 * progmodes/vhdl-mode.el (vhdl-mode):
16142 * textmodes/table.el (table-generate-source)
16143 (table--warn-incompatibility):
16144 Hyperlink urls in docstrings with URL `...'.
16145
16146 2009-07-22 Glenn Morris <rgm@gnu.org>
16147
16148 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
16149 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
16150 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
16151 Remove leading * from defcustom docs.
16152
16153 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
16154
16155 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
16156 defcustom doc.
16157 (list-load-path-shadows): Optionally, just return shadows as a string.
16158
16159 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
16160
16161 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
16162
16163 * mail/rmailedit.el (rmail-edit-mode): Use
16164 auto-save-include-big-deletions.
16165
16166 * mail/rmail.el (rmail-variables): Use
16167 auto-save-include-big-deletions.
16168
16169 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
16170 changes.
16171
16172 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
16173
16174 * calc/calc.el (calc-undo-length): New variable.
16175 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
16176
16177 2009-07-21 Richard Stallman <rms@gnu.org>
16178
16179 * files.el (auto-save-mode): Handle buffer-save-size = -2
16180 for toggling mode.
16181
16182 2009-07-21 Glenn Morris <rgm@gnu.org>
16183
16184 * textmodes/ispell.el (ispell-looking-back): Update declaration.
16185
16186 * calendar/todo-mode.el (calendar-current-date): Update declaration.
16187
16188 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
16189 silence compiler. Instead...
16190 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
16191 (ps-print-ensure-fontified): Update for above function name changes.
16192
16193 * printing.el (pr-mh-get-msg-num, pr-mh-show)
16194 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
16195 silence compiler. Instead...
16196 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
16197 (mh-show-buffer): Only define for compiler.
16198 (pr-mh-current-message): Update for above function name changes.
16199
16200 * files.el (abort-if-file-too-large): Explicitly pass `filename'
16201 as an argument.
16202 (find-file-noselect, insert-file-1): Update for above change.
16203
16204 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
16205
16206 * mail/mailclient.el (mailclient-send-it): Fix message.
16207
16208 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
16209 (edebug-eval): Check cl-debug-env is bound.
16210 (print-level, print-circle): Don't redefine built-in variables.
16211
16212 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
16213 (custom-print-vectors): Remove old comments from doc.
16214
16215 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
16216 (emerge-version): Make the variable an obsolete alias for the
16217 emacs-version variable. Make the function obsolete.
16218 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
16219 Emerge options, rather than merging in into the main Options menu.
16220 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
16221 and auto advance modes. Disable edit/fast items when not relevant.
16222
16223 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
16224
16225 * term/vt420.el (terminal-init-vt420): Fix typo.
16226
16227 2009-07-20 Sam Steingold <sds@gnu.org>
16228
16229 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
16230 variable (removed from compile.el on 2004-03-11).
16231
16232 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
16233
16234 * files.el (hack-local-variables-filter): Fix last change.
16235
16236 2009-07-19 Juri Linkov <juri@jurta.org>
16237
16238 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
16239 (dir-local-variables-alist): New buffer-local variable.
16240 (hack-local-variables-filter): If variable is not dir-local,
16241 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
16242 because file-local overrides dir-local.
16243 (c-postprocess-file-styles) <declare-function>:
16244 Remove obsolete declaration.
16245 (hack-dir-local-variables): Add dir-local variable/value pair to
16246 `dir-local-variables-alist' and remove duplicates. Doc fix.
16247
16248 * help-fns.el (describe-variable): Add information about
16249 file-local and dir-local variables.
16250
16251 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
16252
16253 * files.el (hack-local-variables-filter): Rewrite.
16254
16255 2009-07-19 Glenn Morris <rgm@gnu.org>
16256
16257 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
16258 Silence compiler by only defining on XEmacs.
16259
16260 * international/mule.el (auto-coding-regexp-alist): Only match
16261 BABYL... at the start of buffer, not of lines. (Bug#3790)
16262
16263 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
16264 non-calendar buffers (Bug#3862). Restore "not on a date" message.
16265 (cal-menu-context-mouse-menu): Doc fix.
16266
16267 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
16268
16269 * simple.el (mail-user-agent): Doc fix. Set :version tag.
16270
16271 2009-07-18 Juri Linkov <juri@jurta.org>
16272
16273 * info.el: Virtual Info keyword finder.
16274 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
16275 (Info-finder-file): New variable.
16276 (Info-finder-find-file): New function.
16277 (finder-known-keywords, finder-package-info)
16278 (find-library-name, lm-commentary): Use defvar and
16279 declare-function to silence compiler warnings.
16280 (Info-finder-find-node): New function.
16281 (info-finder): New command.
16282
16283 * subr.el (process-kill-buffer-query-function): New function.
16284 (add-hook)<kill-buffer-query-functions>: Add hook
16285 `process-kill-buffer-query-function'.
16286
16287 2009-07-18 Alan Mackenzie <acm@muc.de>
16288
16289 * progmodes/cc-mode.el (c-before-hack-hook)
16290 (c-postprocess-file-styles): Give invocation of `c-set-style'
16291 DONT-OVERRIDE parameter of t. Already set style variables will
16292 thus not be overridden by style settings given by `c-file-syle'.
16293
16294 * files.el (hack-local-variables-filter): Remove entries with
16295 duplicate keys from `file-local-variables-alist'.
16296
16297 2009-07-18 Eli Zaretskii <eliz@gnu.org>
16298
16299 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
16300 x-set-selection if display-selections-p returns nil for the
16301 current frame.
16302
16303 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
16304
16305 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
16306
16307 2009-07-18 Eli Zaretskii <eliz@gnu.org>
16308
16309 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
16310 Accept nil in addition to a regexp.
16311 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
16312 Accept nil in addition to a regexp.
16313 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
16314 buffers that have an associated file. Handle nil values of
16315 desktop-buffers-not-to-save and desktop-files-not-to-save.
16316 (Bug#3833)
16317
16318 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16319 (x-disown-selection-internal): New functions.
16320
16321 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
16322
16323 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
16324 warning.
16325 (gdb-breakpoints-header): Move forward to avoid compiler warning.
16326 (gdb-make-header-line-mouse-map): Remove duplicate definition.
16327
16328 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
16329
16330 * simple.el (set-mark): Revert last change.
16331
16332 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
16333
16334 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
16335 rendering of pngs is not possible instead of messaging a long
16336 description.
16337
16338 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
16339
16340 * w32-fns.el (x-selection-owner-p): New function.
16341
16342 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
16343 (mouse-yank-at-click, mouse-yank-primary): If
16344 select-active-regions is non-nil, deactivate the mark before
16345 insertion.
16346
16347 * simple.el (deactivate-mark, set-mark): Only save selection if we
16348 own it.
16349
16350 2009-07-17 Kenichi Handa <handa@m17n.org>
16351
16352 * case-table.el (describe-buffer-case-table): Fix for the case
16353 that KEY is a cons.
16354
16355 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
16356
16357 * vc-rcs.el (vc-rcs-find-file-hook):
16358 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
16359
16360 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
16361
16362 * net/tramp.el (tramp-wait-for-output): Handle the case when
16363 commands do not return a newline but a null byte before the shell
16364 prompt. (Bug#3858)
16365
16366 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16367
16368 * term/ns-win.el (ns-set-alpha): Don't declare.
16369 (ns-set-background-alpha): Remove function.
16370
16371 2009-07-16 Kevin Ryde <user42@zip.com.au>
16372
16373 * emacs-lisp/copyright.el (copyright-update): Save match-data across
16374 y-or-n-p, for safety.
16375
16376 2009-07-16 Richard Stallman <rms@gnu.org>
16377
16378 * files.el (auto-save-mode): If buffer-saved-size is -2,
16379 don't clobber it.
16380
16381 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
16382 (rmail-retry-ignored-headers): Add more uninteresting fields.
16383
16384 2009-07-15 Jari Aalto <jari.aalto@cante.net>
16385
16386 * net/rcirc.el (rcirc): Use history variables.
16387 (rcirc-server-name-history, rcirc-nick-name-history)
16388 (rcirc-server-port-history): New variables.
16389
16390 2009-07-15 Kenichi Handa <handa@m17n.org>
16391
16392 * international/mule-cmds.el (set-language-environment-charset):
16393 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
16394 ignore them.
16395
16396 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
16397 Delete unibyte-display.
16398
16399 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
16400
16401 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
16402
16403 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
16404
16405 * simple.el (deactivate-mark): Optional argument FORCE.
16406 (set-mark): Use deactivate-mark.
16407
16408 * info.el (Info-search): No need to check transient-mark-mode
16409 before calling deactivate-mark.
16410
16411 * select.el (x-set-selection): Doc fix.
16412 (x-valid-simple-selection-p): Allow buffer values.
16413 (xselect--selection-bounds): Handle buffer values. Suggested by
16414 David De La Harpe Golden.
16415
16416 * mouse.el (mouse-set-region, mouse-drag-track): Call
16417 copy-region-as-kill before setting the mark, to let
16418 select-active-regions work.
16419
16420 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
16421
16422 * simple.el (deactivate-mark): If select-active-regions is
16423 non-nil, copy the selection data into a string.
16424 (activate-mark): If select-active-regions is non-nil, set the
16425 selection to the current buffer.
16426 (set-mark): Update selection if select-active-regions is non-nil.
16427
16428 * select.el (x-valid-simple-selection-p): Allow buffer values.
16429
16430 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
16431
16432 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
16433 and more featureful message-mode.
16434
16435 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
16436
16437 * select.el (x-set-selection): Doc fix.
16438 (x-valid-simple-selection-p): Disallow selection data consisting
16439 of a list or cons of integers, since that is not used.
16440 (xselect--selection-bounds, xselect--int-to-cons): New functions.
16441 (xselect-convert-to-string, xselect-convert-to-length)
16442 (xselect-convert-to-filename, xselect-convert-to-charpos)
16443 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
16444
16445 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
16446
16447 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
16448 output in -break-info command (Emacs bug #3794).
16449
16450 2009-07-14 Glenn Morris <rgm@gnu.org>
16451
16452 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
16453 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
16454 (edebug-print-length, edebug-print-level, edebug-print-circle)
16455 (edebug-sit-for-seconds, edebug-view-outside)
16456 (edebug-bounce-point, edebug-set-global-break-condition)
16457 (edebug-Go-nonstop-mode, edebug-trace-mode)
16458 (edebug-Trace-fast-mode, edebug-continue-mode)
16459 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
16460 (edebug-visit-eval-list): Doc fixes.
16461
16462 * subr.el (def-edebug-spec): Doc fix.
16463
16464 2009-07-14 Kenichi Handa <handa@m17n.org>
16465
16466 * international/characters.el: Fix setting of category ?C.
16467
16468 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
16469
16470 * term/ns-win.el (x-select-font): defalias x-select-font to
16471 ns-popup-font-panel instead of generate-fontset-menu.
16472
16473 2009-07-12 Eli Zaretskii <eliz@gnu.org>
16474
16475 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
16476
16477 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
16478
16479 * arc-mode.el (archive-find-type): Allow for a PK00 string before
16480 the PK\003\004 header (Bug#3770).
16481
16482 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
16483
16484 * pcomplete.el (pcomplete-comint-setup): Check for
16485 shell-dynamic-complete-filename too.
16486
16487 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
16488
16489 * simple.el (temporary-goal-column): Change the value for
16490 line-move-visual to a cons cell.
16491 (line-move-visual): Record or set the window hscroll, if
16492 necessary (Bug#3494).
16493 (line-move-1): Handle cons value of temporary-goal-column.
16494
16495 2009-07-11 Kenichi Handa <handa@m17n.org>
16496
16497 * international/mule-diag.el (describe-character-set): Don't show
16498 width.
16499
16500 2009-07-10 Sam Steingold <sds@gnu.org>
16501
16502 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16503 Omake sometimes indents the errors it prints, so allow all
16504 regexps to start with spaces.
16505
16506 2009-07-10 Eli Zaretskii <eliz@gnu.org>
16507
16508 * cus-edit.el (customize-changed-options-previous-release):
16509 Bump value to 22.1. (Bug#3804)
16510
16511 2009-07-08 Sam Steingold <sds@gnu.org>
16512
16513 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
16514 to be a cons cell (test . ignored-directory) to selectively ignore
16515 some directories depending on the location of the search.
16516
16517 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
16518
16519 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
16520 remote user is root, on the local host.
16521 (tramp-local-host-p): Either the local user or the remote user
16522 must be root. (Bug#3771)
16523
16524 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
16525
16526 * progmodes/gdb-mi.el (gdb): Remove description of
16527 gdb-use-separate-io-buffer.
16528 (menu): Don't allow toggling of or enable
16529 gdb-use-separate-io-buffer from menubar.
16530
16531 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
16532
16533 * mail/unrmail.el (unrmail): Make sure the message ends with two
16534 newlines (Bug#3769).
16535
16536 2009-07-08 Glenn Morris <rgm@gnu.org>
16537
16538 * calendar/calendar.el (calendar-current-date): Rework previous change.
16539
16540 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
16541
16542 * calendar/calendar.el (calendar-current-date):
16543 Add an optional argument giving an offset from today.
16544
16545 2009-07-08 Glenn Morris <rgm@gnu.org>
16546
16547 * tutorial.el (tutorial--describe-nonstandard-key):
16548 Adjust the message for when a key has been unbound.
16549 (help-with-tutorial): Hide the arch-tag.
16550
16551 2009-07-08 Kenichi Handa <handa@m17n.org>
16552
16553 * international/fontset.el (setup-default-fontset): For each
16554 script, append (not set) font-specs.
16555
16556 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
16557 docstring.
16558
16559 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
16560
16561 * progmodes/gdb-mi.el (gdb-init-1): Move sending
16562 -data-list-register-names to ...
16563 (gdb-starting): ... here because GDB 7.0 requires execution to
16564 have started when using this MI command.
16565 (gdb-set-header): New function to distinguish select and
16566 unselected tabs in gdb buffers.
16567 (gdb-propertize-header): New macro that uses gdb-set-header.
16568 (gdb-breakpoints-header, gdb-locals-header): Use it.
16569 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
16570
16571 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
16572
16573 * Makefile.in (ELCFILES): Remove fadr.elc.
16574
16575 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
16576
16577 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
16578 may contain frame information, so `string-match' should be used.
16579 (gdb-update): Disassembly is invalidated through
16580 `gdb-get-selected-frame'.
16581 (gdb-pad-string): New function to pad string with spaces.
16582 (gdb-invalidate-disassembly): Invalidate only if the buffer
16583 exists.
16584 (gdb-disassembly-handler-custom): Column alignment.
16585 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
16586 placing new ones.
16587 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
16588 end of line, too.
16589 (gdb-frame-handler): Match convention to for disassembly buffer
16590 mode name.
16591 (gdb-stack-list-frames-handler): Rewritten without regexps.
16592 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
16593 not highlight breakpoints without line information.
16594 (gdb-input): Add trailing newline to command.
16595
16596 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
16597 buffer properly.
16598 (gdb-breakpoints-list-handler-custom): Replacement for
16599 `gdb-break-list-handler'. Using real parser instead of regexps
16600 now.
16601 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
16602 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
16603 to place breakpoints.
16604 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
16605 functions.
16606 (gdb-disassembly-handler-custom): Show overlay arrow.
16607 (gdb-disassembly-place-breakpoints): Show breakpoints in
16608 disassembly buffer.
16609 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16610 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
16611 instead of parsing breakpoints buffer. Fixed old menu references
16612 in `gud-menu-map'.
16613
16614 * fadr.el: Remove.
16615
16616 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
16617 (gdb-memory-address): New variable which holds top address of
16618 memory page shown in memory buffer.
16619 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
16620 customization variables.
16621 New functions:
16622 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
16623 display the memory buffer.
16624 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
16625 buffer display parameters.
16626 (def-gdb-memory-format, gdb-memory-format-binary)
16627 (gdb-memory-format-octal, gdb-memory-format-unsigned)
16628 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
16629 Functions for setting memory buffer format.
16630 (gdb-memory-unit-word, gdb-memory-unit-halfword)
16631 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
16632 unit size used in memory buffer.
16633 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
16634 to next/previous page of memory buffer.
16635 Now using (bindat-get-field) instead of fadr functions.
16636
16637 2009-07-07 Sam Steingold <sds@gnu.org>
16638
16639 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
16640 non-top-level files.
16641
16642 2009-07-07 Kenichi Handa <handa@m17n.org>
16643
16644 * international/mule-cmds.el (reset-language-environment): Put
16645 the highset priority to the charset iso-8859-1.
16646
16647 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
16648
16649 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
16650 to the end of the line when locating the block (Bug#700).
16651
16652 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
16653
16654 * net/tramp.el (tramp-handle-write-region): Flush file properties
16655 in case of short track.
16656
16657 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
16658
16659 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
16660 Coded custom representation of verilog error regular expressions
16661 to work with Emacs-22's new format.
16662 (verilog-error-regexp-xemacs-alist): Coded custom representation
16663 of verilog error regular expressions to work with XEmacs format.
16664 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
16665 error recognition into XEmacs.
16666 (verilog-error-regexp-add-emacs): Hook routine to install verilog
16667 error recognition into Emacs-22.
16668
16669 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
16670
16671 * woman.el: Remove stand-alone closing parentheses.
16672 (woman-file-name, woman2-format-paragraphs)
16673 (woman-leave-blank-lines): Code cleanup.
16674 (woman-use-own-frame): Change default to nil.
16675 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
16676 defaults to inherit from default faces.
16677 (woman2-process-escapes): Consume the newline after a stand-alone
16678 filler character (Bug#3651).
16679
16680 2009-07-06 Glenn Morris <rgm@gnu.org>
16681
16682 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
16683 (top-level): Move provide to the end.
16684 (ffap): Remove defunct URL from custom group.
16685
16686 * subr.el (eval-after-load): Doc fix.
16687
16688 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
16689
16690 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
16691 `calc-embedded-word' is called twice.
16692
16693 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16694
16695 * files.el (find-alternate-file-other-window, find-alternate-file):
16696 Obey confirm-nonexistent-file-or-buffer.
16697
16698 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
16699
16700 * dired-aux.el (dired-show-file-type): Handle remote files.
16701
16702 2009-07-05 Jari Aalto <jari.aalto@cante.net>
16703
16704 * desktop.el (desktop-globals-to-save):
16705 Add file-name-history (Bug#2750).
16706
16707 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
16708
16709 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
16710
16711 2009-07-04 Johan Bockgård <bojohan@gnu.org>
16712
16713 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
16714 property on entire argument since this is what eshell-lisp-command
16715 expects.
16716
16717 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
16718
16719 * net/tramp-gvfs.el (tramp-gvfs-methods)
16720 (tramp-gvfs-zeroconf-domain)
16721 (tramp-bluez-discover-devices-timeout): Add version flag.
16722 (tramp-gvfs-handler-mounted-unmounted)
16723 (tramp-gvfs-connection-mounted-p): Polish handling of
16724 incompatibilities between GVFS 0.2 and 1.0.
16725
16726 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
16727
16728 * cus-start.el (all): Add make-pointer-invisible.
16729
16730 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
16731
16732 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
16733 formatted correctly.
16734
16735 2009-07-02 Juri Linkov <juri@jurta.org>
16736
16737 * info.el: Virtual Info files and nodes.
16738 (Info-virtual-files, Info-virtual-nodes): New variables.
16739 (Info-current-node-virtual): New variable.
16740 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
16741 New functions.
16742 (Info-file-supports-index-cookies): Use Info-virtual-file-p
16743 to check for a virtual file instead of checking a fixed list
16744 of node names.
16745 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
16746 instead of ad-hoc processing of "dir" and (apropos history toc).
16747 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
16748 instead of ad-hoc processing of "dir" and (apropos history toc).
16749 Reread a file when moving from a virtual node.
16750 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
16751 (Info-directory-toc-nodes, Info-directory-find-file)
16752 (Info-directory-find-node): New functions.
16753 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
16754 (Info-history): Move part of code to
16755 `Info-history-find-node'.
16756 (Info-history-toc-nodes, Info-history-find-file)
16757 (Info-history-find-node): New functions.
16758 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
16759 (Info-toc): Move part of code to `Info-toc-find-node'.
16760 (Info-toc-find-node): New function.
16761 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
16762 the current Info file name to references because now the node
16763 "*TOC*" belongs to the same Info manual.
16764 (Info-toc-build): Rename from `Info-build-toc'.
16765 (Info-toc-nodes): Rename input argument `file' to `filename'.
16766 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
16767 instead of ad-hoc processing of ("dir" apropos history toc).
16768 (Info-index-nodes): Use Info-virtual-file-p
16769 to check for a virtual file instead of checking a fixed list
16770 of node names.
16771 (Info-index-node): Add check for `Info-current-node-virtual'.
16772 Raise `save-match-data' higher up the tree to contain
16773 `search-forward' too (bug fix).
16774 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
16775 (Info-virtual-index-nodes): New variable.
16776 (Info-virtual-index-find-node, Info-virtual-index): New functions.
16777 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
16778 (Info-apropos-file, Info-apropos-nodes): New variables.
16779 (Info-apropos-toc-nodes, Info-apropos-find-file)
16780 (Info-apropos-find-node, Info-apropos-matches): New functions.
16781 (info-apropos): Move part of code to `Info-apropos-find-node' and
16782 `Info-apropos-matches'.
16783 (Info-mode-map): Bind "I" to `Info-virtual-index'.
16784 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
16785 for a virtual file instead of checking a fixed list of node names.
16786
16787 * simple.el (async-shell-command): New command.
16788
16789 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
16790
16791 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
16792 instead of `mount-info'.
16793
16794 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
16795
16796 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
16797 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
16798
16799 2009-07-02 Kenichi Handa <handa@m17n.org>
16800
16801 * international/mule.el (set-keyboard-coding-system): Force *-unix
16802 coding-system to avoid eol conversion.
16803
16804 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
16805
16806 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
16807 Add handler for `process-file', `shell-command' and
16808 `start-file-process'.
16809 (tramp-gvfs-handle-shell-command)
16810 (tramp-gvfs-handle-start-file-process)
16811 (tramp-gvfs-handle-process-file): New defuns.
16812 (tramp-synce-list-devices): Simplify check for existence of property.
16813
16814 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
16815
16816 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
16817
16818 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
16819
16820 * language/korean.el (set-language-info-alist): Add korean-cp949,
16821 cp949 to spec.
16822
16823 2009-07-01 Kenichi Handa <handa@m17n.org>
16824
16825 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
16826
16827 * international/encoded-kb.el: Deleted.
16828
16829 * international/mule.el (set-keyboard-coding-system): Perform the
16830 necessary setup here instead of calling encoded-kbd-setup-display.
16831
16832 2009-07-01 Glenn Morris <rgm@gnu.org>
16833
16834 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
16835
16836 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
16837
16838 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
16839
16840 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
16841
16842 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
16843 Handle also the 'rename case, when setting file modes. (Bug#3712)
16844 (tramp-default-file-modes): Remove execute permissions.
16845
16846 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
16847 (top): Add a default for "synce" in `tramp-default-user-alist'.
16848 Add completion function for "synce" method.
16849 (tramp-hal-service, tramp-hal-path-manager)
16850 (tramp-hal-interface-manager, tramp-hal-interface-device):
16851 New defconst.
16852 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
16853 (tramp-synce-list-devices, tramp-synce-parse-device-names):
16854 New defuns.
16855
16856 * net/trampver.el: Update release number.
16857
16858 2009-06-30 Kenichi Handa <handa@m17n.org>
16859
16860 * international/fontset.el (setup-default-fontset): Add CJK fonts
16861 for symbols and the other miscellaneous characters.
16862
16863 * language/korea-util.el (setup-korean-environment-internal):
16864 Make char-width-table suitable for Korean environments.
16865 (exit-korean-environment): Cancel above.
16866
16867 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
16868 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
16869 setup-function to make char-width-table suitable for respective
16870 environments, and an exit-function to cancel that.
16871
16872 * language/japan-util.el (setup-japanese-environment-internal):
16873 Call use-cjk-char-width-table with arg `ja_JP'.
16874
16875 * international/characters.el (cjk-char-width-table): Delete it.
16876 (cjk-char-width-table-list): New variable.
16877 (use-cjk-char-width-table): New arg local-name.
16878 (use-default-char-width-table): Fix for the case that Emacs is
16879 already using the default char-width-table.
16880
16881 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
16882
16883 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
16884 modes mandatory. (Bug#3712)
16885
16886 2009-06-29 Alan Mackenzie <acm@muc.de>
16887
16888 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
16889 correction between the visible width of TABs and their number of bytes.
16890
16891 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
16892
16893 * server.el (server-buffer-done): Prevent kill-buffer from
16894 prompting by clearing the buffer modification flag (Bug#3696).
16895
16896 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
16897
16898 * progmodes/verilog-mode.el (verilog-beg-of-statement)
16899 (verilog-endcomment-reason-re): Support unique case and priority case.
16900 (verilog-basic-complete-re): Support localparam lineup.
16901 (verilog-beg-of-statement-1): Fix for robustness, unique case.
16902 (verilog-set-auto-endcomments): Fix for unique case, always_comb
16903 commenting.
16904 (verilog-leap-to-case-head): Now support *nested* unique &
16905 priority case statements.
16906 (verilog-auto-lineup): Make just declarations the default (as it
16907 had been).
16908 (verilog-leap-to-case-head): Support priority/unique case statements.
16909 (verilog-auto-lineup): Rework to give users radio buttons to
16910 select the various styles of automatic lineup.
16911 (verilog-error-regexp-alist): Rework to support the XEmacs style
16912 of error regular expressions from compilers, lint tools &
16913 simulators. Note that GNU Emacs has made it impossible for a mode
16914 to load such things.
16915 (electric-verilog-terminate-line, verilog-indent-declaration)
16916 (verilog-auto-wiure): Rework for radio button selection of
16917 auto-lineup selection of specification of auto lineup.
16918 (verilog-beg-of-statement-1): Redesign to support proper operation
16919 in additional code, based on testing with auto-lineup.
16920 (verilog-calculate-indent, assignments & declarations)
16921 (verilog-backward-token): Enhance to support auto-lineup of
16922 assignments & declarations.
16923 (verilog-in-directive-p, verilog-at-struct-p): New function for
16924 easy test of whether we are.
16925 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
16926 to support safe execution at almost anyline.
16927 (verilog-calc-1): Properly support indenting deep inside generate
16928 blocks.
16929 (verilog-init-font): Remove definition & use of verilog-init-font,
16930 as it is redundant with font-lock-defaults.
16931 (verilog-mode): Alter the definition of verilog-font-lock-defaults
16932 to avoid circular calls if syntax-ppss is a function (as is the
16933 case now in 22.x GNU Emacs) as that function would sometimes call
16934 itself, leading to (nearly) infinite recursion.
16935 (verilog-ovm-begin-re, verilog-ovm-end-re)
16936 (verilog-ovm-statement-re, verilog-leap-to-head)
16937 (verilog-backward-token): Add support for OVM macros. Some are
16938 complete statements, and others open and close scopes like begin
16939 and end.
16940 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
16941 (verilog-defun-level-generate-only-re): Really fix the defun-list
16942 compilation issue.
16943 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
16944 coverpoint, constraint and cross statements.
16945 (verilog-defun-level-list, verilog-generate-defun-level-list)
16946 (verilog-all-defun-level-list): Redo these specifications - it is
16947 too hard to support eval-when compile aggregation of lists also
16948 built at when-compile time.
16949 (verilog-defun-level-list): Place defconsts of variables used in
16950 building regular expressions which are built in eval-when-compile
16951 bodies in the same eval-when-compile body to facilitate compile
16952 without load.
16953 (verilog-beg-block-re-ordered): Support indenting
16954 virtual/protected tasks and functions.
16955 (verilog-defun-level-list, verilog-in-generate-region-p)
16956 (verilog-backward-ws&directives, verilog-calc-1): Speed up
16957 indentation of some module items (generate items).
16958 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
16959 across virtual/protected tasks and functions.
16960
16961 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
16962
16963 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
16964 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
16965 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
16966 in concatenations. Reported by Yishay Belkind.
16967 (verilog-auto-ascii-enum): Support one-hot state machines in
16968 AUTOASCIIENUM. Suggested by Lloyd Gomez.
16969 (verilog-auto-inst, verilog-auto-inst-port): Include interface
16970 modport in AUTOINST and add vl-modport for users. Reported by
16971 David Rogoff.
16972 (verilog-auto-inout-module, verilog-auto-inst)
16973 (verilog-decls-get-interfaces, verilog-insert-definition)
16974 (verilog-insert-one-definition, verilog-read-decls)
16975 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
16976 (verilog-sig-modport, verilog-signals-combine-bus)
16977 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
16978 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
16979 Suggested by David Rogoff.
16980 (verilog-repair-open-comma): Fix non-insertion of comma when
16981 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
16982 (verilog-make-width-expression): Simplify [A-1:0] expression
16983 widths to just {A{1'b0}}.
16984 (verilog-mode): Cleanup checkdoc warnings.
16985 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
16986 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
16987 inputs/outputs or data type. Suggested by Vasu Kandadi.
16988 (next-error-last-buffer): Fix byte-compiler warning.
16989 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
16990 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
16991 or shell command text during AUTO expansion. Suggested by Tad Truex.
16992 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
16993 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
16994 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
16995 in AUTOINOUT. Reported by Matthew Lovell.
16996 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
16997 causing use of <= assignments. Reported by Alex Reed.
16998 (verilog-read-decls): Fix triand, trior, wand, wor to be
16999 recognized by AUTOWIRE. Reported by Spencer Isaacson.
17000 (verilog-extended-complete-re): Support import "DPI-C" functions.
17001 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
17002 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
17003 (verilog-insert-date, verilog-insert-year)
17004 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
17005 Windows systems. Reported by Michael Potts.
17006 (verilog-read-module-name): Fix AUTOINST when the child module
17007 declaration's name is a tick define. Reported by Elliot Mednick.
17008 (verilog-read-decls): Fix V2K parameter bit subscripts getting
17009 passed to next parameter's definition. Reported by Bruce T.
17010 (verilog-read-decls): Fix detecting "parameter int" when using
17011 AUTOINSTPARAM. Reported by Bruce T.
17012 (verilog-goto-defun): Fix goto not finding modules unless first
17013 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
17014 (verilog-mode): Expand -f flag arguments on entry to mode so
17015 verilog-goto-defun will work. Reported by Lawrence Butcher.
17016 (verilog-getopt): Expand environment variables in -f file
17017 arguments. Suggested by Lawrence Butcher.
17018 (verilog-set-define): Fix "Symbol's value as variable is void"
17019 when reading enumerations.
17020 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
17021 Suggested by Stephen Peltan.
17022 (verilog-read-defines): Fix reading of enumerations in include
17023 files. Reported by Steve Peltan.
17024
17025 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
17026
17027 * files.el (trash-directory): Fix defcustom type.
17028
17029 2009-06-28 Juri Linkov <juri@jurta.org>
17030
17031 * help-fns.el (describe-function-1): Correctly locate adviced
17032 functions in hyperlink (Bug#2438).
17033
17034 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
17035
17036 * files.el (trash-directory): Change default to nil.
17037 (move-file-to-trash): If trash-directory is nil and
17038 system-move-file-to-trash is unbound, perform freedesktop-style
17039 trashing.
17040
17041 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
17042
17043 * files.el (move-file-to-trash): Add freedesktop trash
17044 support (Bug#973).
17045
17046 2009-06-28 Glenn Morris <rgm@gnu.org>
17047
17048 * autorevert.el (global-auto-revert-non-file-buffers)
17049 (global-auto-revert-mode): Doc fixes.
17050
17051 2009-06-27 Johan Bockgård <bojohan@gnu.org>
17052
17053 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
17054
17055 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
17056
17057 * faces.el (x-handle-named-frame-geometry): Ensure that we have
17058 opened an X connection before calling x-get-resource (Bug#3194).
17059
17060 * play/doctor.el: Remove reference to obsolete website.
17061 (make-doctor-variables): Correct grammar mistake (Bug#2633).
17062
17063 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
17064
17065 Remove find-file-not-found-hook VC method. (Bug#2757)
17066 * vc-hooks.el (vc-file-not-found-hook)
17067 (vc-default-find-file-not-found-hook): Remove functions.
17068 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
17069 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
17070 * vc.el:
17071 * vc-hg.el:
17072 * vc-git.el: Do not mention find-file-not-found-hook VC method.
17073
17074 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
17075
17076 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
17077 compatibility function for `looking-back'.
17078
17079 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
17080 Use `ispell-looking-back'.
17081
17082 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
17083
17084 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
17085 rather than `filename'.
17086
17087 2009-06-23 Miles Bader <miles@gnu.org>
17088
17089 * face-remap.el (text-scale-set): New function.
17090
17091 2009-06-23 Glenn Morris <rgm@gnu.org>
17092
17093 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
17094
17095 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
17096
17097 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
17098
17099 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
17100
17101 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
17102 Simplify Persian conditionals.
17103
17104 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
17105 variable `filename'.
17106
17107 * comint.el (comint-insert-input): Doc fix.
17108
17109 * Makefile.in (ELCFILES): Fix typo in previous change.
17110
17111 2009-06-23 Miles Bader <miles@gnu.org>
17112
17113 * cus-start.el: Add entry for `recenter-redisplay'.
17114
17115 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
17116
17117 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
17118 Add an optional argument for the backend, use it instead of
17119 calling vc-backend.
17120 (vc-mode-line): Add an optional argument for the backend.
17121 Pass the backend to vc-state and vc-working-revision. Move code for
17122 special handling for vc-state being a buffer to ...
17123
17124 * vc-rcs.el (vc-rcs-find-file-hook):
17125 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
17126
17127 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
17128 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
17129 vc-stay-local-p and vc-mode-line calls.
17130
17131 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
17132 (vc-cvs-diff, vc-cvs-annotate-command)
17133 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
17134 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
17135 vc-mode-line calls.
17136
17137 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
17138 direct comparison.
17139 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
17140 backend when calling vc-mode-line.
17141 (vc-register): Do not create a closure for calling the vc register
17142 function, call it directly.
17143
17144 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
17145
17146 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
17147 to make it obvious item can be clicked.
17148
17149 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
17150
17151 2009-06-23 Kenichi Handa <handa@m17n.org>
17152
17153 * language/korea-util.el (korean-key-bindings): Change the binding
17154 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
17155 same command.
17156
17157 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
17158
17159 Sync with Tramp 2.1.16.
17160
17161 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
17162
17163 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
17164 when a loading of a package fails. Completion function for rsync
17165 is `tramp-completion-function-alist-ssh'.
17166 (all): Replace all calls of `split-string' and
17167 `tramp-split-string' by `tramp-compat-split-string'.
17168 (tramp-default-method): Use `tramp-compat-process-running-p'.
17169 (tramp-default-proxies-alist): Allow also Lisp forms.
17170 (tramp-remote-path): Add choice "Private Directories".
17171 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
17172 (tramp-domain-regexp): Allow also "-", "_" and ".".
17173 (tramp-end-of-output): Remove newlines, and add "$" at the end.
17174 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
17175 (tramp-debug-message): Insert header line in debug buffer.
17176 (tramp-handle-directory-files-and-attributes-with-stat):
17177 Care about filenames with spaces, or starting with "-".
17178 (tramp-handle-dired-uncache): New defun.
17179 (tramp-handle-insert-directory): Don't flush the directory from
17180 cache, this is handled by `dired-uncache' now.
17181 (tramp-handle-insert-file-contents): Improve error handling.
17182 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
17183 Quote `tramp-end-of-output'.
17184 (tramp-action-password): Improve trace message.
17185 (tramp-check-for-regexp): Both echoes must be present, before removing.
17186 (tramp-open-connection-setup-interactive-shell): Trace coding system.
17187 (tramp-compute-multi-hops): Eval cons cells of
17188 `tramp-default-proxies-alist'.
17189 (tramp-maybe-open-connection): Use the same command pattern for
17190 first hop and further hops.
17191 (tramp-wait-for-output): Remove handling of newlines.
17192 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
17193 (tramp-split-string): Remove function. It is handled in
17194 tramp-compat now.
17195
17196 * net/tramp-cmds.el (tramp-bug):
17197 Recommend `tramp-cleanup-all-connections' in the bug mail.
17198
17199 * net/tramp-compat.el (tramp-compat-split-string)
17200 (tramp-compat-process-running-p): New defuns.
17201
17202 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
17203 for `dired-uncache'.
17204
17205 * net/tramp-gvfs.el: New package.
17206
17207 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
17208 Add handler for `dired-uncache'.
17209 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
17210
17211 * net/trampver.el: Update release number. Make version check fit
17212 for SXEmacs 22.
17213
17214 2009-06-22 Jim Meyering <meyering@redhat.com>
17215
17216 Automatically handle .xz suffix (XZ-compressed files), too.
17217 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
17218 XZ is the successor to LZMA: <http://tukaani.org/xz/>
17219
17220 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
17221 Nick Roberts <nickrob@snap.net.nz>
17222
17223 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
17224 repository (http://sphinx.net.ru/hg/gdb-mi/).
17225
17226 2009-06-22 Glenn Morris <rgm@gnu.org>
17227
17228 * files.el (dir-locals-collect-mode-variables): Allow for any number of
17229 `mode' and `eval' entries. (Bug#3430)
17230
17231 * Makefile.in (ELCFILES): Add fadr.elc.
17232
17233 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
17234 differing behavior of \n and ^ in strings. (Bug#3385)
17235
17236 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
17237
17238 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
17239 property.
17240 (lisp-indent-function): Make it a defcustom.
17241
17242 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
17243
17244 * progmodes/gdb-ui.el: Replace with ...
17245 * progmodes/gdb-mi.el: ... this file.
17246 * progmodes/gud.el: Modify for gdb-mi.el.
17247
17248 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
17249
17250 * fadr.el: New file.
17251
17252 See ChangeLog.14 for earlier changes.
17253
17254 ;; Local Variables:
17255 ;; coding: utf-8
17256 ;; End:
17257
17258 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
17259
17260 This file is part of GNU Emacs.
17261
17262 GNU Emacs is free software: you can redistribute it and/or modify
17263 it under the terms of the GNU General Public License as published by
17264 the Free Software Foundation, either version 3 of the License, or
17265 (at your option) any later version.
17266
17267 GNU Emacs is distributed in the hope that it will be useful,
17268 but WITHOUT ANY WARRANTY; without even the implied warranty of
17269 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17270 GNU General Public License for more details.
17271
17272 You should have received a copy of the GNU General Public License
17273 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.