Enhance fontification of declarators to take account of the
[bpt/emacs.git] / lisp / ChangeLog
1 2010-10-09 Alan Mackenzie <acm@muc.de>
2
3 Enhance fontification of declarators to take account of the
4 presence/absence of "typedef".
5
6 * cc-engine.el (c-forward-type): New &optional param
7 "brace-block-too".
8 (c-forward-decl-or-cast-1): cdr of return value now indicates the
9 presence of either or both of a "struct"-like keyword and
10 "typedef".
11
12 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
13 fontification of declarators which follow a "}".
14 (c-font-lock-declarations): Fontify declarators according to the
15 presence/absence of "typedef".
16
17 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
18 for "typedef".
19 (c-typedef-decl-key): New lang variable built from
20 c-typedef-decl-kwds.
21
22 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
23
24 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
25 since that's too annoying. Move the filter groups commands to
26 TAB/backtab.
27
28 * epa.el (epa-passphrase-callback-function): Say what we're
29 querying the password for.
30
31 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
32 behaviour, don't bury the ibuffer buffer when visiting other
33 buffers.
34
35 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
36
37 * cus-edit.el (custom-commands, custom-buffer-create-internal)
38 (custom-magic-value-create): Pad button tags with spaces.
39 (custom-face-edit): New variable.
40 (custom-face-value-create): Determine whether to use the usual
41 face editor here, instead of using custom-face-selected. Pass
42 face defaults to custom-face-edit widget.
43 (custom-face-selected, custom-display-unselected): Delete widgets.
44 (custom-display-unselected-match): Function removed.
45 (custom-face-set, custom-face-mark-to-save): Accept
46 custom-face-edit widgets as the direct widget child.
47
48 * wid-edit.el (widget--completing-widget): New var.
49 (widget-default-complete): Bind it when doing completion.
50 (widget-string-complete, widget-file-complete): Use it.
51
52 2010-10-09 Glenn Morris <rgm@gnu.org>
53
54 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
55 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
56 (holiday-hebrew-misc): Small simplifications.
57
58 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
59
60 * net/browse-url.el: Don't require thingatpt, term, dired,
61 executable, or w3-auto when compiling.
62 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
63 Declare.
64 (browse-url-text-emacs): Require term.
65
66 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
67
68 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
69
70 2010-10-08 Glenn Morris <rgm@gnu.org>
71
72 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
73
74 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
75 (shadows-compare-text-p): Make it an obsolete alias for...
76 (load-path-shadows-compare-text): ... new name.
77 (find-emacs-lisp-shadows): Update for above name change.
78 (load-path-shadows-same-file-or-nonexistent): New name for the old
79 shadow-same-file-or-nonexistent.
80
81 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
82
83 * minibuffer.el (completion--some, completion--do-completion)
84 (minibuffer-complete-and-exit, minibuffer-completion-help)
85 (completion-basic-try-completion)
86 (completion-basic-all-completions)
87 (completion-pcm--find-all-completions): Use lexical-let to
88 avoid some false matches in variable completion (Bug#7056)
89
90 2010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
91
92 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
93
94 2010-10-08 Leo <sdl.web@gmail.com>
95
96 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
97 return non-nil if the file exists (Bug#7090).
98
99 2010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
100
101 * minibuffer.el (completion--replace):
102 Better preserve markers (bug#7138).
103
104 2010-10-08 Juanma Barranquero <lekktu@gmail.com>
105
106 * server.el (server-process-filter): Doc fix.
107
108 2010-10-08 Drew Adams <drew.adams@oracle.com>
109
110 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
111
112 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
113
114 * Makefile.in (ELCFILES): Update.
115
116 2010-10-08 Glenn Morris <rgm@gnu.org>
117
118 * vc/ediff-wind.el (ediff-setup-control-frame):
119 * vc/ediff-ptch.el (ediff-default-backup-extension):
120 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
121 (ediff-exec-process): Remove system-types emx, windows-95.
122
123 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
124
125 2010-10-07 Chong Yidong <cyd@stupidchicken.com>
126
127 * cus-edit.el (custom-variable, custom-face): Doc fix.
128 (custom-face-edit): Add value-create attribute.
129 (custom-face-edit-value-create)
130 (custom-face-edit-value-visibility-action): New functions. Hide
131 unused face attributes by default, and add a visibility toggle.
132 (custom-face-edit-deactivate): Show empty values with shadow face.
133 (custom-face-selected): Only use this for face specs with default
134 attributes.
135 (custom-face-value-create): Cleanup.
136
137 * wid-edit.el (widget-checklist-value-create): Use dolist.
138 (widget-checklist-match-find): Make second arg optional.
139
140 2010-10-07 Glenn Morris <rgm@gnu.org>
141
142 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
143 Prefix things.
144
145 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
146 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
147 load-path-shadows-mode, update references.
148 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
149 Rename variable and button.
150 (list-load-path-shadows): Update button caller.
151
152 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
153
154 * emacs-lisp/smie.el (smie-bnf-classify): New function.
155 (smie-bnf-precedence-table): Use it to remember the closers/openers.
156 (smie-merge-prec2s): Handle those new entries.
157 (smie-prec2-levels): Only set precedence to nil for actual
158 openers/closers.
159 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
160 that is now unnecessary.
161
162 2010-10-07 Miles Bader <miles@gnu.org>
163
164 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
165
166 2010-10-07 Glenn Morris <rgm@gnu.org>
167
168 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
169 (mail-position-on-field): Remove declarations.
170 (mail-position-on-field): Autoload it.
171 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
172 and mail-header-end. Don't require sendmail.
173
174 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
175 (shadow-mode): New mode.
176 (shadow-find-file): New button.
177 (list-load-path-shadows): Use shadow-mode and buttons.
178
179 * iimage.el (iimage-version): Remove.
180 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
181 Turn into defcustoms.
182 (iimage-mode-map): Give it a doc string.
183
184 * calendar/appt.el (appt-activate): Give a warning rather than an error
185 if there is no diary-file.
186
187 2010-10-06 Michael Albinus <michael.albinus@gmx.de>
188
189 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
190 Use `tramp-handle-find-backup-file-name'.
191
192 2010-10-06 Glenn Morris <rgm@gnu.org>
193
194 * font-core.el (font-lock-defaults-alist): Remove variable.
195 (font-lock-mode): Doc fix.
196 (font-lock-default-function): Do not consult font-lock-defaults-alist.
197 * font-lock.el (font-lock-refresh-defaults): Doc fix.
198 (font-lock-set-defaults): Doc fix.
199 Do not consult font-lock-defaults-alist.
200
201 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
202
203 * emacs-lisp/cl.el: No longer provide cl-19.
204
205 2010-10-05 Michael Albinus <michael.albinus@gmx.de>
206
207 * net/tramp.el (tramp-handle-directory-files-and-attributes)
208 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
209 New defuns, taken from tramp-smb.el.
210 (tramp-coding-system-change-eol-conversion)
211 (tramp-set-process-query-on-exit-flag): Removed.
212
213 * net/tramp-compat.el (top): Do not check for byte-compiler
214 objects.
215 (tramp-compat-coding-system-change-eol-conversion)
216 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
217 from tramp.el.
218
219 * net/tramp-gvfs.el:
220 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
221 by `tramp-compat-set-process-query-on-exit-flag'.
222
223 * net/tramp-imap.el (tramp-imap-file-name-handler-alist): Use
224 `tramp-handle-directory-files-and-attributes',
225 `tramp-handle-file-exists-p' and
226 `tramp-handle-file-newer-than-file-p'.
227 (tramp-imap-handle-file-exists-p)
228 (tramp-imap-handle-file-executable-p)
229 (tramp-imap-handle-file-readable-p)
230 (tramp-imap-handle-directory-files-and-attributes)
231 (tramp-imap-handle-file-newer-than-file-p): Removed.
232
233 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
234 by `tramp-compat-set-process-query-on-exit-flag' and
235 `tramp-coding-system-change-eol-conversion' by
236 `tramp-compat-coding-system-change-eol-conversion'.
237
238 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use
239 `tramp-handle-directory-files-and-attributes',
240 `tramp-handle-file-exists-p' and
241 `tramp-handle-file-newer-than-file-p'.
242 (tramp-smb-handle-directory-files-and-attributes)
243 (tramp-smb-handle-file-exists-p)
244 (tramp-smb-handle-file-newer-than-file-p): Removed.
245 (tramp-smb-maybe-open-connection): Replace
246 `tramp-set-process-query-on-exit-flag' by
247 `tramp-compat-set-process-query-on-exit-flag'.
248
249 2010-10-05 Glenn Morris <rgm@gnu.org>
250
251 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
252
253 2010-10-04 Michael Albinus <michael.albinus@gmx.de>
254
255 Continue reorganization of load dependencies. (Bug#7156)
256
257 * net/tramp.el (tramp-handle-file-local-copy-hook)
258 (tramp-delete-temp-file-function): Move down.
259 (tramp-exists-file-name-handler): Move up.
260 (tramp-register-file-name-handlers): Simplify autoload.
261 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
262 (tramp-handle-directory-files, tramp-handle-dired-uncache)
263 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
264 (tramp-handle-file-name-completion)
265 (tramp-handle-file-name-directory)
266 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
267 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
268 (tramp-handle-find-backup-file-name)
269 (tramp-handle-insert-file-contents, tramp-handle-load)
270 (tramp-handle-substitute-in-file-name)
271 (tramp-handle-unhandled-file-name-directory)
272 (tramp-mode-string-to-int, tramp-local-host-p)
273 (tramp-make-tramp-temp-file): Moved from tramp-sh.el.
274
275 * net/tramp-gvfs.el (top):
276 * net/tramp-smb.el (top): Do not require 'tramp-sh.
277
278 * net/tramp-sh.el (all): Move several objects to tramp.el, see
279 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
280
281 2010-10-04 Glenn Morris <rgm@gnu.org>
282
283 * calendar/appt.el (appt-add): Ensure reminders are enabled.
284 (appt-activate): Give status messages.
285
286 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
287
288 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
289 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
290 `gnutls-negotiate' (formerly `starttls-negotiate'). Remove
291 trivial wrapper `starttls-open-stream'.
292
293 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
294
295 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
296 log-outgoing commands.
297 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
298 to create a buffer local revert-buffer-function variable.
299 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
300 revert-buffer-function lambda.
301
302 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
303
304 * net/gnutls.el (starttls-negotiate): Use the plist interface to
305 `gnutls-boot'. Make TYPE the only required parameter. Allow
306 TRUSTFILES and KEYFILES to be lists.
307 (open-ssl-stream): Use it.
308
309 2010-10-03 Glenn Morris <rgm@gnu.org>
310
311 * subr.el (directory-sep-char): Remove obsolete variable.
312 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
313 it is "necessary".
314
315 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
316 * vc/vc.el (vc-static-header-alist): Doc fix.
317 * vc/vc-cvs.el (vc-cvs-header):
318 * vc/vc-rcs.el (vc-rcs-header):
319 * vc/vc-sccs.el (vc-sccs-header):
320 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
321 * obsolete/vc-mcvs.el (vc-mcvs-header):
322 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
323 on XEmacs.
324
325 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
326
327 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Remove
328 obsolete use of binary-overwrite-mode (Bug#7001).
329
330 2010-10-03 Glenn Morris <rgm@gnu.org>
331
332 * obsolete/x-menu.el: Remove file, obsolete since 21.1
333
334 * textmodes/rst.el (rst-font-lock-keywords-function):
335 Drop Emacs 20 code.
336
337 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
338
339 * printing.el: Drop Emacs 20 code.
340
341 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
342 without having used appt.el already).
343
344 * subr.el (make-local-hook): Remove function obsolete since 21.1.
345 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
346 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
347 XEmacs.
348 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
349 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
350
351 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
352 (charset-width, find-charset-region, chars-in-region, forward-point)
353 (encode-coding-string, coding-system-p, ccl-execute-on-string)
354 (define-ccl-program, multibyte-string-p, string-make-multibyte):
355 Remove compatibility cruft (none of these are used by ps*.el).
356
357 2010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
358
359 * subr.el (booleanp): Return t instead of a list (Bug#7086).
360
361 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
362
363 * server.el (server-process-filter, server-return-error): Give
364 emacsclient time to shut down after receiving an error string.
365
366 2010-10-02 Michael Albinus <michael.albinus@gmx.de>
367
368 * files.el (remote-file-name-inhibit-cache): New defcustom.
369
370 * time.el (display-time-file-nonempty-p): Use
371 `remote-file-name-inhibit-cache'.
372
373 * net/tramp.el (tramp-completion-reread-directory-timeout): Fix
374 docstring.
375
376 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
377 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
378 `remote-file-name-inhibit-cache'. Check also for an integer
379 value. Add/increase counter when `tramp-verbose' >= 10.
380 (tramp-set-file-property): Add/increase counter when
381 `tramp-verbose' >= 10.
382
383 * net/tramp-cmds.el (tramp-cleanup-all-connections)
384 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
385 (tramp-bug): Set tramp-autoload cookie. Report all interned
386 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
387 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
388 characters only in strings.
389
390 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
391 to backward compatibility.
392
393 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
394 (tramp-handle-file-name-all-completions)
395 (tramp-handle-vc-registered): Use
396 `remote-file-name-inhibit-cache'.
397 (tramp-open-connection-setup-interactive-shell): Call
398 `tramp-cleanup-connection' directly.
399
400 2010-10-02 Glenn Morris <rgm@gnu.org>
401
402 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
403
404 * subr.el (char-bytes): Remove obsolete function.
405
406 * isearch.el (isearch-return-char): Remove obsolete function.
407
408 * mouse.el: No longer provide mldrag.
409 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
410 Remove obsolete aliases.
411
412 * comint.el (comint-kill-output): Remove obsolete alias.
413
414 * composite.el (decompose-composite-char): Remove obsolete function.
415 * ps-def.el (decompose-composite-char): Remove unused function.
416
417 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
418
419 * outline.el (outline-visible): Remove obsolete function.
420
421 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
422 * faces.el (internal-find-face, internal-get-face)
423 (frame-update-faces, frame-update-face-colors)
424 (x-frob-font-weight, x-frob-font-slant)
425 (internal-frob-font-weight, internal-frob-font-slant)
426 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
427 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
428 (x-make-font-bold-italic): Remove functions and aliases, obsolete
429 since Emacs 21.1.
430 * emulation/viper-util.el (viper-get-face):
431 * obsolete/lucid.el (find-face, get-face): Use facep.
432 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
433 Remove unused functions.
434 * vc/ediff-util.el (ediff-submit-report): Doc fix.
435
436 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
437 delete tempfile if interrupted during compilation.
438
439 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
440
441 * net/tls.el (tls-starttls-switches): Give up on using starttls with
442 gnutls-cli.
443 (tls-program): Add --insecure to be consistent with the defaults from
444 openssl s_client. Now all three commands are insecure.
445
446 2010-10-01 Eli Zaretskii <eliz@gnu.org>
447
448 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
449 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
450 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
451
452 2010-10-01 Glenn Morris <rgm@gnu.org>
453
454 * obsolete/sc.el: Remove file.
455
456 * files.el (temporary-file-directory): On darwin, also try
457 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
458
459 2010-10-01 Juanma Barranquero <lekktu@gmail.com>
460
461 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
462 Let's not break compatibility gratuitously, shall we?
463
464 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
465
466 * net/tls.el (tls-starttls-switches): New variable.
467 (tls-find-starttls-argument): Use it.
468 (open-tls-stream): Ditto.
469
470 * net/netrc.el (netrc-credentials): Return the value of the "default"
471 entry.
472 (netrc-machine): Ditto.
473
474 2010-09-30 Eli Zaretskii <eliz@gnu.org>
475
476 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
477
478 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
479
480 * server.el (server-start): Don't write pid to the authentication file.
481 (server-create-tty-frame): Don't send pid.
482 (server-process-filter): Send pid at the start of every connection.
483
484 2010-09-30 Glenn Morris <rgm@gnu.org>
485
486 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
487 (show-all-diary-entries): Remove obsolete function aliases.
488
489 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
490 Remove options, obsolete since 22.1.
491 (appt-display-format, appt-display-message): Remove
492 backwards-compatibility code.
493 (appt-check): No longer check appt-issue-message.
494 (appt-make-list): No longer autoload it. Doc fix. No longer
495 activate the package.
496
497 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
498
499 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
500 (starttls-negotiate): Just call boot, and let the handshake be
501 triggered from the read loop.
502
503 2010-09-29 Glenn Morris <rgm@gnu.org>
504
505 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
506 not displaying the diary.
507 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
508 * calendar/appt.el (appt-check): No longer need to kill diary.
509
510 * calendar/diary-lib.el (diary-list-entries): Move the
511 "Preparing..." message entirely here.
512 (diary-simple-display, diary-fancy-display): Move "Preparing..."
513 messages to diary-list-entries.
514 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
515 diary-display-function.
516
517 * calendar/diary-lib.el (diary-include-other-diary-files):
518 Trap some recursive includes.
519
520 * calendar/appt.el (appt-activate): Check diary file.
521
522 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
523
524 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
525 construction.
526
527 * calendar/time-date.el: No need to require cl for Emacs 21.
528
529 2010-09-28 Glenn Morris <rgm@gnu.org>
530
531 * calendar/appt.el (appt-check): Minor simplification.
532
533 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
534
535 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
536 citation prefix.
537
538 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
539
540 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
541 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
542
543 2010-09-27 Kenichi Handa <handa@m17n.org>
544
545 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
546 "ustar" format.
547
548 2010-09-27 Kenichi Handa <handa@m17n.org>
549
550 * international/mule.el (define-coding-system): Docstring fixed.
551
552 * international/mule-diag.el (describe-character-set): Use princ
553 with proper print-length and print-level instead of insert.
554
555 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
556
557 * window.el (walk-windows): Doc fix (bug#7105).
558
559 2010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
560
561 * emacs-lisp/float-sup.el (e): Remove.
562
563 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
564
565 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
566 variable.
567 (starttls-negotiate): Use it.
568
569 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
570
571 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
572 back.
573
574 2010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
575
576 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
577
578 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
579
580 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
581
582 * net/netrc.el (netrc-store-data): New function.
583
584 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
585
586 * net/gnutls.el: GnuTLS glue code to set up a connection.
587
588 2010-09-25 Julien Danjou <julien@danjou.info>
589
590 * notifications.el: Call dbus-register-signal only if it is bound.
591
592 2010-09-25 Glenn Morris <rgm@gnu.org>
593
594 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
595 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
596 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
597 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
598 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
599 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
600 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
601 * eshell/esh-util.el, eshell/esh-var.el:
602 Remove leading `*' from docs of faces and defcustoms.
603
604 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
605
606 * eshell/em-ls.el (eshell-ls-archive-regexp):
607 * eshell/esh-util.el (eshell-tar-regexp):
608 * ibuffer.el (ibuffer-compressed-file-name-regexp):
609 * info.el (Info-suffix-list):
610 * international/mule.el (auto-coding-alist):
611 * woman.el (woman-file-regexp, woman-file-compression-regexp):
612 * progmodes/etags.el (tags-compression-info-list):
613 Support xz compression.
614
615 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
616
617 * files.el (get-free-disk-space): Don't assume the "df" output
618 columns line up (Bug#6995).
619
620 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
621
622 * finder.el (finder-unknown-keywords):
623 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
624 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
625
626 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
627
628 * server.el (server-start): Revert part of 2010-08-08 change. Using
629 address 127.0.0.1 for local host is now done in Fmake_network_process.
630
631 2010-09-24 Glenn Morris <rgm@gnu.org>
632
633 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
634 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
635 * textmodes/css-mode.el, textmodes/dns-mode.el:
636 Move autoloaded auto-mode-alist entries to files.el.
637 * files.el (auto-mode-alist): Move entries here.
638
639 2010-09-23 Glenn Morris <rgm@gnu.org>
640
641 * isearch.el (isearch-lazy-highlight-cleanup)
642 (isearch-lazy-highlight-initial-delay)
643 (isearch-lazy-highlight-interval)
644 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
645 * net/net-utils.el (ipconfig-program-options):
646 Move aliases to options before the associated definitions.
647
648 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
649
650 * newcomment.el (comment-normalize-vars): Better test validity of
651 comment-end-skip.
652
653 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
654
655 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
656 (float-e): New name for `e'.
657 (degrees-to-radians, radians-to-degrees):
658 * calendar/solar.el (solar-longitude):
659 * calculator.el (calculator-registers, calculator-funcall):
660 * textmodes/artist.el (artist-spray-random-points):
661 * play/bubbles.el (bubbles--initialize-images): Use new names.
662
663 2010-09-23 Eric M. Ludlam <zappo@gnu.org>
664
665 Update to CEDET 1.0's version of EIEIO.
666
667 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
668 New function.
669 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
670 (eieio-default-eval-maybe): Eval val instead of unquoting only.
671 (class-precedence-list): If class is nil, return nil.
672 (eieio-generic-call): If class of first input arg is nil, don't
673 look up static methods, and do check for primary methods.
674 (initialize-instance): See if the default needs to be evaluated
675 during the constructor.
676 (eieio-perform-slot-validation-for-default): Don't do the check
677 for values that will eventually be evaluated.
678 (eieio-eval-default-p): New function.
679 (eieio-default-eval-maybe): Use it.
680
681 2010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
682
683 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
684 method-invocation-order.
685 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
686 (eieio-class-precedence-dfs): Compute class precedence list using
687 dfs algorithm.
688 (eieio-class-precedence-bfs): Compute class precedence list using
689 bfs algorithm.
690 (eieio-class-precedence-c3): Compute class precedence list using
691 c3 algorithm.
692 (class-precedence-list): New function.
693 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
694 (inconsistent-class-hierarchy): New error symbol.
695 (call-next-method): Stow the replacement argument list for future
696 call-next-method invocations.
697
698 2010-09-23 Glenn Morris <rgm@gnu.org>
699
700 * calendar/appt.el (appt-check): If not displaying the diary,
701 use (diary 1) to only get the entries we need.
702 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
703 that it is in day order. (Bug#7019)
704
705 * calendar/appt.el (appt-check): Rather than showing the diary,
706 just turn off invisible display, and only if needed.
707
708 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
709
710 2010-09-23 Glenn Morris <rgm@gnu.org>
711
712 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
713 (byte-compile-defvar, byte-compile-cl-warn):
714 Start warnings with lower-case, like the majority.
715
716 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
717
718 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
719
720 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
721 * files.el (auto-mode-alist): Move ld-script entries here, further down
722 the list.
723
724 * vc/add-log.el: Don't require timezone when compiling.
725 (timezone-make-date-sortable): Autoload it.
726 (change-log-sortable-date-at): Don't require timezone.
727 Use `ignore-errors'.
728
729 * comint.el (comint-use-prompt-regexp-instead-of-fields):
730 Move alias before definition, so it does not need autoloading.
731
732 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
733 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
734 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
735 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
736 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
737 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
738 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
739 * textmodes/tex-mode.el, textmodes/two-column.el:
740 Remove leading `*' from docs of defcustoms etc.
741
742 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
743
744 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
745
746 2010-09-22 Dan Christensen <jdc@uwo.ca>
747
748 * calendar/time-date.el (date-to-time): Try using parse-time-string
749 first before using the slower timezone-make-date-arpa-standard.
750
751 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
752
753 * calendar/time-date.el (format-seconds): Comment fix.
754
755 2010-09-22 Glenn Morris <rgm@gnu.org>
756
757 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
758 is not automatically buffer-local.
759
760 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
761
762 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
763 (smie-indent-comment): Be more careful with comment-start-skip.
764 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
765 (smie-indent-functions): Use them.
766
767 2010-09-21 Michael Albinus <michael.albinus@gmx.de>
768
769 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
770
771 2010-09-21 Jan Djärv <jan.h.d@swipnet.se>
772
773 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
774 tool-bar-position. Don't modify frame parameters here.
775 (menu-bar-options-save): Add tool-bar-position.
776
777 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
778
779 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
780
781 * textmodes/reftex-parse.el (reftex-what-macro)
782 (reftex-context-substring): Let-bind forward-sexp-function to nil
783 since we don't need/want to treat \begin...\end as a block (bug#7053).
784
785 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
786
787 * simple.el (blink-matching-open): Use syntax-class.
788
789 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
790 Set invisibility spec for pascal's outline mode.
791 (pascal-outline-change): Clean up calling convention.
792 (pascal-show-all, pascal-hide-other-defuns): Update callers.
793
794 * progmodes/prolog.el (prolog-smie-forward-token)
795 (prolog-smie-backward-token): New functions.
796 (prolog-mode-variables): Use them to parse "!," correctly.
797 Set up smie-blink-matching for ".".
798
799 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
800 and `end'.
801 (ispell-region, ispell-process-line): Update users.
802
803 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
804 point-min==1.
805
806 * textmodes/ispell.el: Fix commenting convention.
807 (ispell-parse-output): Simplify, use push.
808 (ispell-region): Use match-string-no-properties.
809 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
810 (ispell-minor-mode): Use define-minor-mode.
811 (ispell-message): Remove unused var `skip-regexp'.
812 (ispell-add-per-file-word-list): Use dynamic let-binding.
813 Try and use the proper comment marker.
814
815 * mail/sendmail.el: Fix commenting convention.
816 (sendmail-send-it): Use line-beginning-position.
817
818 * help-fns.el (describe-variable): Add original value, if applicable.
819
820 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
821
822 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
823
824 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
825
826 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
827
828 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
829 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
830 (smie-prec2-levels): Use them to better diagnose precedence cycles.
831 (smie-blink-matching-check): Don't signal a mismatch if car is t.
832 (smie-blink-matching-open): Rewrite to remove assumptions, so that
833 something like "." can also be a closer.
834 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
835 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
836 Rename internal functions to use "--". Update callers.
837
838 * frame.el (make-frame-names-alist): Don't list frames on other displays.
839
840 * fringe.el (fringe-styles): New var.
841 (fringe-mode, fringe-query-style): Use it.
842
843 2010-09-18 Michael R. Mauger <mmaug@yahoo.com>
844
845 * progmodes/sql.el: Version 2.8
846 (sql-login-params): Update widget structure; changes still needed.
847 (sql-product-alist): Add :list-all and :list-table features for
848 SQLite, Postgres and MySQL products.
849 (sql-redirect): Handle default value.
850 (sql-execute, sql-execute-feature): New functions.
851 (sql-read-table-name): New function.
852 (sql-list-all, sql-list-table): New functions. User API.
853 (sql-mode-map, sql-interactive-mode-map): Add key definitions
854 for above functions.
855 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
856 for above functions.
857 (sql-postgres-login-params): Add user and database defaults.
858 (sql-buffer-live-p): Bug fix.
859 (sql-product-history): New variable.
860 (sql-read-product): New function. Use it.
861 (sql-set-product, sql-product-interactive): Use it.
862 (sql-connection-history): New variable.
863 (sql-read-connection): New function. Use it.
864 (sql-connect): New function.
865 (sql-for-each-login): Redesign function interface.
866 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
867 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
868 (sql-comint): Check for program. Existing live buffer.
869 (sql-comint-postgres): Add port parameter.
870
871 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
872
873 * emacs-lisp/warnings.el: Fix commenting convention.
874 (display-warning): Use special mode and make the buffer read-only.
875
876 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
877
878 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
879 empty string when it follows a repeated or optional pattern.
880
881 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
882
883 * indent.el (indent-according-to-mode): Apply syntax-propertize.
884 (indent-region): Use indent-according-to-mode.
885
886 2010-09-18 Eli Zaretskii <eliz@gnu.org>
887
888 * fringe.el (fringe-mode): Doc fix.
889
890 2010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
891
892 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
893 refreshing the preview buffer.
894
895 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
896
897 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
898 (latex-syntax-propertize-rules): New consts; replace
899 tex-font-lock-syntactic-keywords.
900 (tex-env-mark, latex-env-before-change): New functions.
901 (latex-electric-env-pair-mode): New minor mode.
902 (tex-font-lock-verb): Change arguments; do move point.
903 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
904 representation as a form of comment.
905 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
906 (doctex-syntax-propertize-rules): New const; replaces
907 doctex-font-lock-syntactic-keywords.
908 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
909
910 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
911 (fortran-make-syntax-propertize-function): New function; replaces
912 fortran-font-lock-syntactic-keywords.
913 (fortran-mode): Use it.
914 (fortran-line-length): Use it. Improve interactive spec.
915
916 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
917 (syntax-propertize-rules): Add var-ref case. Fix offset computation
918 when adding surrounding \(..\).
919
920 * progmodes/js.el (js-mode): Fix last change (bug#7054).
921
922 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
923
924 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
925 Use with-current-buffer.
926
927 * isearch.el (isearch-face): Rename from `isearch'.
928 (isearch-highlight): Use new name.
929
930 2010-09-17 Eli Zaretskii <eliz@gnu.org>
931
932 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
933 5, for `half' width fringes. (Bug#6933)
934
935 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
936
937 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
938 (byte-compile-defvar): "foo/bar" does not lack a prefix.
939
940 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
941
942 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
943
944 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
945 in calculating new frame position. Add more space between new and
946 parent on the left (Bug#7048).
947
948 2010-09-17 Michael Albinus <michael.albinus@gmx.de>
949
950 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
951 defmacro.
952
953 2010-09-16 Chong Yidong <cyd@stupidchicken.com>
954
955 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
956
957 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
958 obsolete alias for x-selection-value.
959
960 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
961
962 2010-09-16 Michael Albinus <michael.albinus@gmx.de>
963
964 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
965 cookie.
966
967 2010-09-15 Michael Albinus <michael.albinus@gmx.de>
968
969 * net/tramp-compat.el (tramp-compat-with-temp-message)
970 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
971 (tramp-compat-process-put): New defuns.
972
973 * net/tramp.el (top):
974 * net/tramp-gvfs.el (top):
975 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
976
977 * net/tramp.el (tramp-progress-reporter-update):
978 Use `tramp-compat-funcall'.
979
980 * net/tramp.el (tramp-process-actions):
981 * net/tramp-gvfs.el (tramp-handle-vc-registered):
982 * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
983 (tramp-get-remote-stat, tramp-get-remote-readlink):
984 Use `tramp-compat-with-temp-message'.
985
986 * net/tramp-sh.el (top): Require 'cl.
987 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
988 (tramp-open-connection-setup-interactive-shell):
989 Use `tramp-compat-process-put'.
990
991 2010-09-15 Alan Mackenzie <acm@muc.de>
992
993 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
994 indentation.
995 (c-forward-<>-arglist-recur): Fix an infinite recursion.
996
997 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
998
999 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
1000 `lexical' for warnings related to lexical scoping.
1001 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
1002 global vars which don't have a prefix and could hence affect lexical
1003 scoping in unrelated files.
1004
1005 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1006
1007 * net/imap.el: Revert back to version
1008 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1009 seem problematic.
1010
1011 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
1012
1013 * obsolete/old-whitespace.el (whitespace-unload-function):
1014 Explicitly pass `obarray' to `unintern' to avoid a warning.
1015
1016 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1017
1018 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1019 Add `when' argument. Update callers.
1020
1021 * subr.el (unintern): Declare the obarray arg mandatory.
1022
1023 2010-09-14 Glenn Morris <rgm@gnu.org>
1024
1025 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1026 Doc fixes.
1027
1028 * calendar/diary-lib.el (diary-included-files): New variable.
1029 (diary-list-entries): Maybe initialize diary-included-files.
1030 (diary-include-other-diary-files): Append to diary-included-files.
1031 * calendar/appt.el (appt-update-list): Also check the members of
1032 diary-included-files. (Bug#6999)
1033 (appt-check): Doc fix.
1034
1035 2010-09-14 David Reitter <david.reitter@gmail.com>
1036
1037 * simple.el (line-move-visual): Do not truncate goal column to
1038 integer size. (Bug#7020)
1039
1040 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1041
1042 * repeat.el (repeat): Allow repeating when the last event is a click.
1043 Suggested by Drew Adams (bug#6256).
1044
1045 2010-09-14 Sascha Wilde <wilde@sha-bang.de>
1046
1047 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1048 Replace setting HGRCPATH to "" by some less invasive --config options.
1049
1050 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1051
1052 * font-lock.el (font-lock-beginning-of-syntax-function):
1053 Mark as obsolete.
1054
1055 2010-09-14 Glenn Morris <rgm@gnu.org>
1056
1057 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1058 and tool-bar modes. (Bug#6211)
1059 (menu-bar-mode): Move setting of standard-value after the
1060 minor-mode definition, otherwise it seems to have no effect.
1061
1062 2010-09-14 Masatake YAMATO <yamato@redhat.com>
1063
1064 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1065 Fix typo. (Bug#6976)
1066
1067 2010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1068
1069 * whitespace.el: Allow cleaning up blanks without blank
1070 visualization (Bug#6651). Adjust help window for
1071 whitespace-toggle-options (Bug#6479). Allow to use fill-column
1072 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
1073 (whitespace-style): Add new value 'face. Adjust docstring.
1074 (whitespace-space, whitespace-hspace, whitespace-tab):
1075 Adjust foreground property face.
1076 (whitespace-line-column): Adjust docstring and type declaration.
1077 (whitespace-style-value-list, whitespace-toggle-option-alist)
1078 (whitespace-help-text): Adjust const initialization.
1079 (whitespace-toggle-options, global-whitespace-toggle-options):
1080 Adjust docstring.
1081 (whitespace-display-window, whitespace-interactive-char)
1082 (whitespace-style-face-p, whitespace-color-on): Adjust code.
1083 (whitespace-help-scroll): New fun.
1084
1085 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
1086
1087 * calendar/time-date.el (format-seconds): Comment fix.
1088
1089 2010-09-13 Michael R. Mauger <mmaug@yahoo.com>
1090
1091 * progmodes/sql.el: Version 2.7.
1092 (sql-buffer-live-p): Improve detection.
1093 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
1094 (sql-set-sqli-buffer): Use it.
1095 (sql-product-interactive): Run `sql-set-sqli-hook'.
1096 (sql-rename-buffer): Code cleanup.
1097 (sql-redirect, sql-redirect-value): New functions. More to come.
1098
1099 2010-09-13 Juanma Barranquero <lekktu@gmail.com>
1100
1101 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.
1102 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
1103 (TRAMP_SRC): New macro.
1104 ($(lisp)/net/tramp-loaddefs.el): New target.
1105
1106 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
1107
1108 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
1109
1110 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
1111
1112 * net/tramp.el (top): Don't show loading message. Require just
1113 'tramp-compat, everything else is required there.
1114 Use `ignore-errors' where appropriate.
1115 (tramp-inline-compress-start-size, tramp-copy-size-limit)
1116 (tramp-terminal-type, tramp-end-of-output)
1117 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
1118 (tramp-completion-function-alist-ssh)
1119 (tramp-completion-function-alist-telnet)
1120 (tramp-completion-function-alist-su)
1121 (tramp-completion-function-alist-putty, tramp-remote-path)
1122 (tramp-remote-process-environment, tramp-sh-extra-args)
1123 (tramp-actions-before-shell, tramp-uudecode)
1124 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
1125 (tramp-perl-file-attributes)
1126 (tramp-perl-directory-files-and-attributes)
1127 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
1128 (tramp-perl-encode, tramp-perl-decode)
1129 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
1130 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
1131 (tramp-handle-make-symbolic-link, tramp-handle-load)
1132 (tramp-handle-file-name-as-directory)
1133 (tramp-handle-file-name-directory)
1134 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
1135 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
1136 (tramp-do-file-attributes-with-ls)
1137 (tramp-do-file-attributes-with-perl)
1138 (tramp-do-file-attributes-with-stat)
1139 (tramp-handle-set-visited-file-modtime)
1140 (tramp-handle-verify-visited-file-modtime)
1141 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
1142 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
1143 (tramp-handle-file-selinux-context)
1144 (tramp-handle-set-file-selinux-context)
1145 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
1146 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
1147 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
1148 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
1149 (tramp-handle-file-ownership-preserved-p)
1150 (tramp-handle-directory-file-name, tramp-handle-directory-files)
1151 (tramp-handle-directory-files-and-attributes)
1152 (tramp-do-directory-files-and-attributes-with-perl)
1153 (tramp-do-directory-files-and-attributes-with-stat)
1154 (tramp-handle-file-name-all-completions)
1155 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
1156 (tramp-handle-copy-file, tramp-handle-copy-directory)
1157 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
1158 (tramp-do-copy-or-rename-file-via-buffer)
1159 (tramp-do-copy-or-rename-file-directly)
1160 (tramp-do-copy-or-rename-file-out-of-band)
1161 (tramp-handle-make-directory, tramp-handle-delete-directory)
1162 (tramp-handle-delete-file)
1163 (tramp-handle-dired-recursive-delete-directory)
1164 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
1165 (tramp-handle-insert-directory)
1166 (tramp-handle-unhandled-file-name-directory)
1167 (tramp-handle-expand-file-name)
1168 (tramp-handle-substitute-in-file-name)
1169 (tramp-handle-executable-find, tramp-process-sentinel)
1170 (tramp-handle-start-file-process, tramp-handle-process-file)
1171 (tramp-handle-call-process-region, tramp-handle-shell-command)
1172 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
1173 (tramp-handle-insert-file-contents)
1174 (tramp-handle-insert-file-contents-literally)
1175 (tramp-handle-find-backup-file-name)
1176 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
1177 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
1178 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
1179 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
1180 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
1181 (tramp-find-file-exists-command, tramp-open-shell)
1182 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
1183 (tramp-open-connection-setup-interactive-shell)
1184 (tramp-local-coding-commands, tramp-remote-coding-commands)
1185 (tramp-find-inline-encoding, tramp-call-local-coding-command)
1186 (tramp-inline-compress-commands, tramp-find-inline-compress)
1187 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1188 (tramp-send-command, tramp-wait-for-output)
1189 (tramp-send-command-and-check, tramp-barf-unless-okay)
1190 (tramp-send-command-and-read, tramp-mode-string-to-int)
1191 (tramp-convert-file-attributes, tramp-check-cached-permissions)
1192 (tramp-file-mode-from-int, tramp-file-mode-permissions)
1193 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
1194 (tramp-method-out-of-band-p, tramp-local-host-p)
1195 (tramp-get-remote-path, tramp-get-remote-tmpdir)
1196 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
1197 (tramp-get-test-command, tramp-get-test-nt-command)
1198 (tramp-get-file-exists-command, tramp-get-remote-ln)
1199 (tramp-get-remote-perl, tramp-get-remote-stat)
1200 (tramp-get-remote-readlink, tramp-get-remote-trash)
1201 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
1202 (tramp-get-local-uid, tramp-get-local-gid)
1203 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
1204 tramp-sh.el.
1205 (tramp-methods, tramp-default-method-alist)
1206 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
1207 Move initialization to tramp-sh.el.
1208 (tramp-temp-name-prefix): Make it a defconst.
1209 (tramp-dissect-file-name): Don't check anymore for multi-hop
1210 methods.
1211 (tramp-debug-outline-regexp): Add a docstring.
1212 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
1213 (tramp-get-debug-buffer): Use it.
1214
1215 * net/tramp-cache.el (top): Set tramp-autoload cookie for
1216 initialization forms.
1217 (tramp-set-connection-property): Don't protect `tramp-message'
1218 call, it isn't necessary any longer.
1219 (tramp-dump-connection-properties): Use `ignore-errors'.
1220
1221 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
1222 'password-cache and 'auth-source.
1223
1224 * net/tramp-gvfs.el (top):
1225 * net/tramp-smb.el (top): Require 'tramp-sh.
1226
1227 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
1228
1229 * net/tramp-sh.el: New file, derived from tramp.el.
1230 (top): Initialize `tramp-methods', `tramp-default-method-alist',
1231 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
1232 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
1233 Use `ignore-errors' where appropriate.
1234 (tramp-sh-file-name-handler-alist): Rename from
1235 `tramp-file-name-handler-alist'.
1236 (tramp-send-command-and-check): Return t or nil. Remove all
1237 `zerop' checks, where called.
1238 (tramp-handle-set-file-modes)
1239 (tramp-do-copy-or-rename-file-directly)
1240 (tramp-handle-delete-directory, tramp-handle-delete-file)
1241 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
1242 (tramp-sh-file-name-handler, tramp-send-command-and-check)
1243 (tramp-get-remote-ln): Set tramp-autoload cookie.
1244
1245 * net/tramp-fish.el: Remove file.
1246
1247 2010-09-13 Daiki Ueno <ueno@unixuser.org>
1248
1249 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
1250 buffer-file-name to avoid file-locking. (Bug#7026)
1251
1252 2010-09-13 Julien Danjou <julien@danjou.info>
1253
1254 * notifications.el (notifications-notify): Add support for
1255 image-path and sound-name.
1256 (notifications-specification-version): Add this variable.
1257
1258 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1259
1260 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
1261
1262 2010-09-12 Leo <sdl.web@gmail.com>
1263
1264 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
1265 (rcirc-completion-start): New variables.
1266 (rcirc-nick-completions): Rename to rcirc-completions.
1267 (rcirc-nick-completion-start-offset): Delete.
1268 (rcirc-completion-at-point): New function for constructing
1269 completion data for both nicks and irc commands. Add to
1270 completion-at-point-functions in rcirc mode.
1271 (rcirc-complete): Rename from rcirc-nick-complete; use
1272 rcirc-completion-at-point.
1273 (defun-rcirc-command): Update rcirc-client-commands.
1274
1275 2010-09-11 Glenn Morris <rgm@gnu.org>
1276
1277 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
1278 atomically, to avoid parallel build errors. (Bug#4196)
1279
1280 2010-09-11 Michael R. Mauger <mmaug@yahoo.com>
1281
1282 * progmodes/sql.el: Version 2.6
1283 (sql-dialect): Synonym for "sql-product".
1284 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
1285 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
1286 Set "sql-buffer" to buffer name not buffer object so multiple sql
1287 interactive buffers work properly. Reverts misguided changes in
1288 earlier work.
1289 (sql-comint): Make sure different buffer name is used if "*SQL*"
1290 buffer is for a different product.
1291 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
1292 login param.
1293 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
1294 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
1295 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
1296 Accept new buffer name or prompt for one.
1297 (sql-port): Default to zero.
1298 (sql-comint-mysql): Handle "sql-port" as a numeric.
1299 (sql-port-history): Delete unused variable.
1300 (sql-get-login): Default "sql-port" to a number.
1301 (sql-product-alist): Correct Postgres prompt and terminator regexp.
1302 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
1303 "sqlite3" executables.
1304 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
1305 (sql-buffer-live-p): New function.
1306 (sql-mode-menu, sql-send-string): Use it.
1307 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
1308 syntax pattern.
1309 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
1310 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
1311
1312 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1313
1314 * net/netrc.el (netrc-credentials): New convenience function.
1315
1316 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1317
1318 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
1319 to replace texinfo-font-lock-syntactic-keywords.
1320 (texinfo-mode): Use it.
1321
1322 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
1323 Use syntax-propertize-function.
1324
1325 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
1326 replace sgml-font-lock-syntactic-keywords.
1327 (sgml-mode): Use it.
1328
1329 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
1330 since we don't use it.
1331
1332 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
1333
1334 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
1335 if available.
1336 (vhdl-fontify-buffer): Adjust.
1337
1338 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
1339 replace tcl-font-lock-syntactic-keywords.
1340 (tcl-mode): Use it.
1341
1342 * progmodes/simula.el (simula-syntax-propertize-function): New var to
1343 replace simula-font-lock-syntactic-keywords.
1344 (simula-mode): Use it.
1345
1346 * progmodes/sh-script.el (sh-st-symbol): Remove.
1347 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
1348 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
1349 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
1350 (sh-font-lock-paren): Set syntax-multiline.
1351 (sh-font-lock-syntactic-keywords): Remove.
1352 (sh-syntax-propertize-function): New function to replace it.
1353 (sh-mode): Use it.
1354
1355 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
1356 Define while compiling.
1357 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
1358 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
1359 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
1360 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
1361 (ruby-here-doc-end-syntax): Only define when
1362 syntax-propertize is not available.
1363 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
1364 New functions.
1365 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
1366 (electric-indent-chars): Silence bytecompiler.
1367 (ruby-mode): Use prog-mode, syntax-propertize-function, and
1368 electric-indent-chars.
1369
1370 * progmodes/python.el (python-syntax-propertize-function): New var to
1371 replace python-font-lock-syntactic-keywords.
1372 (python-mode): Use it.
1373 (python-quote-syntax): Simplify and adjust to new use.
1374
1375 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
1376 replace perl-font-lock-syntactic-keywords.
1377 (perl-syntax-propertize-special-constructs): New fun to replace
1378 perl-font-lock-special-syntactic-constructs.
1379 (perl-font-lock-syntactic-face-function): New fun.
1380 (perl-mode): Use it.
1381
1382 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
1383 to replace octave-font-lock-close-quotes.
1384 (octave-syntax-propertize-function): New function to replace
1385 octave-font-lock-syntactic-keywords.
1386 (octave-mode): Use it.
1387
1388 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
1389 replaces mixal-font-lock-syntactic-keywords.
1390 (mixal-mode): Use it.
1391
1392 * progmodes/make-mode.el (makefile-syntax-propertize-function):
1393 New var; replaces makefile-font-lock-syntactic-keywords.
1394 (makefile-mode): Use it.
1395 (makefile-imake-mode): Adjust.
1396
1397 * progmodes/js.el (js--regexp-literal): Define while compiling.
1398 (js-syntax-propertize-function): New var; replaces
1399 js-font-lock-syntactic-keywords.
1400 (js-mode): Use it.
1401
1402 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
1403 replaces gdb-script-font-lock-syntactic-keywords.
1404 (gdb-script-mode): Use it.
1405
1406 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
1407 (fortran--font-lock-syntactic-keywords): New var.
1408 (fortran-line-length): Update syntax-propertize-function and
1409 fortran--font-lock-syntactic-keywords.
1410
1411 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
1412
1413 * progmodes/cfengine.el (cfengine-mode):
1414 Use syntax-propertize-function.
1415 (cfengine-font-lock-syntactic-keywords): Remove.
1416
1417 * progmodes/autoconf.el (autoconf-mode):
1418 Use syntax-propertize-function.
1419 (autoconf-font-lock-syntactic-keywords): Remove.
1420
1421 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
1422 (ada-after-change-function, ada-initialize-syntax-table-properties)
1423 (ada-handle-syntax-table-properties): Only define when
1424 syntax-propertize is not available.
1425 (ada-mode): Use syntax-propertize-function.
1426
1427 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
1428 (font-lock-fontify-syntactic-keywords-region): Move handling of
1429 font-lock-syntactically-fontified to...
1430 (font-lock-default-fontify-region): ...here.
1431 Let syntax-propertize-function take precedence.
1432 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
1433
1434 * emacs-lisp/syntax.el (syntax-propertize-function)
1435 (syntax-propertize-chunk-size, syntax-propertize--done)
1436 (syntax-propertize-extend-region-functions): New vars.
1437 (syntax-propertize-wholelines, syntax-propertize-multiline)
1438 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
1439 (syntax-propertize): New functions.
1440 (syntax-propertize-rules): New macro.
1441 (syntax-ppss-flush-cache): Set syntax-propertize--done.
1442 (syntax-ppss): Call syntax-propertize.
1443
1444 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
1445
1446 2010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
1447
1448 * textmodes/ispell.el (ispell-init-process): Improve comments.
1449 XEmacs compatibility changes regarding (add-hook) 'local option
1450 and (set-process-query-on-exit-flag).
1451
1452 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
1453
1454 * net/tramp-cache.el (tramp-parse-connection-properties):
1455 Set tramp-autoload cookie.
1456
1457 2010-09-09 Glenn Morris <rgm@gnu.org>
1458
1459 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
1460 (imagemagick-register-types): Doc fix.
1461
1462 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1463
1464 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
1465
1466 * progmodes/js.el (require): Require is already "eval-and-compile".
1467 (js--re-search-forward): Avoid `eval'. Preserve the error data.
1468 (js--re-search-backward): Use js--re-search-forward.
1469
1470 * progmodes/fortran.el (fortran-line-length): Don't recompute
1471 syntactic keywords redundantly a second time.
1472
1473 * progmodes/ada-mode.el: Replace "(set '" with setq.
1474 (ada-mode): Simplify.
1475 (ada-create-case-exception, ada-adjust-case-interactive)
1476 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
1477 (ada-search-ignore-string-comment, ada-move-to-start)
1478 (ada-move-to-end): Use with-syntax-table.
1479
1480 * font-lock.el (save-buffer-state): Remove `varlist' arg.
1481 (font-lock-unfontify-region, font-lock-default-fontify-region):
1482 Update usage correspondingly.
1483 (font-lock-fontify-syntactic-keywords-region):
1484 Set parse-sexp-lookup-properties buffer-locally here.
1485 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
1486
1487 * simple.el (blink-matching-open): Don't burp if we can't find a match.
1488
1489 2010-09-08 Glenn Morris <rgm@gnu.org>
1490
1491 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
1492 Error if not compiled with -DBYTE_CODE_METER.
1493
1494 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1495 Ignore dir-locals-file.
1496
1497 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1498
1499 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1500 Not a const.
1501 (compilation-error-regexp-alist-alist): Rule out ": " in file names
1502 for the `gnu' messages.
1503 (compilation-set-skip-threshold): New command.
1504 (compilation-start): Use \' rather than $.
1505 (compilation-forget-errors): Use clrhash.
1506
1507 2010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
1508
1509 * textmodes/ispell.el (ispell-valid-dictionary-list):
1510 Simplify logic.
1511
1512 2010-09-08 Michael Albinus <michael.albinus@gmx.de>
1513
1514 Migrate to Tramp 2.2. Rearrange load dependencies.
1515 (Bug#1529, Bug#5448, Bug#5705)
1516
1517 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
1518 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
1519 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
1520
1521 * net/tramp.el (top): Remove all other tramp-* loads except
1522 tramp-compat.el. Remove all changes to tramp-unload-hook for
1523 other tramp-* packages. Rearrange defun order. Change calls of
1524 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
1525 `tramp-compat-octal-to-decimal' to new function names.
1526 (tramp-terminal-type, tramp-initial-end-of-output)
1527 (tramp-methods, tramp-foreign-file-name-handler-alist)
1528 (tramp-tramp-file-p, tramp-completion-mode-p)
1529 (tramp-send-command-and-check, tramp-get-remote-path)
1530 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
1531 (tramp-shell-quote-argument): Set tramp-autoload cookie.
1532 (with-file-property, with-connection-property): Move to
1533 tramp-cache.el.
1534 (tramp-local-call-process, tramp-decimal-to-octal)
1535 (tramp-octal-to-decimal): Move to tramp-compat.el.
1536 (tramp-handle-shell-command): Do not require 'shell.
1537 (tramp-compute-multi-hops): No special handling for tramp-gw-*
1538 symbols.
1539 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
1540
1541 * net/tramp-cache.el (top): Require 'tramp. Add to
1542 `tramp-unload-hook'.
1543 (tramp-cache-data, tramp-get-file-property)
1544 (tramp-set-file-property, tramp-flush-file-property)
1545 (tramp-flush-directory-property, tramp-get-connection-property)
1546 (tramp-set-connection-property, tramp-flush-connection-property)
1547 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
1548 cookie.
1549 (with-file-property, with-connection-property): New defuns, moved
1550 from tramp.el.
1551 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
1552 macro.
1553
1554 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
1555 (tramp-version): Set tramp-autoload cookie.
1556
1557 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
1558 changes to tramp-unload-hook for other tramp-* packages. Add to
1559 `tramp-unload-hook'.
1560 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
1561 (tramp-compat-call-process): New defuns, moved from tramp.el.
1562
1563 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
1564 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1565 to `tramp-unload-hook'. Change call of
1566 `tramp-compat-decimal-to-octal' to new function name.
1567 (tramp-fish-method): Make it a defconst.
1568 (tramp-fish-file-name-p): Make it a defsubst.
1569 (tramp-fish-method, tramp-fish-file-name-handler)
1570 (tramp-fish-file-name-p): Set tramp-autoload cookie.
1571
1572 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
1573 `tramp-foreign-file-name-handler-alist'. Add to
1574 `tramp-unload-hook'.
1575 (tramp-ftp-method): Make it a defconst.
1576 (tramp-ftp-file-name-p): Make it a defsubst.
1577 (tramp-ftp-method, tramp-ftp-file-name-handler)
1578 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
1579
1580 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
1581 `tramp-foreign-file-name-handler-alist'. Add to
1582 `tramp-unload-hook'. Change checks, whether package can be
1583 loaded.
1584 (tramp-gvfs-file-name-p): Make it a defsubst.
1585 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
1586 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
1587 (tramp-gvfs-handle-file-directory-p): New defun.
1588 (tramp-gvfs-file-name-handler-alist): Use it.
1589
1590 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
1591 `tramp-foreign-file-name-handler-alist'. Add to
1592 `tramp-unload-hook'.
1593 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
1594 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
1595 defconst.
1596 (tramp-gw-tunnel-method, tramp-gw-socks-method)
1597 (tramp-gw-open-connection): Set tramp-autoload cookie.
1598
1599 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
1600 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1601 to `tramp-unload-hook'. Change checks, whether package can be
1602 loaded.
1603 (tramp-imap-file-name-p): Make it a defsubst.
1604 (tramp-imap-method, tramp-imaps-method)
1605 (tramp-imap-file-name-handler)
1606 (tramp-imap-file-name-p): Set tramp-autoload cookie.
1607
1608 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
1609 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1610 to `tramp-unload-hook'. Change checks, whether package can be
1611 loaded. Change call of `tramp-compat-decimal-to-octal' to new
1612 function name.
1613 (tramp-smb-tunnel-method): Make it a defconst.
1614 (tramp-smb-file-name-p): Make it a defsubst.
1615 (tramp-smb-method, tramp-smb-file-name-handler)
1616 (tramp-smb-file-name-p): Set tramp-autoload cookie.
1617
1618 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
1619 (tramp-uuencode-region): Set tramp-autoload cookie.
1620
1621 * net/trampver.el (top) Add to `tramp-unload-hook'.
1622 (tramp-version, tramp-bug-report-address): Set tramp-autoload
1623 cookie. Update release number.
1624
1625 2010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
1626
1627 * textmodes/ispell.el (ispell-start-process): Make sure original
1628 arg list is properly initialized (Bug#6993, Bug#6994).
1629
1630 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1631
1632 * files.el (directory-abbrev-alist): Use \` as default regexp.
1633
1634 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1635 chars like - or ] (bug#6984).
1636 (rx-any-condense-range): Explode 2-char ranges.
1637
1638 2010-09-06 Glenn Morris <rgm@gnu.org>
1639
1640 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1641
1642 2010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1643
1644 * textmodes/bibtex.el:
1645 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1646
1647 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1648
1649 * net/imap.el (imap-message-map): Remove optional buffer parameter,
1650 since no callers use it.
1651 (imap-message-get): Ditto.
1652 (imap-message-put): Ditto.
1653 (imap-mailbox-map): Ditto.
1654 (imap-mailbox-put): Ditto.
1655 (imap-mailbox-get): Ditto.
1656 (imap-mailbox-get): Revert last change for this function.
1657
1658 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1659
1660 * net/imap.el (imap-fetch-safe): Remove function, and alter all
1661 callers to use `imap-fetch' instead. According to the comments, this
1662 should be safe, since all other IMAP clients use the 1:* syntax.
1663 (imap-enable-exchange-bug-workaround): Remove.
1664 (imap-debug): Remove -- doesn't seem very useful.
1665
1666 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1667
1668 * net/imap.el (imap-log): New convenience function used throughout
1669 instead of repeating the same code all over the place.
1670
1671 2010-09-05 David De La Harpe Golden <david@harpegolden.net>
1672
1673 * mouse.el (mouse-save-then-kill): Save region to kill-ring
1674 when mouse-drag-copy-region is non-nil (Bug#6956).
1675
1676 2010-09-05 Chong Yidong <cyd@stupidchicken.com>
1677
1678 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
1679 Improve regexps (Bug#6987).
1680 (dired-sort-toggle): Search more robustly for -t flag.
1681
1682 * files.el (get-free-disk-space): Search more robustly for
1683 "available" column. Suggested by Ehud Karni
1684 <ehud@unix.mvs.co.il>.
1685
1686 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
1687
1688 * international/uni-bidi.el:
1689 * international/uni-category.el:
1690 * international/uni-combining.el:
1691 * international/uni-decimal.el:
1692 * international/uni-mirrored.el:
1693 * international/uni-name.el: Regenerate.
1694
1695 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1696
1697 * electric.el (electric-indent-post-self-insert-function):
1698 Don't reindent with a sloppy indentation function.
1699
1700 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
1701 border case in change-log-mode.
1702
1703 2010-09-04 Chong Yidong <cyd@stupidchicken.com>
1704
1705 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1706 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
1707 Recognize leading tab in gcc-include regexp. Ignore names with
1708 leading "from" or "in" in gnu regexp (Bug#6937).
1709
1710 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1711
1712 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
1713 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
1714 (ispell-start-process): Avoid setq and simplify logic.
1715 (ispell-init-process): Setup kill-buffer-hook locally when needed.
1716 (kill-buffer-hook): Don't use it globally with code that uses
1717 expand-file-name since that may call kill-buffer via
1718 code_conversion_restore.
1719
1720 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
1721
1722 * emacs-lisp/package.el (package-directory-list): Only call
1723 file-name-nondirectory on a string.
1724
1725 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
1726
1727 * emacs-lisp/package.el (package--download-one-archive):
1728 Ensure that archive-contents is valid before saving it.
1729 (package-activate-1, package-mark-obsolete, define-package)
1730 (package-compute-transaction, package-list-maybe-add): Use push.
1731
1732 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
1733
1734 Use SMIE's blink-paren for octave-mode.
1735 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
1736 Backslashes do not escape single-quotes, single-quotes do.
1737 (octave-block-else-regexp, octave-block-end-regexp)
1738 (octave-block-match-alist): Remove.
1739 (octave-smie-bnf-table): New var, with old content.
1740 (octave-smie-op-levels): Use it.
1741 (octave-smie-closer-alist): New var.
1742 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
1743 (octave-blink-matching-block-open): Remove.
1744 (octave-reindent-then-newline-and-indent, octave-electric-semi)
1745 (octave-electric-space): Let self-insert-command run expand-abbrev and
1746 blink parens.
1747
1748 * electric.el (electricity): New group.
1749 (electric-indent-chars): New var.
1750 (electric-indent-post-self-insert-function): New fun.
1751 (electric-indent-mode): New minor mode.
1752 (electric-pair-skip-self): New custom.
1753 (electric-pair-post-self-insert-function): New function.
1754 (electric-pair-mode): New minor mode.
1755
1756 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
1757 calcAlg-blink-matching-open.
1758 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
1759 (calc-do-alg-entry): Only touch the part of the keymap that varies.
1760 Use the new blink-matching-check-function.
1761
1762 Provide blink-matching support to SMIE.
1763 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
1764 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
1765 (smie-blink-matching-check, smie-blink-matching-open): New functions.
1766
1767 * simple.el (newline): Fix last change to properly remove itself from
1768 the hook.
1769
1770 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1771
1772 * simple.el (newline): Eliminate optimization.
1773 Use post-self-insert-hook to set hard-newline and things before
1774 running post-self-insert-hook.
1775 (blink-matching-check-mismatch): New function.
1776 (blink-matching-check-function): New variable.
1777 (blink-matching-open): Use them.
1778 Skip back forward over prefix chars skipped by forward-sexp.
1779 Don't check if the parens are backslash escaped.
1780 (blink-paren-post-self-insert-function): Check backslash escaping here.
1781
1782 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
1783
1784 * emacs-lisp/package.el (package-menu-mode-map):
1785 Change package-menu-revert bindings to revert-buffer.
1786 (package-menu-mode): Set revert-buffer-function.
1787 (package-menu-revert): Doc fix.
1788
1789 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
1790
1791 * textmodes/ispell.el (ispell-init-process): Use "~/" as
1792 `default-directory' unless using Ispell per-directory personal
1793 dictionaries and not in a mini-buffer under XEmacs.
1794 (kill-buffer-hook): Do not kill ispell process on exit when
1795 `ispell-process-directory' is "~/". (Bug#6143)
1796
1797 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1798
1799 * simple.el (kill-new): Call interprogram-cut-function with only
1800 one argument.
1801
1802 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
1803 Remove cut buffer from error message.
1804
1805 * term/x-win.el (x-select-text):
1806 * term/pc-win.el (x-selection-value):
1807 * term/ns-win.el (x-selection-value):
1808 * eshell/em-term.el:
1809 * w32-fns.el (x-get-selection-value):
1810 * mouse-sel.el (mouse-sel-set-selection-function):
1811 * frame.el (display-selections-p): Remove cut-buffer in documentation.
1812
1813 * term/x-win.el: Update documentation for x-last-selected-text-*.
1814 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
1815 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
1816 (x-select-text): Remove argument PUSH, update documentation. Remove
1817 cut-buffer code.
1818 (x-selection-value-internal): Was previously x-selection-value.
1819 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
1820 Update documentation, remove cut-buffer code. Call
1821 x-selection-value-internal.
1822 (x-clipboard-yank): Call x-selection-value-internal.
1823 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
1824
1825 * term/pc-win.el (x-last-selected-text):
1826 x-cut-buffer-or-selection-value renamed to x-selection-value
1827 (x-select-text): Remove argument PUSH, update documentation.
1828
1829 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
1830 x-cut-buffer-or-selection-value renamed to x-selection-value
1831 (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
1832 (x-select-text): Remove argument PUSH, update documentation.
1833
1834 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
1835
1836 * w32-fns.el (x-last-selected-text):
1837 x-cut-buffer-or-selection-value renamed to x-selection-value.
1838 (x-cut-buffer-max): Remove.
1839 (x-select-text): Remove argument PUSH, update documentation.
1840
1841 * simple.el (interprogram-cut-function): Remove mention of PUSH.
1842
1843 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
1844
1845 * mouse-sel.el (mouse-sel-get-selection-function):
1846 x-cut-buffer-or-selection-value renamed to x-selection-value.
1847 (x-select-text): Remove optional push.
1848
1849 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1850
1851 * simple.el (blink-paren-function): Move from C to here.
1852 (blink-paren-post-self-insert-function): New function.
1853 (post-self-insert-hook): Use it.
1854
1855 * emacs-lisp/pcase.el (pcase-split-memq):
1856 Fix overenthusiastic optimisation.
1857 (pcase-u1): Handle the case of a lambda pred.
1858
1859 2010-08-31 Kenichi Handa <handa@m17n.org>
1860
1861 * international/mule-cmds.el (standard-display-european-internal):
1862 Setup standard-display-table for 8-bit characters by storing 8-bit
1863 characters in the element vector.
1864
1865 * disp-table.el (standard-display-8bit):
1866 Setup standard-display-table for 8-bit characters by storing 8-bit
1867 characters in the element vector.
1868 (standard-display-european): Likewise.
1869
1870 2010-08-31 Masatake YAMATO <yamato@redhat.com>
1871
1872 * textmodes/nroff-mode.el (nroff-view): New command.
1873 (nroff-mode-map): Bind it to C-c C-c.
1874
1875 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
1876
1877 * emacs-lisp/smie.el (smie-down-list): New command.
1878
1879 Remove old indentation and navigation code on octave-mode.
1880 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
1881 smie-down-list rather than add a binding for octave-down-block.
1882 (octave-mark-block, octave-blink-matching-block-open):
1883 Rely on forward-sexp-function.
1884 (octave-fill-paragraph): Don't narrow, so you can use
1885 indent-according-to-mode.
1886 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
1887 (octave-in-block-p, octave-re-search-forward-kw)
1888 (octave-re-search-backward-kw, octave-indent-calculate)
1889 (octave-end-as-array-index-p, octave-block-end-offset)
1890 (octave-scan-blocks, octave-forward-block, octave-backward-block)
1891 (octave-down-block, octave-backward-up-block, octave-up-block)
1892 (octave-before-magic-comment-p, octave-indent-line): Remove.
1893
1894 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
1895
1896 * emacs-lisp/package.el (package--read-archive-file): Just use
1897 `read', to avoid copying an additional string.
1898 (package-menu-mode): Set header-line-format here.
1899 (package-menu-refresh, package-menu-revert): Signal an error if
1900 not in the Package Menu.
1901 (package-menu-package-list): New var.
1902 (package--generate-package-list): Operate on the current buffer;
1903 don't assume that it is *Packages*, since the user may rename it.
1904 Allow persistent package listings and sort keys using
1905 package-menu-package-list and package-menu-package-sort-key.
1906 (package-menu--version-predicate): Fix version calculation.
1907 (package-menu-sort-by-column): Don't select the window.
1908 (package--list-packages): Create the *Packages* buffer.
1909 Set package-menu-package-list-key.
1910 (list-packages): Sorting by status is now the default.
1911 (package-buffer-info): Use match-string-no-properties.
1912 (define-package): Add a &rest argument for future proofing, but
1913 don't use it yet.
1914 (package-install-from-buffer, package-install-buffer-internal):
1915 Merge into a single function, package-install-from-buffer.
1916 (package-install-file): Change caller.
1917
1918 * finder.el: Load finder-inf using `require'.
1919 (finder-list-matches): Sorting by status is now the default.
1920 (finder-compile-keywords): Simpify printing.
1921
1922 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1923
1924 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
1925 (octave-mode-map): Remove special bindings for forward/backward-block
1926 and octave-backward-up-block. Use smie-close-block.
1927 (octave-continuation-marker-regexp): New var.
1928 (octave-continuation-regexp): Use it.
1929 (octave-operator-table, octave-smie-op-levels)
1930 (octave-operator-regexp, octave-smie-indent-rules): New vars.
1931 (octave-smie-backward-token, octave-smie-forward-token): New funs.
1932 (octave-mode): Use SMIE.
1933 (octave-close-block): Delete.
1934
1935 2010-08-30 Eli Zaretskii <eliz@gnu.org>
1936
1937 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
1938 CLIPBOARD, not in PRIMARY. (Bug#6944)
1939
1940 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1941
1942 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
1943 a list of parents.
1944 (smie-indent-column): Allow indirection through variables.
1945
1946 * composite.el (save-buffer-state): Delete, unused.
1947 * font-lock.el (save-buffer-state): Use with-silent-modifications.
1948 (font-lock-default-fontify-region): Use with-syntax-table.
1949 * jit-lock.el (with-buffer-unmodified): Remove.
1950 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
1951
1952 Use `declare' in defmacros.
1953 * window.el (save-selected-window):
1954 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
1955 * progmodes/python.el (def-python-skeleton):
1956 * net/dbus.el (dbus-ignore-errors):
1957 * jka-cmpr-hook.el (with-auto-compression-mode):
1958 * international/mule.el (with-category-table):
1959 * emacs-lisp/timer.el (with-timeout):
1960 * emacs-lisp/lisp-mnt.el (lm-with-file):
1961 * emacs-lisp/eieio.el (with-slots):
1962 * emacs-lisp/easymenu.el (easy-menu-define):
1963 * emacs-lisp/debug.el (debugger-env-macro):
1964 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
1965 (Multiple-value-call, Multiple-value-prog1):
1966 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
1967 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
1968 edebug rule to definition.
1969 * emacs-lisp/lisp-mode.el (save-selected-window)
1970 (with-current-buffer, combine-after-change-calls)
1971 (with-output-to-string, with-temp-file, with-temp-buffer)
1972 (with-temp-message, with-syntax-table, read-if, eval-after-load)
1973 (dolist, dotimes, when, unless):
1974 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
1975
1976 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
1977
1978 * finder.el: Require `package'.
1979 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
1980 (finder-package-info): Var deleted.
1981 (finder-keywords-hash, finder--builtins-alist): New vars.
1982 (finder-compile-keywords): Compute package--builtins and
1983 finder-keywords-hash instead of finder-keywords-hash, respecting
1984 the "Package" header.
1985 (finder-unknown-keywords, finder-list-matches):
1986 Use finder-keywords-hash and package--list-packages.
1987 (finder-mode): Don't set font-lock-defaults.
1988 (finder-exit): We don't use "*Finder-package*" and "*Finder
1989 Category*" buffers anymore.
1990
1991 * emacs-lisp/package.el (package--builtins-base): Var deleted.
1992 (package--builtins): Set default value to nil.
1993 (package-initialize): Load precomputed value of package--builtins
1994 from finder-inf.el.
1995 (package-alist, package-compute-transaction)
1996 (package-download-transaction): Improve docstring.
1997 (package-read-all-archive-contents): Do not change
1998 package--builtins here.
1999 (list-packages): Make package-list-packages an alias for this.
2000 Sort by status by default.
2001 (package--list-packages): Add optional PACKAGES arg.
2002 (describe-package-1): Use font-lock-face property. For built-in
2003 packages, insert file commentary.
2004 (package--generate-package-list): Rename from
2005 package-list-packages-internal; all callers changed. Add optional
2006 PACKAGES arg. Add alphabetical sort fallbacks.
2007 (package-menu--version-predicate, package-menu--status-predicate)
2008 (package-menu--description-predicate)
2009 (package-menu--name-predicate): New functions.
2010
2011 * info.el (Info-finder-find-node): Search package-alist instead of
2012 finder-package-info.
2013
2014 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
2015
2016 * subr.el (version-regexp-alist): Don't use "a" and "b" for
2017 "alpha" and "beta".
2018 (version-to-list): Handle versions like "10.3d".
2019
2020 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2021
2022 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
2023 (macroexp-accumulate): Use `declare'.
2024
2025 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2026
2027 * whitespace.el (whitespace-style): Adjust type declaration.
2028
2029 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
2030
2031 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
2032 empty argument to gvfs-copy.
2033
2034 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
2035
2036 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
2037 handle new TRASH arg of `delete-file'.
2038
2039 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
2040
2041 * net/tramp.el (tramp-handle-insert-directory): Don't use
2042 `forward-word', its default syntax could be changed.
2043
2044 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2045 Michael Albinus <michael.albinus@gmx.de>
2046
2047 Implement compression for inline methods.
2048
2049 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
2050 (tramp-copy-size-limit): Allow also nil.
2051 (tramp-inline-compress-commands): New defconst.
2052 (tramp-find-inline-compress, tramp-get-inline-compress)
2053 (tramp-get-inline-coding): New defuns.
2054 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2055 replaced by `tramp-get-inline-coding'.
2056 (tramp-handle-file-local-copy, tramp-handle-write-region)
2057 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
2058
2059 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
2060
2061 Detect ssh 'ControlMaster' argument automatically in some cases.
2062
2063 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2064 (tramp-default-method): Use it.
2065
2066 2010-08-26 Karel Klíč <kklic@redhat.com>
2067
2068 * net/tramp.el (tramp-file-name-for-operation):
2069 Add file-selinux-context.
2070
2071 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
2072
2073 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
2074
2075 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
2076
2077 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
2078 (Bug#6907).
2079
2080 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
2081
2082 * progmodes/js.el: Make indentation more customizable (Bug#6914).
2083 (js-paren-indent-offset, js-square-indent-offset)
2084 (js-curly-indent-offset): New options.
2085 (js--proper-indentation): Use them.
2086
2087 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
2088
2089 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
2090 instead of inspecting font-lock properties (Bug#6916).
2091
2092 2010-08-26 David Reitter <david.reitter@gmail.com>
2093
2094 * server.el (server-visit-files): Run pre-command-hook and
2095 post-command-hook for each buffer while it is current (Bug#6910).
2096 (server-execute): Do not run hooks here.
2097
2098 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
2099
2100 Sync with Tramp 2.1.19.
2101
2102 * net/tramp-cmds.el (tramp-cleanup-all-connections)
2103 (tramp-reporter-dump-variable, tramp-load-report-modules)
2104 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
2105 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
2106
2107 * net/tramp-compat.el (top): Do not autoload
2108 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
2109 only when `start-file-process' is not bound.
2110 (byte-compile-not-obsolete-vars): Define if not bound.
2111 (tramp-compat-funcall): New defmacro.
2112 (tramp-compat-line-beginning-position)
2113 (tramp-compat-line-end-position)
2114 (tramp-compat-temporary-file-directory)
2115 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2116 (tramp-compat-copy-file, tramp-compat-copy-directory)
2117 (tramp-compat-delete-file, tramp-compat-delete-directory)
2118 (tramp-compat-number-sequence, tramp-compat-process-running-p):
2119 Use it.
2120 (tramp-advice-file-expand-wildcards): Do not use
2121 `tramp-handle-file-remote-p'.
2122 (tramp-compat-make-temp-file): Simplify fallback implementation.
2123 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2124 (tramp-compat-copy-tree): Remove function.
2125 (tramp-compat-delete-file): New defun.
2126 (tramp-compat-delete-directory): Provide implementation for older
2127 Emacsen.
2128 (tramp-compat-file-attributes): Handle only
2129 `wrong-number-of-arguments' error.
2130
2131 * net/tramp-fish.el (tramp-fish-handle-copy-file):
2132 Add PRESERVE_SELINUX_CONTEXT.
2133 (tramp-fish-handle-delete-file): Add TRASH arg.
2134 (tramp-fish-handle-directory-files-and-attributes):
2135 Do not use `tramp-fish-handle-file-attributes.
2136 (tramp-fish-handle-file-local-copy)
2137 (tramp-fish-handle-insert-file-contents)
2138 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
2139
2140 * net/tramp-gvfs.el (top): Require url-util.
2141 (tramp-gvfs-mount-point): Remove.
2142 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
2143 and `set-file-selinux-context'.
2144 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
2145 (tramp-gvfs-handle-file-selinux-context)
2146 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
2147 (with-tramp-dbus-call-method): Format trace message.
2148 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
2149 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
2150 Implement backup call, when operation on local files fails.
2151 Use progress reporter. Flush properties of changed files.
2152 (tramp-gvfs-handle-delete-file): Add TRASH arg. Use
2153 `tramp-compat-delete-file'.
2154 (tramp-gvfs-handle-expand-file-name): Expand "~/".
2155 (tramp-gvfs-handle-make-directory): Make more traces.
2156 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
2157 (tramp-gvfs-url-file-name): Hexify file name in url.
2158 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
2159 into account for the resulting file name.
2160 (tramp-gvfs-handler-askquestion): Preserve current message, in
2161 order to let progress reporter continue afterwards. (Bug#6257)
2162 Return dummy mountpoint, when the answer is "no".
2163 See `tramp-gvfs-maybe-open-connection'.
2164 (tramp-gvfs-handler-mounted-unmounted)
2165 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
2166 attribute "default_location". Set "prefix" property.
2167 Handle default-location.
2168 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
2169 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
2170 exists. Raise an error, if not (due to a corresponding answer
2171 "no" in interactive questions, for example).
2172 Use `tramp-compat-funcall'.
2173
2174 * net/tramp-imap.el (top): Autoload `epg-make-context'.
2175 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2176 (tramp-imap-do-copy-or-rename-file)
2177 (tramp-imap-handle-insert-file-contents)
2178 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
2179 (tramp-imap-handle-delete-file): Add TRASH arg.
2180
2181 * net/tramp-smb.el (tramp-smb-handle-copy-file):
2182 Add PRESERVE-SELINUX-CONTEXT.
2183 (tramp-smb-handle-copy-file)
2184 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2185 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
2186 Use `with-progress-reporter'.
2187 (tramp-smb-handle-delete-file): Add TRASH arg.
2188
2189 * net/tramp.el (tramp-methods): Move hostname to the end in all
2190 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
2191 appropriate.
2192 (tramp-verbose): Describe verbose level 9.
2193 (tramp-completion-function-alist)
2194 (tramp-file-name-regexp, tramp-chunksize)
2195 (tramp-local-coding-commands, tramp-remote-coding-commands)
2196 (with-connection-property, tramp-completion-mode-p)
2197 (tramp-action-process-alive, tramp-action-out-of-band)
2198 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
2199 (tramp-exists-file-name-handler): Fix docstring.
2200 (tramp-remote-process-environment): Use `format' instead of
2201 `concat'. Protect version string by apostroph.
2202 (tramp-shell-prompt-pattern): Do not use a shy group in case of
2203 XEmacs.
2204 (tramp-file-name-regexp-unified)
2205 (tramp-completion-file-name-regexp-unified): On W32 systems, do
2206 not regard the volume letter as remote filename. (Bug#5447)
2207 (tramp-perl-file-attributes)
2208 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
2209 (tramp-vc-registered-read-file-names): Read input as
2210 here-document, otherwise the command could exceed maximum length
2211 of command line.
2212 (tramp-file-name-handler-alist): Add `file-selinux-context' and
2213 `set-file-selinux-context'.
2214 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
2215 backtrace functions.
2216 (tramp-error-with-buffer): Don't show the connection buffer when
2217 we are in completion mode.
2218 (tramp-progress-reporter-update, tramp-remote-selinux-p)
2219 (tramp-handle-file-selinux-context)
2220 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
2221 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
2222 New defuns.
2223 (with-progress-reporter): New defmacro.
2224 (tramp-debug-outline-regexp): New defconst.
2225 (top, tramp-rfn-eshadow-setup-minibuffer)
2226 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2227 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2228 (tramp-completion-mode-p, tramp-check-for-regexp)
2229 (tramp-open-connection-setup-interactive-shell)
2230 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2231 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2232 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
2233 Use `tramp-compat-funcall'.
2234 (tramp-handle-make-symbolic-link): Flush file properties.
2235 (tramp-handle-load, tramp-handle-file-local-copy)
2236 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2237 (tramp-handle-vc-registered, tramp-maybe-send-script)
2238 (tramp-find-shell): Use `with-progress-reporter'.
2239 (tramp-do-file-attributes-with-stat): Add space in format string,
2240 in order to work around a bug in pdksh. Reported by Gilles Pion
2241 <gpion@lfdj.com>.
2242 (tramp-handle-verify-visited-file-modtime): Do not send a command
2243 when the connection is not established.
2244 (tramp-handle-set-file-times): Simplify the check for utc.
2245 (tramp-handle-directory-files-and-attributes)
2246 (tramp-get-remote-path): Use `copy-tree'.
2247 (tramp-completion-handle-file-name-all-completions): Ensure, that
2248 non remote files are still checked. Oops.
2249 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
2250 Handle PRESERVE-SELINUX-CONTEXT.
2251 (tramp-do-copy-or-rename-file): Add progress reporter.
2252 (tramp-do-copy-or-rename-file-directly): Do not use
2253 `tramp-handle-file-remote-p'.
2254 (tramp-do-copy-or-rename-file-out-of-band):
2255 Use `tramp-compat-delete-directory'.
2256 (tramp-do-copy-or-rename-file-out-of-band)
2257 (tramp-compute-multi-hops, tramp-maybe-open-connection):
2258 Use `format-spec-make'.
2259 (tramp-handle-delete-file): Add TRASH arg.
2260 (tramp-handle-dired-uncache): Flush directory cache, not only file
2261 cache.
2262 (tramp-handle-expand-file-name)
2263 (tramp-completion-handle-file-name-all-completions)
2264 (tramp-completion-handle-file-name-completion):
2265 Use `tramp-connectable-p'.
2266 (tramp-handle-start-file-process): Set connection property "vec".
2267 Use it, in order to invalidate file caches. Check only for
2268 `remote-tty' process property.
2269 Implement tty setting. (Bug#4604, Bug#6360)
2270 (tramp-file-name-for-operation): Add `call-process-region' and
2271 `set-file-selinux-context'.
2272 (tramp-find-foreign-file-name-handler)
2273 (tramp-advice-make-auto-save-file-name)
2274 (tramp-set-auto-save-file-modes): Remove superfluous check for
2275 `stringp'. This is done inside `tramp-tramp-file-p'.
2276 (tramp-file-name-handler): Trace 'quit. Catch the error for some
2277 operations when we are in completion mode. This gives the user
2278 the chance to correct the file name in the minibuffer.
2279 (tramp-completion-mode-p): Use `non-essential'.
2280 (tramp-handle-file-name-all-completions): Backward/ XEmacs
2281 compatibility: Use `completion-ignore-case' if
2282 `read-file-name-completion-ignore-case' does not exist.
2283 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
2284 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2285 `tramp-open-shell'.
2286 (tramp-action-password): Hide password prompt before next run.
2287 (tramp-process-actions): Widen connection buffer for the trace.
2288 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
2289 process property. Trace stty settings if `tramp-verbose' >= 9.
2290 Apply workaround for IRIX64 bug. Move argument of last
2291 `tramp-send-command' where it belongs to.
2292 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
2293 front of `login-args'.
2294 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
2295 on "/dev/null" instead of "/".
2296 (tramp-get-ls-command-with-dired): Make test for "--dired"
2297 stronger.
2298 (tramp-set-auto-save-file-modes): Adapt version check.
2299 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
2300 (tramp-handle-process-file): Call the program in a subshell, in
2301 order to preserve working directory.
2302 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
2303 `tramp-remote-sh' from `tramp-methods'.
2304 (tramp-get-ls-command): Make test for "--color=never" stronger.
2305 (tramp-check-for-regexp): Use (forward-line 1).
2306
2307 * net/trampver.el: Update release number.
2308
2309 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
2310
2311 * help.el (help-map): Bind `C-h P' to describe-package.
2312
2313 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
2314
2315 * emacs-lisp/package.el (package-refresh-contents): Catch errors
2316 when downloading archives.
2317 (describe-package-1): Add package commentary.
2318 (package-install-button-action): New function.
2319 (package-menu-mode-map): Bind ? to package-menu-describe-package.
2320 (package-menu-view-commentary): Function removed.
2321 (package-list-packages-internal): Hide the `package' package too.
2322
2323 2010-08-25 Kenichi Handa <handa@m17n.org>
2324
2325 * language/misc-lang.el ("Arabic"): New language environment.
2326 Setup composition-function-table for Arabic characters.
2327
2328 * international/fontset.el (setup-default-fontset): Fix typo for
2329 arabic OTF spec (fini->fina).
2330
2331 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
2332
2333 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
2334 on all frames.
2335
2336 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2337
2338 * whitespace.el: Allow cleaning up blanks without blank
2339 visualization (Bug#6651). Adjust help window for
2340 whitespace-toggle-options (Bug#6479). Allow to use fill-column
2341 instead of whitespace-line-column (from EmacsWiki). New version
2342 13.1.
2343 (whitespace-style): Added new value 'face. Adjust docstring.
2344 (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
2345 foreground property face.
2346 (whitespace-line-column): Adjust docstring and type declaration.
2347 (whitespace-style-value-list, whitespace-toggle-option-alist)
2348 (whitespace-help-text): Adjust const initialization.
2349 (whitespace-toggle-options, global-whitespace-toggle-options):
2350 Adjust docstring.
2351 (whitespace-display-window, whitespace-interactive-char)
2352 (whitespace-style-face-p, whitespace-color-on): Adjust code.
2353 (whitespace-help-scroll): New fun.
2354
2355 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2356
2357 * emacs-lisp/package.el (list-packages): Alias for
2358 package-list-packages.
2359
2360 2010-08-24 Kevin Ryde <user42@zip.com.au>
2361
2362 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
2363 (Bug#5651).
2364
2365 * progmodes/ruby-mode.el (ruby): Add defgroup.
2366
2367 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2368
2369 * progmodes/python.el: Add Ipython support (Bug#5390).
2370 (python-shell-prompt-alist)
2371 (python-shell-continuation-prompt-alist): New options.
2372 (python--set-prompt-regexp): New function.
2373 (inferior-python-mode, run-python, python-shell): Require
2374 ansi-color. Use python--set-prompt-regexp to set the comint
2375 prompt based on the Python interpreter.
2376 (python--prompt-regexp): New var.
2377 (python-check-comint-prompt)
2378 (python-comint-output-filter-function): Use it.
2379 (run-python): Use a pipe (Bug#5694).
2380
2381 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
2382
2383 * progmodes/python.el (python-send-region): Send a different
2384 Python command if Ipython is in use.
2385 (python-check-version): Use a Python command to find the version.
2386
2387 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2388
2389 * mouse.el (mouse-yank-primary): Avoid setting primary when
2390 deactivating the mark (Bug#6872).
2391
2392 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
2393
2394 * progmodes/python.el (python-block-pairs): Allow use of "finally"
2395 with "else" (Bug#3991).
2396
2397 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
2398
2399 * net/dbus.el: Accept UNIX domain sockets as bus address.
2400 (top): Don't initialize `dbus-registered-objects-table' anymore,
2401 this is done in dbusbind,c.
2402 (dbus-check-event): Adapt test for bus.
2403 (dbus-return-values-table, dbus-unregister-service)
2404 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
2405 Adapt doc string.
2406
2407 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
2408
2409 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
2410
2411 2010-08-22 Juri Linkov <juri@jurta.org>
2412
2413 * simple.el (read-extended-command): New function with the logic
2414 for `completing-read' moved to Elisp from `execute-extended-command'.
2415 Use `function-called-at-point' in `minibuffer-default-add-function'
2416 to get a command name for M-n (bug#5364, bug#5214).
2417
2418 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2419
2420 * startup.el (command-line-1): Issue warning for ignored arguments
2421 --unibyte, etc (Bug#6886).
2422
2423 2010-08-22 Leo <sdl.web@gmail.com>
2424
2425 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
2426 (ignore, bright, dim, keyword): Split list of nicknames before
2427 passing to rcirc-add-or-remove (Bug#6894).
2428
2429 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2430
2431 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
2432
2433 2010-08-22 Leo <sdl.web@gmail.com>
2434
2435 Fix buffer-list rename&refresh after killing a buffer in ido.
2436 * ido.el: Revert Óscar's.
2437 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
2438 Remember the buffers at head, rather than their name.
2439 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
2440
2441 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
2442 Stefan Monnier <monnier@iro.umontreal.ca>
2443
2444 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
2445 extra backslash added to each line (bug#6890).
2446
2447 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2448
2449 * subr.el (read-key): Don't echo keystrokes (bug#6883).
2450
2451 2010-08-22 Glenn Morris <rgm@gnu.org>
2452
2453 * menu-bar.el (menu-bar-games-menu): Add landmark.
2454
2455 2010-08-22 Glenn Morris <rgm@gnu.org>
2456
2457 * align.el (align-regexp): Make group and spacing arguments
2458 use the interactive defaults when non-interactive. (Bug#6698)
2459
2460 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
2461 expansion, so as not to need sendmail.
2462 (mail-text-start): Remove declaration.
2463 (rmail-retry-failure): Require sendmail.
2464
2465 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2466
2467 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
2468
2469 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
2470
2471 * progmodes/flymake.el (flymake-start-syntax-check-process):
2472 Use `start-file-process' in order to let it run also on remote hosts.
2473
2474 2010-08-22 Kenichi Handa <handa@m17n.org>
2475
2476 * files.el: Add `word-wrap' as safe local variable.
2477
2478 2010-08-22 Glenn Morris <rgm@gnu.org>
2479
2480 * woman.el (woman-translate): Case matters. (Bug#6849)
2481
2482 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2483
2484 * simple.el (kill-region): Doc fix (Bug#6787).
2485
2486 2010-08-22 Glenn Morris <rgm@gnu.org>
2487
2488 * calendar/diary-lib.el (diary-header-line-format):
2489 Fit it to the window, not the frame.
2490
2491 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
2492
2493 * subr.el (ignore-errors): Add debug declaration.
2494
2495 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
2496
2497 * whitespace.el (whitespace-color-off): Remove post-command-hook
2498 locally.
2499
2500 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2501
2502 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
2503
2504 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
2505
2506 * cus-edit.el (custom-group-value-create): Add extra newline
2507 before end line (Bug#6876).
2508
2509 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
2510
2511 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
2512 when extending it. Before killing on the second click, check if
2513 the buffer is the correct one. Doc fix.
2514 (mouse-secondary-save-then-kill): Allow usage without first
2515 calling mouse-start-secondary, by defaulting to point. Don't save
2516 an empty secondary selection. Doc fix.
2517
2518 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2519
2520 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
2521 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
2522 New version 13.0.
2523 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
2524 Adjust initialization.
2525 (whitespace-bob-marker, whitespace-eob-marker)
2526 (whitespace-buffer-changed): New vars.
2527 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
2528 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
2529 (whitespace-post-command-hook, whitespace-display-char-on):
2530 Adjust code.
2531 (whitespace-looking-back, whitespace-buffer-changed): New funs.
2532 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
2533
2534 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2535
2536 * files.el (locate-file-completion-table): Only list the .el and .elc
2537 extensions if there's no other choice (bug#5955).
2538
2539 * facemenu.el (facemenu-self-insert-data): New var.
2540 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
2541 New functions.
2542 (facemenu-add-face): Use them.
2543
2544 * simple.el (blink-matching-open): Obey forward-sexp-function.
2545
2546 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
2547
2548 * simple.el (prog-mode-map): New var.
2549 (prog-indent-sexp): New command.
2550
2551 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
2552
2553 * progmodes/prolog.el (smie): Require.
2554
2555 * emacs-lisp/smie.el (smie-default-backward-token)
2556 (smie-default-forward-token): Strip properties.
2557 (smie-next-sexp): Be more careful with associative operators.
2558 (smie-forward-sexp-command): Generalize.
2559 (smie-backward-sexp-command): Simplify.
2560 (smie-closer-alist): New var.
2561 (smie-close-block): New command.
2562 (smie-indent-debug-log): New var.
2563 (smie-indent-offset-rule): Add a few more cases.
2564 (smie-indent-column): New function.
2565 (smie-indent-after-keyword): Use it.
2566 (smie-indent-keyword): Use it.
2567 Fix up the opener code's point position.
2568 (smie-indent-comment): Only applies at BOL.
2569 (smie-indent-debug): New command.
2570
2571 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
2572 declarations that are useful before running the macro.
2573
2574 2010-08-18 Joakim Verona <joakim@verona.se>
2575
2576 * image.el (imagemagick-types-inhibit): New variable.
2577 (imagemagick-register-types): New function.
2578 * image-mode.el (image-transform-properties): New function.
2579 (image-transform-set-scale, image-transform-fit-to-height)
2580 (image-transform-set-rotation, image-transform-set-resize)
2581 (image-transform-fit-to-width, image-transform-fit-to-height):
2582 New functions.
2583 (image-toggle-display-image): Support image transforms.
2584
2585 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
2586
2587 * image.el (create-animated-image): Don't add heuristic mask to image
2588 (Bug#6839).
2589
2590 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
2591
2592 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
2593 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
2594
2595 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
2596
2597 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
2598
2599 Font-lock '...' strings, plus various simplifications and fixes.
2600 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
2601 (octave-font-lock-close-quotes): New function.
2602 (octave-font-lock-syntactic-keywords): New var.
2603 (octave-mode): Use it. Set beginning-of-defun-function.
2604 (octave-mode-map): Don't override the <foo>-defun commands.
2605 (octave-mode-menu): Pass it directly to easy-menu-define;
2606 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
2607 (octave-block-match-alist): Fix up last change so that
2608 octave-close-block uses the more specific keyword.
2609 (info-lookup-mode): Silence byte-compiler.
2610 (octave-beginning-of-defun): Not interactive any more.
2611 Optimize slightly.
2612 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
2613 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
2614 (octave-completion-at-point-function): Make sure point is within
2615 beg..end.
2616 (octave-reindent-then-newline-and-indent):
2617 Use reindent-then-newline-and-indent.
2618 (octave-add-octave-menu): Remove.
2619
2620 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
2621
2622 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
2623 (report-emacs-bug-can-use-xdg-email): New functions.
2624 (report-emacs-bug): Set can-xdg-email to result of
2625 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
2626 \C-cm to report-emacs-bug-insert-to-mailer and add help text
2627 about it.
2628
2629 * net/browse-url.el (browse-url-default-browser): Add cond
2630 for browse-url-xdg-open.
2631 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
2632
2633 2010-08-17 Glenn Morris <rgm@gnu.org>
2634
2635 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
2636 (c-fontify-recorded-types-and-refs): Define for compiler.
2637 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
2638 before use.
2639
2640 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
2641 Fix format call.
2642
2643 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
2644
2645 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
2646 properties.
2647 (tramp-handle-process-file): Call the program in a subshell, in
2648 order to preserve working directory.
2649 (tramp-action-password): Hide password prompt before next run.
2650 (tramp-process-actions): Widen connection buffer for the trace.
2651
2652 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2653
2654 * net/rcirc.el (rcirc-log-process-buffers): New option.
2655 (rcirc-print): Use it.
2656 (rcirc-generate-log-filename): New function.
2657 (rcirc-log-filename-function): Change default to
2658 rcirc-generate-log-filename (Bug#6828).
2659
2660 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
2661
2662 * simple.el (deactivate-mark): If select-active-regions is `only',
2663 only set selection for temporarily active regions.
2664
2665 * cus-start.el: Change defcustom for select-active-regions.
2666
2667 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
2668
2669 * mouse.el (mouse--drag-set-mark-and-point): New function.
2670 (mouse-drag-track): Use LOCATION arg to push-mark.
2671 Use mouse--drag-set-mark-and-point to take click-count into
2672 consideration when updating point and mark (Bug#6840).
2673
2674 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
2675
2676 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2677 Give the Ruby rule a lower priority than Gnu (Bug#6778).
2678
2679 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
2680
2681 * font-lock.el (lisp-font-lock-keywords-2):
2682 Add combine-after-change-calls, condition-case-no-debug,
2683 with-demoted-errors, and with-silent-modifications (Bug#6025).
2684
2685 2010-08-14 Kevin Ryde <user42@zip.com.au>
2686
2687 * emacs-lisp/copyright.el (copyright-update-year)
2688 (copyright-update): Temporary switch-to-buffer to ensure the
2689 buffer change being queried is visible (Bug#5394).
2690
2691 2010-08-14 Tom Tromey <tromey@redhat.com>
2692
2693 * progmodes/etags.el (tags-file-name): Mark safe if stringp
2694 (Bug#6733).
2695
2696 2010-08-14 Eli Zaretskii <eliz@gnu.org>
2697
2698 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
2699 MS-DOS. (Bug#6689)
2700
2701 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
2702
2703 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
2704 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
2705 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
2706 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
2707 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
2708 Call menu-bar-set-tool-bar-position.
2709
2710 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2711
2712 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
2713 comment style (bug#6834).
2714 * progmodes/scheme.el (scheme-mode-syntax-table):
2715 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
2716 "b" flag in "' 14b" syntax.
2717
2718 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
2719 for (un)commenting the region and performing completion.
2720 (octave-mode-menu): Use standard commands for help and completion.
2721 (octave-mode-syntax-table): Support %{..%} comments (sort of).
2722 (octave-mode): Use define-derived-mode.
2723 Set completion-at-point-functions and don't set columns.
2724 Don't disable adaptive-fill-regexp.
2725 (octave-describe-major-mode, octave-comment-region)
2726 (octave-uncomment-region, octave-comment-indent)
2727 (octave-indent-for-comment): Remove.
2728 (octave-indent-calculate): Rename from calculate-octave-indent.
2729 (octave-indent-line, octave-fill-paragraph): Update caller.
2730 (octave-initialize-completions): No need to make an alist.
2731 (octave-completion-at-point-function): New function.
2732 (octave-complete-symbol): Use it.
2733 (octave-insert-defun): Use define-skeleton.
2734
2735 * progmodes/octave-mod.el (octave-mode): Set comment-add.
2736 (octave-mode-map): Use comment-dwim (bug#6829).
2737
2738 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
2739
2740 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
2741 indentation of inserted comment.
2742
2743 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
2744
2745 * faces.el (region): Add type gtk that uses gtk colors.
2746
2747 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
2748 Handle theme-name change.
2749
2750 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
2751
2752 * progmodes/sql.el: Version 2.5
2753 (sql-product-alist): Add :prompt-cont-regexp property for several
2754 database products.
2755 (sql-prompt-cont-regexp): New variable.
2756 (sql-output-newline-count, sql-output-by-send):
2757 New variables. Record number of newlines in input text.
2758 (sql-send-string): Handle multiple filters and count newlines.
2759 (sql-send-magic-terminator): Count terminator newline.
2760 (sql-interactive-remove-continuation-prompt): Filters output to
2761 remove continuation prompts; one for each newline.
2762 (sql-interactive-mode): Set up new variables, prompt regexp and
2763 output filter.
2764 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
2765 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
2766
2767 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2768
2769 * emacs-lisp/pcase.el: New file.
2770
2771 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
2772
2773 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
2774 as here-document, otherwise the command could exceed maximum
2775 length of command line.
2776 (tramp-handle-vc-registered): Call script accordingly.
2777 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
2778
2779 2010-08-10 Kenichi Handa <handa@m17n.org>
2780
2781 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
2782 composable pattern.
2783
2784 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
2785
2786 * emacs-lisp/package.el (package-version-split)
2787 (package--version-first-nonzero, package-version-compare):
2788 Functions removed.
2789 (package-directory-list, package-load-all-descriptors)
2790 (package--built-in, package-activate, define-package)
2791 (package-installed-p, package-compute-transaction)
2792 (package-read-all-archive-contents)
2793 (package--add-to-archive-contents, package-buffer-info)
2794 (package-tar-file-info, package-list-packages-internal):
2795 Use version-to-list and version-list-*.
2796
2797 * emacs-lisp/package-x.el (package-upload-buffer-internal):
2798 Use version-to-list.
2799 (package-upload-buffer-internal): Use version-list-<=.
2800
2801 2010-08-09 Kenichi Handa <handa@m17n.org>
2802
2803 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
2804 composable pattern.
2805
2806 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
2807
2808 * tutorial.el (tutorial--default-keys): C-d is now bound to
2809 delete-forward-char (Bug#6826).
2810
2811 * mouse.el (mouse-drag-track): Remove accidentally-removed check
2812 for `double' value of mouse-1-click-follows-link (Bug#6807).
2813
2814 2010-08-08 Johan Bockgård <bojohan@gnu.org>
2815
2816 * replace.el (replace-highlight): Bind isearch-forward and
2817 isearch-error, ensuring that highlighting is updated if the user
2818 switches the search direction (Bug#6808).
2819
2820 * isearch.el (isearch-lazy-highlight-forward): New var.
2821 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2822 (isearch-lazy-highlight-update): Use it.
2823
2824 2010-08-08 Kenichi Handa <handa@m17n.org>
2825
2826 * international/mule.el (define-charset): Store NAME as :base property.
2827 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
2828 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
2829 current priority. Force using the designation of the specific
2830 charset by adding `charset' text property. Improve the whole algorithm.
2831
2832 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2833
2834 * emulation/pc-select.el (pc-selection-mode-hook)
2835 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
2836 (pc-selection-mode): Fix typos in docstrings.
2837
2838 2010-08-08 Kenichi Handa <handa@m17n.org>
2839
2840 * language/cyrillic.el: Don't add "microsoft-cp1251" to
2841 ctext-non-standard-encodings-alist here.
2842
2843 * international/mule.el (ctext-non-standard-encodings-alist):
2844 Add "koi8-r" and "microsoft-cp1251".
2845 (ctext-standard-encodings): New variable.
2846 (ctext-non-standard-encodings-table): List only elements for
2847 non-standard encodings.
2848 (ctext-pre-write-conversion): Adjust for the above change.
2849 Check ctext-standard-encodings.
2850
2851 * international/mule-conf.el (compound-text): Doc fix.
2852 (ctext-no-compositions): Doc fix.
2853 (compound-text-with-extensions): Doc fix.
2854
2855 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2856
2857 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
2858
2859 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2860
2861 * progmodes/which-func.el (which-func-format): Split help-echo text
2862 into lines, like other mode-line tooltips.
2863
2864 * server.el (server-start): When using TCP sockets, force IPv4
2865 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
2866
2867 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2868
2869 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
2870
2871 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2872
2873 * term.el (term-delimiter-argument-list): Reflow docstring.
2874 (term-read-input-ring, term-write-input-ring, term-send-input)
2875 (term-bol, term-erase-in-display, serial-supported-or-barf):
2876 Fix typos in docstrings.
2877
2878 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2879
2880 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
2881
2882 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2883
2884 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
2885
2886 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
2887
2888 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
2889 Fix typo in docstring (bug#6747).
2890
2891 2010-08-08 Leo <sdl.web@gmail.com>
2892
2893 * eshell/esh-io.el (eshell-get-target): Better detection of
2894 read-only file (Bug#6762).
2895
2896 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2897
2898 * align.el (align-default-spacing): Doc fix.
2899 (align-region-heuristic, align-regexp): Fix typos in docstrings.
2900
2901 2010-08-08 Stephen Peters <speters@itasoftware.com>
2902
2903 * calendar/icalendar.el
2904 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
2905 (icalendar--get-weekday-numbers): New.
2906 (icalendar--convert-recurring-to-diary): Handle multiple byday
2907 values in weekly rules. (Bug#6766)
2908
2909 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
2910
2911 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
2912 (icalendar--create-uid, icalendar-export-region)
2913 (icalendar--parse-summary-and-rest): Code formatting.
2914
2915 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2916
2917 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
2918 to italicize headers.
2919 (calc-highlight-selections-with-faces): New variable.
2920 (calc-selected-face, calc-nonselected-face): New faces.
2921
2922 * calc/calccomp.el (math-comp-highlight-string): Use
2923 `calc-highlight-selections-with-faces' to determine how to highlight
2924 sub-formulas.
2925
2926 * calc/calc-sel.el (calc-show-selections): Change message to when
2927 using faces to highlight selections.
2928
2929 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
2930
2931 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
2932 Add SQLite 3 keywords, functions and datatypes.
2933 (sql-interactive-mode): Remove `comint-process-echoes' set to t
2934 (Bug#6686).
2935
2936 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
2937
2938 * simple.el (select-active-regions): Move to keyboard.c.
2939 (deactivate-mark): Used saved-region-selection.
2940 (select-active-region): Function removed.
2941 (activate-mark, set-mark, push-mark-command)
2942 (handle-shift-selection): Don't call it.
2943 (keyboard-quit): Avoid adding the region to the window selection.
2944
2945 * mouse.el (mouse-drag-track): Remove hacks to deal with old
2946 select-active-regions implementation.
2947 (mouse-yank-at-click): Doc fix.
2948
2949 * cus-start.el: Add custom declaration for select-active-regions.
2950
2951 2010-08-07 Eli Zaretskii <eliz@gnu.org>
2952
2953 * simple.el (delete-forward-char): Doc fix.
2954
2955 * tutorial.el (help-with-tutorial): Hack safe file-local variables
2956 after reading the tutorial.
2957
2958 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
2959
2960 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
2961 for the case that a C style comment has its delimiters alone on
2962 their respective lines.
2963
2964 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
2965
2966 * net/tramp.el (tramp-handle-start-file-process): Set connection
2967 property "vec".
2968 (tramp-process-sentinel): Use it for flushing the cache. We
2969 cannot do it via the process buffer, the buffer could be deleted
2970 already when running the sentinel.
2971
2972 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
2973
2974 * comint.el (comint-mode): Make directory tracking functions
2975 functional on remote files. (Bug#6764)
2976
2977 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
2978
2979 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
2980
2981 2010-08-05 Eli Zaretskii <eliz@gnu.org>
2982
2983 * emacs-lisp/find-gc.el (find-gc-source-files): Rename
2984 unexec.c => unexcoff.c.
2985
2986 * emacs-lisp/authors.el (authors-fixed-entries): Rename
2987 unexec.c => unexcoff.c.
2988
2989 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
2990
2991 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
2992 cache, not only file cache.
2993 (tramp-process-sentinel): New defun.
2994 (tramp-handle-start-file-process): Use it, in order to invalidate
2995 file caches.
2996
2997 2010-08-03 Leo <sdl.web@gmail.com>
2998
2999 * server.el (server-start): Simplify loop.
3000
3001 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
3002
3003 * frame.el (screen-height, screen-width, set-screen-width)
3004 (set-screen-height): Remove ancient compatibility aliases.
3005
3006 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
3007 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
3008
3009 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
3010 that change current buffer.
3011
3012 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3013
3014 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
3015 beginning of the string. Use `string-match-p'. (Bug#6765)
3016
3017 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
3018
3019 * cus-start.el (x-gtk-use-system-tooltips): New variable.
3020
3021 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
3022
3023 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
3024 (package--builtins): Tweak descriptions.
3025 (package-print-package): Upcase descriptions if necessary.
3026 Show all built-in packages in font-lock-builtin-face.
3027 (package-list-packages-internal): Omit "emacs" package.
3028 Show status of built-in packages as "built-in".
3029
3030 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
3031
3032 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
3033 before killing to preserve the primary selection (Bug#6701).
3034
3035 * term/x-win.el (x-select-text): Doc fix.
3036
3037 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
3038
3039 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
3040 The following functions were modified or created:
3041
3042 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
3043 (objc-font-lock-extra-types):
3044 * progmodes/cc-mode.el (c-basic-common-init):
3045 * progmodes/cc-langs.el (c-make-mode-syntax-table)
3046 (c++-make-template-syntax-table)
3047 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
3048 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
3049 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
3050 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
3051 * progmodes/cc-fonts.el (c-make-inverse-face)
3052 (c-basic-matchers-after):
3053 * progmodes/cc-engine.el (c-forward-keyword-clause)
3054 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
3055 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
3056 (c-guess-continued-construct, c-guess-basic-syntax):
3057
3058 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
3059
3060 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
3061
3062 2010-07-31 Eli Zaretskii <eliz@gnu.org>
3063
3064 * files.el (bidi-paragraph-direction): Define safe local values.
3065
3066 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
3067 language-info-alist. Remove outdated FIXME in a comment.
3068
3069 2010-07-31 Alan Mackenzie <acm@muc.de>
3070
3071 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
3072 Auto-fill broken in C/C++ modes.
3073
3074 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
3075
3076 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
3077 (menu-bar-showhide-tool-bar-menu-customize-disable)
3078 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
3079 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
3080 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
3081 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
3082 make a menu for Options => toolbar that can move it.
3083
3084 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
3085
3086 * emacs-lisp/package-x.el (package--make-rss-entry):
3087 (package-maint-add-news-item, package--update-news)
3088 (package-upload-buffer-internal): New arg ARCHIVE-URL.
3089
3090 * emacs-lisp/package.el (package-archive-url): Rename from
3091 package-archive-id.
3092 (package-install): Doc fix.
3093 (package-download-single, package-download-tar, package-install)
3094 (package-menu-view-commentary): Callers changed.
3095
3096 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
3097
3098 * net/tramp.el (tramp-handle-start-file-process): Check only for
3099 `remote-tty' process property.
3100 (tramp-open-shell): Don't check for tty.
3101 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
3102 process property.
3103
3104 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
3105 host.
3106
3107 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
3108
3109 * emacs-lisp/package.el (package-load-list, package-archives)
3110 (package-archive-contents, package-user-dir)
3111 (package-directory-list, package--builtins, package-alist)
3112 (package-activated-list, package-obsolete-alist): Mark as risky.
3113
3114 2010-07-28 Phil Hagelberg <phil@evri.com>
3115
3116 Add support for non-default package repositories.
3117 * emacs-lisp/package.el (package-archive-base): Var deleted.
3118 (package-archives): New variable.
3119 (package-archive-contents): Doc fix.
3120 (package-load-descriptor): Do nothing if descriptor file is missing.
3121 (package--write-file-no-coding): New function.
3122 (package-unpack-single): Use it.
3123 (package-archive-id): New function.
3124 (package-download-single, package-download-tar)
3125 (package-menu-view-commentary): Use it.
3126 (package-installed-p): Make second argument optional.
3127 (package-read-all-archive-contents): New function.
3128 (package-initialize): Use it.
3129 (package-read-archive-contents): Add ARCHIVE argument.
3130 (package--add-to-archive-contents): New function.
3131 (package-install): Don't call package-read-archive-contents.
3132 (package--download-one-archive): Store archive file in a
3133 subdirectory of package-user-dir.
3134 (package-menu-execute): Remove spurious line movement.
3135
3136 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
3137
3138 * cus-start.el (tool-bar-style): Add text-image-horiz.
3139
3140 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
3141
3142 * progmodes/gud.el (gud-common-init): Check for remoteness of
3143 `file', and not of `default-directory'.
3144
3145 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
3146
3147 * net/tramp.el (tramp-methods): Move hostname to the end in all
3148 ssh `tramp-login-args'.
3149 (tramp-verbose): Describe verbose level 9.
3150 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
3151 (tramp-open-connection-setup-interactive-shell): Trace stty
3152 settings if `tramp-verbose' >= 9.
3153 (tramp-handle-start-file-process): Implement tty setting.
3154 (Bug#4604, Bug#6360)
3155
3156 * net/tramp-cmds.el (tramp-bug): Recommend setting of
3157 `tramp-verbose' to 9.
3158
3159 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
3160
3161 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
3162 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
3163 Remove references to package `lisp-re' (bug#4369).
3164
3165 2010-07-27 Tom Tromey <tromey@redhat.com>
3166
3167 * progmodes/js.el (js-mode):
3168 * progmodes/make-mode.el (makefile-mode):
3169 * progmodes/simula.el (simula-mode):
3170 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
3171
3172 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
3173
3174 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
3175
3176 * time.el (display-time-day-and-date): Remove spurious * in docstring.
3177 (display-time-world-buffer-name, display-time-world-mode-map):
3178 Fix typos in docstrings.
3179
3180 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
3181
3182 * image-mode.el (image-display-size): New function.
3183 (image-forward-hscroll, image-next-line, image-eol, image-eob)
3184 (image-mode-fit-frame): Use it (Bug#6639).
3185
3186 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
3187
3188 * dired.el (dired-buffers-for-dir): Handle list values of
3189 dired-directory (Bug#6636).
3190
3191 2010-07-26 Sam Steingold <sds@gnu.org>
3192
3193 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
3194 Do not call `x-get-selection' the second time, reuse the value.
3195
3196 2010-07-26 Daiki Ueno <ueno@unixuser.org>
3197
3198 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
3199 which consist of control chars only. Suggested by Richard Stallman.
3200
3201 2010-07-25 Daiki Ueno <ueno@unixuser.org>
3202
3203 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
3204 exists before passing an error to find-file-not-found-functions
3205 (bug#6723).
3206
3207 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
3208
3209 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
3210 Remove leading nil element, adjust values.
3211 (tetris-shapes, tetris-shape-scores):
3212 Change representation of shapes and remove some redundancy.
3213 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
3214 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
3215 Adjust for working with new representation of shapes.
3216 (tetris-shape-rotations): New function.
3217 (tetris-move-bottom, tetris-move-left, tetris-move-right)
3218 (tetris-rotate-prev, tetris-rotate-next):
3219 Adjust for working with the new version of tetris-test-shape.
3220
3221 2010-07-23 Markus Triska <markus.triska@gmx.at>
3222
3223 * progmodes/ps-mode.el: Use comint (bug#5954).
3224 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
3225 (ps-mode-other-newline): Simplify.
3226 (ps-run-mode): Derive from comint-mode instead of
3227 fundamental-mode, yielding input history etc.
3228 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
3229 (ps-run-send-string): Adapt for comint-mode.
3230 (ps-run-newline): Remove now unneeded function.
3231
3232 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
3233
3234 * net/tramp.el (tramp-methods): Move hostname to the end in all
3235 plink `tramp-login-args'.
3236
3237 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
3238
3239 * net/tramp.el (tramp-open-shell): New defun.
3240 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3241 Use it.
3242
3243 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
3244
3245 * net/tramp.el (tramp-file-name-regexp-unified)
3246 (tramp-completion-file-name-regexp-unified): On W32 systems, do
3247 not regard the volume letter as remote filename. (Bug#5447)
3248
3249 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
3250
3251 * custom.el (custom-declare-variable): Give a clearer error message
3252 when the docstring is missing (bug#6476).
3253
3254 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
3255
3256 * progmodes/sql.el: Version 2.4. Improved Login prompting.
3257 (sql-login-params): New widget definition.
3258 (sql-oracle-login-params, sql-mysql-login-params)
3259 (sql-solid-login-params, sql-sybase-login-params)
3260 (sql-informix-login-params, sql-ingres-login-params)
3261 (sql-ms-login-params, sql-postgres-login-params)
3262 (sql-interbase-login-params, sql-db2-login-params)
3263 (sql-linter-login-params): Use it.
3264 (sql-sqlite-login-params): Use it; Define "database" parameter as
3265 a file name.
3266 (sql-sqlite-program): Change to "sqlite3".
3267 (sql-comint-sqlite): Make sure database name is complete.
3268 (sql-for-each-login): New function.
3269 (sql-connect, sql-save-connection): Use it.
3270 (sql-get-login-ext): New function.
3271 (sql-get-login): Use it.
3272 (sql-make-alternate-buffer-name): Handle :file parameters.
3273
3274 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
3275
3276 * dired.el (dired-no-confirm): Document value t and fix defcustom to
3277 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
3278
3279 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
3280
3281 * dired.el (dired-mode-map): Use command remapping (bug#6632).
3282
3283 2010-07-22 Lawrence Mitchell <wence@gmx.li>
3284
3285 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
3286
3287 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
3288
3289 * net/tramp.el (tramp-get-ls-command)
3290 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
3291 instead of "/".
3292
3293 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
3294
3295 * progmodes/sql.el: Version 2.3.
3296 (sql-connection-alist): Changed keys from symbols to strings;
3297 enhanced the widget definition.
3298 (sql-mode-menu): Added submenu to select connections.
3299 (sql-interactive-mode-menu): Added "Save Connection" item.
3300 (sql-add-product): Fixed menu item.
3301 (sql-get-product-feature): Improved error handling.
3302 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
3303 (sql-make-alternate-buffer-name): Simplified.
3304 (sql-product-interactive): Handle missing product.
3305 (sql-connect): Support string keys, minor improvements.
3306 (sql-save-connection): New function.
3307 (sql-connection-menu-filter): New function.
3308
3309 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
3310
3311 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
3312 (tramp-open-connection-setup-interactive-shell): Apply
3313 workaround for IRIX64 bug. Move argument of last
3314 `tramp-send-command' where it belongs to.
3315
3316 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
3317
3318 * net/tramp.el (tramp-perl-file-attributes)
3319 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
3320 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
3321 front of `login-args'.
3322
3323 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
3324
3325 * time.el (display-time-world-mode): Define with `define-derived-mode'.
3326 Set `show-trailing-whitespace' to nil.
3327 (display-time-world-display): Simplify.
3328
3329 2010-07-18 Alan Mackenzie <acm@muc.de>
3330
3331 Enhance `c-file-style' in file/directory local variables.
3332 * progmodes/cc-mode.el (c-count-cfss): New function.
3333 (c-before-hack-hook): Call `c-set-style' differently according to
3334 whether c-file-style was set in file or directory local
3335 variables.
3336
3337 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
3338
3339 * progmodes/sql.el: Version 2.2.
3340 (sql-product, sql-user, sql-database, sql-server, sql-port): Use
3341 defcustom :safe keyword rather than putting safe-local-variable
3342 property.
3343 (sql-password): Use defcustom :risky keyword rather than putting
3344 risky-local-variable property.
3345 (sql-oracle-login-params, sql-sqlite-login-params)
3346 (sql-solid-login-params, sql-sybase-login-params)
3347 (sql-informix-login-params, sql-ingres-login-params)
3348 (sql-ms-login-params, sql-postgres-login-params)
3349 (sql-interbase-login-params, sql-db2-login-params)
3350 (sql-linter-login-params): Add `port' option.
3351 (sql-get-product-feature): Added NO-INDIRECT parameter.
3352 (sql-comint-oracle, sql-comint-sybase)
3353 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
3354 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
3355 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
3356 (sql-comint-linter): Renamed sql-connect-* functions to
3357 sql-comint-*.
3358 (sql-product-alist, sql-mode-menu): Renamed as above and
3359 :sqli-connect-func to :sqli-comint-func.
3360 (sql-connection): New variable.
3361 (sql-interactive-mode): Set it.
3362 (sql-connection-alist): New variable.
3363 (sql-connect): New function.
3364 (sql--alt-buffer-part, sql--alt-if-not-empty)
3365 (sql-make-alternate-buffer-name): Improved alternative buffer name.
3366
3367 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3368
3369 * image-mode.el (image-bookmark-make-record): Do not set context
3370 in an image (Bug#6650).
3371
3372 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
3373
3374 * simple.el (select-active-region): New function.
3375 (push-mark-command, set-mark, activate-mark)
3376 (handle-shift-selection): Use it.
3377 (deactivate-mark): Don't check for size of region.
3378
3379 * mouse.el (mouse-drag-track): Use select-active-region.
3380
3381 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
3382
3383 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
3384 "--dired" stronger.
3385
3386 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
3387
3388 * term/x-win.el (x-select-enable-primary): Change default to nil.
3389 (x-select-enable-clipboard): Add :version keyword.
3390
3391 * mouse.el (mouse-drag-copy-region):
3392 * simple.el (select-active-regions): Likewise.
3393
3394 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
3395
3396 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
3397 (vc-coding-system-for-diff): Use it to decide whether to inherit
3398 from the file the EOL format for reading the diffs of that file.
3399 (Bug#4451)
3400
3401 2010-07-16 Eli Zaretskii <eliz@gnu.org>
3402
3403 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
3404 unibyte, so compressed attachments are not compressed again.
3405
3406 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
3407
3408 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
3409 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
3410 (tramp-find-shell): Simplify setting connection property.
3411 (tramp-get-ls-command): Make test for "--color=never" stronger.
3412
3413 2010-07-15 Simon South <ssouth@member.fsf.org>
3414
3415 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
3416 blocks within record declarations (i.e. variant parts) correctly.
3417
3418 2010-07-15 Simon South <ssouth@member.fsf.org>
3419
3420 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
3421 over literal tokens when parsing so newlines aren't "absorbed" by
3422 single-line comments. Corrects the indentation of case blocks
3423 that have a comment on the first line.
3424
3425 2010-07-14 Karl Fogel <kfogel@red-bean.com>
3426
3427 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
3428 by Drew Adams (Bug#5504).
3429
3430 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
3431
3432 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
3433 now that Unicode is used (Bug#6594).
3434
3435 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
3436
3437 * term/x-win.el (x-select-enable-clipboard): Default to t.
3438 (x-initialize-window-system): Don't overwrite Paste menu item.
3439
3440 * simple.el (select-active-regions): Default to t.
3441 (push-mark-command): Don't overwrite primary with empty string.
3442
3443 * mouse.el: Bind mouse-2 to mouse-yank-primary.
3444 (mouse-drag-copy-region): Default to nil.
3445
3446 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
3447 Cut/Copy/Paste menu bar items.
3448
3449 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3450
3451 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3452 Patch applied by Karl Fogel.
3453
3454 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
3455 and `bookmark-current-buffer' if they have been already set in
3456 another buffer (e.g gnus-art).
3457
3458 2010-07-13 Karl Fogel <kfogel@red-bean.com>
3459 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3460
3461 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
3462
3463 * bookmark.el (bookmark-make-record-default): Allow unneeded
3464 information to be omitted from the record.
3465
3466 Adjust declarations and calls:
3467
3468 * info.el (bookmark-make-record-default): Adjust declaration.
3469 (Info-bookmark-make-record): Adjust call.
3470
3471 * woman.el (bookmark-make-record-default): Adjust declaration.
3472 (woman-bookmark-make-record): Adjust call.
3473
3474 * man.el (bookmark-make-record-default): Adjust declaration.
3475 (Man-bookmark-make-record): Adjust call.
3476
3477 * image-mode.el (bookmark-make-record-default): Adjust declaration.
3478
3479 * doc-view.el (bookmark-make-record-default): Adjust declaration.
3480
3481 2010-07-13 Karl Fogel <kfogel@red-bean.com>
3482
3483 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
3484 This is also from Thierry Volpiatto's patch in bug #6444. However,
3485 because it was extraneous to the functional change in that patch,
3486 and causes a re-indendation, I am committing it separately.
3487
3488 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3489
3490 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
3491 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
3492 Patch applied by Karl Fogel (Bug#6444).
3493
3494 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
3495
3496 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
3497
3498 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
3499
3500 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
3501 Dempsky; bug#5084). Remove incorrect binding for S-tab.
3502 (ns-alternatives-map): Change S-tab binding to backtab
3503 (bug#6616).
3504
3505 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
3506 under ns.
3507
3508 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
3509
3510 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
3511 (Bug#5806)
3512
3513 * language/tv-util.el (tai-viet-re): Remove format.
3514
3515 2010-07-12 Kenichi Handa <handa@m17n.org>
3516
3517 * language/hebrew.el: Remove no-byte-compile declaration.
3518 Change coding: tag to utf-8. Register hebrew-shape-gstring in
3519 composition-function-table for 3-character looking back.
3520 (hebrew-font-get-precomposed): New function.
3521 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
3522
3523 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
3524
3525 * mouse.el (mouse-drag-track): Handle select-active-regions
3526 (Bug#6612).
3527
3528 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
3529
3530 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
3531 empty argument to gvfs-copy.
3532
3533 2010-07-10 Glenn Morris <rgm@gnu.org>
3534
3535 * calendar/calendar.el (calendar-week-end-day): New function.
3536 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
3537 Respect calendar-week-start-day. (Bug#6606)
3538 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
3539 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
3540 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
3541 respect calendar-week-start-day.
3542
3543 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
3544
3545 * simple.el (use-region-p): Doc fix (Bug#6607).
3546
3547 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
3548
3549 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
3550 regexps for cucumber and ruby.
3551
3552 2010-07-08 Daiki Ueno <ueno@unixuser.org>
3553
3554 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
3555 (epa-file-insert-file-contents): Hack to prevent
3556 find-file from opening empty buffer when decryption failed
3557 (bug#6568).
3558
3559 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
3560
3561 * textmodes/ispell.el (ispell-alternate-dictionary):
3562 Use file-readable-p.
3563 Return nil if no word-list is found at default locations.
3564 (ispell-complete-word-dict): Default to nil.
3565 (ispell-command-loop): Use 'word-list' when using lookup-words.
3566 (lookup-words): Use ispell-complete-word-dict or
3567 ispell-alternate-dictionary. Check for word-list availability
3568 and handle errors if needed with better messages (Bug#6539).
3569 (ispell-complete-word): Use ispell-complete-word-dict or
3570 ispell-alternate-dictionary.
3571
3572 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
3573
3574 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
3575 builtins (BufferError, BytesWarning, WindowsError; callables
3576 bin, bytearray, bytes, format, memoryview, next, print; __package__).
3577
3578 2010-07-07 Glenn Morris <rgm@gnu.org>
3579
3580 * play/zone.el (top-level): Do not require timer, tabify, or cl.
3581 (zone-shift-left): Ignore intangibility, and any errors from
3582 forward-char.
3583 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
3584 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
3585 deleting, and copying text properties.
3586 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
3587 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
3588 to point-max is hard.
3589 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
3590 (zone-fill-out-screen): Ignore intangibility.
3591
3592 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
3593
3594 * menu-bar.el (menu-bar-mode):
3595 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
3596 if it has been set.
3597
3598 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
3599 word/line selection (Bug#6565).
3600
3601 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
3602
3603 * net/dbus.el (dbus-send-signal): Declare function.
3604
3605 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
3606
3607 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
3608 (dbus-register-property): New optional argument EMITS-SIGNAL.
3609 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
3610
3611 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
3612
3613 * mouse.el (mouse-drag-overlay): Variable deleted.
3614 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
3615 (mouse--remap-link-click-p): New function.
3616 (mouse-drag-track): Handle dragging by using temporary Transient
3617 Mark mode, instead of a special overlay.
3618 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
3619 mouse-show-mark.
3620
3621 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
3622 deleted.
3623
3624 2010-07-02 Juri Linkov <juri@jurta.org>
3625
3626 * autoinsert.el (auto-insert-alist): Fix readability
3627 by using dotted pair notation for lambda.
3628
3629 2010-07-02 Juri Linkov <juri@jurta.org>
3630
3631 * faces.el (read-face-name): Rename arg `string-describing-default'
3632 to `default'. Doc fix. Display the default value in quotes
3633 in the prompt. With empty input, return the `default' arg,
3634 unless the default value is a string (in which case return nil).
3635 (describe-face): Replace the string `default' arg of `read-face-name'
3636 with the symbol `default'.
3637
3638 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
3639
3640 * emulation/viper-cmd.el (viper-delete-backward-char)
3641 (viper-del-backward-char-in-insert)
3642 (viper-del-backward-char-in-replace, viper-change)
3643 (viper-backward-indent): Replace delete-backward-char with
3644 delete-char (Bug#6552).
3645
3646 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
3647
3648 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
3649
3650 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3651
3652 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
3653 argument passed to frame-creation-function (Bug#5378).
3654
3655 * faces.el (x-handle-named-frame-geometry)
3656 (x-handle-reverse-video, x-create-frame-with-faces)
3657 (face-set-after-frame-default, tty-create-frame-with-faces): Don't
3658 separately consult default-frame-alist. It is now passed as the
3659 PARAMETER argument.
3660
3661 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
3662
3663 * startup.el (command-line): Don't call tool-bar-setup in a
3664 tty-only build.
3665
3666 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3667
3668 * ruler-mode.el (ruler--save-header-line-format): New fun.
3669 (ruler-mode): Use it as a setter function, so as not to overwrite
3670 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
3671
3672 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
3673
3674 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
3675 (vc-root-diff, vc-print-root-log, vc-log-incoming)
3676 (vc-log-outgoing): Use it.
3677 (vc-diff-internal): Set diff-vc-backend.
3678
3679 * vc/diff-mode.el (diff-vc-backend): New var.
3680
3681 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
3682
3683 * dynamic-setting.el (font-setting-change-default-font): Remove
3684 call to message.
3685
3686 2010-06-28 Kenichi Handa <handa@m17n.org>
3687
3688 * international/quail.el (quail-insert-kbd-layout): Fix the
3689 showing of untranslated characters.
3690
3691 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
3692
3693 * simple.el (delete-active-region): New option.
3694 (delete-backward-char): Implement in Lisp.
3695 (delete-forward-char): New command.
3696
3697 * mouse.el (mouse-region-delete-keys): Deleted.
3698 (mouse-show-mark): Simplify.
3699
3700 * bindings.el (global-map): Bind delete and DEL, the former to
3701 delete-forward-char.
3702
3703 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
3704
3705 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
3706 (ruby-mode): Bind indent-line-function (Bug#5119).
3707
3708 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
3709
3710 * startup.el (command-line): Recognize "0" X resource value.
3711
3712 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
3713
3714 * startup.el (command-line): Use X resources to set the value of
3715 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
3716
3717 * menu-bar.el (menu-bar-mode):
3718 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
3719 Set init-value to t.
3720
3721 * frame.el (frame-notice-user-settings): Don't change
3722 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
3723 vice versa (Bug#2249).
3724
3725 2010-06-26 Eli Zaretskii <eliz@gnu.org>
3726
3727 * w32-fns.el (w32-convert-standard-filename): Doc fix.
3728
3729 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
3730
3731 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
3732 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
3733
3734 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
3735 default directories are expanded (Bug#6143).
3736
3737 2010-06-24 Juri Linkov <juri@jurta.org>
3738
3739 * minibuffer.el (completions-format): Change default from nil to
3740 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
3741
3742 2010-06-24 Juri Linkov <juri@jurta.org>
3743
3744 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
3745 buffer-locally to lambda that re-runs the vc diff command.
3746 (Bug#6447)
3747
3748 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
3749
3750 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
3751 echo area is in use (Bug#3412).
3752
3753 2010-06-22 Glenn Morris <rgm@gnu.org>
3754
3755 * textmodes/texinfmt.el (texinfo-format-region)
3756 (texinfo-raise-lower-sections, texinfo-format-separate-node)
3757 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
3758 (texinfo-format-option, texinfo-noindent):
3759 Use line-beginning-position and line-end-position.
3760
3761 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
3762 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
3763 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
3764 utf-8 characters.
3765
3766 2010-06-21 Karl Fogel <kfogel@red-bean.com>
3767
3768 * play/zone.el (zone-fall-through-ws): Fix next-line ->
3769 forward-line fallout.
3770
3771 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
3772
3773 * mouse.el (mouse-appearance-menu): Add docstring.
3774
3775 * help.el (describe-key): Print up-event using key-description.
3776
3777 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
3778
3779 * net/zeroconf.el (zeroconf-resolve-service)
3780 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
3781 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
3782
3783 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
3784
3785 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
3786
3787 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
3788
3789 Avoid displaying files with a nil state in vc-dir.
3790 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
3791 cases that cause insertion.
3792 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
3793 with a nil state.
3794
3795 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3796
3797 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
3798
3799 2010-06-29 Leo <sdl.web@gmail.com>
3800
3801 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
3802
3803 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
3804
3805 * generic-x.el (bat-generic-mode): Fix regexp for command line
3806 switches (Bug#5719).
3807
3808 2010-06-27 Masatake YAMATO <yamato@redhat.com>
3809
3810 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
3811 of nconc to avoid pure storage error (Bug#6239).
3812
3813 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
3814
3815 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3816 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
3817 bindings of bookmark-automatically-show-annotations (Bug#6515).
3818
3819 2010-06-25 Eli Zaretskii <eliz@gnu.org>
3820
3821 * arc-mode.el (archive-zip-extract): Don't quote the file name on
3822 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
3823
3824 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
3825
3826 * comint.el (make-comint, make-comint-in-buffer): Mention return
3827 value in the docstrings. (Bug#6498)
3828
3829 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
3830
3831 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
3832 since it is not present when using some non-default switches.
3833
3834 2010-06-23 Karl Fogel <kfogel@red-bean.com>
3835
3836 * simple.el (compose-mail): Fix doc string to refer to
3837 `compose-mail-user-agent-warnings', instead of to the
3838 nonexistent `compose-mail-check-user-agent'.
3839
3840 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
3841
3842 Fix an indentation bug:
3843
3844 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
3845 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
3846 of existing values.
3847
3848 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
3849 (c-clear->-pair-props-if-match-before): now return t when they've
3850 cleared properties, nil otherwise.
3851 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
3852 by taking account of the existing value.
3853
3854 * progmodes/cc-defs.el
3855 (c-clear-char-property-with-value-function): Fix this to clear the
3856 property rather than overwriting it with nil.
3857
3858 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
3859
3860 * emacs-lisp/package.el (package-print-package): Add link to
3861 package description via describe-package.
3862 (describe-package-1): List package requirements. Add button to
3863 perform installation.
3864 (package-menu-describe-package): New command.
3865
3866 * help-mode.el (help-package): New button type.
3867
3868 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
3869
3870 * emacs-lisp/package.el: Move package-list-packages binding to
3871 menu-bar.el.
3872 (describe-package, describe-package-1, package--dir): New funs.
3873 (package-activate-1): Use package--dir.
3874
3875 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
3876
3877 * help-mode.el (help-package-def): New button type.
3878
3879 * menu-bar.el: Move package-list-packages binding here from
3880 package.el.
3881
3882 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
3883
3884 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
3885
3886 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3887
3888 * emacs-lisp/edebug.el (edebug-read-list):
3889 Phase out old-style backquotes.
3890
3891 2010-06-17 Juri Linkov <juri@jurta.org>
3892
3893 * help-mode.el (help-mode): Set buffer-local variable
3894 revert-buffer-function to help-mode-revert-buffer.
3895 (help-mode-revert-buffer): New function.
3896
3897 * info.el (Info-revert-find-node): Check for major-mode Info-mode
3898 before popping to "*info*" (like in other Info functions).
3899 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
3900 old-history-forward. Pop to old-buffer-name or "*info*" to
3901 recreate the killed buffer. Set Info-history-forward from
3902 old-history-forward.
3903 (Info-breadcrumbs-depth): Add :group and :version.
3904
3905 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
3906
3907 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
3908
3909 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
3910
3911 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
3912 for languages like Portuguese with pt_{BR,PT} and no plain pt.
3913
3914 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
3915
3916 * emacs-lisp/package.el (package-menu-mode-map):
3917 Move initialization into declaration.
3918
3919 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
3920
3921 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
3922
3923 * emacs-lisp/package.el (package-archive-base): Point to
3924 elpa.gnu.org.
3925 (package-enable, package-load-list): New defcustoms.
3926 (package-user-dir, package-directory-list): Turn into defcustoms.
3927 Don't include package-user-dir in package-directory-list.
3928 (package--builtins-base): Don't include Emacs as a "package".
3929 (package-subdirectory-regexp): New var.
3930 (package-load-all-descriptors, package-compute-transaction)
3931 (package-download-transaction): Obey package-load-list.
3932 (package-activate-1): Rename from package-do-activate.
3933 (package-list-packages-internal): Check package-load-list.
3934 (package-load-descriptor, package-generate-autoloads)
3935 (package-unpack, package-unpack-single)
3936 (package--read-archive-file, package-delete): Use
3937 expand-file-name.
3938
3939 * emacs-lisp/package-x.el: New file. Package uploading
3940 functionality split out from package.el.
3941
3942 * startup.el (command-line): Load packages after reading init file.
3943
3944 2010-06-17 Tom Tromey <tromey@redhat.com>
3945
3946 * emacs-lisp/package.el: New file.
3947
3948 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
3949
3950 Fix vc-annotate for renamed files when using Git.
3951 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
3952 ls-files. Doe not pass the object as a file name to cat-file, it
3953 is not a file name.
3954 (vc-git-annotate-command): Pass the file name using -- to avoid
3955 ambiguity with the revision.
3956 (vc-git-previous-revision): Pass a relative file name.
3957
3958 2010-06-22 Glenn Morris <rgm@gnu.org>
3959
3960 * progmodes/js.el (js-mode-map): Use standard capitalization and
3961 ellipses for menu entries.
3962
3963 * wid-edit.el (widget-complete): Doc fix.
3964
3965 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
3966
3967 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
3968
3969 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
3970
3971 Fix annotating other revisions for renamed files in vc-annotate.
3972 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
3973 VC backend. Use it when non-nil.
3974 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
3975 (Bug#6487)
3976
3977 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
3978 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
3979 Do not pass the file name to the 'previous-revision call when we
3980 don't want a file diff. (Bug#6489)
3981
3982 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
3983
3984 Fix finding revisions for renamed files in vc-annotate.
3985 * vc/vc.el (vc-find-revision): Add an optional argument for
3986 the VC backend. Use it when non-nil.
3987 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
3988 backend to vc-find-revision. (Bug#6487)
3989
3990 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
3991
3992 Fix reading file names in Git annotate buffers.
3993 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
3994 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
3995
3996 2010-06-20 Alan Mackenzie <acm@muc.de>
3997
3998 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
3999 in file local variables, set it first.
4000
4001 2010-06-19 Glenn Morris <rgm@gnu.org>
4002
4003 * descr-text.el (describe-char-unicode-data): Insert separating
4004 space when needed. (Bug#6422)
4005
4006 * progmodes/idlwave.el (idlwave-action-and-binding):
4007 Fix typo in 2009-12-03 change. (Bug#6450)
4008
4009 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
4010
4011 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
4012 handling for `lambda' (misunderstanding).
4013
4014 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
4015
4016 * calc/calc-poly.el (math-accum-factors): Make sure that
4017 constants aren't distributed after they are factored out.
4018
4019 2010-06-16 Juri Linkov <juri@jurta.org>
4020
4021 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
4022 `list-colors-print'. (Bug#6332)
4023
4024 * subr.el (read-quoted-char): Fix up last change (bug#6290).
4025
4026 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
4027
4028 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
4029 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
4030
4031 * font-lock.el (font-lock-major-mode): Rename from
4032 font-lock-mode-major-mode to distinguish it from
4033 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
4034 (font-lock-set-defaults):
4035 * font-core.el (font-lock-default-function): Adjust users.
4036 (font-lock-mode): Don't set it at all.
4037
4038 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
4039
4040 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
4041
4042 2010-06-16 Glenn Morris <rgm@gnu.org>
4043
4044 * calendar/appt.el (appt-time-msg-list): Doc fix.
4045 (appt-check): Let-bind appt-warn-time.
4046 (appt-add): Make the 3rd argument optional.
4047 Simplify argument names. Doc fix. Check for integer WARNTIME.
4048 Only add WARNTIME to the output list if non-nil.
4049
4050 2010-06-16 Ivan Kanis <apple@kanis.eu>
4051
4052 * calendar/appt.el (appt-check): Let the 3rd element of
4053 appt-time-msg-list specify the warning time.
4054 (appt-add): Add new argument with the warning time. (Bug#5176)
4055
4056 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4057
4058 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
4059 older than version 1.6. (Bug#6361)
4060
4061 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
4062
4063 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
4064 used by cl-do-arglist. (Bug#6408)
4065
4066 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
4067
4068 * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
4069 portuguese casechars/not-casechars for missing 'çÇ'.
4070 Suggested by Rolando Pereira (bug#6434).
4071
4072 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
4073
4074 * facemenu.el (list-colors-sort): Doc fix.
4075
4076 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4077
4078 * progmodes/sql.el (sql-connect-mysql): Fix typo.
4079
4080 2010-06-14 Juri Linkov <juri@jurta.org>
4081
4082 Add sort option `list-colors-sort'. (Bug#6332)
4083 * facemenu.el (color-rgb-to-hsv): New function.
4084 (list-colors-sort): New defcustom.
4085 (list-colors-sort-key): New function.
4086 (list-colors-display): Doc fix. Sort list according to the option
4087 `list-colors-sort'.
4088 (list-colors-print): Add HSV values to `help-echo' property of
4089 RGB strings.
4090
4091 2010-06-14 Juri Linkov <juri@jurta.org>
4092
4093 * compare-w.el: Move to the "vc" subdirectory.
4094
4095 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
4096
4097 * image-mode.el (image-mode-map): Remap left-char and right-char.
4098
4099 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
4100
4101 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
4102
4103 * term/common-win.el (x-colors): Add all the color names defined
4104 in rgb.txt (Bug#6332).
4105
4106 * facemenu.el (list-colors-print): Don't print extra names if it
4107 will overflow the window width.
4108
4109 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
4110 change (Bug#6343).
4111
4112 2010-06-12 Eli Zaretskii <eliz@gnu.org>
4113
4114 * files.el (make-directory): Doc fix (bug#6396).
4115
4116 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
4117
4118 * net/tramp.el (tramp-remote-process-environment): Protect version
4119 string by apostroph.
4120 (tramp-shell-prompt-pattern): Do not use a shy group in case of
4121 XEmacs.
4122 (tramp-file-name-for-operation): Add `call-process-region'.
4123 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
4124
4125 * net/tramp-compat.el (top): Do not autoload
4126 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
4127 only when `start-file-process' is not bound.
4128 (tramp-advice-file-expand-wildcards): Do not use
4129 `tramp-handle-file-remote-p'.
4130 (tramp-compat-make-temp-file): Handle the case, that
4131 `make-temp-file' has no third argument EXTENSION.
4132
4133 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
4134
4135 * makefile.w32-in (WINS_BASIC): Include new directory vc.
4136
4137 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
4138
4139 2010-06-11 Juri Linkov <juri@jurta.org>
4140
4141 * finder.el (finder-known-keywords): Add keyword "vc"
4142 for version control.
4143
4144 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
4145 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
4146 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
4147 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
4148
4149 2010-06-11 Juri Linkov <juri@jurta.org>
4150
4151 Move version control related files to the "vc" subdirectory.
4152 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
4153 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
4154 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
4155 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
4156 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
4157 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
4158 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
4159 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
4160 Move files to the "vc" subdirectory.
4161
4162 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
4163
4164 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
4165 (Bug#6367).
4166
4167 2010-06-11 Stephen Eglen <stephen@gnu.org>
4168
4169 * shell.el: Bind `shell-resync-dirs' to M-RET.
4170
4171 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
4172
4173 * notifications.el: Move file from lisp/net, because it is
4174 supposed to talk locally to the user.
4175
4176 2010-06-10 Julien Danjou <julien@danjou.info>
4177
4178 * net/notifications.el (notifications-on-action-signal)
4179 (notifications-on-closed-signal): Pass notification id as first
4180 argument to the callback functions. Add docstrings.
4181 (notifications-notify): Fix docstring.
4182
4183 2010-06-10 Glenn Morris <rgm@gnu.org>
4184
4185 * emacs-lisp/authors.el (authors-ignored-files)
4186 (authors-valid-file-names): Add some files.
4187
4188 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
4189
4190 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
4191 merge conflict, giving preference to the emacs-23 version of the code.
4192
4193 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4194
4195 * emacs-lisp/advice.el (ad-compile-function):
4196 Define warning-suppress-types before we let-bind it (bug#6275).
4197
4198 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
4199 declare it, make it buffer-local and permanent-local (bug#6324).
4200 (vc-resynch-window): Adjust name.
4201 * vc-hooks.el (vc-find-file-hook): Adjust name.
4202
4203 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
4204
4205 * net/notifications.el (notifications-notify): Fix docstring.
4206
4207 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
4208
4209 Update to Unicode 6.0.0 beta.
4210 * international/charprop.el: Update copyright.
4211 * international/mule-cmds.el (ucs-names): Update character ranges.
4212 * international/uni-bidi.el:
4213 * international/uni-category.el:
4214 * international/uni-combining.el:
4215 * international/uni-comment.el:
4216 * international/uni-decimal.el:
4217 * international/uni-decomposition.el:
4218 * international/uni-digit.el:
4219 * international/uni-lowercase.el:
4220 * international/uni-mirrored.el:
4221 * international/uni-name.el:
4222 * international/uni-numeric.el:
4223 * international/uni-old-name.el:
4224 * international/uni-titlecase.el:
4225 * international/uni-uppercase.el: Regenerate.
4226
4227 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
4228
4229 * emacs-lisp/smie.el (comment-string-strip): Declare function.
4230 (smie-precs-precedence-table): Fix typo in docstring.
4231
4232 * vc-mtn.el (log-edit-extract-headers): Declare function.
4233
4234 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
4235
4236 * net/notifications.el (dbus-register-signal): Declare function.
4237 (notifications-notify): Fix typos and reflow docstring.
4238
4239 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
4240
4241 Improve VC create/retrieve tag/branch.
4242 * vc.el (vc-create-tag): Do not read the directory name for VCs
4243 with repository revision granularity. Adjust the tag/branch
4244 prompt. Reset VC properties.
4245 (vc-retrieve-tag): Do not read the directory name for VCs
4246 with repository revision granularity. Reset VC properties.
4247
4248 2010-06-09 Julien Danjou <julien@danjou.info>
4249
4250 * net/notifications.el: New file.
4251
4252 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
4253
4254 Add optional support for resetting VC properties.
4255 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
4256 call vc-file-clearprops when true.
4257 (vc-resynch-buffer): Add new optional argument, pass it down.
4258 (vc-resynch-buffers-in-directory): Likewise.
4259
4260 Improve support for special markup in the VC commit message.
4261 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
4262 * vc-hg.el (vc-hg-checkin): Add support for Date:.
4263 * vc-git.el (vc-git-checkin):
4264 * vc-bzr.el (vc-bzr-checkin): Likewise.
4265
4266 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4267
4268 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
4269 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
4270
4271 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
4272
4273 * iimage.el: Remove images as soon as the underlying text is modified.
4274 (iimage-modification-hook): New function.
4275 (iimage-mode-buffer): Use it.
4276
4277 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4278
4279 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
4280 smie-indent-offset-after. Add :prev case. Make a bit more generic.
4281 (smie-indent-virtual): Remove `virtual' arg. Update callers.
4282 (smie-indent-keyword): Add handling of open-paren keywords.
4283 (smie-indent-comment-continue): Don't assume comment-continue.
4284
4285 2010-06-07 Martin Rudalics <rudalics@gmx.at>
4286
4287 * window.el (pop-to-buffer): Remove the conditional that
4288 compares new-window and old-window, so it will reselect
4289 the selected window unconditionally.
4290 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
4291
4292 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4293
4294 * emacs-lisp/smie.el (smie-indent-offset-after)
4295 (smie-indent-forward-token, smie-indent-backward-token): New functions.
4296 (smie-indent-after-keyword): Use them.
4297 (smie-indent-fixindent): Only applies to the indentation of the BOL.
4298 (smie-indent-keyword): Tweak the black magic.
4299 (smie-indent-comment-continue): Strip comment-continue before use.
4300 (smie-indent-functions): Indent comments before keywords.
4301
4302 2010-06-06 Juri Linkov <juri@jurta.org>
4303
4304 * isearch.el (isearch-lazy-highlight-search): Fix looping
4305 by checking for empty match. This syncs this loop with the
4306 similar loop in `isearch-search'. (Bug#6362)
4307
4308 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
4309
4310 * net/dbus.el (dbus-register-method): Declare function.
4311 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
4312 (dbus-introspect): Doc fix.
4313 (dbus-event-bus-name, dbus-introspect-get-interface)
4314 (dbus-introspect-get-argument): Reflow docstrings.
4315
4316 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
4317
4318 vc-log-incoming/vc-log-outgoing fixes for Git.
4319 * vc-git.el (vc-git-log-view-mode): Fix font lock for
4320 incoming/outgoing logs.
4321 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
4322 instead of vc-git-compute-remote.
4323 (vc-git-compute-remote): Remove.
4324
4325 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
4326
4327 * term/common-win.el (x-colors): Add "dark green" and "dark
4328 turquoise" (Bug#6332).
4329
4330 2010-06-04 Juri Linkov <juri@jurta.org>
4331
4332 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
4333 Instead of setting `replace' to t and replacing the same string
4334 with itself, don't do certain actions when
4335 kill-do-not-save-duplicates is non-nil and string is equal to car
4336 of kill-ring: don't call menu-bar-update-yank-menu, don't push
4337 interprogram-paste strings to kill-ring, and don't push the input
4338 argument `string' to kill-ring.
4339 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
4340
4341 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
4342
4343 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
4344
4345 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
4346
4347 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
4348 (tramp-gvfs-handler-mounted-unmounted)
4349 (tramp-gvfs-connection-mounted-p): Handle default-location.
4350
4351 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
4352 move files to trash.
4353
4354 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
4355
4356 * international/mule-cmds.el (nonascii-insert-offset)
4357 (nonascii-translation-table): Add obsolescence information.
4358
4359 * international/mule.el (make-translation-table-from-vector): Doc fix.
4360
4361 2010-06-03 Glenn Morris <rgm@gnu.org>
4362
4363 * desktop.el (desktop-clear-preserve-buffers):
4364 Add "*Warnings*" buffer. (Bug#6336)
4365
4366 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
4367
4368 vc-log-incoming/vc-log-outgoing improvements for Git.
4369 * vc-git.el (vc-git-log-outgoing): Use the same format as the
4370 short log.
4371 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
4372
4373 Add bindings for vc-log-incoming and vc-log-outgoing.
4374 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
4375 and vc-log-outgoing.
4376 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
4377 and vc-log-outgoing.
4378
4379 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
4380
4381 * net/rcirc.el (rcirc-sort-nicknames): Remove.
4382 (rcirc-handler-366): Always sort nicknames.
4383
4384 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
4385
4386 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
4387
4388 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
4389
4390 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
4391
4392 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4393
4394 * net/rcirc.el (rcirc-sort-nicknames): Change default.
4395 (rcirc-sort-nicknames-join): Avoid setq.
4396
4397 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4398
4399 * net/rcirc.el (rcirc-sort-nicknames): New custom.
4400 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
4401 (rcirc-handler-366): Use them.
4402
4403 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4404
4405 Split smie-indent-calculate into more manageable chunks.
4406 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
4407 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
4408 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
4409 (smie-indent-exps): Extract from smie-indent-calculate.
4410 (smie-indent-functions): New var.
4411 (smie-indent-functions): Use them.
4412
4413 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
4414
4415 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
4416 (smie-indent-calculate): Simplify and cleanup.
4417
4418 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
4419
4420 * net/tramp-gvfs.el (top): Require url-util.
4421 (tramp-gvfs-mount-point): Remove.
4422 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
4423 New defuns.
4424 (with-tramp-dbus-call-method): Format trace message.
4425 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
4426 Implement backup call, when operation on local files fails.
4427 Use progress reporter. Flush properties of changed files.
4428 (tramp-gvfs-handle-make-directory): Make more traces.
4429 (tramp-gvfs-url-file-name): Hexify file name in url.
4430 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
4431 into account for the resulting file name.
4432 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
4433 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
4434 (tramp-gvfs-handler-mounted-unmounted)
4435 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
4436 attribute "default_location". Set "prefix" property.
4437 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
4438 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
4439 exists. Raise an error, if not (due to a corresponding answer
4440 "no" in interactive questions, for example).
4441
4442 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
4443
4444 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
4445
4446 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
4447
4448 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
4449 right-*. (Bug#6265)
4450
4451 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
4452
4453 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
4454 * vc-git.el (vc-git-compute-remote): New function.
4455 (vc-git-log-outgoing): Use it instead of hard coding a value.
4456 (vc-git-log-incoming): New function.
4457
4458 Improve state updating for VC tag commands.
4459 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
4460 to update the state of all buffers in the directory.
4461
4462 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
4463
4464 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4465
4466 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
4467 `file-directory-p' to the filename part rather than to the whole text.
4468
4469 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4470
4471 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
4472
4473 2010-05-31 Drew Adams <drew.adams@oracle.com>
4474
4475 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
4476
4477 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
4478
4479 * subr.el (momentary-string-display): Just use read-event to read
4480 the exit event (Bug#6238).
4481
4482 2010-05-30 Eli Zaretskii <eliz@gnu.org>
4483
4484 * international/mule.el (define-coding-system): Doc fix (bug#6313).
4485
4486 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
4487
4488 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
4489 Suggested by Eli Zaretskii <eliz@gnu.org>.
4490
4491 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4492
4493 * minibuffer.el (completion-file-name-table): Don't return a boundary
4494 past the end of `string' (bug#6299).
4495 (completion--file-name-table): Delegate to completion-file-name-table
4496 for the `boundaries' case.
4497
4498 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
4499
4500 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
4501 movement commands.
4502
4503 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
4504 `path-separator', but maintain compatibility with Emacs 20.2.
4505
4506 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
4507
4508 * server.el (server-process-filter): Receive parent-id argument
4509 from emacsclient.
4510 (server-create-window-system-frame): New arg. Pass parent-id as
4511 frame parameter.
4512
4513 2010-05-29 Eli Zaretskii <eliz@gnu.org>
4514
4515 Bidi-sensitive word movement with arrow keys.
4516 * subr.el (right-arrow-command, left-arrow-command): Move to
4517 bindings.el.
4518
4519 * bindings.el (right-char, left-char): Move from subr.el and
4520 rename from right-arrow-command and left-arrow-command.
4521 (right-word, left-word): New functions.
4522 (global-map) <right>: Bind to right-char.
4523 (global-map) <left>: Bind to left-char.
4524 (global-map) <C-right>: Bind to right-word.
4525 (global-map) <C-left>: Bind to left-word.
4526
4527 * ls-lisp.el (ls-lisp-classify-file): New function.
4528 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
4529 (ls-lisp-classify): Call ls-lisp-classify-file.
4530 (insert-directory): Remove blanks from switches.
4531
4532 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
4533
4534 * ansi-color.el: Delete unused escape sequences (Bug#6085).
4535 (ansi-color-drop-regexp): New constant.
4536 (ansi-color-apply, ansi-color-filter-region)
4537 (ansi-color-apply-on-region): Delete unrecognized control sequences.
4538 (ansi-color-apply): Build string list before calling concat.
4539
4540 2010-05-28 Juri Linkov <juri@jurta.org>
4541
4542 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
4543 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
4544 (Bug#5270)
4545
4546 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
4547
4548 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
4549 to ignored backtrace functions.
4550 (with-progress-reporter): Expand docstring.
4551 (tramp-handle-delete-file): Implement TRASH argument.
4552 (tramp-get-remote-trash): New defun.
4553
4554 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
4555
4556 * net/tramp-compat.el (tramp-compat-delete-file): Use
4557 `symbol-value' for backward compatibility.
4558
4559 * net/tramp.el (tramp-handle-make-symbolic-link)
4560 (tramp-handle-load)
4561 (tramp-do-copy-or-rename-file-via-buffer)
4562 (tramp-do-copy-or-rename-file-directly)
4563 (tramp-do-copy-or-rename-file-out-of-band)
4564 (tramp-handle-process-file, tramp-handle-call-process-region)
4565 (tramp-handle-shell-command, tramp-handle-file-local-copy)
4566 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4567 (tramp-delete-temp-file-function): Use `delete-file' instead
4568 of `tramp-compat-delete-file'.
4569
4570 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
4571 (tramp-fish-handle-make-symbolic-link)
4572 (tramp-fish-handle-process-file): Use `delete-file' instead
4573 of `tramp-compat-delete-file'.
4574
4575 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
4576 `delete-file' instead of `tramp-compat-delete-file'.
4577
4578 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
4579 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
4580 `tramp-compat-delete-file'.
4581
4582 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
4583 `delete-file' instead of `tramp-compat-delete-file'.
4584
4585 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4586 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4587 (tramp-smb-handle-write-region): Use `delete-file' instead of
4588 `tramp-compat-delete-file'.
4589 (tramp-smb-handle-delete-directory): Use 'trash as arg.
4590
4591 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4592
4593 * dired.el (dired-delete-file): New arg TRASH.
4594 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
4595 (dired-do-flagged-delete, dired-do-delete): Use trash.
4596
4597 * speedbar.el (speedbar-item-delete): Allow trashing.
4598
4599 * files.el (delete-directory): New arg TRASH.
4600
4601 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
4602 (ange-ftp-rename-remote-to-remote)
4603 (ange-ftp-rename-local-to-remote)
4604 (ange-ftp-rename-remote-to-local, ange-ftp-load)
4605 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
4606 `delete-file'.
4607 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
4608 allow trashing.
4609
4610 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
4611 handle new TRASH arg of `delete-file'.
4612
4613 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
4614 (tramp-handle-make-symbolic-link, tramp-handle-load)
4615 (tramp-do-copy-or-rename-file-via-buffer)
4616 (tramp-do-copy-or-rename-file-directly)
4617 (tramp-do-copy-or-rename-file-out-of-band)
4618 (tramp-handle-process-file, tramp-handle-call-process-region)
4619 (tramp-handle-shell-command, tramp-handle-file-local-copy)
4620 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4621 (tramp-delete-temp-file-function): Use null TRASH arg in
4622 tramp-compat-delete-file call.
4623
4624 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
4625 (tramp-fish-handle-delete-file)
4626 (tramp-fish-handle-make-symbolic-link)
4627 (tramp-fish-handle-process-file): Use null TRASH arg in
4628 `tramp-compat-delete-file' call.
4629
4630 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
4631 arg in `tramp-compat-delete-file' call.
4632
4633 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
4634 (tramp-gvfs-handle-write-region): Use null TRASH arg in
4635 `tramp-compat-delete-file' call.
4636
4637 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
4638 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
4639 `tramp-compat-delete-file' call.
4640
4641 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4642 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4643 (tramp-smb-handle-write-region): Use null TRASH arg in
4644 tramp-compat-delete-file call.
4645 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
4646 (tramp-smb-handle-delete-file): Rename arg.
4647
4648 * diff.el (diff-sentinel):
4649 * epg.el (epg--make-temp-file, epg-decrypt-string)
4650 (epg-verify-string, epg-sign-string, epg-encrypt-string):
4651 * jka-compr.el (jka-compr-partial-uncompress)
4652 (jka-compr-call-process, jka-compr-write-region):
4653 * server.el (server-sentinel): Remove optional arg from
4654 delete-file, reverting 2010-05-03 change.
4655
4656 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4657
4658 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
4659 font-lock-constant-face, not obsolete font-lock-reference-face.
4660
4661 2010-05-27 Kenichi Handa <handa@m17n.org>
4662
4663 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
4664 element of GSTRING is nil.
4665
4666 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
4667
4668 * emacs-lisp/smie.el (smie-forward-token-function)
4669 (smie-backward-token-function): New vars.
4670 (smie-backward-sexp, smie-forward-sexp)
4671 (smie-indent-hanging-p, smie-indent-calculate): Use them.
4672 (smie-default-backward-token): Rename from smie-backward-token and
4673 skip comments.
4674 (smie-default-forward-token): Rename from smie-forward-token and
4675 skip comments.
4676 (smie-next-sexp): Handle nil results from next-token.
4677 (smie-indent-calculate): Add a new case for special `fixindent' comments.
4678
4679 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4680
4681 * progmodes/verilog-mode.el (verilog-type-font-keywords):
4682 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4683
4684 2010-05-27 Masatake YAMATO <yamato@redhat.com>
4685
4686 * htmlfontify.el (hfy-face-resolve-face): New function.
4687 (hfy-face-to-style): Use it (Bug#6279).
4688
4689 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
4690
4691 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
4692 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
4693
4694 2010-05-26 Glenn Morris <rgm@gnu.org>
4695
4696 * emulation/edt.el (edt-load-keys): Use locate-library.
4697
4698 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
4699
4700 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
4701 (log-edit-changelog-entries): Doc fix.
4702 (log-edit-changelog-insert-entries): Args changed.
4703 Rename relative filenames in ChangeLog entries. Delete tabs.
4704 (log-edit-insert-changelog-entries): Reorganize return value of
4705 `log-edit-changelog-entries' to pass filenames to
4706 log-edit-changelog-insert-entries.
4707
4708 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4709
4710 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
4711 `image-dired-dired-insert-marked-thumbs' to
4712 `image-dired-dired-toggle-marked-thumbs'.
4713
4714 * image-dired.el: Require cl when compiling.
4715 (image-dired-dired-toggle-marked-thumbs): Rename from
4716 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
4717 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
4718 to 'no-dir. Skip files whose names don't match
4719 `image-file-name-regexp'. When file has a thumbnail overlay,
4720 delete it. (Bug#5270)
4721
4722 2010-05-25 Juri Linkov <juri@jurta.org>
4723
4724 * image-mode.el (image-mode): Add image-after-revert-hook to
4725 after-revert-hook.
4726 (image-after-revert-hook): New function. (Bug#5669)
4727
4728 2010-05-25 Juri Linkov <juri@jurta.org>
4729
4730 * image.el (image-animated-p): When delay between animated images
4731 is 0, set it to 10 (0.1 sec). (Bug#6258)
4732
4733 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
4734
4735 * net/tramp.el (tramp-handle-insert-directory): Don't use
4736 `forward-word', its default syntax could be changed.
4737
4738 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
4739
4740 * net/tramp.el (tramp-progress-reporter-update): New defun.
4741 (with-progress-reporter): Use it.
4742 (tramp-process-actions):
4743 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
4744 current message, in order to let progress reporter continue
4745 afterwards. (Bug#6257)
4746
4747 2010-05-25 Glenn Morris <rgm@gnu.org>
4748
4749 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
4750 Add :version.
4751
4752 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
4753
4754 * net/rcirc.el (rcirc-default-user-name): Change to "user".
4755 (rcirc-default-full-name): Change to "unknown".
4756 (rcirc-user-name-history): Add variable.
4757
4758 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
4759 Jonathan Rockway <jon@jrock.us>
4760
4761 * net/rcirc.el (rcirc-server-alist): Add :pass.
4762 (rcirc): When prompting for connection parameters, also prompt for
4763 username and password.
4764 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
4765 value to server when connecting.
4766
4767 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4768
4769 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
4770 (smie-merge-prec2s): Pass the tables as separate args.
4771 (smie-bnf-precedence-table): Adjust call accordingly.
4772 (smie-prec2-levels): Set levels at the end.
4773
4774 Replace Lisp calls to delete-backward-char by delete-char.
4775 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
4776 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
4777 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
4778 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
4779 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
4780 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
4781 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
4782 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
4783 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
4784 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
4785 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
4786 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
4787 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
4788 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
4789 delete-backward-char by calls to delete-char.
4790
4791 2010-05-25 Kenichi Handa <handa@m17n.org>
4792
4793 * language/hebrew.el (hebrew-shape-gstring): New function.
4794 Register it in composition-function-table for all Hebrew combining
4795 characters.
4796
4797 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4798
4799 * epa.el (epa--select-keys): Don't explicitly delete the window since
4800 that can fail (e.g. sole window in frame). Use dedication instead.
4801
4802 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
4803
4804 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
4805
4806 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
4807
4808 * image.el (image-refresh): Define as an alias for image-flush.
4809
4810 * image-mode.el (image-toggle-display-image): Caller changed.
4811
4812 2010-05-21 Juri Linkov <juri@jurta.org>
4813
4814 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
4815 Remove "all" from grep-files-aliases. Split grep-files-aliases by
4816 whitespace, call wildcard-to-regexp on substrings and concat them
4817 with "\\|". (Bug#6114)
4818
4819 2010-05-21 Alan Mackenzie <acm@muc.de>
4820
4821 * progmodes/cc-engine.el (c-parse-state-get-strategy):
4822 Replace parameter `here' with `here-' and `here-plus', which sandwich
4823 any pertinent CPP construct.
4824 (c-remove-stale-state-cache-backwards): Fix a bug which happens
4825 when doing (c-parse-state) in a CPP construct: Exclude any "new"
4826 CPP construct from taking part in the scanning.
4827
4828 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
4829
4830 * net/tramp.el (tramp-do-copy-or-rename-file)
4831 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
4832 Tune `with-progress-reporter' messages.
4833 (tramp-handle-vc-registered):
4834 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
4835 (tramp-fish-handle-insert-file-contents)
4836 (tramp-fish-maybe-open-connection):
4837 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4838 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
4839 (tramp-imap-handle-insert-file-contents)
4840 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
4841
4842 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
4843
4844 * add-log.el (change-log-font-lock-keywords):
4845 Highlight all authors in multi-author entries.
4846
4847 * smerge-mode.el (smerge-refine-ignore-whitespace)
4848 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
4849 Fix typos in docstrings.
4850 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
4851
4852 2010-05-21 Glenn Morris <rgm@gnu.org>
4853
4854 * progmodes/fortran.el (fortran-mode):
4855 * progmodes/f90.el (f90-mode): Derive from prog-mode.
4856
4857 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
4858 having a relative path in src/Makefile.in.
4859
4860 2010-05-20 Kevin Ryde <user42@zip.com.au>
4861
4862 * help-mode.el (help-make-xrefs): For Info node links turn
4863 newlines into spaces. Link node names with newlines are matched
4864 by help-xref-info-regexp and buttonized, this change ensures they
4865 can be followed successfully with RET. (Bug#6206)
4866
4867 2010-05-20 Juri Linkov <juri@jurta.org>
4868
4869 * locate.el (locate): Use pop-to-buffer instead of
4870 switch-to-buffer-other-window. (Bug#6204)
4871
4872 2010-05-20 Juri Linkov <juri@jurta.org>
4873
4874 * replace.el (replace-highlight): Fix lazy-highlighting
4875 for `M-s w str M-% str RET'.
4876
4877 2009-12-15 Masatake YAMATO <yamato@redhat.com>
4878
4879 * isearch.el (isearch-yank-word-or-char): Pull next subword
4880 when `subword-mode' is activated. (Bug#6220)
4881
4882 2010-05-20 Mark A. Hershberger <mah@everybody.org>
4883
4884 * isearch.el (isearch-update-post-hook): New hook.
4885 (isearch-update): Use the new hook. (Bug#6225)
4886
4887 2010-05-20 Juri Linkov <juri@jurta.org>
4888
4889 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
4890 [f1], [help], and (char-to-string help-char) instead of "\C-h".
4891 (Bug#6222)
4892
4893 2010-05-20 Juri Linkov <juri@jurta.org>
4894
4895 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
4896 (Bug#6223)
4897
4898 2010-05-20 Juri Linkov <juri@jurta.org>
4899
4900 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
4901 FILE-NAME to read from the minibuffer when called interactively
4902 with prefix argument instead of using buffer-file-name.
4903 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
4904
4905 * dired.el: Update autoloads.
4906
4907 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
4908
4909 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
4910 nxml-finish-element, for consistency with SGML mode.
4911
4912 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
4913 octave-close-block.
4914
4915 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
4916
4917 * composite.el: Require cl when compiling.
4918 (reference-point-alist, compose-gstring-for-graphic)
4919 (compose-gstring-for-terminal): Fix typos in docstrings.
4920
4921 2010-05-19 Juri Linkov <juri@jurta.org>
4922
4923 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
4924 set-window-parameter.
4925
4926 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
4927
4928 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
4929 where appropriate.
4930 (tramp-maybe-open-connection): Use it.
4931
4932 2010-05-19 Eli Zaretskii <eliz@gnu.org>
4933
4934 * simple.el (move-end-of-line): Make sure we are at line beginning
4935 before backing up to end of previous line.
4936
4937 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
4938
4939 * password-cache.el (password-cache-remove): Fix docstring.
4940
4941 * net/secrets.el: Autoload the widget functions.
4942 (secrets-search-items, secrets-create-item)
4943 (secrets-get-attributes, secrets-expand-item): Attributes will be
4944 stored on the password database without leading ":", as all other
4945 clients do as well.
4946 (secrets-mode): Fix docstring.
4947 (secrets-show-secrets): Provide it as autoloaded command only when
4948 D-Bus support is available. Check existence of Secret Service API.
4949
4950 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
4951
4952 * indent.el (indent-region): Deactivate region (bug#6200).
4953
4954 2010-05-19 Glenn Morris <rgm@gnu.org>
4955
4956 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
4957
4958 2010-05-19 Kenichi Handa <handa@m17n.org>
4959
4960 * composite.el: Register compose-gstring-for-graphic in
4961 composition-function-table only for combining characters (Mn, Mc, Me).
4962
4963 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
4964
4965 * calc/calc-trail.el (calc-trail-isearch-forward)
4966 (calc-trail-isearch-backward): Ensure that the new window
4967 point is set correctly.
4968
4969 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
4970
4971 * subr.el (read-quoted-char): Resolve modifiers after key
4972 remapping (bug#6212).
4973
4974 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
4975
4976 Add visualization code for secrets.
4977 * net/secrets.el (secrets-mode): New major mode.
4978 (secrets-show-secrets, secrets-show-collections)
4979 (secrets-expand-collection, secrets-expand-item)
4980 (secrets-tree-widget-after-toggle-function)
4981 (secrets-tree-widget-show-password): New defuns.
4982
4983 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
4984
4985 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
4986 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
4987 handled in smie-next-sexp.
4988 (smie-indent-calculate): Provide a starting indentation (so the
4989 recursion is well-founded ;-).
4990
4991 Fix handling of non-associative equal levels.
4992 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
4993 when it's not needed.
4994 (smie-op-left, smie-op-right): New functions.
4995 (smie-next-sexp): New function, extracted from smie-backward-sexp.
4996 Better handle equal levels to distinguish the associative case from
4997 the "multi-keyword construct" case.
4998 (smie-backward-sexp, smie-forward-sexp): Use it.
4999
5000 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
5001
5002 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
5003
5004 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
5005 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
5006
5007 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5008
5009 Provide a simple generic indentation engine and use it for Prolog.
5010 * emacs-lisp/smie.el: New file.
5011 * progmodes/prolog.el (prolog-smie-op-levels)
5012 (prolog-smie-indent-rules): New var.
5013 (prolog-mode-variables): Use them to configure SMIE.
5014 (prolog-indent-line, prolog-indent-level): Remove.
5015
5016 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
5017
5018 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
5019 order before computing the averages.
5020
5021 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
5022
5023 * calc/calc-vec.el (calc-histogram):
5024 (calcFunc-histogram): Allow vectors as inputs.
5025 (math-vector-avg): New function.
5026
5027 * calc/calc-ext.el (math-group-float): Have the number of digits
5028 being grouped depend on the radix (Bug#6189).
5029
5030 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
5031
5032 * version.el (emacs-copyright, emacs-version): Don't define here,
5033 now that emacs.c defines it.
5034
5035 2010-05-15 Eli Zaretskii <eliz@gnu.org>
5036
5037 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
5038 "Describe Language Environment" menu item.
5039
5040 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
5041
5042 Bidi-sensitive movement with arrow keys.
5043 * subr.el (right-arrow-command, left-arrow-command): New functions.
5044
5045 * bindings.el (global-map): Bind them to right and left arrow keys.
5046
5047 Don't override standard definition of convert-standard-filename.
5048 * files.el (convert-standard-filename): Call
5049 w32-convert-standard-filename and dos-convert-standard-filename on
5050 the corresponding systems.
5051
5052 * w32-fns.el (w32-convert-standard-filename): Rename from
5053 convert-standard-filename. Doc fix.
5054
5055 * dos-fns.el (dos-convert-standard-filename): Doc fix.
5056 (convert-standard-filename): Don't defalias.
5057 (register-name-alist, make-register, register-value)
5058 (set-register-value, intdos): Obsolete aliases for the
5059 corresponding dos-* functions and variables.
5060 (dos-intdos): Add a doc string.
5061
5062 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
5063
5064 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
5065 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
5066 (math-compose-tex-func):
5067 * calc/calccomp.el (math-compose-expr):
5068 * calc/calc-ext.el (math-format-flat-expr-fancy):
5069 * calc/calc-store.el (calc-read-var-name):
5070 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
5071
5072 * calc/calc.el (var-π, var-φ, var-γ): New variables.
5073 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
5074 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
5075 (math-standard-units): Add units.
5076
5077 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
5078
5079 * progmodes/asm-mode.el (asm-mode):
5080 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
5081
5082 * pcomplete.el (pcomplete-completions-at-point): New function,
5083 extracted from pcomplete-std-complete.
5084 (pcomplete-std-complete): Use it.
5085
5086 2010-05-15 Glenn Morris <rgm@gnu.org>
5087
5088 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
5089 Remove references to CVS, RCS and Old directories.
5090
5091 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
5092
5093 * calc/calc-bin.el (math-format-twos-complement): Group digits when
5094 appropriate.
5095
5096 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
5097
5098 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
5099 (sh-mode-syntax-table): Give it a default value instead.
5100 (sh-header-marker): Make buffer-local.
5101 (sh-mode): Move make-local-variable to the corresponding setq.
5102 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
5103 Use complete-with-action.
5104
5105 * simple.el (prog-mode): New (abstract) major mode.
5106 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
5107 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
5108
5109 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
5110
5111 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
5112 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
5113 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
5114 (sql-make-alternate-buffer-name, sql-placeholders-filter)
5115 (sql-escape-newlines-filter, sql-input-sender)
5116 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
5117
5118 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
5119
5120 Add TeX open-block and close-block keybindings to SGML, and vice versa.
5121
5122 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
5123 latex-open-block and C-c / to latex-close-block.
5124
5125 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
5126 and C-c C-e to sgml-close-tag.
5127
5128 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
5129
5130 * net/tramp.el (with-progress-reporter): Create reporter object
5131 only when the message would be displayed. Handle nested calls.
5132 (tramp-handle-load, tramp-handle-file-local-copy)
5133 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5134 (tramp-maybe-send-script, tramp-find-shell):
5135 Use `with-progress-reporter'.
5136 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
5137 Fix message text.
5138
5139 * net/tramp-smb.el (tramp-smb-handle-copy-file)
5140 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5141 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
5142 Use `with-progress-reporter'.
5143
5144 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
5145
5146 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
5147 process everytime when spellchecking from the minibuffer (bug#6143).
5148
5149 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
5150
5151 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
5152
5153 * dos-fns.el: Add "dos-" prefix for namespace control.
5154 (convert-standard-filename): Define as alias for
5155 dos-convert-standard-filename but only if applicable.
5156
5157 2010-05-12 Alan Mackenzie <acm@muc.de>
5158
5159 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
5160 Push the mark at the start of these functions when appropriate.
5161
5162 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5163
5164 * minibuffer.el (completion-cycle-threshold): New custom var.
5165 (completion--do-completion): Use it.
5166 (minibuffer-complete): Use cycling if appropriate.
5167
5168 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
5169
5170 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
5171 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
5172
5173 2010-05-11 Juri Linkov <juri@jurta.org>
5174
5175 * scroll-all.el (scroll-all-check-to-scroll):
5176 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
5177
5178 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5179
5180 * iimage.el (iimage-mode-map): Move initialization into declaration.
5181 (iimage-mode-buffer): Use with-silent-modifications.
5182 Simplify calling convention. Adjust callers.
5183 (iimage-mode): Don't run hook redundantly.
5184
5185 * minibuffer.el (completion-pcm--pattern->regex):
5186 Fix last change (bug#6160).
5187
5188 2010-05-10 Juri Linkov <juri@jurta.org>
5189
5190 Remove nodes visited during Isearch from the Info history.
5191 * info.el (Info-isearch-initial-history)
5192 (Info-isearch-initial-history-list): New variables.
5193 (Info-isearch-start): Record initial values of
5194 Info-isearch-initial-history and Info-isearch-initial-history-list.
5195 Add Info-isearch-end to isearch-mode-end-hook.
5196 (Info-isearch-end): New function.
5197
5198 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
5199
5200 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
5201 format string, in order to work around a bug in pdksh.
5202 Reported by Gilles Pion <gpion@lfdj.com>.
5203 (tramp-handle-verify-visited-file-modtime): Do not send a command
5204 when the connection is not established.
5205 (tramp-handle-set-file-times): Simplify the check for utc.
5206
5207 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
5208
5209 Fix use of `filter-buffer-substring' (rework previous change).
5210 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
5211 (cua-repeat-replace-region):
5212 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
5213 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5214 (cua-cut-region-to-global-mark): Use it.
5215
5216 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
5217
5218 * progmodes/sql.el: Version 2.1.
5219 (sql-product-alist): Redesign structure of product info.
5220 (sql-product, sql-user, sql-server, sql-database): Safe variables.
5221 (sql-port, sql-port-history): New variables.
5222 (sql-interactive-product): New variable.
5223 (sql-send-terminator): New variable.
5224 (sql-imenu-generic-expression): Add "Types" imenu entry.
5225 (sql-oracle-login-params, sql-sqlite-login-params)
5226 (sql-mysql-login-params, sql-solid-login-params)
5227 (sql-sybase-login-params, sql-informix-login-params)
5228 (sql-ingres-login-params, sql-ms-login-params)
5229 (sql-postgres-login-params, sql-interbase-login-params)
5230 (sql-db2-login-params, sql-linter-login-params)
5231 (sql-oracle-scan-on): New variables.
5232 (sql-mode-map): Add C-c C-i to start interactive mode.
5233 (sql-mode-menu): Update existing menu entries.
5234 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
5235 (sql-mode-oracle-font-lock-keywords)
5236 (sql-mode-postgres-font-lock-keywords)
5237 (sql-mode-ms-font-lock-keywords)
5238 (sql-mode-sybase-font-lock-keywords)
5239 (sql-mode-informix-font-lock-keywords)
5240 (sql-mode-interbase-font-lock-keywords)
5241 (sql-mode-ingres-font-lock-keywords)
5242 (sql-mode-solid-font-lock-keywords)
5243 (sql-mode-mysql-font-lock-keywords)
5244 (sql-mode-sqlite-font-lock-keywords)
5245 (sql-mode-db2-font-lock-keywords)
5246 (sql-mode-linter-font-lock-keywords): Update initialization to
5247 reduce run-time complexity.
5248 (sql-add-product, sql-del-product): New functions.
5249 (sql-set-product-feature, sql-get-product-feature): New functions.
5250 (sql-product-font-lock): Update product API.
5251 (sql-add-product-keywords): New function.
5252 (sql-highlight-product): Update product API.
5253 (sql-help-list-products): New function.
5254 (sql-help): Dynamically lists free and non-free products.
5255 (sql-get-login): Correct bug in handling history and added
5256 prompt for port.
5257 (sql-copy-column): Copy without properties.
5258 (sqli-input-sender): Apply filters to SQLi input.
5259 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
5260 Implement as a filter.
5261 (sql-escape-newlines-filter): Implement as a filter.
5262 (sql-remove-tabs-filter): New function.
5263 (sql-send-magic-terminator): New function.
5264 (sql-send-string): Implement magic terminator.
5265 (sql-send-region): Use `sql-send-string'.
5266 (sql-interactive-mode): Use product API.
5267 (sql-product-interactive): Use product API.
5268 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
5269 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
5270 (sql-db2, sql-linter): Use `sql-product-interactive'.
5271 (sql-connect): New function.
5272 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
5273 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
5274 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
5275 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
5276 Use `sql-connect'.
5277
5278 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5279
5280 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
5281 New custom variable.
5282 (completion-pcm--string->pattern): Use it.
5283 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
5284 Make it handle any symbol as `any'.
5285 (completion-pcm--merge-completions): Extract common suffix for the new
5286 `prefix' symbol as well.
5287 (completion-substring--all-completions): Use the new `prefix' symbol.
5288
5289 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
5290
5291 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
5292 not bound.
5293 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
5294 (tramp-compat-funcall): New defmacro.
5295 (tramp-compat-line-beginning-position)
5296 (tramp-compat-line-end-position)
5297 (tramp-compat-temporary-file-directory)
5298 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
5299 (tramp-compat-copy-file, tramp-compat-copy-directory)
5300 (tramp-compat-delete-file, tramp-compat-delete-directory)
5301 (tramp-compat-number-sequence, tramp-compat-process-running-p)
5302 * net/tramp.el (top, with-progress-reporter)
5303 (tramp-rfn-eshadow-setup-minibuffer)
5304 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
5305 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
5306 (tramp-completion-mode-p, tramp-check-for-regexp)
5307 (tramp-open-connection-setup-interactive-shell)
5308 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
5309 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
5310 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
5311 * net/tramp-cmds.el (tramp-cleanup-all-connections)
5312 (tramp-reporter-dump-variable, tramp-load-report-modules)
5313 (tramp-append-tramp-buffers)
5314 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
5315
5316 * net/tramp-imap.el (top): Autoload `epg-make-context'.
5317
5318 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5319
5320 * progmodes/compile.el (compilation-buffer-modtime): Rename from
5321 buffer-modtime. Adjust users.
5322
5323 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5324
5325 * international/mule.el (auto-coding-alist): Only purecopy
5326 car of each item, not the whole list (Bug#6083).
5327
5328 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5329
5330 * progmodes/js.el (js-mode): Make paragraph variables local before
5331 calling c-setup-paragraph-variables (Bug#6071).
5332
5333 2010-05-08 Eli Zaretskii <eliz@gnu.org>
5334
5335 * composite.el (compose-region, reference-point-alist): Fix typos
5336 in the doc strings.
5337
5338 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
5339
5340 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
5341 gnuplot's "set" command.
5342
5343 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
5344
5345 * abbrev.el (last-abbrev-text): Doc fix.
5346 (abbrev-prefix-mark): Don't escape parenthesis.
5347
5348 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
5349
5350 * composite.el (find-composition): Doc fix.
5351
5352 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
5353
5354 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
5355 (sql-oracle-program, sql-sqlite-options)
5356 (sql-query-placeholders-and-send): Doc fixes.
5357 (sql-set-product, sql-interactive-mode): Reflow docstrings.
5358 (sql-imenu-generic-expression, sql-buffer)
5359 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
5360 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
5361 (sql-mode-sybase-font-lock-keywords)
5362 (sql-mode-informix-font-lock-keywords)
5363 (sql-mode-interbase-font-lock-keywords)
5364 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
5365 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
5366 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
5367 (sql-product-feature, sql-highlight-product)
5368 (comint-line-beginning-position, sql-rename-buffer)
5369 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
5370 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
5371 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
5372 Fix typos in docstrings.
5373
5374 2010-05-08 Juri Linkov <juri@jurta.org>
5375
5376 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
5377 property instead of `invisible' and `after-string' (bug#5998).
5378
5379 2010-05-08 Juri Linkov <juri@jurta.org>
5380
5381 * image-mode.el (image-mode-as-text): Fix typo in docstring.
5382
5383 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
5384
5385 * filecache.el (file-cache-add-directory-list)
5386 (file-cache-add-directory-recursively): Fix typos in docstrings.
5387
5388 2010-05-08 Kenichi Handa <handa@m17n.org>
5389
5390 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
5391 (gujarati-composable-pattern): Fix typo.
5392
5393 2010-05-08 Kenichi Handa <handa@m17n.org>
5394
5395 * language/indian.el (oriya-composable-pattern)
5396 (tamil-composable-pattern, malayalam-composable-pattern):
5397 Add two-part vowels to "v" (vowel sign).
5398
5399 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5400
5401 * files.el (copy-directory): Handle symlinks (Bug#5982).
5402
5403 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
5404
5405 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
5406 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
5407 (Bug#5846).
5408
5409 2010-05-08 Glenn Morris <rgm@gnu.org>
5410
5411 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
5412
5413 * minibuffer.el (completion-at-point): Doc fix.
5414
5415 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5416
5417 * electric.el (Electric-command-loop): Minor tweak.
5418
5419 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
5420 better with dedicated windows.
5421
5422 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
5423
5424 * Version 23.2 released.
5425
5426 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
5427 Stefan Monnier <monnier@iro.umontreal.ca>
5428
5429 Highlight vendor specific properties.
5430 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
5431 (css-proprietary-property): New face.
5432 (css-font-lock-keywords): Use them.
5433
5434 2010-05-07 Eli Zaretskii <eliz@gnu.org>
5435
5436 * cus-start.el (all): Add native condition for tool-bar-* symbols.
5437
5438 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5439
5440 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
5441 * files.el (auto-mode-alist): Remove redundant entries.
5442
5443 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
5444 * simple.el (auto-save-mode): Move from files.el.
5445 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
5446
5447 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5448
5449 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5450
5451 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
5452
5453 * mail/binhex.el (binhex-decode-region-internal)
5454 * mail/uudecode.el (uudecode-decode-region-internal)
5455 * net/dns.el (dns-read-string-name, dns-write, dns-read)
5456 (dns-read-type, dns-query)
5457 * pgg-parse.el (pgg-parse-armor)
5458 * pgg.el (pgg-verify-region)
5459 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
5460 XEmacs.
5461
5462 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
5463
5464 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
5465
5466 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
5467
5468 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
5469 * emulation/cua-base.el (cua-repeat-replace-region):
5470 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5471 (cua-cut-region-to-global-mark):
5472 Remove text properties with `set-text-properties'.
5473
5474 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
5475
5476 * net/tramp.el (top, with-progress-reporter):
5477 Use `symbol-function' inside `funcall'.
5478
5479 * net/tramp-compat.el (tramp-compat-file-attributes)
5480 (tramp-compat-delete-file, tramp-compat-delete-directory):
5481 Handle only `wrong-number-of-arguments' error.
5482
5483 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
5484 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
5485 inside `funcall'.
5486
5487 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5488
5489 * minibuffer.el (completion--sreverse, completion--common-suffix):
5490 New functions.
5491 (completion-pcm--merge-completions): Extract common suffix when safe.
5492
5493 * emacs-lisp/easy-mmode.el (define-minor-mode):
5494 Make :variable more flexible.
5495 * files.el (auto-save-mode): Use it to define using define-minor-mode.
5496
5497 2010-05-05 Juri Linkov <juri@jurta.org>
5498
5499 Add `slow' and `history' tags to the desktop data.
5500
5501 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
5502 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
5503 (Info-finder-find-node): Require `finder.el' to be able
5504 to restore node from the desktop.
5505 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
5506 data `Info-history' and `slow' tag in the assoc list.
5507 (Info-restore-desktop-buffer): Don't restore nodes with the
5508 `slow' tag. Restore `Info-history'.
5509
5510 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
5511
5512 Add FORCE argument to `delete-file'.
5513
5514 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
5515 forcing to delete the temporary file.
5516 (ange-ftp-delete-file): Add FORCE arg.
5517 (ange-ftp-rename-remote-to-remote)
5518 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
5519 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
5520 Force file deletion.
5521
5522 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
5523
5524 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
5525 (tramp-handle-make-symbolic-link, tramp-handle-load)
5526 (tramp-do-copy-or-rename-file-via-buffer)
5527 (tramp-do-copy-or-rename-file-directly)
5528 (tramp-do-copy-or-rename-file-out-of-band)
5529 (tramp-handle-process-file, tramp-handle-call-process-region)
5530 (tramp-handle-shell-command, tramp-handle-file-local-copy)
5531 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5532 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
5533
5534 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
5535 (tramp-fish-handle-make-symbolic-link)
5536 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
5537
5538 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
5539 Use `tramp-compat-delete-file'.
5540
5541 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
5542 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
5543
5544 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
5545 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
5546
5547 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
5548 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
5549 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
5550 `tramp-compat-delete-file'.
5551
5552 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5553
5554 Minor cleanups.
5555 * subr.el (add-minor-mode): Use push.
5556 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
5557 * emulation/edt.el (edt-select-mode): Simplify.
5558
5559 Use define-minor-mode in more cases.
5560 * term/tvi970.el (tvi970-set-keypad-mode):
5561 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5562 (normal-erase-is-backspace-mode):
5563 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
5564 (set-scroll-bar-mode-1): (Re)move to its sole caller.
5565 (get-scroll-bar-mode): New function.
5566 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
5567
5568 Use define-minor-mode for less obvious cases.
5569 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
5570 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
5571 * international/iso-ascii.el (iso-ascii-mode):
5572 * frame.el (auto-raise-mode, auto-lower-mode):
5573 * composite.el (global-auto-composition-mode): Use define-minor-mode.
5574
5575 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
5576
5577 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
5578 in order to see error messages for failed logins.
5579
5580 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
5581
5582 * diff.el (diff-sentinel):
5583
5584 * epg.el (epg--make-temp-file, epg-decrypt-string)
5585 (epg-verify-string, epg-sign-string, epg-encrypt-string):
5586
5587 * jka-compr.el (jka-compr-partial-uncompress)
5588 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
5589
5590 * server.el (server-sentinel): Use delete-file's new FORCE arg
5591 (Bug#6070).
5592
5593 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5594
5595 Use define-minor-mode where applicable.
5596 * view.el (view-mode):
5597 * type-break.el (type-break-query-mode)
5598 (type-break-mode-line-message-mode):
5599 * textmodes/reftex.el (reftex-mode):
5600 * term/vt100.el (vt100-wide-mode):
5601 * tar-mode.el (tar-subfile-mode):
5602 * savehist.el (savehist-mode):
5603 * ibuf-ext.el (ibuffer-auto-mode):
5604 * composite.el (auto-composition-mode):
5605 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5606 Use define-minor-mode.
5607 (vhdl-mode): Use static mode-line format.
5608 (vhdl-mode-line-update): Delete.
5609 (vhdl-create-mode-menu, vhdl-activate-customizations)
5610 (vhdl-hs-minor-mode): Don't bother calling it.
5611
5612 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
5613
5614 * simple.el (with-wrapper-hook): Move.
5615 (buffer-substring-filters): Mark obsolete.
5616 (filter-buffer-substring-functions): New variable.
5617 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
5618
5619 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5620 Michael Albinus <michael.albinus@gmx.de>
5621
5622 Implement compression for inline methods.
5623
5624 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
5625 (tramp-copy-size-limit): Allow also nil.
5626 (tramp-inline-compress-commands): New defconst.
5627 (tramp-find-inline-compress, tramp-get-inline-compress)
5628 (tramp-get-inline-coding): New defuns.
5629 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
5630 replaced by `tramp-get-inline-coding'.
5631 (tramp-handle-file-local-copy, tramp-handle-write-region)
5632 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
5633
5634 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5635
5636 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
5637 Remove unused functions.
5638
5639 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
5640 Set find-tag-default-function as a variable rather than a property.
5641
5642 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
5643 * progmodes/etags.el (tags-completion-at-point-function):
5644 Remove left over interactive spec. Add autoloading stub.
5645 (complete-tag): Use tags-completion-at-point-function.
5646
5647 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
5648
5649 * minibuffer.el (tags-completion-at-point-function): Fix return value.
5650
5651 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
5652
5653 * ido.el (ido-init-completion-maps): Remove C-v binding.
5654 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
5655
5656 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
5657
5658 * minibuffer.el (tags-completion-at-point-function): New function.
5659 (completion-at-point-functions): Use it.
5660
5661 * progmodes/etags.el (complete-tag): Revert last change.
5662
5663 2010-04-29 Alan Mackenzie <acm@muc.de>
5664
5665 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
5666 off-by-one error (in end of macro position).
5667
5668 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5669
5670 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
5671 firefox is absent. Don't autoload.
5672 (browse-url-galeon-program): Don't autoload.
5673
5674 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
5675
5676 * bindings.el (complete-symbol): Move into minibuffer.el.
5677
5678 * minibuffer.el (complete-tag): Move from etags.el. If tags
5679 completion cannot be performed, return nil instead of signalling
5680 an error.
5681 (completion-at-point): Make it an alias for complete-symbol.
5682 (complete-symbol): Move from bindings.el, and replace with the
5683 body of completion-at-point.
5684
5685 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
5686
5687 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
5688
5689 * net/tramp.el (tramp-remote-selinux-p): New defun.
5690 (tramp-handle-file-selinux-context)
5691 (tramp-handle-set-file-selinux-context): Use it.
5692
5693 2010-04-28 Sam Steingold <sds@gnu.org>
5694
5695 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5696 `safe-local-variable' if the value is a string or a symbol with
5697 the property `bug-reference-url-format'.
5698
5699 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
5700
5701 * progmodes/bug-reference.el (bug-reference-url-format):
5702 Revert 2010-04-27 change due to security risk.
5703
5704 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5705
5706 Make it possible to locally disable a globally enabled mode.
5707 * simple.el (fundamental-mode): Run fundamental-mode-hook.
5708 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
5709 rather than kill-all-local-variables so it runs fundamental-mode-hook.
5710 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5711 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
5712 that subsequent hooks get a chance to disable it.
5713
5714 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
5715
5716 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5717 Avoid re-enabling a minor mode after the user turned the minor mode
5718 off if MODE-enable-in-buffers is run twice (typically once from
5719 fundamental-mode's after-change-major-mode-hook and a second time from
5720 run-mode-hook's own after-change-major-mode-hook).
5721
5722 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
5723
5724 2010-04-27 Sam Steingold <sds@gnu.org>
5725
5726 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5727 `safe-local-variable' if the value is a string or a function, as
5728 documented and implemented on 2010-04-02.
5729
5730 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
5731
5732 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
5733 when method is 'kill.
5734
5735 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
5736
5737 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
5738 condition in default directory check.
5739 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
5740 Kill ispell process when killing its associated buffer.
5741
5742 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
5743
5744 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
5745 but we aren't using it.
5746
5747 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
5748
5749 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
5750 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
5751
5752 2010-04-24 Glenn Morris <rgm@gnu.org>
5753
5754 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
5755 Ignore VCS-ignore files, and deleted nextstep preferences files.
5756 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
5757 (authors-ambiguous-files): New list.
5758 (authors-valid-file-names): Add some deleted files.
5759 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
5760 (authors-disambiguate-file-name): New function. (Bug#5501)
5761 (authors-canonical-file-name): Doc fix.
5762 Don't warn about obsolete files.
5763 (authors-canonical-file-name, authors-scan-el):
5764 Use authors-disambiguate-file-name.
5765
5766 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5767 Add autoload cookies.
5768 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
5769 (generated-autoload-file): Set file-local value to "htmlfontify.el".
5770 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
5771 They have definitions / compiler macros in cl.el.
5772 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5773 Replace manual autoloads with generated ones.
5774 (htmlfontify-unload-rgb-file): Remove autoload.
5775 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
5776
5777 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5778
5779 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
5780 (byte-compile-setq-default): Optimize for the
5781 single-var case and don't call byte-compile-form in this case to avoid
5782 inf-loop with byte-compile-set-default.
5783
5784 * progmodes/compile.el (compilation-start): Abbreviate default directory.
5785
5786 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
5787
5788 Implement SELINUX backends.
5789
5790 * net/tramp.el (tramp-file-name-handler-alist):
5791 Add `file-selinux-context' and `set-file-selinux-context'.
5792 (tramp-handle-file-selinux-context)
5793 (tramp-handle-set-file-selinux-context): New defuns.
5794 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
5795 Handle PRESERVE-SELINUX-CONTEXT.
5796
5797 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5798 Add `file-selinux-context' and `set-file-selinux-context'.
5799 (tramp-gvfs-handle-file-selinux-context)
5800 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
5801 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
5802
5803 * net/ange-ftp.el (ange-ftp-copy-file):
5804 * net/tramp-fish.el (tramp-fish-handle-copy-file):
5805 * net/tramp-imap.el (tramp-imap-handle-copy-file):
5806 * net/tramp-smb.el (tramp-smb-handle-copy-file):
5807 Add PRESERVE-SELINUX-CONTEXT.
5808
5809 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
5810
5811 Synchronize with Tramp repository.
5812
5813 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
5814 (tramp-action-process-alive, tramp-action-out-of-band)
5815 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
5816 (tramp-exists-file-name-handler): Fix docstring.
5817 (with-progress-reporter): New defmacro.
5818 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
5819 (tramp-maybe-open-connection): Use it.
5820
5821 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
5822
5823 Detect ssh 'ControlMaster' argument automatically in some cases.
5824
5825 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
5826 (tramp-default-method): Use it.
5827
5828 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
5829
5830 * net/tramp.el (tramp-handle-copy-file): Add new optional
5831 parameter `preserve-selinux-context'.
5832 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
5833
5834 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
5835
5836 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
5837 Ensure, that non remote files are still checked. Oops.
5838
5839 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
5840
5841 Fix Bug#5840.
5842
5843 * icomplete.el (icomplete-completions): Use `non-essential'.
5844
5845 * net/tramp.el (tramp-connectable-p): New defun.
5846 (tramp-handle-expand-file-name)
5847 (tramp-completion-handle-file-name-all-completions)
5848 (tramp-completion-handle-file-name-completion): Use it.
5849
5850 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
5851
5852 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
5853
5854 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
5855
5856 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
5857
5858 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
5859
5860 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
5861 is present.
5862
5863 * info.el (info-tool-bar-map): Add labels.
5864
5865 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
5866
5867 * cus-edit.el (custom-commands): Add labels for tool bar.
5868 (custom-buffer-create-internal, Custom-mode): Adjust for
5869 labels in custom-commands.
5870
5871 * dynamic-setting.el: Renamed from font-setting.el.
5872
5873 2010-04-21 John Wiegley <jwiegley@gmail.com>
5874
5875 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
5876 toggles the use of virtual buffers.
5877 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
5878 (ido-toggle-virtual-buffers): New function.
5879
5880 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
5881
5882 Use `define-derived-mode'; fix window selection; doc fixes.
5883 * play/tetris.el (tetris, tetris-update-speed-function)
5884 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
5885 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
5886 (tetris-rotate-next, tetris-end-game, tetris-start-game)
5887 (tetris-pause-game): Fix typos in docstrings.
5888 (tetris-mode-map, tetris-null-map):
5889 Move initialization into declaration.
5890 (tetris-mode): Define with `define-derived-mode';
5891 set show-trailing-whitespace to nil.
5892 (tetris): Prefer window already displaying the "*Tetris*" buffer.
5893
5894 2010-04-21 Karel Klíč <kklic@redhat.com>
5895
5896 * files.el (backup-buffer): Handle SELinux context, and return it
5897 if a backup was made by renaming.
5898 (backup-buffer-copy): Set SELinux context to the target file.
5899 (basic-save-buffer): Set SELinux context of the newly written file.
5900 (basic-save-buffer-1): Now it also returns any SELinux context.
5901 (basic-save-buffer-2): Set SELinux context of the newly created file,
5902 and return it.
5903 * net/tramp.el (tramp-file-name-for-operation):
5904 Add file-selinux-context.
5905
5906 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
5907
5908 Make the log-edit comments use RFC822 format throughout.
5909
5910 * vc.el (vc-checkin, vc-modify-change-comment):
5911 Adjust to new vc-start/finish-logentry.
5912 (vc-find-conflicted-file): New command.
5913 (vc-transfer-file): Adjust to new vc-checkin.
5914 (vc-next-action): Improve scoping.
5915
5916 * vc-hg.el (vc-hg-log-edit-mode): Remove.
5917 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
5918
5919 * vc-git.el (vc-git-log-edit-mode): Remove.
5920 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
5921 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
5922
5923 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
5924 (vc-start-logentry): Remove argument `extra'.
5925 (vc-finish-logentry): Remove extra args.
5926
5927 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
5928 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
5929 (vc-bzr-conflicted-files): New function.
5930
5931 * log-edit.el (log-edit-extra-flags)
5932 (log-edit-before-checkin-process): Remove.
5933 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
5934 (log-edit-headers-alist): New var.
5935 (log-edit-header-contents-regexp): New const.
5936 (log-edit-match-to-eoh): New function.
5937 (log-edit-font-lock-keywords): Use them.
5938 (log-edit): Insert a "Summary:" header as default.
5939 (log-edit-mode): Mark font-lock rules as case-insensitive.
5940 (log-edit-done): Cleanup headers.
5941 (log-view-process-buffer): Remove.
5942 (log-edit-extract-headers): New function to replace it.
5943
5944 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
5945
5946 * subr.el (default-direction-reversed): Remove obsolescence info.
5947
5948 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5949
5950 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
5951 windows/frames.
5952
5953 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
5954 I.e. include text after point in the completion region.
5955 Also, return nil when we're not after/in a symbol.
5956
5957 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
5958 default enable-multibyte-characters.
5959
5960 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5961
5962 * international/mule.el: Help the user choose a valid coding-system.
5963 (read-buffer-file-coding-system): New function.
5964 (set-buffer-file-coding-system): Use it. Prompt the user if the
5965 coding-system cannot encode all the chars.
5966
5967 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
5968 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
5969 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
5970 Don't use *vc-bzr-shelve*.
5971
5972 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
5973
5974 Fix the version number for added files.
5975 * vc-hg.el (vc-hg-working-revision): Check if the file is
5976 registered after hg parent fails (Bug#5961).
5977
5978 2010-04-19 Glenn Morris <rgm@gnu.org>
5979
5980 * htmlfontify.el (htmlfontify-buffer)
5981 (htmlfontify-copy-and-link-dir): Autoload entry points.
5982
5983 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
5984
5985 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
5986 name relative to the project root (Bug#5960).
5987
5988 2010-04-19 Glenn Morris <rgm@gnu.org>
5989
5990 * vc-git.el (vc-git-print-log): Doc fix.
5991
5992 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
5993
5994 * ido.el (ido-file-internal): Fix 2009-12-02 change.
5995
5996 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
5997
5998 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
5999 default settings (Bug#5928).
6000
6001 2010-04-19 Glenn Morris <rgm@gnu.org>
6002
6003 * progmodes/fortran.el (fortran-match-and-skip-declaration):
6004 New function.
6005 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
6006
6007 2010-04-19 Kenichi Handa <handa@m17n.org>
6008
6009 * language/indian.el (malayalam-composable-pattern): Fix previous
6010 change (add U+0D4D "SIGN VIRAMA").
6011 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
6012 (tamil-composable-pattern): Fix typo in the regexp.
6013 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
6014 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
6015 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
6016
6017 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
6018
6019 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
6020 paragraph-separate (Bug#5821).
6021
6022 2010-04-19 Juri Linkov <juri@jurta.org>
6023
6024 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
6025
6026 * info.el (Info-find-node-2): Comment out code that skips
6027 breadcrumbs line.
6028 (Info-mouse-follow-link): New command.
6029 (Info-link-keymap): New keymap.
6030 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
6031 Return a string with links instead of inserting breadcrumbs
6032 to the Info buffer.
6033 (Info-fontify-node): Comment out code that inserts breadcrumbs.
6034 Instead of putting the `invisible' text property over the Info
6035 header, make an overlay over the Info header with the `invisible'
6036 property and `after-string' set to the string returned by
6037 `Info-breadcrumbs'.
6038
6039 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
6040
6041 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
6042 Reported by monkey@sandpframing.com.
6043
6044 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6045
6046 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
6047 (tmm-get-keymap): Add key-binding shortcuts now that they're not
6048 available in the "keyseq cache" any more.
6049
6050 * custom.el (defcustom): Add edebug spec.
6051
6052 2010-04-18 Juri Linkov <juri@jurta.org>
6053
6054 Test for special mode-class in view-buffer instead of view-file (bug#5513).
6055
6056 * view.el (view-file, view-buffer): Move test for special mode-class
6057 from view-file to view-buffer.
6058
6059 * tar-mode.el (tar-extract): Turn if's into one cond
6060 like in arc-mode.el.
6061
6062 2010-04-18 Juri Linkov <juri@jurta.org>
6063
6064 Add 7z archive format support (bug#5475).
6065
6066 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
6067 (archive-7z-extract): New defcustom.
6068 (archive-find-type): Add magic string for 7z.
6069 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
6070 If `stderr-file' is non-nil, use `(t stderr-file)' for the
6071 `buffer' arg of `call-process'.
6072 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
6073 call the function `archive-7z-extract' with the variable
6074 `archive-7z-extract' let-bound to `archive-zip-extract'.
6075 (archive-7z-summarize, archive-7z-extract): New functions.
6076
6077 * international/mule.el (auto-coding-alist):
6078 * files.el (auto-mode-alist): Add 7z file extension.
6079
6080 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6081
6082 * loadup.el: Setup hash-cons for pure data.
6083
6084 Fix duplicate entries in cedet's loaddefs.el files.
6085 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
6086 Should make most file-local generated-autoload-file unnecessary.
6087 (print-readably): Silence warnings.
6088 (autoload-find-destination): Take load-name as an arg to make sure
6089 it's the same as the one that will be in the file.
6090 (autoload-generate-file-autoloads): Adjust to above changes.
6091 Try to make the dataflow a bit simpler.
6092
6093 * cvs-status.el (cvs-refontify): Remove unused.
6094
6095 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
6096
6097 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
6098
6099 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
6100 twos-complement mode.
6101
6102 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
6103
6104 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
6105 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
6106 (calc-inverse): Add "Option" to message, as appropriate.
6107 (calc-hyperbolic): Add "Option" to message, as appropriate.
6108 (calc-option, calc-is-option): New functions.
6109
6110 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
6111 (calc-option-prefix-help): New function.
6112
6113 * calc/calc-misc.el (calc-help): Add "Option" entry.
6114
6115 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
6116 (calc-option-flag): New variable.
6117 (calc-do): Set `calc-option-flag to nil.
6118 (calc-set-mode-line): Add "Opt " as appropriate.
6119
6120 2010-04-16 Juri Linkov <juri@jurta.org>
6121
6122 Move scrolling commands from simple.el to window.el
6123 because their primitives are implemented in window.c.
6124
6125 * simple.el (scroll-error-top-bottom)
6126 (scroll-up-command, scroll-down-command, scroll-up-line)
6127 (scroll-down-line, scroll-other-window-down)
6128 (beginning-of-buffer-other-window, end-of-buffer-other-window):
6129 * window.el (scroll-error-top-bottom)
6130 (scroll-up-command, scroll-down-command, scroll-up-line)
6131 (scroll-down-line, scroll-other-window-down)
6132 (beginning-of-buffer-other-window, end-of-buffer-other-window):
6133 Move from simple.el to window.el because their primitives are
6134 implemented in window.c.
6135
6136 2010-04-16 Juri Linkov <juri@jurta.org>
6137
6138 * isearch.el (isearch-lookup-scroll-key): Check both
6139 `isearch-scroll' and `scroll-command' properties.
6140 (scroll-up, scroll-down): Remove `isearch-scroll' property.
6141
6142 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
6143
6144 * simple.el (scroll-up-command, scroll-down-command)
6145 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
6146
6147 2010-04-15 Juri Linkov <juri@jurta.org>
6148
6149 * simple.el (scroll-up-command, scroll-down-command)
6150 (scroll-up-line, scroll-down-line): Put `scroll-command'
6151 property on the these symbols. Remove them from
6152 `scroll-preserve-screen-position-commands'.
6153
6154 * mwheel.el (mwheel-scroll): Put `scroll-command' and
6155 `isearch-scroll' properties on the `mwheel-scroll' symbol.
6156 Remove it from `scroll-preserve-screen-position-commands'.
6157
6158 * isearch.el (isearch-allow-scroll): Doc fix.
6159
6160 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
6161
6162 * net/tramp.el (tramp-error-with-buffer): Don't show the
6163 connection buffer when we are in completion mode.
6164 (tramp-file-name-handler): Catch the error for some operations
6165 when we are in completion mode. This gives the user the chance to
6166 correct the file name in the minibuffer.
6167
6168 2010-04-15 Glenn Morris <rgm@gnu.org>
6169
6170 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
6171
6172 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
6173
6174 Simplify by using `define-derived-mode'.
6175 * info.el (Info-mode):
6176 * calendar/todo-mode.el (todo-mode):
6177 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
6178 (gomoku-mode-map): Move initialization into declaration.
6179
6180 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
6181
6182 Fix Bug#5840.
6183 * ido.el (ido-file-name-all-completions-1):
6184 * minibuffer.el (minibuffer-completion-help):
6185 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
6186
6187 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6188
6189 * simple.el (non-essential): New var.
6190
6191 Add a new field `location' to bookmarks for non-file bookmarks.
6192 * bookmark.el (bookmark-location): Use the new field, if present.
6193 (bookmark-insert-location): Undo last change, not needed any more.
6194 * man.el (Man-bookmark-make-record):
6195 * woman.el (woman-bookmark-make-record): Add `location' field.
6196
6197 2010-04-14 Juri Linkov <juri@jurta.org>
6198
6199 * simple.el (scroll-error-top-bottom): New defcustom.
6200 (scroll-up-command, scroll-down-command): Use it. Doc fix.
6201
6202 * emulation/pc-select.el (pc-select-override-scroll-error):
6203 Obsolete in favor of `scroll-error-top-bottom'.
6204
6205 2010-04-14 Juri Linkov <juri@jurta.org>
6206
6207 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
6208 `scroll-up-command' and `M-v' to `scroll-down-command'.
6209
6210 * emulation/cua-rect.el (cua--init-rectangles):
6211 * forms.el (forms--change-commands):
6212 * image-mode.el (image-mode-map):
6213 Remap scroll-down-command and scroll-up-command
6214 in addition to scroll-down and scroll-up.
6215
6216 2010-04-14 Juri Linkov <juri@jurta.org>
6217
6218 * mwheel.el (scroll-preserve-screen-position-commands):
6219 Add mwheel-scroll to this list of commands.
6220
6221 * simple.el (scroll-preserve-screen-position-commands):
6222 Add scroll-up-command, scroll-down-command, scroll-up-line,
6223 scroll-down-line to this list of commands.
6224
6225 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
6226
6227 * obsolete/complete.el: Move from lisp/complete.el.
6228
6229 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
6230
6231 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
6232 to the minor mode function now turns the mode ON unconditionally.
6233
6234 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6235
6236 * vc-dir.el (vc-dir-kill-line): New command.
6237 (vc-dir-mode-map): Bind it to C-k.
6238
6239 * bookmark.el (bookmark-insert-location): Handle a nil filename.
6240
6241 * woman.el: Add bookmark declarations to silence the compiler.
6242 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
6243 step to compatibility between man and woman bookmarks.
6244 Adjust for Man-default-bookmark-title renaming.
6245 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
6246
6247 * man.el: Add bookmark declarations to silence the compiler.
6248 (Man-name-local-regexp): Make it match NAME as well.
6249 (Man-getpage-in-background): Return the buffer.
6250 (Man-notify-when-ready): Use `case'.
6251 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
6252 Don't hardcode "NAME". Simplify.
6253 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
6254 Rename from Man-bookmark-make-record.
6255 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
6256 we have the actual man-args. Use Man-getpage-in-background rather
6257 than `man' since the arg is already processed. Let bookmark.el do the
6258 window handling. Only wait for the relevant process.
6259 Don't forget to autoload.
6260
6261 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
6262
6263 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6264
6265 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
6266 New functions.
6267 (woman-mode): Setup bookmark support.
6268
6269 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
6270 (man-bookmark-jump): New functions.
6271 (Man-mode): Setup bookmark support.
6272
6273 2010-04-10 Jari Aalto <jari.aalto@cante.net>
6274
6275 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
6276 recognize ssh-keygen prompt (Bug#2817).
6277
6278 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
6279
6280 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
6281
6282 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
6283
6284 Synchronize with Tramp repository.
6285
6286 * net/tramp.el (tramp-completion-function-alist)
6287 (tramp-file-name-regexp, tramp-chunksize)
6288 (tramp-local-coding-commands, tramp-remote-coding-commands):
6289 Fix docstring.
6290 (tramp-remote-process-environment): Use `format' instead of `concat'.
6291 (tramp-handle-directory-files-and-attributes)
6292 (tramp-get-remote-path): Use `copy-tree'.
6293 (tramp-handle-file-name-all-completions): Backward/ XEmacs
6294 compatibility: Use `completion-ignore-case' if
6295 `read-file-name-completion-ignore-case' does not exist.
6296 (tramp-do-copy-or-rename-file-directly): Do not use
6297 `tramp-handle-file-remote-p'.
6298 (tramp-do-copy-or-rename-file-out-of-band):
6299 Use `tramp-compat-delete-directory'.
6300 (tramp-do-copy-or-rename-file-out-of-band)
6301 (tramp-compute-multi-hops, tramp-maybe-open-connection):
6302 Use `format-spec-make'.
6303 (tramp-find-foreign-file-name-handler)
6304 (tramp-advice-make-auto-save-file-name)
6305 (tramp-set-auto-save-file-modes): Remove superfluous check for
6306 `stringp'. This is done inside `tramp-tramp-file-p'.
6307 (tramp-debug-outline-regexp): New defconst.
6308 (tramp-get-debug-buffer): Use it.
6309 (tramp-check-for-regexp): Use (forward-line 1).
6310 (tramp-set-auto-save-file-modes): Adapt version check.
6311
6312 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
6313 Wrap call of `featurep' for 2nd argument.
6314 (tramp-compat-make-temp-file): Simplify fallback implementation.
6315 (tramp-compat-copy-tree): Remove function.
6316 (tramp-compat-delete-directory): Provide implementation for older
6317 Emacsen.
6318
6319 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
6320 Do not use `tramp-fish-handle-file-attributes.
6321
6322 * net/trampver.el: Update release number.
6323
6324 2010-04-10 Glenn Morris <rgm@gnu.org>
6325
6326 * progmodes/compile.el (compilation-save-buffers-predicate):
6327 Add missing :version tag.
6328
6329 2010-04-09 Sam Steingold <sds@gnu.org>
6330
6331 * progmodes/compile.el (compilation-save-buffers-predicate):
6332 Remove the "autoload" cookie.
6333
6334 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
6335 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
6336 and `bug-reference-prog-mode' can be used in hooks directly.
6337
6338 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
6339
6340 Add --author support to git commit.
6341 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
6342 (vc-git-log-edit-mode): New minor mode.
6343 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
6344 New declarations.
6345
6346 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
6347
6348 * vc-hooks.el, vc-git.el: Improve documentation comments.
6349
6350 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6351
6352 Fix some of the problems in defsubst* (bug#5728).
6353 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
6354 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
6355
6356 2010-04-07 Sam Steingold <sds@gnu.org>
6357
6358 * progmodes/compile.el (compilation-save-buffers-predicate):
6359 New custom variable.
6360 (compile, recompile): Pass it to `save-some-buffers'.
6361
6362 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
6363
6364 * wid-edit.el (widget-choose): Move cursor to the second line of
6365 the buffer (Bug#5695).
6366
6367 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
6368
6369 Add new VC methods: vc-log-incoming and vc-log-outgoing.
6370 * vc.el (vc-print-log-setup-buttons): New function split out from
6371 vc-print-log-internal.
6372 (vc-log-internal-common): New function, a parametrized version of
6373 vc-print-log-internal.
6374 (vc-print-log-internal): Just call vc-log-internal-common with the
6375 right arguments.
6376 (vc-incoming-outgoing-internal):
6377 (vc-log-incoming, vc-log-outgoing): New functions.
6378 (vc-log-view-type): New permanent local variable.
6379
6380 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
6381
6382 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
6383 of the dynamic bound vc-short-log.
6384 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
6385
6386 * vc-git.el (vc-git-log-outgoing): New function.
6387 (vc-git-log-view-mode): Use vc-log-view-type instead
6388 of the dynamic bound vc-short-log.
6389
6390 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
6391 of the dynamic bound vc-short-log. Highlight the tag.
6392 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
6393 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
6394 (vc-hg-incoming-mode): Remove.
6395 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
6396
6397 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
6398
6399 Fix default-directory for vc-root-diff.
6400 * vc.el (vc-root-diff): Bind default-directory to the root
6401 directory for the diff command.
6402
6403 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
6404
6405 * progmodes/verilog-mode.el (verilog-forward-sexp):
6406 (verilog-calc-1): Support "disable fork" and "fork wait" multi
6407 word keywords, suggested by Steve Pearlmutter.
6408 (verilog-pretty-declarations): Support lineup of declarations in
6409 port lists.
6410 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
6411 fix bug for /* / comments.
6412 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
6413 Speed up and simplfy as this is never called with a bound.
6414 (verilog-pretty-declarations): Enhance to line up declarations
6415 inside a parameter list, suggested by Alan Morgan.
6416 (verilog-pretty-expr): Tune assignment regular expression match
6417 string for corner cases; also use markers instead of character
6418 number as indent changes the later.
6419
6420 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
6421
6422 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
6423 as missing keyword.
6424 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
6425 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
6426 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
6427 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
6428 Tennant.
6429 (verilog-keywords):
6430 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
6431 1800-2009 keywords, including "global.".
6432
6433 2010-04-06 John Wiegley <jwiegley@gmail.com>
6434
6435 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
6436 appearing in buffer list (if a live buffer name matched a recentf
6437 file basename). Should use uniquify to offer a real solution.
6438
6439 2010-04-06 John Wiegley <jwiegley@gmail.com>
6440
6441 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
6442 comment to code, and add a :version tag.
6443 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
6444
6445 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
6446
6447 Enable recentf-mode if using virtual buffers.
6448 * ido.el (recentf-list): Declare for byte-compiler.
6449 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
6450 (ido-make-buffer-list): Simplify.
6451 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
6452
6453 2010-04-05 Juri Linkov <juri@jurta.org>
6454
6455 Scrolling commands which scroll a line instead of full screen.
6456 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
6457
6458 * simple.el (scroll-up-line, scroll-down-line): New commands.
6459 Put property isearch-scroll=t on them.
6460
6461 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
6462 Remove commands.
6463
6464 2010-04-05 Juri Linkov <juri@jurta.org>
6465
6466 Scrolling commands which do not signal errors at top/bottom.
6467 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
6468
6469 * simple.el (scroll-up-command, scroll-down-command): New commands.
6470 Put property isearch-scroll=t on them.
6471
6472 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
6473 `scroll-down-command' and [next] from `scroll-up' to
6474 `scroll-up-command'.
6475
6476 * emulation/cua-base.el: Put property CUA=move on
6477 `scroll-up-command' and `scroll-down-command'.
6478 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
6479 and `scroll-down-command' to `cua-scroll-down'.
6480
6481 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
6482
6483 * help.el (describe-mode): Return nil.
6484
6485 2010-04-04 John Wiegley <jwiegley@gmail.com>
6486
6487 * ido.el (ido-use-virtual-buffers): New variable to indicate
6488 whether "virtual buffer" support is enabled for IDO.
6489 (ido-virtual): Face used to indicate virtual buffers in the list.
6490 (ido-buffer-internal): If a buffer is chosen, and no such buffer
6491 exists, but a virtual buffer of that name does (which would be why
6492 it was in the list), recreate the buffer by reopening the file.
6493 (ido-make-buffer-list): If virtual buffers are being used, call
6494 `ido-add-virtual-buffers-to-list' before the make list hook.
6495 (ido-virtual-buffers): New variable which contains a copy of the
6496 current contents of the `recentf-list', albeit pared down for the
6497 sake of speed, and with proper faces applied.
6498 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
6499 create a list of "virtual buffers" to present to the user in
6500 addition to the currently open set. Note that this logic could
6501 get rather slow if that list is too large. With the default
6502 `recentf-max-saved-items' of 200, there is little speed penalty.
6503
6504 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6505
6506 * font-lock.el: Require CL when compiling.
6507 (font-lock-turn-on-thing-lock): Use `case'.
6508
6509 2010-04-03 Eli Zaretskii <eliz@gnu.org>
6510
6511 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
6512 Zaretskii.
6513
6514 2010-04-02 Juri Linkov <juri@jurta.org>
6515
6516 * ehelp.el (electric-help-orig-major-mode):
6517 New buffer-local variable.
6518 (electric-help-mode): Set it to original major-mode. Doc fix.
6519 (with-electric-help): Use `electric-help-orig-major-mode' instead
6520 of (default-value 'major-mode). Doc fix.
6521 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
6522
6523 2010-04-02 Sam Steingold <sds@gnu.org>
6524
6525 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
6526 `vc-hg-command' with a list of flags.
6527
6528 * progmodes/bug-reference.el (bug-reference-bug-regexp):
6529 Also accept "patch" and "RFE".
6530 (bug-reference-fontify): `bug-reference-url-format' can also be a
6531 function to be able to handle the bug kind.
6532 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
6533
6534 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
6535
6536 * tmm.el (tmm-get-keymap): Check with symbolp before passing
6537 value to fboundp, it may not be a symbol.
6538
6539 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6540
6541 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
6542
6543 2010-03-31 Juri Linkov <juri@jurta.org>
6544
6545 * simple.el (next-line, previous-line): Re-throw a signal
6546 with `signal' instead of using `ding'.
6547 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
6548
6549 2010-03-31 Juri Linkov <juri@jurta.org>
6550
6551 * simple.el (keyboard-escape-quit): Raise deselecting the active
6552 region higher than exiting the minibuffer.
6553 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
6554
6555 2010-03-31 Juri Linkov <juri@jurta.org>
6556
6557 * image.el (image-animated-p): Use `image-metadata' instead of
6558 `image-extension-data'. Get GIF extenstion data from metadata
6559 property `extension-data'.
6560
6561 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6562
6563 * simple.el (append-to-buffer): Simplify.
6564
6565 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
6566
6567 * textmodes/artist.el (artist-mode): Fix typo in docstring.
6568 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
6569
6570 2010-03-31 Kenichi Handa <handa@m17n.org>
6571
6572 * language/sinhala.el (composition-function-table): Fix regexp for
6573 the new Unicode specification.
6574
6575 * language/indian.el (devanagari-composable-pattern)
6576 (tamil-composable-pattern, kannada-composable-pattern)
6577 (malayalam-composable-pattern): Adjust for the new Unicode
6578 specification.
6579 (bengali-composable-pattern, gurmukhi-composable-pattern)
6580 (gujarati-composable-pattern, oriya-composable-pattern)
6581 (telugu-composable-pattern): New variables to cope with the new
6582 Unicode specification. Use them in composition-function-table.
6583
6584 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6585
6586 Make tmm-menubar work for the Buffers menu again (bug#5726).
6587 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
6588 vectors rather than cons cells, as used in menu-bar-update-buffers.
6589
6590 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6591
6592 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
6593 (js-insert-and-indent): Revert 2009-08-15 change, restoring
6594 electric punctuation for "{}();,:" (Bug#5586).
6595
6596 * mail/sendmail.el (mail-default-directory): Doc fix.
6597
6598 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6599
6600 * mail/sendmail.el (mail-default-directory): Doc fix.
6601
6602 2010-03-31 Eli Zaretskii <eliz@gnu.org>
6603
6604 * subr.el (version-regexp-alist, version-to-list)
6605 (version-list-<, version-list-=, version-list-<=)
6606 (version-list-not-zero, version<, version<=, version=): Doc fix.
6607 (Bug#5744).
6608
6609 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
6610
6611 * vc.el (vc-root-diff): Doc fix.
6612
6613 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6614
6615 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
6616
6617 * simple.el (append-to-buffer): Fix last change.
6618
6619 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6620
6621 * simple.el (append-to-buffer): Ensure that point is preserved if
6622 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
6623 (Bug#5749)
6624
6625 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6626
6627 * files.el (auto-mode-case-fold): Change default to t.
6628
6629 2010-03-30 Juri Linkov <juri@jurta.org>
6630
6631 * dired-x.el (dired-omit-mode): Doc fix.
6632
6633 2010-03-30 Juri Linkov <juri@jurta.org>
6634
6635 * replace.el (occur-accumulate-lines): Move occur-engine related
6636 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
6637 to be located after `occur-engine'.
6638
6639 2010-03-30 Juri Linkov <juri@jurta.org>
6640
6641 Make occur handle multi-line matches cleanly with context.
6642 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
6643
6644 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
6645 (occur-engine): Add local variables `ret', `prev-after-lines',
6646 `prev-lines'. Use more arguments for `occur-context-lines'.
6647 Set first elem of its returned list to `data', and the second elem
6648 to `prev-after-lines'. Don't print the separator line.
6649 In the end, print remaining context after-lines.
6650 (occur-context-lines): Add new arguments `begpt', `endpt',
6651 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
6652 after-lines of the previous match with before-lines of the
6653 current match and not overlap them. Return a list with two
6654 values: the output line and the list of context after-lines.
6655
6656 2010-03-30 Juri Linkov <juri@jurta.org>
6657
6658 * replace.el (occur-accumulate-lines): Fix a bug where the first
6659 context line at the beginning of the buffer was missing.
6660
6661 2010-03-30 Eli Zaretskii <eliz@gnu.org>
6662
6663 * files.el: Make bidi-display-reordering safe variable for boolean
6664 values.
6665
6666 2010-03-29 Phil Hagelberg <phil@evri.com>
6667 Chong Yidong <cyd@stupidchicken.com>
6668
6669 * subr.el: Extend progress reporters to perform "spinning".
6670 (progress-reporter-update, progress-reporter-do-update):
6671 Handle non-numeric value arguments.
6672 (progress-reporter--pulse-characters): New var.
6673
6674 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
6675
6676 * progmodes/compile.el (compilation-start): Fix regexp detection
6677 of initial cd command (Bug#5771).
6678
6679 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
6680
6681 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
6682
6683 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
6684
6685 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
6686 * progmodes/gdb-mi.el: Restore.
6687 * progmodes/gdb-ui.el: Remove.
6688 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
6689
6690 2010-03-25 Glenn Morris <rgm@gnu.org>
6691
6692 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
6693 all dired buffers, even tramp ones. (Bug#5755)
6694
6695 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6696
6697 Add "union tags" in mpc.el.
6698 * mpc.el: Remove backward compatibility code.
6699 (mpc-browser-tags): Change default.
6700 (mpc--find-memoize-union-tags): New var.
6701 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
6702 (mpc-cmd-find): Handle the case where the playlist does not exist.
6703 Handle union-tags.
6704 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
6705 (mpc-cmd-add): Use mpc-cmd-flush.
6706 (mpc-tagbrowser-tag-name): New fun.
6707 (mpc-tagbrowser-buf): Use it.
6708 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
6709
6710 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6711
6712 Misc cleanup.
6713 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
6714 Use replace-regexp-in-string.
6715 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
6716 (makefile-imake-mode-syntax-table): Move init into defvar.
6717 (makefile-mode): Use define-derived-mode.
6718
6719 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
6720 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
6721 not be present any more.
6722
6723 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6724
6725 * faces.el (set-face-attribute): Fix typo in docstring.
6726 (face-valid-attribute-values): Reflow docstring.
6727
6728 2010-03-24 Glenn Morris <rgm@gnu.org>
6729
6730 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
6731
6732 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
6733
6734 * indent.el (indent-for-tab-command): Doc fix.
6735
6736 2010-03-24 Alan Mackenzie <acm@muc.de>
6737
6738 * progmodes/cc-engine.el (c-remove-stale-state-cache):
6739 Fix off-by-one error. Fixes bug #5747.
6740
6741 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6742
6743 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
6744 (image-dired-read-comment): Doc fix.
6745
6746 * json.el (json-object-type, json-array-type, json-key-type)
6747 (json-false, json-null, json-read-number):
6748 * minibuffer.el (completion-in-region-functions):
6749 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
6750 (cal-tex-cursor-week):
6751 * emacs-lisp/trace.el (trace-function):
6752 * eshell/em-basic.el (eshell/printnl):
6753 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
6754 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
6755 * obsolete/levents.el (allocate-event, event-key, event-object)
6756 (event-point, event-process, event-timestamp, event-to-character)
6757 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
6758 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
6759 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
6760 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
6761 (reftex-highlight-selection): Fix typos in docstrings.
6762
6763 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6764
6765 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
6766
6767 2010-03-24 Glenn Morris <rgm@gnu.org>
6768
6769 * mail/rmail.el (rmail-highlight-face): Restore option deleted
6770 2008-02-13 without comment; mark it obsolete.
6771 (rmail-highlight-headers): Use rmail-highlight-face once more.
6772
6773 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
6774
6775 * woman.el (woman2-process-escapes): Only consume the newline if
6776 the filler character is on a line by itself (Bug#5729).
6777
6778 2010-03-24 Kenichi Handa <handa@m17n.org>
6779
6780 * language/indian.el (devanagari-composable-pattern): Add more
6781 consonants.
6782
6783 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
6784
6785 * net/trampver.el: Update release number.
6786
6787 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
6788
6789 * net/tramp.el (tramp-find-executable):
6790 Use `tramp-get-connection-buffer'. Make the regexp for checking
6791 output of "wc -l" more robust.
6792 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
6793 (tramp-open-connection-setup-interactive-shell): Remove workaround
6794 for OpenSolaris bug, it is not needed anymore.
6795
6796 2010-03-24 Glenn Morris <rgm@gnu.org>
6797
6798 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
6799
6800 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
6801
6802 * files.el (auto-mode-alist): Accept more verilog file patterns.
6803
6804 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6805
6806 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
6807
6808 2010-03-24 Glenn Morris <rgm@gnu.org>
6809
6810 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
6811 log-edit-before-checkin-process.
6812
6813 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
6814
6815 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
6816
6817 * vc-dispatcher.el (vc-start-logentry): Doc fix.
6818 (log-view-process-buffer, log-edit-extra-flags): Declare.
6819
6820 * log-edit.el (log-edit-before-checkin-process): Doc fix.
6821
6822 2010-03-23 Sam Steingold <sds@gnu.org>
6823
6824 Fix bug#5620: recalculate all markers on compilation buffer
6825 modifications, not on file modifications.
6826 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
6827 the buffer modification time, for buffers not associated with files.
6828 (compilation-mode): Create it.
6829 (compilation-filter): Update it.
6830 (compilation-next-error-function): Use it instead of
6831 `visited-file-modtime' for timestamp.
6832
6833 2010-03-23 Juri Linkov <juri@jurta.org>
6834
6835 Implement Occur multi-line matches.
6836 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
6837
6838 * replace.el (occur): Doc fix.
6839 (occur-engine): Set `begpt' to the beginning of the first line.
6840 Set `endpt' to the end of the last match line. At first, count
6841 line numbers between `origpt' and `begpt'. Split out code from
6842 `out-line' variable to new let-bindings `match-prefix' and
6843 `match-str'. In `out-line' add non-numeric prefix to all
6844 non-first lines of multi-line matches. Finally, count lines
6845 between `begpt' and `endpt' and add to `lines'.
6846
6847 2010-03-23 Juri Linkov <juri@jurta.org>
6848
6849 * replace.el (occur-accumulate-lines, occur-engine):
6850 Use `occur-engine-line' instead of duplicate code.
6851 (occur-engine-line): New function created from duplicate code
6852 in `occur-accumulate-lines' and `occur-engine'.
6853
6854 * replace.el (occur-engine-line): Add optional arg `keep-props'.
6855 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
6856
6857 2010-03-23 Juri Linkov <juri@jurta.org>
6858
6859 * finder.el: Remove TODO tasks.
6860
6861 * info.el (Info-finder-find-node): Add node "all"
6862 with all package info. Handle a list of multiple keywords
6863 separated by comma.
6864 (info-finder): In interactive use with a prefix argument,
6865 use `completing-read-multiple' to read a list of keywords
6866 separated by comma.
6867
6868 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
6869
6870 Add a new completion style `substring'.
6871 * minibuffer.el (completion-basic--pattern): New function.
6872 (completion-basic-try-completion, completion-basic-all-completions):
6873 Use it.
6874 (completion-substring--all-completions)
6875 (completion-substring-try-completion)
6876 (completion-substring-all-completions): New functions.
6877 (completion-styles-alist): New style `substring'.
6878
6879 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6880
6881 Get rid of .elc files after removal of the corresponding .el.
6882 * Makefile.in (compile-clean): New target.
6883 (compile-main): Use it.
6884
6885 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
6886
6887 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
6888 don't do make there. When compiling with separate object dir, there
6889 is no Makefile there.
6890
6891 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6892
6893 Get rid of the ELCFILES abomination, again.
6894 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6895 (all, compile): Don't call compile-last.
6896 (compile-main): Build the "elcfiles" list dynamically.
6897 (compile-targets): New (internal) target.
6898
6899 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
6900
6901 * Makefile.in (top_srcdir): Define.
6902 (abs_top_builddir): Define.
6903 (srcdir): Don't append `/..'.
6904 (EMACS): Use ${abs_top_builddir}.
6905 (all, compile, compile-always, compile-last): Don't set emacswd.
6906 (update-subdirs, update-authors): Use $(top_srcdir) instead of
6907 $(srcdir).
6908 (lisp): Use $(srcdir) instead of @srcdir@.
6909
6910 2010-03-21 Juri Linkov <juri@jurta.org>
6911
6912 Fix message of multi-line occur regexps and multi-buffer header lines.
6913 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
6914
6915 * replace.el (occur-1): Don't display regexp if it is longer
6916 than window-width. Use `query-replace-descr' to display regexp.
6917 (occur-engine): Don't display regexp in the buffer header for
6918 multi-buffer occur. Display a separate header line with total
6919 match count and regexp for multi-buffer occur.
6920 Use `query-replace-descr' to display regexp.
6921
6922 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
6923
6924 * net/secrets.el: Fix parenthesis.
6925 (secrets-enabled): Fix parenthesis.
6926
6927 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6928
6929 Use more relative file and directory names.
6930 * Makefile.in (EMACS): Arrange for it to work when we chdir.
6931 (setwins, setwins_almost, setwins_for_subdirs):
6932 Don't `cd'; output relative names.
6933 (all, compile, compile-always, compile-last): Set emacswd.
6934 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
6935 Just cd to the lisp source dir so we can use relative file names.
6936
6937 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
6938
6939 2010-03-20 Glenn Morris <rgm@gnu.org>
6940
6941 * textmodes/rst.el: Use faces for font-lock customization, and make the
6942 old -face variables obsolete.
6943 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
6944 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
6945 (rst-block-face, rst-external-face, rst-definition-face)
6946 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
6947 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
6948 Make obsolete.
6949 (rst-font-lock-keywords-function): Update for above changes.
6950
6951 2010-03-20 Juri Linkov <juri@jurta.org>
6952
6953 * s-region.el:
6954 * obsolete/s-region.el: Move to obsolete.
6955
6956 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
6957
6958 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
6959
6960 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
6961
6962 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
6963
6964 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
6965
6966 Add special markup processing for commit logs.
6967 * log-edit.el (log-edit-extra-flags): New variable.
6968 (log-edit): Add new argument MODE. Use that mode when non-nil
6969 instead of the log-view-mode.
6970 (log-view-process-buffer): New function.
6971
6972 * vc.el: Document that the checkin method takes optional
6973 arguments. Document new backend specific method: log-view-mode.
6974 (vc-default-log-edit-mode): New function.
6975 (vc-checkin): Use a backend specific log-view-mode.
6976 Pass extra arguments to the checkin method.
6977 (vc-modify-change-comment): Pass a dummy extra argument.
6978
6979 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
6980 log-edit.
6981 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
6982 (vc-finish-logentry): Process the log buffer before passing it
6983 down. Pass log-edit-extra-flags.
6984
6985 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
6986 command.
6987 (log-edit-extra-flags, log-edit-before-checkin-process):
6988 New declarations.
6989
6990 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
6991 command.
6992 (log-edit-extra-flags, log-edit-before-checkin-process):
6993 New declarations.
6994 (vc-hg-log-edit-mode): New derived mode.
6995
6996 * vc-arch.el (vc-arch-checkin):
6997 * vc-cvs.el (vc-cvs-checkin):
6998 * vc-git.el (vc-git-checkin):
6999 * vc-mtn.el (vc-mtn-checkin):
7000 * vc-rcs.el (vc-rcs-checkin):
7001 * vc-sccs.el (vc-sccs-checkin):
7002 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
7003
7004 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
7005
7006 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
7007 parent typo).
7008
7009 2010-03-19 Glenn Morris <rgm@gnu.org>
7010
7011 * password-cache.el (password-cache, password-cache-expiry): Autoload.
7012
7013 2010-03-18 Glenn Morris <rgm@gnu.org>
7014
7015 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
7016
7017 * replace.el (query-replace-history): Give it a doc string.
7018 (map-query-replace-regexp): Use query-replace-from-history-variable
7019 and query-replace-to-history-variable.
7020
7021 * mail/hashcash.el (declare-function): Remove duplicate definition.
7022
7023 * mail/emacsbug.el (report-emacs-bug-pretest-address):
7024 Make it an obsolete alias for report-emacs-bug-address.
7025 (message-strip-special-text-properties): Declare.
7026 (report-emacs-bug): Remove test for a pretest bug address.
7027 Combine message-mode-specific code.
7028
7029 * mail/supercite.el: Don't require sendmail.
7030 (mh-in-header-p): Declare rather than using with-no-warnings.
7031 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
7032 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
7033
7034 * calendar/cal-french.el: Convert to utf-8.
7035
7036 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
7037 Emacs scripts.
7038
7039 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
7040
7041 * net/secrets.el (secrets-enabled): New variable. Use it instead
7042 of a subfeature.
7043
7044 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
7045
7046 * net/secrets.el (top): Register the D-Bus signals only when the
7047 service "org.freedesktop.secrets" can be pinged.
7048 Provide subfeature `enabled'.
7049
7050 2010-03-14 Juri Linkov <juri@jurta.org>
7051
7052 Add finder unknown keywords.
7053
7054 * finder.el (finder-unknown-keywords): New function.
7055
7056 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
7057 to create a Finder node with unknown keywords.
7058
7059 2010-03-14 Juri Linkov <juri@jurta.org>
7060
7061 * finder.el (finder-compile-keywords): Replace `princ' with
7062 `prin1' on a list of symbols interned from keyword strings.
7063
7064 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
7065 a comma, then split keywords using a comma and optional whitespace.
7066 Otherwise, split by whitespace.
7067
7068 * complete.el:
7069 * face-remap.el:
7070 * log-view.el:
7071 * net/hmac-def.el:
7072 * net/hmac-md5.el:
7073 * net/netrc.el:
7074 * progmodes/mixal-mode.el: Fix keywords.
7075
7076 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
7077
7078 * Makefile.in (ELCFILES): Add net/secrets.elc.
7079
7080 * net/secrets.el: New file.
7081
7082 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
7083
7084 * facemenu.el (list-colors-display, list-colors-print): New arg
7085 callback. Use it to allow selecting colors.
7086
7087 * wid-edit.el (widget-image-insert): Insert image prop even if the
7088 current display is non-graphic.
7089 (widget-field-value-set): New fun.
7090 (editable-field): Use it.
7091 (widget-field-value-get): Clean up unused var.
7092 (widget-color-value-create, widget-color--choose-action):
7093 New funs. Allow using list-colors-display to choose color.
7094
7095 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
7096
7097 * cus-edit.el: Resort topmost custom groups.
7098 (custom-buffer-sort-alphabetically): Default to t.
7099 (customize-apropos): Use apropos-parse-pattern.
7100 (custom-search-field): New var.
7101 (custom-buffer-create-internal): Add custom-apropos search field.
7102 (custom-add-parent-links): Don't display parent doc.
7103 (custom-group-value-create): Don't sort top-level custom group.
7104 (custom-magic-value-create): Show visibility button before option name.
7105
7106 (custom-variable-state): New fun, from custom-variable-state-set.
7107 (custom-variable-state-set): Use it.
7108 (custom-group-value-create): Hide options with standard values
7109 using the :hidden-states property. Use progress reporter.
7110
7111 (custom-show): Simplify.
7112 (custom-visibility): Disable images by default.
7113 (custom-variable): New property :hidden-states.
7114 (custom-variable-value-create): Enable images for
7115 custom-visibility widgets. Use :hidden-states property to
7116 determine initial visibility.
7117
7118 * wid-edit.el (widget-image-find): Give images center ascent.
7119 (visibility): Add :on-image and :off-image properties.
7120 (widget-visibility-value-create): Use them.
7121
7122 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
7123
7124 * cus-edit.el (processes): Remove from development group.
7125 (oop, hypermedia): Delete group.
7126 (comm): Promote to top-level group.
7127
7128 * net/browse-url.el (browse-url):
7129 * net/xesam.el (xesam):
7130 * net/tramp.el (tramp):
7131 * net/goto-addr.el (goto-address):
7132 * net/ange-ftp.el (ange-ftp): Put in comm group.
7133
7134 * view.el (view): Remove from editing group.
7135
7136 * uniquify.el (uniquify): Put in files group.
7137
7138 * net/browse-url.el (browse-url):
7139 * ps-print.el (postscript): Put in external group.
7140
7141 * cus-edit.el (outlines):
7142 * textmodes/text-mode.el (text-mode-hook):
7143 * textmodes/table.el (table):
7144 * textmodes/picture.el (picture):
7145 * outline.el (outlines): Put in wp group.
7146
7147 * nxml/nxml-mode.el (nxml): Remove from wp group.
7148
7149 * net/tramp-imap.el (tramp-imap): Put in tramp group.
7150
7151 * mail/metamail.el (metamail): Remove from hypermedia group.
7152
7153 * cus-edit.el (abbrev):
7154 * whitespace.el (whitespace):
7155 * vcursor.el (vcursor):
7156 * reveal.el (reveal):
7157 * hl-line.el (hl-line): Put in convenience group.
7158
7159 * epg-config.el (epg): Put in data group.
7160
7161 * emulation/pc-select.el (pc-select): Put in emulations group.
7162
7163 * calculator.el (calculator): Put in applications group.
7164
7165 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
7166
7167 Add .dir-locals.el support for file-less buffers.
7168 * files.el (hack-local-variables): Split out code to apply local
7169 variable settings ...
7170 (hack-local-variables-apply): ... here. New function.
7171 (hack-dir-local-variables): Use the default directory for when the
7172 buffer does not have an associated file.
7173 (hack-dir-local-variables-non-file-buffer): New function.
7174 * diff-mode.el (diff-mode):
7175 * vc-annotate.el (vc-annotate-mode):
7176 * vc-dir.el (vc-dir-mode):
7177 * log-edit.el (log-edit-mode):
7178 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
7179
7180 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
7181
7182 Add support for shelving snapshots and for showing shelves.
7183 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
7184 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
7185 New functions.
7186 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
7187 (vc-bzr-extra-menu-map): Map them.
7188
7189 2010-03-11 Glenn Morris <rgm@gnu.org>
7190
7191 * cus-edit.el (customize-changed-options-previous-release):
7192 Bump to 23.1.
7193
7194 * image.el (image-animate-max-time): Fix :version tag.
7195
7196 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
7197
7198 * Branch for 23.2.
7199
7200 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7201
7202 * vc-git.el (vc-git-revision-table): Include remote branches.
7203
7204 2010-03-10 Kim F. Storm <storm@cua.dk>
7205
7206 Animated image API.
7207 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
7208
7209 * image.el (image-animate-max-time): New defcustom.
7210 (image-animated-types): New defconst.
7211 (create-animated-image, image-animate-timer)
7212 (image-animate-start, image-animate-stop, image-animate-timeout)
7213 (image-animated-p): New functions.
7214
7215 * image-mode.el (image-toggle-display-image):
7216 Replace `create-image' with `create-animated-image'.
7217
7218 2010-03-09 Miles Bader <miles@gnu.org>
7219
7220 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
7221 instead of "format:"; this ensures that the output is
7222 newline-terminated.
7223
7224 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
7225
7226 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
7227 that all errors are caught, and that the return value is always a
7228 list (Bug#5692).
7229
7230 2010-03-08 Kenichi Handa <handa@m17n.org>
7231
7232 * language/misc-lang.el (windows-1256): New coding system.
7233 (cp1256): New alias of windows-1256 (bug#5690).
7234
7235 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
7236
7237 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
7238 call to rfc822-bad-address. (Bug#5692)
7239
7240 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
7241
7242 * vc-git.el (vc-git-annotate-extract-revision-at-line):
7243 Use vc-git-root as default directory for revision path (Bug#5657).
7244
7245 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
7246
7247 * calculator.el (calculator): Don't bind split-window-keep-point
7248 (Bug#5674).
7249
7250 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
7251
7252 * vc-git.el: Re-flow to fit into 80 columns.
7253 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
7254 Remove spurious `quote' element in each case alternative.
7255 (vc-git-show-log-entry): Use prog1.
7256 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
7257
7258 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7259
7260 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
7261
7262 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
7263
7264 * macros.el (insert-kbd-macro): Look up keyboard macro using the
7265 definition, not the name (Bug#5481).
7266
7267 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
7268
7269 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
7270 argument with a local variable. (Bug#5670)
7271
7272 2010-03-02 Juri Linkov <juri@jurta.org>
7273
7274 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
7275
7276 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
7277
7278 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
7279 error when FILENAME and NEWNAME are existing remote directories.
7280
7281 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
7282 parameter DIR-FLAG.
7283
7284 2010-03-02 Glenn Morris <rgm@gnu.org>
7285
7286 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
7287 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
7288
7289 2010-03-01 Kenichi Handa <handa@m17n.org>
7290
7291 * language/burmese.el (burmese-composable-pattern): Rename from
7292 myanmar-composable-pattern.
7293
7294 * international/characters.el (script-list):
7295 * international/fontset.el (script-representative-chars):
7296 Change myanmar to burmese.
7297 (otf-script-alist): Likewise.
7298 (setup-default-fontset): Likewise. Re-fix :otf spec.
7299
7300 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
7301
7302 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
7303
7304 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
7305
7306 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
7307
7308 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
7309
7310 * net/tramp.el (tramp-handle-write-region): START can be a string.
7311 Take care in the checks. Reported by Dan Davison
7312 <davison@stats.ox.ac.uk>.
7313
7314 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
7315
7316 * net/dbus.el (dbus-introspect, dbus-get-property)
7317 (dbus-set-property, dbus-get-all-properties):
7318 Use `dbus-call-method' when noninteractive. (Bug#5645)
7319
7320 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
7321
7322 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
7323 * emacs-lisp/elint.el (elint-add-required-env):
7324 * calendar/icalendar.el (icalendar--add-diary-entry):
7325 * calc/calcalg2.el (math-tracing-integral):
7326 * files.el (recover-session-finish): Use with-current-buffer
7327 instead of save-excursion.
7328
7329 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
7330
7331 Fix in-buffer completion when after-change-functions modify the buffer.
7332 * minibuffer.el (completion--replace): New function.
7333 (completion--do-completion): Use it and use relative movement.
7334
7335 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
7336
7337 * international/fontset.el (setup-default-fontset): Fix :otf spec.
7338
7339 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
7340
7341 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
7342 Allow the characters _<> in the stack entry (Bug#5653).
7343
7344 2010-02-26 Kenichi Handa <handa@m17n.org>
7345
7346 * language/burmese.el: Fix entries in composition-function-table.
7347 (myanmar-composable-pattern): New variable.
7348
7349 * international/fontset.el (setup-default-fontset): Add an entry
7350 for myanmar.
7351
7352 * international/characters.el (script-list): Add Myanmar
7353 Extended-A.
7354
7355 2010-02-26 Glenn Morris <rgm@gnu.org>
7356
7357 * custom.el (custom-initialize-delay): Doc fix.
7358
7359 * mail/sendmail.el (send-mail-function): Autoload the call
7360 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
7361
7362 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
7363
7364 * files.el (hack-local-variables-filter): For eval forms, also
7365 check safe-local-variable-p (Bug#5636).
7366
7367 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
7368
7369 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
7370 setting the modes by `ignore-errors'. It might fail, for example
7371 if the file is not owned by the user but the group.
7372 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
7373
7374 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
7375
7376 * files.el (directory-listing-before-filename-regexp): Use
7377 stricter matching for iso-style dates, to avoid false matches with
7378 date-like filenames (Bug#5597).
7379
7380 * htmlfontify.el (htmlfontify): Doc fix.
7381
7382 * eshell/eshell.el (eshell): Doc fix.
7383
7384 * startup.el (fancy-about-screen): In mode-line, apply
7385 mode-line-buffer-id face only to the buffer name (Bug#5613).
7386
7387 2010-02-20 Kevin Ryde <user42@zip.com.au>
7388
7389 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7390 In `watcom' anchor regexp to start of line, to avoid slowness
7391 (Bug#5599).
7392
7393 2010-02-20 Eli Zaretskii <eliz@gnu.org>
7394
7395 * subr.el (remove-yank-excluded-properties): Explain in a comment
7396 why `category' property is removed.
7397
7398 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
7399
7400 * isearch.el (isearch-update-post-hook, isearch-update): Revert
7401 2010-02-17 change.
7402
7403 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
7404
7405 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
7406 (icalendar--convert-weekly-to-ical)
7407 (icalendar--convert-yearly-to-ical)
7408 (icalendar--convert-block-to-ical)
7409 (icalendar--convert-cyclic-to-ical)
7410 (icalendar--convert-anniversary-to-ical): Take care of time
7411 specifications where hour has 1-digit only (Bug#5549).
7412
7413 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
7414
7415 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
7416 of disassemble output in GDB 7.1.
7417
7418 2010-02-19 Glenn Morris <rgm@gnu.org>
7419
7420 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
7421 property. (Bug#5593)
7422
7423 2010-02-18 Sam Steingold <sds@gnu.org>
7424
7425 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
7426
7427 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
7428
7429 Use abbreviated file names in bookmarks (bug#5591).
7430 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
7431 calls to expand-file-name.
7432 (bookmark-relocate): Use abbreviated file names in bookmarks.
7433 (bookmark-load): Use abbreviated file names in messages.
7434
7435 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
7436
7437 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
7438 expand "." and "..". Reported by Thierry Volpiatto
7439 <thierry.volpiatto@gmail.com>.
7440
7441 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
7442
7443 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
7444 permissions of the temporary file to "0600". In case the remote
7445 file has no read permissions for the owner, there might be
7446 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
7447
7448 22010-02-18 Glenn Morris <rgm@gnu.org>
7449
7450 * emacs-lisp/authors.el (authors-renamed-files-alist):
7451 Add entries for INSTALL.CVS.
7452
7453 2010-02-17 Mark A. Hershberger <mah@everybody.org>
7454
7455 * vc-bzr.el: Fix typo in Known Bugs section.
7456
7457 * isearch.el (isearch-update-post-hook): New hook.
7458 (isearch-update): Use the new hook.
7459
7460 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
7461
7462 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
7463 Fix errors in copying directories.
7464 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
7465 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
7466 (tramp-handle-delete-file)
7467 (tramp-handle-dired-recursive-delete-directory)
7468 (tramp-handle-write-region): Flush also the cache for the upper
7469 directory.
7470
7471 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
7472
7473 * simple.el (save-interprogram-paste-before-kill): Doc fix.
7474
7475 * cus-edit.el (hardware): Doc fix.
7476
7477 * man.el (man): Add to external custom group.
7478
7479 * delim-col.el (columns): Move to wp custom group.
7480
7481 * doc-view.el (doc-view): Add to data custom group.
7482
7483 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
7484
7485 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
7486 by ispell-parse-output (Bug#5575).
7487
7488 2010-02-16 Kenichi Handa <handa@m17n.org>
7489
7490 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
7491 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
7492 (skkdic-convert): Use `euc-japan' coding system for writing.
7493
7494 2010-02-16 Glenn Morris <rgm@gnu.org>
7495
7496 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
7497 tex-main-file before using it. (Bug#5562)
7498
7499 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
7500
7501 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
7502 warnings, since it is annoying for the user to see them each time he
7503 runs the code.
7504
7505 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
7506
7507 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
7508 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
7509 instead of PROC for caching "first-password-request". Otherwise,
7510 new processes would not profit from passwords already entered.
7511
7512 * net/tramp-cache.el (tramp-dump-connection-properties):
7513 Don't save "first-password-request" property.
7514
7515 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
7516
7517 * outline.el (outline-head-from-level):
7518 * simple.el (with-wrapper-hook):
7519 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
7520 (elint-defun, elint-buffer-env, elint-top-form-logged)
7521 (elint-unbound-variable):
7522 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
7523 Fix typos in docstrings.
7524
7525 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
7526
7527 * files.el (insert-directory): When WILDCARD-REGEXP and
7528 FULL-DIRECTORY-P are nil, insert the file entry instead of the
7529 whole directory. (Bug#5551)
7530
7531 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
7532 dired's alignment sanity. (Bug#5516)
7533
7534 2010-02-14 Juri Linkov <juri@jurta.org>
7535
7536 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
7537 Remove remaining ^H with their preceding chars. (Bug#5566)
7538
7539 2010-02-13 Glenn Morris <rgm@gnu.org>
7540
7541 * simple.el (transpose-subr): Give it a doc-string.
7542
7543 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
7544 Doc fixes.
7545
7546 2010-02-12 Juri Linkov <juri@jurta.org>
7547
7548 * arc-mode.el (archive-unique-fname): Make directories for nested
7549 archives. (Bug#5540)
7550
7551 2010-02-12 Juri Linkov <juri@jurta.org>
7552
7553 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
7554
7555 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
7556
7557 * subr.el (copy-overlay): Handle deleted overlays.
7558
7559 * man.el (Man-completion-table): Don't signal an error if we can't run
7560 manual-program (bug#4056).
7561
7562 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
7563
7564 * textmodes/artist.el (artist-mt): Fix typos in docstring.
7565
7566 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7567
7568 * info.el (Info-bookmark-jump): Simplify.
7569
7570 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
7571 (bookmark-default-handler): Accept new bookmark field `buffer'.
7572
7573 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
7574
7575 * iswitchb.el (iswitchb-completions): Revert last change.
7576
7577 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
7578
7579 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
7580 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
7581 This prevents file names like "~/" being listed literally.
7582
7583 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
7584
7585 * term/xterm.el (xterm-maybe-set-dark-background-mode):
7586 Remove dead code. (Bug#5546)
7587
7588 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
7589
7590 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
7591 correctly (Bug#5548).
7592
7593 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
7594
7595 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
7596 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
7597
7598 2010-02-08 Kenichi Handa <handa@m17n.org>
7599
7600 * international/mule-util.el (with-coding-priority): Add autoload
7601 cookie for putting `lisp-indent-function'.
7602
7603 2010-02-07 Glenn Morris <rgm@gnu.org>
7604
7605 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
7606 Move F2003 named interfaces from keywords-2 to keywords-1, and
7607 use function-name-face rather than constant-face.
7608 Simplify "abstract interface" regexp.
7609
7610 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
7611
7612 * eshell/esh-util.el (eshell-file-attributes): New optional arg
7613 ID-FORMAT. Pass it to `file-attributes'.
7614
7615 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
7616
7617 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
7618
7619 * faces.el (set-face-attribute): Allow calling
7620 internal-set-lisp-face-attribute with 'unspecified family and
7621 foundry argument (Bug#5536).
7622
7623 2010-02-07 Glenn Morris <rgm@gnu.org>
7624
7625 * progmodes/f90.el (f90-font-lock-keywords-2)
7626 (f90-looking-at-type-like, f90-looking-at-program-block-end):
7627 Handle F2003 named interfaces.
7628
7629 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
7630
7631 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
7632 beg and end before calling c-get-state-before-change-functions.
7633
7634 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
7635
7636 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
7637
7638 2010-02-05 Juri Linkov <juri@jurta.org>
7639
7640 * doc-view.el (doc-view-mode):
7641 * image-mode.el (image-mode): Put property mode-class=special.
7642 (Bug#4896)
7643
7644 2010-02-05 Mark A. Hershberger <mah@everybody.org>
7645
7646 * vc-svn.el (vc-svn-revision-table): New function.
7647
7648 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
7649
7650 * net/ange-ftp.el (ange-ftp-insert-directory):
7651 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7652 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7653 Handle also directories. (Bug#5478)
7654
7655 2010-02-05 Glenn Morris <rgm@gnu.org>
7656
7657 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
7658
7659 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
7660
7661 * startup.el (command-line-1): Convert options beginning with a
7662 single dash as well (Bug#5519).
7663
7664 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
7665
7666 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
7667 * minibuffer.el (completion-initials-expand): Only check the presence
7668 of delims *within* the boundaries, since otherwise the / delim is
7669 always found for files.
7670
7671 Fix up various corner case problems.
7672 * doc-view.el (doc-view-last-page-number): New function.
7673 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
7674 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
7675 (doc-view-kill-proc): Avoid inf-loop in freak cases.
7676 (doc-view-reconvert-doc): Use the new recursive delete-directory.
7677 (doc-view-convert-current-doc): Don't create the resolution.el file
7678 here any more.
7679 (doc-view-pdf/ps->png): Do it here instead.
7680 (doc-view-already-converted-p): Check that resolution.el is present.
7681 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
7682 windows that are not yet showing images.
7683
7684 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
7685
7686 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
7687 `dired-uncache' for every elemnt which is an absolute file name.
7688
7689 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
7690 directory, handle its directory component.
7691 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
7692 function is called permanently and creates noise, otherwise.
7693
7694 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7695 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7696 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
7697
7698 2010-02-04 David Burger <dburger@google.com> (tiny change)
7699
7700 * macros.el (apply-macro-to-region-lines):
7701 Minor simplification. (Bug#5485)
7702
7703 2010-02-04 Glenn Morris <rgm@gnu.org>
7704
7705 * mail/rmail.el (rmail-show-message-1): Handle malformed
7706 quoted-printable text. (Bug#5441)
7707
7708 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
7709
7710 * simple.el (visual-line-mode): Capitalize lighter.
7711
7712 2010-02-03 John Wiegley <jwiegley@gmail.com>
7713
7714 * iswitchb.el (iswitchb-completions): Add bookmark files to the
7715 list of files considered for "virtual buffer" completions.
7716
7717 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
7718
7719 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
7720 also in case of (and (not full) (not wildcard)). This is needed
7721 when dired is called with a list of files, which are not in
7722 `default-directory'. (Bug#5478)
7723
7724 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
7725
7726 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
7727
7728 2010-02-02 Juri Linkov <juri@jurta.org>
7729
7730 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
7731 from unidiff to allow function-line after @@.
7732
7733 2010-02-02 Juri Linkov <juri@jurta.org>
7734
7735 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
7736 '(RCS SCCS) with inverted condition.
7737
7738 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
7739
7740 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
7741 messages.
7742
7743 2010-02-01 Juri Linkov <juri@jurta.org>
7744
7745 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
7746 compare with "pkunzip" and "pkzip" instead of only "pkzip".
7747 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
7748 only when (car archive-zip-extract) is "unzip". (Bug#5475)
7749
7750 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
7751
7752 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
7753 (doc-view-revert-buffer): New command.
7754 (doc-view-mode-map): Use it.
7755
7756 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
7757
7758 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
7759 pending merge is detected.
7760
7761 2010-01-31 Juri Linkov <juri@jurta.org>
7762
7763 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
7764 beginning of interactive spec like all other grep commands do.
7765 Put "all" in front of "gz". (Bug#5260)
7766
7767 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
7768
7769 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
7770
7771 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
7772
7773 * dirtrack.el (dirtrack): Warn instead of signalling error if the
7774 regexp is incorrect (Bug#5476).
7775
7776 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
7777
7778 * net/tramp.el (tramp-handle-insert-directory): Handle also
7779 symlinks, when FILENAME is not in `default-directory'.
7780
7781 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
7782
7783 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
7784 FILE is not in `default-directory'. (Bug#5478)
7785
7786 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
7787 of SWITCHES. Handle the case, FILENAME is not in
7788 `default-directory'. (Bug#5478)
7789 (tramp-register-file-name-handlers): Add safe-magic property.
7790
7791 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
7792
7793 * arc-mode.el (archive-zip-extract): Quote the argument passed to
7794 unzip (Bug#5475).
7795
7796 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
7797
7798 * progmodes/flymake.el (flymake-allowed-file-name-masks)
7799 (flymake-master-make-header-init): Add other C++ filename masks.
7800 (flymake-find-possible-master-files)
7801 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
7802
7803 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
7804
7805 Fix some busybox annoyances.
7806
7807 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
7808 not responding." string.
7809 (tramp-open-connection-setup-interactive-shell): Dump stty
7810 settings. Enable "neveropen" arg for all `tramp-send-command'
7811 calls. Handle "=" in variable values properly.
7812 (tramp-find-inline-encoding): Raise an error, when no encoding is
7813 found.
7814 (tramp-wait-for-output): Check, whether PROC buffer is available.
7815 Remove spurious " ^H" sequences, sent by busybox.
7816 (tramp-get-ls-command): Suppress coloring, if possible.
7817
7818 2010-01-28 Glenn Morris <rgm@gnu.org>
7819
7820 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
7821
7822 * log-edit.el (log-edit-strip-single-file-name): Add missing
7823 :safe, :group, and :version tags.
7824
7825 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
7826
7827 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
7828 buffers. (Bug#5477)
7829
7830 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
7831
7832 * files.el (delete-directory): Handle moving to trash without
7833 first doing recursion (Bug#5436).
7834
7835 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
7836
7837 * vc-hooks.el (vc-path): Mark as obsolete.
7838
7839 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
7840
7841 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
7842 names too.
7843
7844 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
7845 for the short log.
7846 (vc-bzr-log-view-mode): Adjust regexp for the above change.
7847
7848 2010-01-25 Mark A. Hershberger <mah@everybody.org>
7849
7850 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
7851
7852 * vc-bzr.el (vc-bzr-revision-table): New function.
7853
7854 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
7855
7856 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
7857 diff-index command. This requires at least git-1.5.5. (Bug#1589).
7858
7859 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
7860
7861 Remove support for adding --signoff on commit.
7862 Future support will use an incompatible generic mechanism.
7863 * vc-git.el (vc-git-add-signoff): Remove variable.
7864 (vc-git-toggle-signoff): Remove function.
7865 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
7866
7867 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
7868 from xterm-set-background-mode. Return t if the background mode
7869 was set.
7870 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
7871 earlier, call it again in case the background mode has changed.
7872
7873 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
7874
7875 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
7876 (Bug#3541).
7877
7878 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
7879
7880 * emacs-lisp/assoc.el (aelement): Doc fix.
7881 (aput, adelete, amake): Use lexical-let (Bug#5450).
7882
7883 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
7884
7885 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
7886 is the same as subprogram call, not declaration. (Bug#5435).
7887
7888 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
7889
7890 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
7891 (tramp-smb-maybe-open-connection): Use it.
7892
7893 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
7894
7895 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
7896
7897 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
7898
7899 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
7900 just because we see "encoding: 8bit".
7901 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
7902
7903 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
7904
7905 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
7906
7907 2010-01-22 Eli Zaretskii <eliz@gnu.org>
7908
7909 * jka-compr.el (jka-compr-load): If load-file is not in
7910 load-history, try its file-truename version. (bug#5447)
7911
7912 2010-01-21 Alan Mackenzie <acm@muc.de>
7913
7914 Fix a situation where deletion of a cpp construct throws an error.
7915 * progmodes/cc-engine.el (c-invalidate-state-cache):
7916 Before invoking c-with-all-but-one-cpps-commented-out, check that the
7917 special cpp construct is still in the buffer.
7918 (c-parse-state): Record the special cpp with markers, not numbers.
7919
7920 2010-01-21 Kenichi Handa <handa@m17n.org>
7921
7922 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
7923 process last-command-event, as it is now decoded first (Bug#5380).
7924
7925 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
7926
7927 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
7928
7929 2010-01-20 Glenn Morris <rgm@gnu.org>
7930
7931 * indent.el (tab-always-indent): Fix custom-type.
7932
7933 2010-01-19 Alan Mackenzie <acm@muc.de>
7934
7935 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
7936 buffer throws "args out of range".
7937 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
7938 playing the role of delimiter.
7939
7940 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
7941
7942 * progmodes/ada-mode.el: Fix bug#5400.
7943 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
7944 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
7945 changed. Delete RECURSIVE parameter; never used. Improve doc string.
7946 Improve comments in "is" portion. Handle null procedure declaration.
7947 (ada-move-to-end): Improve doc string.
7948
7949 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
7950
7951 * ido.el (ido-cur-list): Initialize to nil.
7952 Remove obsolete information from commentary.
7953 (ido-choice-list): Initialize to nil.
7954 (ido-get-bufname): Reject minibuffers.
7955 (ido-make-buffer-list): If "default" is a nonexistent
7956 buffer, ignore it, as per the function's comment.
7957 (ido-kill-buffer-internal): New function.
7958 (ido-kill-buffer-at-head): Use it.
7959 (ido-visit-buffer): Likewise.
7960
7961 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
7962
7963 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
7964
7965 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
7966
7967 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
7968 Fix typos in chart titles.
7969
7970 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
7971 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
7972 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
7973 (describe-class, eieio-describe-generic, describe-generic):
7974 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
7975 (eieio-speedbar-expand):
7976 * emulation/viper-cmd.el (viper-exec-form-in-vi)
7977 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
7978 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
7979 (viper-del-backward-char-in-replace, viper-backward-indent)
7980 (viper-brac-function, viper-register-to-point, viper-submit-report):
7981 * net/tramp.el (tramp-remote-coding-commands):
7982 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
7983 Fix typos in docstrings.
7984
7985 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
7986
7987 * mail/sendmail.el (mail-yank-original): Set the mark if the
7988 specified function for yanking does not do it.
7989
7990 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
7991
7992 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
7993
7994 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
7995 resyncing a directory.
7996
7997 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
7998
7999 * progmodes/ada-mode.el: Fix bug#1920.
8000 (ada-ident-re): Delete ., allow multibyte characters.
8001 (ada-goto-label-re): New; matches goto labels.
8002 (ada-block-label-re): New; matches block labels.
8003 (ada-label-re): New; matches both.
8004 (ada-named-block-re): Deleted; callers changed to use
8005 `ada-block-label-re' instead.
8006 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
8007 Use `ada-block-label-re'.
8008 (ada-indent-on-previous-lines): Improve handling of goto labels.
8009 (ada-get-indent-block-start): Special-case block label.
8010 (ada-get-indent-label): Split into `ada-indent-block-label' and
8011 `ada-indent-goto-label'.
8012 (ada-goto-stmt-start, ada-goto-next-non-ws):
8013 Optionally ignore goto labels.
8014 (ada-goto-next-word): Simplify.
8015 (ada-indent-newline-indent-conditional): Insert newline before
8016 trying to fix indentation; doc fix.
8017
8018 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
8019
8020 * calc/calc.el (calc-command-flags): Give it an initial value.
8021
8022 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
8023
8024 * files.el (minibuffer-with-setup-hook):
8025 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
8026 (artist-key-draw-continously, artist-key-do-continously-continously)
8027 (artist-key-set-point-continously, artist-mouse-draw-continously):
8028 Fix typos in docstrings.
8029
8030 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
8031
8032 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
8033 return t (Bug#3898).
8034
8035 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
8036
8037 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
8038 can parse the output of the external commands (Bug#5279).
8039
8040 2010-01-16 Jari Aalto <jari.aalto@cante.net>
8041
8042 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
8043
8044 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
8045
8046 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
8047
8048 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
8049
8050 * startup.el (command-line): Remove unused --icon-type arg.
8051 Handle --display arg, passing it to command-line-1 (Bug#5392).
8052
8053 2010-01-16 Mario Lang <mlang@delysid.org>
8054
8055 * emacs-lisp/chart.el (chart-translate-namezone):
8056 * textmodes/artist.el (artist-compute-popup-menu-table):
8057 Remove duplicated words in doc-strings.
8058
8059 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
8060
8061 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
8062 to mairix-search to suppress threading (Bug#5342).
8063
8064 2010-01-15 Kenichi Handa <handa@m17n.org>
8065
8066 * international/mule-cmds.el (canonicalize-coding-system-name):
8067 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
8068
8069 2010-01-15 Glenn Morris <rgm@gnu.org>
8070
8071 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
8072
8073 * wid-edit.el (widget-keymap): Doc fix.
8074
8075 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
8076 former seems to be more widely accepted by various svn versions.
8077
8078 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
8079
8080 * find-cmd.el (find-constituents):
8081 * vc-arch.el (vc-arch-root):
8082 * window.el (window-body-height, pop-up-frames):
8083 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
8084 * progmodes/ada-stmt.el (ada-if):
8085 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
8086 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
8087 (ispell-encoding8-command, ispell-aspell-supports-utf8)
8088 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
8089
8090 * progmodes/flymake.el (flymake-post-syntax-check):
8091 Fix typo in error message.
8092
8093 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
8094
8095 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
8096 which is always a string. (Bug#5313)
8097
8098 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
8099
8100 * progmodes/ada-xref.el (ada-default-prj-properties):
8101 Simplify previous change.
8102
8103 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8104
8105 * progmodes/ada-xref.el (ada-default-prj-properties):
8106 Default ada_project_path to $ADA_PROJECT_PATH.
8107
8108 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8109
8110 * progmodes/ada-mode.el (ada-create-keymap):
8111 Override `narrow-to-defun' with `ada-narrow-to-defun'.
8112
8113 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8114
8115 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
8116 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
8117 (ada-get-current-indent, ada-imenu-generic-expression)
8118 (ada-which-function): Check for it.
8119
8120 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8121
8122 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
8123 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
8124
8125 2010-01-14 Glenn Morris <rgm@gnu.org>
8126
8127 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
8128
8129 2010-01-14 Kenichi Handa <handa@m17n.org>
8130
8131 * composite.el (auto-composition-mode): Make it a buffer local
8132 variable (permanent-local).
8133 (auto-composition-function): Set the default value to
8134 auto-compose-chars.
8135 (auto-composition-mode): Make it a simple function, not a minor mode.
8136 (global-auto-composition-mode): Likewise.
8137 (turn-on-auto-composition-if-enabled): Delete it.
8138
8139 2010-01-13 Karl Fogel <kfogel@red-bean.com>
8140
8141 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
8142
8143 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
8144
8145 * files.el (copy-directory): Compute target for recursive
8146 directories with identical names. (Bug#5343)
8147
8148 2010-01-12 Glenn Morris <rgm@gnu.org>
8149
8150 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
8151 it to bug-gnu-emacs rather than emacs-pretest-bug.
8152
8153 2010-01-11 Sam Steingold <sds@gnu.org>
8154
8155 * imenu.el (imenu-default-create-index-function): Detect infinite
8156 loops caused by imenu-prev-index-position-function.
8157
8158 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
8159
8160 * htmlfontify.el (htmlfontify-load-rgb-file)
8161 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
8162 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
8163 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
8164 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
8165 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
8166 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
8167 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
8168 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
8169 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
8170 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
8171 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
8172 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
8173 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
8174 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
8175 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
8176 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
8177 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
8178 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
8179 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
8180 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
8181 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
8182 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
8183 backslash-quoting from parentheses, etc.
8184
8185 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
8186
8187 * progmodes/js.el: Autoload javascript-mode alias.
8188
8189 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
8190
8191 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
8192 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
8193 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
8194 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
8195 Fix typos in docstrings.
8196 (ffap-url-regexp): Doc fix.
8197 (ffap-at-mouse): Fix typo in message.
8198
8199 2010-01-11 Glenn Morris <rgm@gnu.org>
8200
8201 * version.el (emacs-copyright): Set copyright year to 2010.
8202
8203 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
8204
8205 * format.el (format-annotate-function): Only set
8206 write-region-post-annotation-function after running to-fn so as not to
8207 affect nested write-region calls (bug#5273).
8208
8209 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
8210
8211 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
8212 wisent/python.el.
8213
8214 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
8215
8216 * man.el (Man-goto-section): Signal error if the section is not
8217 found (Bug#5317).
8218
8219 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
8220
8221 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
8222 URLs with a leading triple slash in the file: scheme. (Bug#5345)
8223
8224 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
8225
8226 * progmodes/compile.el: Don't treat compile-command as safe if
8227 compilation-read-command might be nil (Bug#4218).
8228
8229 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
8230
8231 * startup.el (command-line-1): Use orig-argi to check for ignored X and
8232 NS options.
8233
8234 2010-01-08 Kenichi Handa <handa@m17n.org>
8235
8236 * international/fontset.el (build-default-fontset-data):
8237 Exclude characters in scripts kana, hangul, han, or cjk-misc.
8238
8239 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
8240
8241 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
8242 to `create-file-buffer' as it expects, not just a buffer name.
8243 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
8244 to help uniquify. (Bug#3224)
8245
8246 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
8247
8248 * font-setting.el (font-setting-change-default-font): Use user-spec
8249 instead of name.
8250
8251 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
8252
8253 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
8254
8255 2010-01-05 Tom Tromey <tromey@redhat.com>
8256
8257 * progmodes/python.el (python-font-lock-keywords):
8258 Handle qualified decorators (Bug#881).
8259
8260 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
8261
8262 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
8263 in a lightweight checkout.
8264
8265 2010-01-05 Kenichi Handa <handa@m17n.org>
8266
8267 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
8268
8269 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
8270
8271 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
8272
8273 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
8274
8275 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
8276 checkouts. (Bug#618)
8277 (vc-bzr-log-view-mode): Also highlight the author.
8278 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
8279 (vc-bzr-shelve-menu-map):
8280 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
8281 (vc-bzr-shelve-apply): Make prompt more explicit.
8282
8283 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
8284
8285 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
8286 They are valid characters in URL paths (rfc3986), and at least
8287 Firefox does not understand the encoded version (Bug#3166).
8288
8289 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
8290
8291 * progmodes/octave-mod.el (octave-end-keywords)
8292 (octave-block-begin-or-end-regexp, octave-block-match-alist):
8293 Add "end" keyword (Bug#3061).
8294 (octave-end-as-array-index-p): New function.
8295 (calculate-octave-indent): Use it.
8296
8297 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8298
8299 * bookmark.el: Consistently put the text property on the bookmark name.
8300 (bookmark-bmenu-marks-width): Bump back to 2, to include
8301 annotation marks.
8302 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
8303 property on the bookmark name, instead of not putting it at all.
8304 (bookmark-bmenu-list): Fix where we put the text property.
8305
8306 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8307
8308 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
8309 for showing buffer modified state (as added in the previous change).
8310
8311 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8312
8313 * bookmark.el: Show modified state of bookmark buffer more accurately.
8314 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
8315 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
8316 (with-buffer-modified-unmodified): New macro.
8317 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8318 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
8319 Use new macro to preserve the buffer modified state.
8320
8321 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8322
8323 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
8324 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
8325 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
8326 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
8327 (bookmark-bmenu-rename, bookmark-bmenu-locate)
8328 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
8329 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
8330
8331 2010-01-02 Eli Zaretskii <eliz@gnu.org>
8332
8333 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8334 Make the lines in the generated doc string shorter. (Bug#4668)
8335
8336 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
8337
8338 * net/rcirc.el: Add follow-link binding (Bug#4738).
8339
8340 2010-01-02 Eli Zaretskii <eliz@gnu.org>
8341
8342 * Makefile.in (bzr-update): Rename from cvs-update.
8343 (cvs-update): New target for backward compatibility.
8344
8345 * makefile.w32-in (bzr-update): Rename from cvs-update.
8346 (cvs-update): New target for backward compatibility.
8347
8348 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8349
8350 * bookmark.el: Remove gratuitous gratitude.
8351
8352 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8353
8354 * bookmark.el (bookmark-bmenu-any-marks): New function.
8355 (bookmark-bmenu-save): Clear buffer modification if no marks.
8356
8357 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8358
8359 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
8360 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
8361 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
8362 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
8363
8364 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
8365 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
8366 To: emacs-devel {_AT_} gnu.org
8367 Subject: bookmark.el bug report
8368 Date: Mon, 28 Dec 2009 14:19:16 +0800
8369 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
8370
8371 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8372
8373 * bookmark.el: Improvements suggested by Drew Adams:
8374 (bookmark-bmenu-ensure-position): New name for
8375 `bookmark-bmenu-check-position'. Just ensure the position,
8376 don't return any meaningful value.
8377 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
8378 New constants.
8379
8380 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
8381
8382 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
8383 (bookmark-yank-point, bookmark-bmenu-check-position):
8384 Fix typos in docstrings.
8385 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
8386 (bookmark-name-from-full-record, bookmark-get-position)
8387 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
8388 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
8389 Remove useless quoting of parenthesis, etc. in docstrings.
8390
8391 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
8392 (ediff-append-custom-diff): Fix typo in error message.
8393 (ediff-meta-mark-equal-files): Fix typos in messages.
8394
8395 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
8396
8397 * net/imap-hash.el (imap-hash-make): Doc fix.
8398 (imap-hash-test): Fix typo in error message; reflow docstring.
8399 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
8400 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
8401 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
8402 Fix typos in docstrings.
8403 (imap-hash-open-connection): Fix typo in error message.
8404
8405 * play/gomoku.el (gomoku): Fix typos in docstring.
8406
8407 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
8408 (gdb-jsonify-buffer): Fix typos in docstring.
8409 (gdb-goto-breakpoint): Fix typo in error message.
8410 ("Display Other Windows"): Fix typo in help message.
8411 (gdb-speedbar-expand-node): Fix typo in question.
8412
8413 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
8414 (idlwave-html-system-help-location, idlwave-html-help-location)
8415 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
8416 (idlwave-help-browser-generic-args, idlwave-help-directory)
8417 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
8418 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
8419 (idlwave-online-help, idlwave-help-html-link)
8420 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
8421 Fix typos in docstrings.
8422 (idlwave-help-with-source, idlwave-help-find-routine-definition):
8423 Reflow docstrings.
8424 (idlwave-help-assistant-start): Fix typo in error message.
8425
8426 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
8427 (octave-electric-space): Fix typos in docstrings.
8428
8429 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
8430
8431 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
8432
8433 2010-01-01 Juri Linkov <juri@jurta.org>
8434
8435 * comint.el (comint-input-ring-size): Make it a defcustom and
8436 increase the default to 500 (Bug#5148).
8437
8438 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
8439
8440 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
8441 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
8442 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
8443
8444 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
8445
8446 Show working revision correctly for mercurial.
8447 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
8448 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
8449
8450 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
8451
8452 Declare some functions for the byte-compiler.
8453 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
8454 (speedbar-timer-fn, speedbar-change-expand-button-char)
8455 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
8456
8457 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
8458
8459 This changeset reverts GDB Graphical Interface to use annotations.
8460 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
8461
8462 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
8463
8464 Make vc-dir work on subdirectories of the bzr root.
8465 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
8466 file names relative to it.
8467 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
8468 relative directory to vc-bzr-after-dir-status.
8469
8470 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
8471
8472 * font-lock.el (font-lock-refresh-defaults): New function, which
8473 can be used to let font-lock react to external changes in
8474 variables like font-lock-defaults and keywords.
8475 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
8476
8477 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
8478
8479 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
8480
8481 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
8482
8483 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
8484
8485 Supersede color.diff settings in git log (bug#5211).
8486
8487 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
8488 escape chars in its output when the user has color.diff set to `always'.
8489 This fix works on git 1.4.2 and newer (released on 2006-08-13).
8490
8491 2009-12-26 Kevin Ryde <user42@zip.com.au>
8492
8493 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
8494 node. Keep previous "Index" name to work with past coreutils too.
8495
8496 * man.el (man): Revise docstring a bit to show -a and -l as
8497 examples. Add -k description since support for it has otherwise
8498 been a secret. (Further to bug#3717.)
8499 (Man-bgproc-sentinel): When "-k foo" produces no output show error
8500 "no matches" rather than "Can't find manpage", as the latter reads
8501 like -k was interpreted as a page name, which is not so. (Bug#5431)
8502
8503 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
8504
8505 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
8506 switches. Check also for //SUBDIRED// line.
8507
8508 2009-12-25 Kenichi Handa <handa@m17n.org>
8509
8510 * language/indian.el (devanagari-composable-pattern): Fixed to
8511 handle ZWNJ and ZWJ. Use it in composition-function-table for
8512 Devanagari.
8513 (malayalam-composable-pattern): Fix previous change.
8514
8515 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8516
8517 * ps-print.el (ps-face-attributes): It was not returning the
8518 attribute face for faces specified as string. Reported by harven
8519 <harven@free.fr>. (Bug#5254)
8520 (ps-print-version): New version 7.3.5.
8521
8522 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
8523
8524 * calendar/icalendar.el (icalendar--convert-tz-offset):
8525 Fix timezone names.
8526 (icalendar--convert-tz-offset): Fix the "last-day-problem".
8527 (icalendar--add-diary-entry): Remove the trailing blank that
8528 diary-make-entry inserts.
8529
8530 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
8531
8532 Make `file-expand-wildcards' work for remote files.
8533
8534 * files.el (file-expand-wildcards): In case of remote files, check
8535 only local file name part for wildcards. Provide feature 'files
8536 and subfeature 'remote-wildcards. (Bug#5198)
8537
8538 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
8539 if there is already an established connection.
8540 (tramp-advice-file-expand-wildcards): Remove it.
8541
8542 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
8543 (tramp-advice-file-expand-wildcards): Move from tramp.el.
8544 Activate advice for older GNU Emacs versions. (Bug#5237)
8545
8546 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
8547
8548 Some doc fixes (more needed).
8549
8550 * find-cmd.el (find-constituents): Reflow docstring.
8551 (find-cmd, find-prune, find-command): Fix typos in docstrings.
8552 (find-generic): Doc fix.
8553
8554 2009-12-17 Juri Linkov <juri@jurta.org>
8555
8556 Fix regression from 23.1 to allow multiple modes in Local Variables.
8557
8558 * files.el (hack-local-variables-filter): While ignoring duplicates,
8559 don't take `mode' into account.
8560 (hack-local-variables-filter, hack-dir-local-variables):
8561 Don't remove duplicate `mode' from local-variables-alist (like `eval').
8562
8563 2009-12-17 Juri Linkov <juri@jurta.org>
8564
8565 Make `dired-diff' safer. (Bug#5225)
8566
8567 * dired-aux.el (dired-diff): Signal an error when `file' equals to
8568 `current' or when `file' is a directory of the `current' file.
8569
8570 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
8571
8572 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
8573 unconditionally preloaded files.
8574
8575 2009-12-16 Juri Linkov <juri@jurta.org>
8576
8577 Revert to old 23.1 logic of using the file at the mark as default.
8578 * dired-aux.el (dired-diff): Use the file at the mark as default
8579 if it's not the same as the current file, and the target dir is
8580 the current dir or the mark is active. Add the current file
8581 as the arg of `dired-dwim-target-defaults'. Use the default file
8582 in the prompt. (Bug#5225)
8583
8584 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
8585
8586 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
8587 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
8588 (tramp-check-for-regexp): Check also, when an echoing shell stops
8589 to echo sent commands.
8590
8591 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
8592
8593 * Makefile.in: Revert last change (Bug#5191).
8594
8595 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
8596
8597 * vc-hg.el (vc-hg-print-log): Fix argument order.
8598 (vc-hg-working-revision): Make sure the command is executed in a
8599 known environment so that we can parse the output. (Bug#4417)
8600
8601 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
8602
8603 * progmodes/python.el (python-symbol-completions): Remove text
8604 properties from symbol string before calling python-send-receive.
8605
8606 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
8607
8608 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
8609 when there are values for both file and line. (Bug#5060)
8610
8611 2009-12-14 Juri Linkov <juri@jurta.org>
8612
8613 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
8614 whitespace after the file name of the first line of unified format,
8615 because git-diff doesn't output whitespace and file modification time
8616 after the file name.
8617
8618 2009-12-14 David Kastrup <dak@gnu.org>
8619
8620 * info.el (Info-hide-cookies-node): Before hiding a cookie,
8621 check if it already has the `display' property added by
8622 `Info-display-images-node', and not put the `invisible' property
8623 in this case.
8624
8625 2009-12-13 Glenn Morris <rgm@gnu.org>
8626
8627 * mail/emacsbug.el (message-sort-headers): Define for compiler.
8628 (report-emacs-bug): In message-mode, sort manually before storing
8629 original report text. (Bug#5178)
8630 Remove superfluous save-excursion.
8631
8632 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
8633
8634 * net/dbus.el (dbus-property-handler): Filter lambda forms out
8635 when responding to "GetAll" properties.
8636
8637 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
8638
8639 * simple.el (compose-mail): Remove mail-setup-with-from from
8640 customization checks.
8641
8642 2009-12-12 Eli Zaretskii <eliz@gnu.org>
8643
8644 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
8645 RAR archives created on Unix systems.
8646
8647 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
8648
8649 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
8650 the varalias that was accidentally removed by the 2009-11-19 change
8651 (bug#5186).
8652
8653 2009-12-12 Kenichi Handa <handa@m17n.org>
8654
8655 * language/indian.el (indian-compose-regexp): New function.
8656 (malayalam-composable-pattern): Fix the pattern.
8657 (composition-function-table): Set malayalam-composable-pattern for
8658 Malayalam characters.
8659
8660 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
8661
8662 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
8663 rather than down-mouse-1, based on follow-link conventions.
8664
8665 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
8666 are compiled.
8667
8668 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
8669
8670 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
8671 (verilog-vmm-statement-re, verilog-ovm-statement-re)
8672 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
8673 (verilog-leap-to-head, verilog-backward-token):
8674 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
8675
8676 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
8677
8678 * progmodes/verilog-mode.el (verilog-auto-lineup)
8679 (verilog-nameable-item-re): Cleanup user-visible spelling and
8680 documentation errors. One reported by Gary Delp.
8681 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
8682 (verilog-read-decls): Fix AUTOWIRE with types declared in a
8683 package, bug195. Reported by Pierre-David Pfister.
8684
8685 2009-12-11 Glenn Morris <rgm@gnu.org>
8686
8687 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
8688
8689 * mail/emacsbug.el: No longer require sendmail.
8690 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
8691 (report-emacs-bug-orig-text): Doc fix.
8692 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
8693 New local variables, to adapt to different mail-user-agents.
8694 (report-emacs-bug): Fix test for a gnu.org address.
8695 Use overlays for emphasis, since font-lock defeats 'face property.
8696 Pretest bugs also end up at the newsgroup these days.
8697 Stop message-mode stripping text properties.
8698 Set and use the new buffer-local variables.
8699 (report-emacs-bug-hook): Add doc-string.
8700 Remove some unnecessary save-excursions and simplify.
8701 Use the appropriate hook and send-command.
8702
8703 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
8704 capitalization of some menu entries.
8705
8706 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8707
8708 * whitespace.el (whitespace-display-char-on):
8709 Ensure `buffer-display-table' is unique when two or more windows are
8710 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
8711 New version 12.1.
8712
8713 2009-12-10 Eli Zaretskii <eliz@gnu.org>
8714
8715 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
8716 characters in the Attribute field.
8717
8718 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
8719
8720 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
8721
8722 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
8723
8724 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
8725 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8726 Disregard autoload-excludes.
8727 (update-directory-autoloads): Obey autoload-excludes here instead.
8728 But don't store its contents in no-autoloads and remove entries that
8729 refer to excludes files.
8730
8731 2009-12-10 Glenn Morris <rgm@gnu.org>
8732
8733 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
8734 (expand-mail-aliases): Define for compiler.
8735
8736 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
8737 Define for compiler.
8738
8739 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
8740 appropriate for the mail-user-agent in use.
8741
8742 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
8743
8744 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
8745
8746 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
8747
8748 Fix short log parsing and fontification.
8749 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
8750 Fix fontification for the [merge] label.
8751
8752 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
8753
8754 Drop some properties to avoid surprises (bug#5002).
8755 * htmlfontify.el (hfy-ignored-properties): New defcustom.
8756 (hfy-fontify-buffer): Use it.
8757
8758 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
8759
8760 Minor cleanup.
8761 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
8762 Adjust all callers.
8763 (ffap-locate-file): Remove unused arg `dir-ok' and make other
8764 args compulsory. Adjust callers.
8765 (ffap-gopher-at-point): Remove unused var `name'.
8766
8767 Get rid of the ELCFILES abomination.
8768 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
8769 (compile-elcfiles): New phony target.
8770 (compile-main): Compute ELCFILES dynamically.
8771 (compile-clean): New target to remove left-over elc files.
8772 (compile, all): Use it.
8773
8774 2009-12-09 Kenichi Handa <handa@etlken>
8775
8776 * international/mule-diag.el: Require help-mode instead of help-fns.
8777
8778 2009-12-09 Kenichi Handa <handa@m17n.org>
8779
8780 * international/mule-cmds.el (ucs-names): Supply sufficiently
8781 fine ranges instead of pre-calculating accurate ranges.
8782 Iterate with bigger gc-cons-threshold.
8783
8784 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
8785
8786 Add support for stashing a snapshot of the current tree.
8787 * vc-git.el (vc-git-stash-snapshot): New function.
8788 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
8789
8790 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
8791
8792 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
8793 instead of `(beginning|end)-of-line'.
8794
8795 2009-12-08 Glenn Morris <rgm@gnu.org>
8796
8797 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
8798
8799 * Makefile.in (ELCFILES): Regenerate.
8800
8801 2009-12-07 Juri Linkov <juri@jurta.org>
8802
8803 Don't lazy-highlight the comint output in history Isearch mode.
8804
8805 * comint.el (comint-history-isearch-search): Instead of
8806 `comint-line-beginning-position', use `comint-after-pmark-p'
8807 to check if point if before the process mark, and go to
8808 `process-mark' in this case.
8809
8810 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8811
8812 * textmodes/tex-mode.el (latex-complete)
8813 (latex-indent-or-complete): Remove.
8814 (latex-mode): Set completion-at-point-functions instead.
8815
8816 Provide a standard completion command and hook it into TAB.
8817 * minibuffer.el (completion-at-point-functions): New var.
8818 (completion-at-point): New command.
8819 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
8820 * progmodes/python.el (python-mode-map): Use completion-at-point.
8821 (python-completion-at-point): Rename from python-partial-symbol and
8822 adjust for use in completion-at-point-functions.
8823 (python-mode): Setup completion-at-point for Python completion.
8824 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
8825 extracted from lisp-complete-symbol.
8826 (lisp-complete-symbol): Use it.
8827 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
8828 setup completion-at-point for Elisp completion.
8829 (emacs-lisp-mode-map, lisp-interaction-mode-map):
8830 Use completion-at-point.
8831 * ielm.el (ielm-map): Use completion-at-point.
8832 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
8833 * progmodes/sym-comp.el: Move to...
8834 * obsolete/sym-comp.el: Move from progmodes.
8835
8836 2009-12-07 Eli Zaretskii <eliz@gnu.org>
8837
8838 Prevent save-buffer in Rmail buffers from using the coding-system
8839 of the current message, and from clobbering the encoding mnemonics
8840 in the mode line (Bug#4623).
8841
8842 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
8843 flag, too.
8844 (rmail-message-encoding): New variable.
8845 (rmail-write-region-annotate): Record the encoding of the current
8846 message in rmail-message-encoding.
8847 (rmail-after-save-hook): New function, restores the encoding of
8848 the current message after the message collection is saved.
8849
8850 2009-12-07 Juri Linkov <juri@jurta.org>
8851
8852 * progmodes/grep.el (grep-read-files): Use `completing-read'
8853 instead of `read-string'. Set its `collection' arg to
8854 `read-file-name-internal'. (Bug#4301)
8855
8856 2009-12-07 Juri Linkov <juri@jurta.org>
8857
8858 Correctly restore original Isearch point. (Bug#4994)
8859
8860 * isearch.el (isearch-mode): Move `isearch-push-state' after
8861 `(run-hooks 'isearch-mode-hook)'.
8862 (isearch-cancel): When `isearch-push-state-function' is defined,
8863 let-bind `isearch-cmds' to the first state (the last element of
8864 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
8865 function and restores the original point). Otherwise, move point
8866 to `isearch-opoint'.
8867
8868 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8869
8870 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
8871 chars that don't have names, so the table can be built much faster at
8872 run-time.
8873
8874 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
8875
8876 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
8877 change. Suggested by David Kastrup.
8878
8879 * simple.el (compose-mail): Check for incompatibilities and warn.
8880 (compose-mail-user-agent-warnings): New option.
8881
8882 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
8883
8884 Support showing a single log entry from vc-annotate.
8885 * vc.el (print-log): Add a new argument: START-REVISION.
8886 (vc-print-log-internal): Add a new optional argument and
8887 pass it to the backend.
8888 (vc-print-log, vc-print-root-log): Adjust callers.
8889 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
8890 buffer already displays the requested log entry, use it.
8891 Otherwise display only the log entry in question.
8892 * vc-svn.el (vc-svn-print-log):
8893 * vc-mtn.el (vc-mtn-print-log):
8894 * vc-hg.el (vc-hg-state):
8895 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
8896 (vc-git-show-log-entry): Return t on success.
8897 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
8898 (vc-bzr-show-log-entry): Return t on success.
8899 * vc-rcs.el (vc-rcs-print-log):
8900 * vc-sccs.el (vc-sccs-print-log):
8901 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
8902
8903 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
8904
8905 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
8906 Add menus to the meta mode. (Bug#5043)
8907
8908 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
8909
8910 * ediff-init.el (ediff-event-key): Use event-to-character instead of
8911 event-key.
8912
8913 * ediff.el (ediff-buffers-internal): Add unwind-protect.
8914
8915 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
8916
8917 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
8918 Berbain <raphael.berbain@gmail.com>.
8919
8920 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
8921 characters.
8922 (tramp-initial-end-of-output): New defconst.
8923 (tramp-methods, tramp-find-shell)
8924 (tramp-open-connection-setup-interactive-shell)
8925 (tramp-maybe-open-connection): Use it.
8926 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
8927 existence of `#' and `$'.
8928
8929 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
8930 `tramp-initial-end-of-output'.
8931
8932 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
8933
8934 Get the background mode from the terminal for xterm, and set
8935 faces accordingly.
8936 * term/xterm.el (xterm-set-background-mode): New function.
8937 (terminal-init-xterm): Use it in case xterm supports background
8938 color queries. Recompute faces after getting the background
8939 color.
8940
8941 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
8942
8943 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
8944 number comment back on its own line, for easier parsing.
8945
8946 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8947
8948 Make it work for non-file buffers (bug#5102).
8949 * doc-view.el (doc-view-current-cache-dir):
8950 Use doc-view-buffer-file-name rather than buffer-file-name.
8951 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
8952
8953 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
8954
8955 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
8956 author field is too short.
8957
8958 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
8959
8960 * vc-git.el (vc-git-print-log): Handle a limit argument.
8961 Display the short log in graph form and with labels.
8962 (vc-git-log-view-mode): Handle labels.
8963
8964 Make vc-revert change VC state from 'added to 'unregistered.
8965 * vc-git.el (vc-git-revert): Call git reset first.
8966
8967 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
8968
8969 * net/newst-backend.el, net/newst-plainview.el:
8970 * net/newst-reader.el, net/newst-ticker.el:
8971 * net/newst-treeview.el, net/newsticker.el:
8972 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8973
8974 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
8975
8976 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
8977
8978 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
8979 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
8980 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
8981 Update annotation regexp.
8982
8983 * simple.el (beginning-of-visual-line): Constrain to field
8984 boundaries (Bug#5106).
8985
8986 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
8987
8988 * xml.el (xml-substitute-numeric-entities): Move
8989 newsticker--decode-numeric-entities in newst-backend.el to
8990 xml-substitute-numeric-entities in xml.el. (Bug#5008)
8991 * net/newst-backend.el (newsticker--parse-generic-feed)
8992 (newsticker--parse-generic-items)
8993 (newsticker--decode-numeric-entities): Move
8994 newsticker--decode-numeric-entities in newst-backend.el to
8995 xml-substitute-numeric-entities in xml.el. (Bug#5008)
8996
8997 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
8998
8999 * progmodes/js.el (js--js-not): Add null to the list of values.
9000
9001 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
9002
9003 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
9004
9005 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9006
9007 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
9008 delimiter if it is at the end of the current line.
9009 (bibtex-generate-url-list): Fix docstring.
9010
9011 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9012
9013 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
9014 minibuffer's content with itself.
9015 Fold the confirm-after-completion case into the `confirm' case.
9016 (completion-pcm-word-delimiters): Add : and / to the delimiters.
9017
9018 2009-12-06 Kevin Ryde <user42@zip.com.au>
9019
9020 * ffap.el (ffap-rfc-path): Make this a defcustom since
9021 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
9022
9023 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
9024 manuals, similar to existing setup for help-mode. (Bug#3913.)
9025
9026 2009-12-05 Juri Linkov <juri@jurta.org>
9027
9028 Save and restore dired buffer's point positions too. (Bug#4880)
9029
9030 * dired.el (dired-save-positions): Return in the first element
9031 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
9032 Doc fix.
9033 (dired-restore-positions): First restore buffer's position.
9034 While restoring window's positions, check if window still displays
9035 the original buffer.
9036
9037 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
9038
9039 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
9040 if possible.
9041
9042 * shell.el (shell): Require ansi-color (Bug#5113).
9043
9044 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
9045
9046 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
9047
9048 2009-12-05 Alan Mackenzie <acm@muc.de>
9049
9050 * progmodes/cc-mode.el (c-before-hack-hook)
9051 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
9052 `c-file-style' to work again. This reversion restores the current
9053 software to its state in Emacs 23.1. (Bug#4146)
9054
9055 2009-12-05 Kevin Ryde <user42@zip.com.au>
9056
9057 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
9058 comment-start-skip to comment-end-skip as comment (Bug#4781).
9059
9060 2009-12-05 Juri Linkov <juri@jurta.org>
9061
9062 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
9063 for virtual nodes. (Bug#4147)
9064 (Info-find-node-2): Set `Info-current-node-virtual' to nil
9065 when moving from a virtual node.
9066 (Info-mode-menu): Add `Info-virtual-index' to the menu.
9067 (Info-mode): Add `Info-virtual-index' to the docstring.
9068
9069 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9070
9071 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
9072 track of the buffer position of the end of a BibTeX entry as this
9073 position may change during reformatting.
9074 (bibtex-format-entry): Remove whitespace before processing
9075 numerical fields so that we recognize the latter properly.
9076 (bibtex-reformat): Do not use push which changes the global value
9077 of bibtex-entry-format.
9078 (bibtex-field-braces-alist, bibtex-field-strings-alist)
9079 (bibtex-field-re-init): Replace only space characters by regexp
9080 for whitespace.
9081 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
9082 (bibtex-initialize): Also update bibtex-strings.
9083 (bibtex-kill-field): Preserve white space at end of entry.
9084 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
9085 Update bibtex-reference-keys.
9086
9087 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9088
9089 * minibuffer.el (completion-pcm--merge-try): Also consider placing
9090 point after a star, if that's the only place where modifications can
9091 make progress.
9092
9093 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
9094
9095 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
9096 in docstrings.
9097
9098 2009-12-04 Juri Linkov <juri@jurta.org>
9099
9100 * proced.el (proced): Call `(proced-update t)' to update process
9101 information instead of only running proced-post-display-hook.
9102 (proced-send-signal): Add a leading space to the buffer name
9103 " *Marked Processes*" to make this buffer ephemeral.
9104
9105 2009-12-04 Juri Linkov <juri@jurta.org>
9106
9107 * dired.el (dired-auto-revert-buffer): New defcustom.
9108 (dired-internal-noselect): Use it.
9109
9110 2009-12-04 Juri Linkov <juri@jurta.org>
9111
9112 Change roles of modes and functions in image-mode.el (Bug#5062).
9113
9114 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
9115 in `auto-mode-alist'.
9116 (image-mode-previous-major-mode): New variable.
9117 (image-minor-mode-map): Rename from `image-mode-text-map'.
9118 (image-mode): Move graceful error-handling code from
9119 `image-minor-mode' to here. On errors call `image-mode-as-text'.
9120 (image-minor-mode): Remove all image-handling code.
9121 Replace `image-mode-text-map' with `image-minor-mode-map'.
9122 Check for `image-type' in mode-line format string.
9123 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
9124 (image-mode-as-text): New function with most code from
9125 `image-mode-maybe'.
9126 (image-toggle-display-text): Move code that removes image
9127 properties from `image-toggle-display' to here.
9128 (image-toggle-display-image): New function with code that adds
9129 image properties copied from `image-toggle-display'.
9130 (image-toggle-display): Remove most code with leaving only code
9131 that toggles between `image-mode-as-text' and `image-mode'.
9132
9133 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
9134
9135 * net/newst-treeview.el
9136 (newsticker--treeview-list-highlight-start): Restored call to
9137 save-excursion: Selected item was stuck.
9138 (newsticker--treeview-list-select): New.
9139 (newsticker--treeview-item-show-text)
9140 (newsticker--treeview-item-show)
9141 (newsticker--treeview-item-update): Use new
9142 newsticker-treeview-item-mode.
9143 (newsticker-treeview-update): Keep current item.
9144 (newsticker-treeview-next-new-or-immortal-item): Doc change.
9145 (newsticker--treeview-first-feed): Doc change.
9146 (newsticker-treeview-list-menu)
9147 (newsticker-treeview-item-menu): Added menu entries.
9148 (newsticker-treeview-item-mode): New.
9149
9150 * net/newst-backend.el (newsticker-customize): Delete other
9151 windows.
9152
9153 2009-12-04 Sam Steingold <sds@gnu.org>
9154
9155 * log-view.el (log-view-mode-map): "q" calls quit-window,
9156 like in all the other non-self-insert buffers.
9157
9158 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
9159
9160 Minor cleanup.
9161 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
9162 key decoding rather than do it manually via last-input-event +
9163 ascii-character.
9164 (term-exec): Use delete-and-extract-region.
9165 (term-handle-ansi-terminal-messages): Remove unused var `end'.
9166 (term-process-pager): Remove unused var `i'.
9167 (term-dynamic-simple-complete): Make obsolete.
9168 (serial-update-config-menu): Remove unused vars `y' and `str'.
9169 (term-update-mode-line): Remove unused var `temp'.
9170
9171 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9172
9173 Limit the number of log entries displayed by default.
9174 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
9175 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
9176 using a prefix argument.
9177
9178 2009-12-03 Glenn Morris <rgm@gnu.org>
9179
9180 * progmodes/idlwave.el (class): Restore still useful declaration.
9181
9182 2009-12-03 Alan Mackenzie <acm@muc.de>
9183
9184 Enhance `c-parse-state' to run efficiently in "brace deserts".
9185
9186 * progmodes/cc-mode.el (c-basic-common-init):
9187 Call c-state-cache-init.
9188 (c-neutralize-syntax-in-and-mark-CPP): Rename from
9189 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
9190 placing `category' properties value 'c-cpp-delimiter at its boundaries.
9191
9192 * progmodes/cc-langs.el (c-before-font-lock-function):
9193 c-extend-and-neutralize-syntax-in-CPP has been renamed
9194 c-neutralize-syntax-in-and-mark-CPP.
9195
9196 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
9197 with `category' properties now, not `syntax-table' ones.
9198
9199 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
9200 enhanced (but slower) version of c-end-of-macro that won't land
9201 inside a literal or on another awkward character.
9202 (c-state-cache-too-far, c-state-cache-start)
9203 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
9204 (c-state-nonlit-pos-cache-limit, c-state-point-min)
9205 (c-state-point-min-lit-type, c-state-point-min-lit-start)
9206 (c-state-min-scan-pos, c-state-brace-pair-desert)
9207 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
9208 buffer local variables.
9209 (c-state-literal-at, c-state-lit-beg)
9210 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
9211 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
9212 (c-state-cache-top-paren, c-state-cache-after-top-paren)
9213 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
9214 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
9215 (c-renarrow-state-cache)
9216 (c-append-lower-brace-pair-to-state-cache)
9217 (c-state-push-any-brace-pair, c-append-to-state-cache)
9218 (c-remove-stale-state-cache)
9219 (c-remove-stale-state-cache-backwards, c-state-cache-init)
9220 (c-invalidate-state-cache-1, c-parse-state-1)
9221 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
9222 (c-parse-state): Enhance and refactor.
9223 (c-debug-parse-state): Amend to deal with all the new variables.
9224
9225 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
9226 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
9227 modify to use category text properties rather than syntax-table ones.
9228 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
9229 to switch off/on the syntactic paren property of C++ template
9230 delimiters using the category property.
9231 (c-with-<->-as-parens-suppressed): Macro to invoke code with
9232 template delims suppressed.
9233 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
9234 New constant/macros which apply category properties to the start
9235 and end of preprocessor constructs.
9236 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
9237 "comment out" the syntactic value of characters in preprocessor
9238 constructs.
9239 (c-with-cpps-commented-out)
9240 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
9241 with characters in all or all but one preprocessor constructs
9242 "commented out".
9243
9244 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9245
9246 * proced.el (proced-filter-alist): Use regexp-quote.
9247
9248 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
9249
9250 Cleanup.
9251 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
9252 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
9253 arguments. Expand `default-directory'.
9254
9255 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
9256 the benefit of returning an expanded localname.
9257 (tramp-tramp-file-p): Handle the case NAME is not a string.
9258
9259 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9260
9261 Add support for bzr shelve/unshelve.
9262 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
9263 (vc-bzr-extra-menu-map): New variables.
9264 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
9265 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
9266 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
9267 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
9268 (vc-bzr-dir-extra-headers): Display shelves.
9269
9270 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
9271
9272 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9273
9274 * textmodes/bibtex.el (bibtex-complete-internal):
9275 Use completion-in-region.
9276 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
9277
9278 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9279
9280 Support applying stashes. Improve UI.
9281 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
9282 (vc-git-stash-apply, vc-git-stash-pop)
9283 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
9284 (vc-git-stash-menu): New functions.
9285 (vc-git-stash-menu-map): New variable.
9286 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
9287
9288 2009-12-03 Glenn Morris <rgm@gnu.org>
9289
9290 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
9291 (vc-print-log-internal): Fix previous change.
9292 (vc-revert): Correct pluralization.
9293
9294 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9295
9296 * progmodes/make-mode.el (makefile-special-targets-list): No need for
9297 it to be an alist any more.
9298 (makefile-complete): Use completion-in-region.
9299
9300 * progmodes/octave-mod.el (octave-complete-symbol):
9301 Use completion-in-region.
9302
9303 Misc cleanup.
9304 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
9305 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
9306 (idlwave-complete-class): Don't quote lambda.
9307 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
9308 (idlwave-mode-map): Move initialization into declaration.
9309 (idlwave-action-and-binding): Use backquotes.
9310 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
9311 Simplify.
9312 (idlwave-is-pointer-dereference): Remove unused var `pos'.
9313 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
9314 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
9315 `parts', and `all-parts'.
9316 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
9317 (idlwave-convert-xml-system-routine-info): Remove unused string
9318 `version-string'.
9319 (idlwave-display-user-catalog-widget): Use dolist.
9320 (idlwave-scanning-lib): Declare dynamically-scoped var.
9321 (idlwave-scan-library-catalogs): Remove unused var `flags'.
9322 (completion-highlight-first-word-only): Declare to silence bytecomp.
9323 (idlwave-popup-select): Tighten scope of `resp'.
9324 (idlwave-find-struct-tag): Remove unused var `beg'.
9325 (idlwave-after-load-rinfo-hook): Declare.
9326 (idlwave-sintern-class-info): Remove unused var `taglist'.
9327 (idlwave-find-class-definition): Remove unused var `list'.
9328 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
9329 (idlwave-what-module-find-class): Remove unused var `classes'.
9330
9331 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
9332
9333 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
9334
9335 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9336
9337 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
9338 buffers visited. Remove redundant current-buffer-saving.
9339
9340 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9341
9342 Use completion-in-buffer and remove uses of dynamic scoping.
9343 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
9344 (pascal-buffer-to-use, pascal-flag): Don't declare.
9345 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
9346 (pascal-get-completion-decl, pascal-keyword-completion):
9347 Add `pascal-str' argument, save-excursion,
9348 return the found completions, and don't filter with pascal-pred.
9349 (pascal-completion-cache): New var.
9350 (pascal-completion): Don't switch buffer any more (it was never
9351 necessary). Don't save-excursion any more (it's done by the called
9352 subroutines). Use a cache to avoid redundant computations.
9353 Use complete-with-action rather than pascal-completion-response and
9354 let it apply the predicate as well.
9355 (pascal-complete-word): Use completion-in-buffer when
9356 pascal-toggle-completions is nil.
9357 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
9358 not used any more.
9359 (pascal-comp-defun): Don't change buffer any more.
9360 Use complete-with-action rather than pascal-completion-response and
9361 let it apply the predicate as well.
9362 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
9363 when neded.
9364
9365 2009-12-02 Kenichi Handa <handa@m17n.org>
9366
9367 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
9368 shape for all Indic scripts.
9369
9370 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9371
9372 Use completion-in-buffer.
9373 * wid-edit.el (widget-field-text-end): New function.
9374 (widget-field-value-get): Use it.
9375 (widget-string-complete, widget-file-complete)
9376 (widget-color-complete): Use it and completion-in-region.
9377 (widget-complete): Don't narrow the buffer.
9378
9379 2009-12-02 Glenn Morris <rgm@gnu.org>
9380
9381 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
9382 (rmail-select-summary): Use rmail-pop-to-buffer.
9383 * mail/rmailsum.el: Replace all pop-to-buffer calls with
9384 rmail-pop-to-buffer, to prevent horizontal splits.
9385
9386 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
9387 save-excursion with save-current-buffer.
9388 Widen before searching. (Bug#5093)
9389 (diary-list-sexp-entries): Remove superfluous save-excursion.
9390
9391 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
9392
9393 * woman.el (woman-make-bufname): Handle man-pages with "." in the
9394 name. (Bug#5038)
9395
9396 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
9397
9398 * ido.el (ido-file-internal): Handle filenames at point that do
9399 not have a directory part. (Bug#5049)
9400
9401 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
9402
9403 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
9404 (mpc-songs-jump-to, mpc-resume): Doc fixes.
9405
9406 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
9407
9408 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
9409 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
9410 any more.
9411
9412 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9413
9414 * comint.el (comint-insert-input): Ignore clicks to the right of
9415 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
9416
9417 * vc.el (vc-print-log-internal): Don't wait for the process to
9418 terminate before setting up the major mode.
9419
9420 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
9421 in case.
9422
9423 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
9424 the last element.
9425
9426 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
9427
9428 2009-12-01 Glenn Morris <rgm@gnu.org>
9429
9430 * window.el (window--display-buffer-2): Fix previous changes.
9431
9432 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
9433
9434 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
9435
9436 2009-12-01 Glenn Morris <rgm@gnu.org>
9437
9438 * Makefile.in (ELCFILES): Add mpc.elc.
9439
9440 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9441
9442 * mpc.el: New file.
9443
9444 2009-12-01 Glenn Morris <rgm@gnu.org>
9445
9446 * window.el (window-to-use): Define for compiler.
9447
9448 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
9449 consistent with others (no final period).
9450
9451 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
9452 (rmail-mime-show): Downcase the encoding. (Bug#5070)
9453
9454 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
9455
9456 Make vc-print-log buttons work.
9457 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
9458
9459 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
9460
9461 * savehist.el (savehist-autosave-interval): Allow setting to nil
9462 through customize. (Bug#5056)
9463
9464 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
9465
9466 Fix references to jit-lock properties.
9467 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9468 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
9469 (perl-font-lock-special-syntactic-constructs):
9470 Quote jit-lock-defer-multiline property.
9471
9472 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
9473
9474 * vc-git.el (vc-git-registered): Call vc-git-root only once.
9475
9476 2009-11-30 Juri Linkov <juri@jurta.org>
9477
9478 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
9479 value `buffer' of `multi-isearch-next-buffer-current-function'.
9480 Use `(current-buffer)' when `buffer' is nil.
9481 (multi-isearch-next-buffer-from-list): Don't fallback to
9482 `(current-buffer)' when `buffer' is nil. (Bug#4947)
9483
9484 2009-11-30 Juri Linkov <juri@jurta.org>
9485
9486 * misearch.el (multi-isearch-read-buffers): Move canonicalization
9487 of buffers with `get-buffer' to `multi-isearch-buffers'.
9488 (multi-isearch-buffers, multi-isearch-buffers-regexp):
9489 Canonicalize BUFFERS with `get-buffer'. Doc fix.
9490 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
9491 FILES with `expand-file-name' converting relative file names
9492 to absolute. Doc fix. (Bug#4727)
9493
9494 2009-11-30 Juri Linkov <juri@jurta.org>
9495
9496 * misearch.el (multi-isearch-read-buffers)
9497 (multi-isearch-read-matching-buffers): New functions.
9498 (multi-isearch-buffers, multi-isearch-buffers-regexp):
9499 Use them in the `interactive' spec. Doc fix.
9500 (multi-isearch-read-files, multi-isearch-read-matching-files):
9501 New functions.
9502 (multi-isearch-files, multi-isearch-files-regexp):
9503 Use them in the `interactive' spec. Doc fix. (Bug#4725)
9504
9505 2009-11-30 Juri Linkov <juri@jurta.org>
9506
9507 * doc-view.el (doc-view-continuous):
9508 Rename from `doc-view-continuous-mode'.
9509 (doc-view-menu): Move "Toggle display" to the top.
9510 Add submenu "Continuous" with radio buttons "Off"/"On"
9511 and "Save as Default".
9512 (doc-view-scroll-up-or-next-page)
9513 (doc-view-scroll-down-or-previous-page)
9514 (doc-view-next-line-or-next-page)
9515 (doc-view-previous-line-or-previous-page): Rename
9516 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
9517
9518 2009-11-30 Juri Linkov <juri@jurta.org>
9519
9520 * comint.el (comint-mode-map): Rebind `M-r' from
9521 `comint-previous-matching-input' to
9522 `comint-history-isearch-backward-regexp'.
9523 Unbind `M-s' to allow global key binding `M-s'.
9524 Add menu items for `comint-history-isearch-backward' and
9525 `comint-history-isearch-backward-regexp'. (Bug#3746)
9526
9527 2009-11-30 Juri Linkov <juri@jurta.org>
9528
9529 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
9530 For def=recenter, replace `recenter' with `recenter-top-bottom'
9531 that is called with `this-command' and `last-command' let-bound
9532 to `recenter-top-bottom'. When the last `def' was not `recenter',
9533 set `recenter-last-op' to nil. (Bug#4981)
9534
9535 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9536
9537 Minor cleanup and simplification.
9538 * filecache.el (file-cache-add-directory)
9539 (file-cache-add-directory-recursively)
9540 (file-cache-add-from-file-cache-buffer)
9541 (file-cache-delete-file-regexp, file-cache-delete-directory)
9542 (file-cache-files-matching-internal, file-cache-display): Use dolist.
9543 (file-cache-temp-minibuffer-message): Delete function.
9544 (file-cache-minibuffer-complete): Use minibuffer-message instead.
9545
9546 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
9547 Don't signal an error when bumping into EOB in tr, s, or y.
9548
9549 2009-11-29 Juri Linkov <juri@jurta.org>
9550
9551 * startup.el (fancy-about-text): Fix wording of Guided Tour.
9552 (Bug#4960)
9553
9554 * descr-text.el (describe-char-unidata-list): Use lowercase name
9555 for "Unicode name" like in other tags.
9556
9557 2009-11-29 Juri Linkov <juri@jurta.org>
9558
9559 * ediff-util.el (ediff-minibuffer-with-setup-hook):
9560 New compatibility macro.
9561 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
9562
9563 2009-11-29 Juri Linkov <juri@jurta.org>
9564
9565 Add defcustom to define the cycling order of `recenter-top-bottom'.
9566 (Bug#4981)
9567
9568 * window.el (recenter-last-op): Doc fix.
9569 (recenter-positions): New defcustom.
9570 (recenter-top-bottom): Rewrite to use `recenter-positions'.
9571 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
9572
9573 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
9574
9575 Improve integration of Tramp and ange-ftp in eshell.
9576
9577 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
9578 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
9579 (eshell/sudo): Flatten args. Let-bind `default-directory'.
9580
9581 * eshell/esh-util.el (top): Require also Tramp when compiling.
9582 (eshell-directory-files-and-attributes): Check for FTP remote
9583 connection.
9584 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
9585 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
9586 (eshell-file-attributes): Handle ".". Return `entry'.
9587
9588 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
9589 (ange-ftp-directory-files-and-attributes)
9590 (ange-ftp-real-directory-files-and-attributes): New defuns.
9591
9592 * net/tramp.el (tramp-maybe-open-connection): Open the remote
9593 shell with "exec" when possible. This prevents trailing prompts
9594 in `start-file-process'.
9595
9596 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9597
9598 Try and remove assumptions about point-min==1.
9599 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
9600 (rng-compute-mode-line-string): Show the validation percentage in
9601 terms of the narrowed text, not the widened text.
9602 (rng-do-some-validation): Don't catch internal errors when debugging.
9603 (rng-first-error): Simplify.
9604 (rng-after-change-function): Remove work around. AFAIK the bug has
9605 been fixed a while ago.
9606
9607 * image-mode.el (image-minor-mode): Exit more gracefully when the image
9608 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
9609
9610 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
9611
9612 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
9613 `cd' doesn't always do it for us (bug#5067).
9614
9615 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
9616 on 2009-10-25 as part of some other change (bug#5067).
9617
9618 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9619
9620 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
9621 `suspicious'.
9622 (byte-compile-warnings): Use byte-compile-warning-types.
9623 (byte-compile-save-excursion): Warn about use of set-buffer right
9624 after save-excursion.
9625
9626 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
9627 the excursion as well.
9628
9629 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
9630
9631 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
9632 providing a Tramp related implementation of "su" and "sudo".
9633 (eshell-unix-initialize): Add "su" and "sudo".
9634
9635 2009-11-27 Daiki Ueno <ueno@unixuser.org>
9636
9637 * net/socks.el (socks-send-command): Convert binary request to
9638 unibyte before sending. This fixes mishandling of some port
9639 numbers such as 129.
9640
9641 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9642
9643 * help.el (describe-bindings-internal): Remove `interactive'.
9644
9645 * man.el (Man-completion-table): Trim a terminating "(".
9646 Remove the space between name page a section.
9647 Add the command's description on the `help-echo' property.
9648 Remove `process-connection-type' binding since it's unused by
9649 call-process.
9650 Provide completion for the "<section> <name>" format as well.
9651 (Man-default-man-entry): Remove spurious var shadowing the argument.
9652
9653 2009-11-26 Kevin Ryde <user42@zip.com.au>
9654
9655 * log-view.el: Add "Keywords: tools", since its other keywords
9656 aren't in finder-known-keywords, and following vc.el.
9657
9658 * sha1.el (sha1-string-external): default-directory "/" in case
9659 otherwise non-existent. process-connection-type pipe for touch of
9660 efficiency recommended by elisp manual. (An aside in Bug#3911.)
9661
9662 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9663
9664 Misc coding convention cleanups.
9665 * htmlfontify.el (hfy-init-kludge-hook): Rename from
9666 hfy-init-kludge-hooks.
9667 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
9668 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
9669 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
9670 and push.
9671 (hfy-slant, hfy-weight): Use tables rather than code.
9672 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
9673 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
9674 (hfy-face-attr-for-class): Initialize `face-spec' directly.
9675 (hfy-face-to-css): Remove `nconc' with single arg.
9676 (hfy-p-to-face-lennart): Use `or'.
9677 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
9678 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
9679 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
9680 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
9681 (hfy-force-fontification): Use run-hooks.
9682
9683 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
9684
9685 Various minor fixes.
9686 * htmlfontify.el (hfy-default-header): Add toggle_invis since
9687 Javascript belongs in the header, not the body.
9688 (hfy-javascript): Remove.
9689 (hfy-fontify-buffer): Don't insert it any more.
9690 (hfy-face-at): Handle (face0 face1 face2) style face properties.
9691 Fix bug in invis handling when there were no invis props in a chunk.
9692
9693 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9694
9695 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
9696
9697 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
9698
9699 * finder.el (finder-mode-map): Add a menu.
9700
9701 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
9702
9703 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
9704 "unsigned" structs.
9705
9706 (verilog-leap-to-head, verilog-backward-token): Handle "disable
9707 fork" statement better.
9708
9709 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
9710
9711 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
9712 (verilog-delete-auto, verilog-delete-empty-auto-pair)
9713 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
9714 Reported by Clay Douglass.
9715
9716 (verilog-auto-inst, verilog-auto-star-safe)
9717 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
9718 Fix removing "// Interfaces" when saving .* expansions. Reported by
9719 Pierre-David Pfister.
9720
9721 2009-11-26 Glenn Morris <rgm@gnu.org>
9722
9723 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
9724 the scope.
9725
9726 2009-11-25 Johan Bockgård <bojohan@gnu.org>
9727
9728 * vc-annotate.el (vc-annotate-revision-previous-to-line):
9729 Really use previous revision.
9730
9731 2009-11-25 Kevin Ryde <user42@zip.com.au>
9732
9733 * man.el (Man-completion-table): default-directory "/" in case
9734 doesn't otherwise exist. process-environment COLUMNS=999 so as
9735 not to truncate long names. process-connection-type pipe to avoid
9736 any chance of hitting the pseudo-tty TIOCGWINSZ.
9737 (man): completion-ignore-case t for friendliness and since man
9738 itself is case-insensitive on the command line.
9739 Further to Bug#3717.
9740
9741 * arc-mode.el: Add "Keywords: files", so the details in its
9742 commentary can be reached from finder-by-keyword.
9743 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
9744 editing mode, but it's comms related and sgml-mode.el has "comm"
9745 on that basis too.
9746 * textmodes/bibtex-style.el: Add "Keywords: tex".
9747 * international/isearch-x.el, international/ja-dic-cnv.el:
9748 * international/ja-dic-utl.el, international/kkc.el:
9749 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
9750
9751 2009-11-25 Juri Linkov <juri@jurta.org>
9752
9753 * man.el (Man-completion-table): Modify regexp to include
9754 section names to completion strings. (Bug#3717)
9755
9756 2009-11-25 Juri Linkov <juri@jurta.org>
9757
9758 Search recursively in gzipped files. (Bug#4982)
9759
9760 * progmodes/grep.el (grep-highlight-matches): Add new options
9761 `always' and `auto'. Doc fix.
9762 (grep-process-setup): Check `grep-highlight-matches' for
9763 `auto-detect' to determine the need to compute grep defaults.
9764 Move Windows/DOS specific --colors settings handling
9765 to `grep-compute-defaults'. Check `grep-highlight-matches'
9766 to get the value of "--color=".
9767 (grep-compute-defaults): Compute `grep-highlight-matches' when it
9768 has the value `auto-detect'. Move Windows/DOS specific settings
9769 from `grep-process-setup'.
9770 (zrgrep): New command with alias `rzgrep'.
9771
9772 2009-11-25 Juri Linkov <juri@jurta.org>
9773
9774 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
9775 to nil instead of switching off view-mode. (Bug#4896)
9776
9777 2009-11-25 Juri Linkov <juri@jurta.org>
9778
9779 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
9780
9781 * mwheel.el (mwheel-scroll-up-function)
9782 (mwheel-scroll-down-function): New defvars.
9783 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
9784 `scroll-up', and `mwheel-scroll-down-function' instead of
9785 `scroll-down'.
9786
9787 * doc-view.el (doc-view-scroll-up-or-next-page)
9788 (doc-view-scroll-down-or-previous-page): Add optional ARG.
9789 Use this ARG in the call to image-scroll-up/image-scroll-down.
9790 Change `interactive' spec to "P". Goto next/previous page only
9791 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
9792 SPC/DEL case). Doc fix.
9793 (doc-view-next-line-or-next-page)
9794 (doc-view-previous-line-or-previous-page): Rename arg to ARG
9795 for consistency.
9796 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
9797 `doc-view-scroll-up-or-next-page', and buffer-local
9798 `mwheel-scroll-down-function' to
9799 `doc-view-scroll-down-or-previous-page'.
9800
9801 2009-11-25 Juri Linkov <juri@jurta.org>
9802
9803 Provide additional default values (directories at other Dired
9804 windows) via M-n in the minibuffer of some Dired commands.
9805
9806 * dired-aux.el (dired-diff, dired-compare-directories)
9807 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
9808 `minibuffer-default' in `minibuffer-with-setup-hook'.
9809 (dired-dwim-target-directory): Find a window that displays Dired
9810 buffer instead of failing when the next window is not Dired.
9811 Use `get-window-with-predicate' to find for the next Dired window.
9812 (dired-dwim-target-defaults): New function.
9813
9814 * ediff-util.el (ediff-read-file-name):
9815 Use `dired-dwim-target-defaults' to set `minibuffer-default'
9816 in `minibuffer-with-setup-hook'.
9817
9818 2009-11-25 Juri Linkov <juri@jurta.org>
9819
9820 Provide additional default values (file name at point or at the
9821 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
9822
9823 * minibuffer.el (read-file-name-defaults): New function.
9824 (read-file-name): Reset `minibuffer-default' to nil when
9825 it duplicates initial input `insdef'.
9826 Bind `minibuffer-default-add-function' to lambda that
9827 calls `read-file-name-defaults' in `minibuffer-selected-window'.
9828 (minibuffer-insert-file-name-at-point): New command.
9829
9830 * files.el (file-name-at-point-functions): New defcustom.
9831 (find-file-default): Remove defvar.
9832 (find-file-read-args): Don't use `find-file-default'.
9833 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9834 to `read-file-name'.
9835 (find-file-literally): Use `read-file-name' with
9836 `confirm-nonexistent-file-or-buffer'.
9837
9838 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
9839
9840 * dired.el (dired-read-dir-and-switches):
9841 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9842 to `read-file-name'.
9843 (dired-file-name-at-point): New function.
9844 (dired-mode): Add hook `dired-file-name-at-point' to
9845 `file-name-at-point-functions'.
9846
9847 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
9848
9849 Really make the *Completions* window soft-dedicated (bug#5030).
9850 * window.el (window--display-buffer-2): Add `dedicated' argument.
9851 (display-buffer): Pass it when needed so the dedicated flag is set
9852 after calling set-window-buffer, which would otherwise reset it.
9853
9854 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
9855
9856 * progmodes/meta-mode.el (meta-complete-symbol):
9857 * progmodes/etags.el (complete-tag):
9858 * mail/mailabbrev.el (mail-abbrev-complete-alias):
9859 Use completion-in-region.
9860
9861 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
9862 (dabbrev-completion): Use completion-in-region.
9863 (dabbrev--abbrev-at-point): Simplify regexp.
9864
9865 * abbrev.el (abbrev--before-point): Use word-motion functions
9866 if :regexp is not specified (bug#5031).
9867
9868 * subr.el (string-prefix-p): New function.
9869
9870 * man.el (Man-completion-cache): New var.
9871 (Man-completion-table): Use it.
9872
9873 * vc.el (vc-print-log-internal): Make `limit' optional for better
9874 compatibility (e.g. with vc-annotate.el).
9875
9876 2009-11-24 Kevin Ryde <user42@zip.com.au>
9877
9878 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
9879 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
9880
9881 * emacs-lisp/elint.el (elint-add-required-env): Better error message
9882 when .el source file not found or other error.
9883
9884 2009-11-24 Markus Triska <markus.triska@gmx.at>
9885
9886 * linum.el (linum-update-window): Ignore intangible (bug#4996).
9887
9888 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9889
9890 Handle the [back] button properly (bug#4979).
9891 * descr-text.el (describe-text-properties): Add a `buffer' argument.
9892 Use help-setup-xref, help-buffer, and with-help-window.
9893 (describe-char): Add `buffer' argument.
9894 Pass proper command to help-setup-xref. Don't meddle with
9895 help-xref-stack-item directly.
9896 (describe-text-category): Use with-help-window and help-buffer.
9897
9898 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
9899 for the displayed buffer (bug#4887).
9900
9901 * man.el (Man-completion-table): New function.
9902 (man): Use it.
9903
9904 2009-11-24 David Reitter <david.reitter@gmail.com>
9905
9906 * vc-git.el (vc-git-registered): Use checkout directory (where
9907 .git is) rather than the file's directory and a relative path spec
9908 to work around a bug in git.
9909
9910 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
9911
9912 Improve handling of processes on remote hosts.
9913
9914 * eshell/esh-util.el (eshell-path-env): New defvar.
9915 (eshell-parse-colon-path): New defun.
9916 (eshell-file-attributes): Use `eshell-parse-colon-path'.
9917
9918 * eshell/esh-ext.el (eshell-search-path):
9919 Use `eshell-parse-colon-path'.
9920 (eshell-remote-command): Remove argument HANDLER.
9921 (eshell-external-command): Check for FTP remote connection.
9922
9923 * eshell/esh-proc.el (eshell-gather-process-output):
9924 Use `file-truename', in order to start also symlinked files.
9925 Apply `start-file-process' instead of `start-process'.
9926 Shorten `command' to the local file name part.
9927
9928 * eshell/em-cmpl.el (eshell-complete-commands-list):
9929 Use `eshell-parse-colon-path'.
9930
9931 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
9932
9933 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
9934 to `eshell-directory-change-hook'.
9935
9936 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
9937
9938 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
9939 because it could be enabled automatically if view-read-only is non-nil.
9940
9941 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
9942
9943 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
9944 made on 2009-11-22.
9945
9946 2009-11-24 Glenn Morris <rgm@gnu.org>
9947
9948 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
9949 deleted variable bookmark-bmenu-bookmark-column.
9950
9951 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9952
9953 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
9954
9955 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
9956
9957 * net/browse-url.el (browse-url-filename-alist): On Windows, add
9958 two slashes to the "file:" prefix.
9959 (browse-url-file-url): De-munge Cygwin filenames before passing
9960 them to Windows browser.
9961 (browse-url-default-windows-browser): Use call-process.
9962
9963 2009-11-23 Juri Linkov <juri@jurta.org>
9964
9965 Implement DocView Continuous mode. (Bug#4896)
9966 * doc-view.el (doc-view-continuous-mode): New defcustom.
9967 (doc-view-mode-map): Bind C-n/<down> to
9968 `doc-view-next-line-or-next-page', C-p/<up> to
9969 `doc-view-previous-line-or-previous-page'.
9970 (doc-view-next-line-or-next-page)
9971 (doc-view-previous-line-or-previous-page): New commands.
9972
9973 2009-11-23 Juri Linkov <juri@jurta.org>
9974
9975 Implement Isearch in comint input history. (Bug#3746)
9976 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
9977 `isearch-mode-hook'.
9978 (comint-history-isearch): New defcustom.
9979 (comint-history-isearch-backward)
9980 (comint-history-isearch-backward-regexp): New commands.
9981 (comint-history-isearch-message-overlay): New buffer-local variable.
9982 (comint-history-isearch-setup, comint-history-isearch-end)
9983 (comint-goto-input, comint-history-isearch-search)
9984 (comint-history-isearch-message, comint-history-isearch-wrap)
9985 (comint-history-isearch-push-state)
9986 (comint-history-isearch-pop-state): New functions.
9987
9988 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
9989
9990 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
9991 return.
9992 (tramp-handle-make-symbolic-link)
9993 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
9994 Quote file names.
9995 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
9996 (tramp-handle-process-file): Use it.
9997
9998 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
9999
10000 * window.el (move-to-window-line-last-op): Remove.
10001 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
10002
10003 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
10004
10005 Make M-r mirror the new cycling behavior of C-l.
10006 * window.el (move-to-window-line-last-op): New var.
10007 (move-to-window-line-top-bottom): New command.
10008 (global-map): Bind M-r move-to-window-line-top-bottom.
10009
10010 2009-11-23 Sven Joachim <svenjoac@gmx.de>
10011
10012 * dired-x.el (dired-guess-shell-alist-default):
10013 Support xz format. (Bug#4953)
10014
10015 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
10016
10017 * emulation/viper-cmd.el: Use viper-last-command-char instead of
10018 last-command-char/last-command-event.
10019 (viper-prefix-arg-value): Do correct conversion of event-char for
10020 XEmacs.
10021
10022 * emulation/viper-util.el, emulation/viper.el:
10023 Use viper-last-command-char instead of
10024 last-command-char/last-command-event.
10025
10026 * ediff-init.el, ediff-mult.el, ediff-util.el:
10027 Replace last-command-char and last-command-event
10028 with (ediff-last-command-char) everywhere.
10029
10030 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
10031 created in fundamental mode.
10032
10033 * ediff.el (ediff-version): Revert the change of interactive-p to
10034 called-interactively-p.
10035
10036 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
10037
10038 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
10039 generation from word-movement command names.
10040
10041 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
10042
10043 * cus-start.el (all): Add native condition for font-use-system-font.
10044
10045 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
10046
10047 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
10048 Correct the patch from 2009-11-18. (Bug#3910)
10049
10050 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
10051
10052 * progmodes/subword.el: Rename from lisp/subword.el.
10053
10054 * subword.el: Rename to progmodes/subword.el.
10055
10056 * Makefile.in (ELCFILES): Adapt to subword.el move.
10057
10058 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10059 Stefan Monnier <monnier@iro.umontreal.ca>
10060
10061 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
10062 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
10063 (bookmark-bmenu-show-filenames): Use push.
10064 (bookmark-bmenu-hide-filenames): Use local var instead of
10065 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
10066 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
10067 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
10068 filenames now that the bookmark names are always available.
10069
10070 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10071
10072 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
10073 (bookmark-search-pattern): Move and leave unbound.
10074 (bookmark-bmenu-mode-map): Change binding.
10075 (bookmark-read-search-input): Simplify.
10076 Don't use text-char-description. Don't error on non-char events.
10077 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
10078 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
10079 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
10080 Use a local var for the timer.
10081 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
10082 (i.e. bookmark-bmenu-search).
10083
10084 2009-11-21 Glenn Morris <rgm@gnu.org>
10085
10086 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
10087
10088 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
10089
10090 * net/browse-url.el (browse-url-default-windows-browser):
10091 Use cygstart for cygwin.
10092
10093 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
10094
10095 * bookmark.el: Formatting and doc fixes only:
10096 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
10097 (bookmark-bmenu-search): Wrap to fit within 80 columns.
10098 Minor grammar and punctuation fixes in doc string.
10099 (bookmark-read-search-input): Adjust to fit within 80 columns.
10100
10101 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
10102
10103 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
10104 (c-backward-into-nomenclature): Adapt to subword renaming.
10105
10106 * subword.el (subword-forward, subword-backward, subword-mark)
10107 (subword-kill, subword-backward-kill, subword-transpose)
10108 (subword-downcase, subword-upcase, subword-capitalize)
10109 (subword-forward-internal, subword-backward-internal):
10110 Rename from forward-subword, backward-subword, mark-subword,
10111 kill-subword, backward-kill-subword, transpose-subwords,
10112 downcase-subword, upcase-subword, capitalize-subword,
10113 forward-subword-internal, backward-subword-internal.
10114
10115 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10116
10117 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
10118 New options.
10119 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
10120 New vars.
10121 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
10122 (bookmark-bmenu-filter-alist-by-regexp)
10123 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
10124 (bookmark-bmenu-search): New command.
10125 (bookmark-bmenu-mode-map): Bind it.
10126
10127 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
10128
10129 * progmodes/cc-cmds.el: declare-functioned forward-subword and
10130 backward-subword to quit the byte-compiler.
10131
10132 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
10133
10134 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
10135
10136 * progmodes/cc-cmds.el (c-update-modeline)
10137 (c-forward-into-nomenclature, c-backward-into-nomenclature):
10138 Refer to subword.el functions instead of cc-subword.el.
10139
10140 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
10141 subword.el functions instead of cc-subword.el.
10142
10143 * progmodes/cc-subword.el: Rename to subword.el.
10144 * subword.el: Rename from progmodes/cc-subword.el.
10145 (subword-mode-map): Rename from c-subword-mode-map.
10146 (subword-mode): Rename from c-subword-mode.
10147 (global-subword-mode): New global minor mode.
10148 (forward-subword): Rename from c-forward-subword.
10149 (backward-subword): Rename from c-backward-subword.
10150 (mark-subword): Rename from c-mark-subword.
10151 (kill-subword): Rename from c-kill-subword.
10152 (backward-kill-subword): Rename from c-backward-kill-subword.
10153 (transpose-subwords): Rename from c-tranpose-subword.
10154 (downcase-subword): Rename from c-downcase-subword.
10155 (capitalize-subword): Rename from c-capitalize-subword.
10156 (forward-subword-internal): Rename from c-forward-subword-internal.
10157 (backward-subword-internal): Rename from c-backward-subword-internal.
10158
10159 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
10160
10161 * vc.el (vc-deduce-fileset): Allow non-state changing operations
10162 from a dired buffer.
10163 (vc-dired-deduce-fileset): New function.
10164 (vc-root-diff, vc-print-root-log): Use it.
10165
10166 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
10167 nil LIMIT argument to vc-print-log-internal.
10168
10169 2009-11-20 Glenn Morris <rgm@gnu.org>
10170
10171 * Makefile.in (ELCFILES): Regenerate.
10172
10173 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
10174
10175 * calc/calc.el (calc-set-mode-line):
10176 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10177 (math-format-number): Rename `math-format-complement-signed' to
10178 `math-format-twos-complement'.
10179
10180 * calc/calc-bin.el (math-format-twos-complement): Rename from
10181 math-format-complement-signed.
10182 (calc-radix): Rename `calc-complement-signed-mode' to
10183 `calc-twos-complement-mode'.
10184 (calc-octal-radix, calc-hex-radix): Add an argument for
10185 two's complement.
10186
10187 * calc/calc-embed.el (calc-embedded-mode-vars):
10188 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10189
10190 * calc/calc-ext.el (calc-init-extensions):
10191 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10192 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
10193
10194 * calc/calc-units.el (math-build-units-table-buffer):
10195 Let `calc-twos-complement-mode' be nil.
10196
10197 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
10198 entries.
10199
10200 * calc/calc-vec.el (calcFunc-vunpack):
10201 * calc/calc-aent.el (calc-do-calc-eval):
10202 * calc/calc-forms.el (math-format-date):
10203 * calc/calc-graph.el (calc-graph-plot):
10204 * calc/calc-math.el (math-use-emacs-fn):
10205 * calc/calccomp.el (math-compose-expr):
10206 Let `calc-twos-complement-mode' be nil.
10207
10208 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10209
10210 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
10211 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
10212 * minibuffer.el (completion-in-region-functions): New hook.
10213 (completion-in-region): New function.
10214 * emacs-lisp/lisp.el (lisp-complete-symbol):
10215 * pcomplete.el (pcomplete-std-complete): Use it.
10216
10217 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10218
10219 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
10220 (latex-complete-alist): New vars.
10221 (latex-string-prefix-p, latex-complete-bibtex-keys)
10222 (latex-complete-envnames, latex-complete-refkeys)
10223 (latex-complete-data): New functions.
10224 (latex-complete, latex-indent-or-complete): New commands.
10225
10226 * window.el (display-buffer-mark-dedicated): New var.
10227 (display-buffer): Obey it.
10228 * minibuffer.el (minibuffer-completion-help): Use it.
10229
10230 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
10231
10232 * filecache.el (file-cache-add-file): Use push and cons.
10233 (file-cache-delete-file-regexp): Use push.
10234 (file-cache-complete): Use completion-in-region.
10235
10236 * simple.el (with-wrapper-hook): Fix thinko.
10237
10238 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
10239 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
10240 Use with-current-buffer and string-to-number.
10241 (hfy-fallback-colour-values): Use assoc-string.
10242 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
10243 (hfy-face-at): Remove unused var `found-face'.
10244 (hfy-compile-stylesheet): Remove unused var `css'.
10245 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
10246 and `orig-buffer'.
10247 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
10248 Use with-current-buffer.
10249 (hfy-text-p): Use expand-file-name and fewer setq.
10250
10251 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
10252
10253 * htmlfontify.el, hfy-cmap.el: New files.
10254
10255 2009-11-19 Juri Linkov <juri@jurta.org>
10256
10257 * minibuffer.el (completions-format): New defcustom.
10258 (completion--insert-strings): Implement vertical format.
10259
10260 * simple.el (switch-to-completions): Move point to the first
10261 completion when point was at the beginning of the buffer.
10262
10263 2009-11-19 Juri Linkov <juri@jurta.org>
10264
10265 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
10266
10267 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
10268
10269 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
10270
10271 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
10272 (mail-signature): Change default to t.
10273 (mail-from-style): Deprecate `system-default' value.
10274 (mail-insert-from-field): For default value of mail-from-style,
10275 default to `angles' unless `angles' needs quoting and `parens'
10276 does not.
10277 (mail-citation-prefix-regexp): Use citation regexp from
10278 message-mode.
10279
10280 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
10281
10282 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
10283 Set variables for computing the prompt for reading password.
10284
10285 2009-11-19 Glenn Morris <rgm@gnu.org>
10286
10287 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
10288
10289 * textmodes/flyspell.el (sgml-lexical-context): Declare.
10290
10291 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
10292 (newsticker-treeview-listwindow-height): Fix custom type.
10293
10294 2009-11-19 Kenichi Handa <handa@m17n.org>
10295
10296 * descr-text.el (describe-char-padded-string): Compose with TAB
10297 only if there's a font for CH.
10298 (describe-char): Fix the condition for detecting a trivial composition.
10299
10300 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
10301
10302 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
10303 more accurate version of the regexp. (Bug#3910)
10304
10305 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
10306
10307 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
10308
10309 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
10310
10311 * font-setting.el (font-use-system-font): Declare for byte-compiler.
10312 (font-setting-change-default-font): Fix typo in docstring.
10313
10314 2009-11-18 Alan Mackenzie <acm@muc.de>
10315
10316 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
10317
10318 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
10319
10320 * font-setting.el (font-use-system-font): Move ...
10321
10322 * cus-start.el (all): ... to here.
10323
10324 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
10325
10326 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
10327 Don't set `ad-return-value' if `ad-do-it' doesn't.
10328
10329 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
10330 modification time.
10331
10332 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
10333
10334 * menu-bar.el: Put "Use system font" in Option-menu.
10335 (menu-bar-options-save): Add font-use-system-font.
10336
10337 * loadup.el: If feature system-font-setting or font-render-setting is
10338 there, load font-setting.
10339
10340 * Makefile.in (ELCFILES): Add font-settings.el.
10341 * font-setting.el: New file.
10342
10343 2009-11-17 Glenn Morris <rgm@gnu.org>
10344
10345 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
10346
10347 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
10348 Preserve point in the list buffer. (Bug#4939)
10349 Use point-at-eol.
10350 (newsticker--treeview-list-update-highlight)
10351 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
10352
10353 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
10354
10355 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
10356 Remove.
10357
10358 * calc/calc-ext.el (calc-init-extensions): Remove references to
10359 symclip.
10360
10361 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
10362
10363 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
10364 * calc/calc-help.el (calc-b-prefix-help): Remove references to
10365 `calc-symclip'.
10366
10367 2009-11-16 Kevin Ryde <user42@zip.com.au>
10368
10369 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10370 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
10371
10372 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
10373 (lm-keywords-list): Allow comma-only separator like "foo,bar".
10374 Ignore trailing spaces by omit-nulls to split-string (fixing
10375 regression from Emacs 21 due to the incompatible split-string
10376 change). (Bug #4928.)
10377
10378 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
10379
10380 * vc.el (vc-log-show-limit): Default to 2000.
10381 (vc-print-log-internal): Insert buttons to request more entries
10382 when limiting the output.
10383
10384 * vc-sccs.el (vc-sccs-print-log):
10385 * vc-rcs.el (vc-rcs-print-log):
10386 * vc-cvs.el (vc-cvs-print-log):
10387 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
10388 LIMIT is non-nil.
10389
10390 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
10391
10392 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
10393 error when `tramp-gvfs-dbus-event-vector' is set.
10394 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
10395
10396 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10397
10398 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
10399
10400 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
10401
10402 * net/dbus.el (dbus-unregister-service): New defun.
10403 (dbus-register-property): Register the handlers of
10404 "org.freedesktop.DBus.Properties" for SERVICE.
10405 (dbus-property-handler): Fix docstring.
10406
10407 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10408
10409 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
10410 Quote doc string reference in defvaralias as it is not in special form.
10411 (byte-compile-output-docform): Doc fix.
10412
10413 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
10414
10415 * calc/calc.el (math-2-word-size, math-half-2-word-size)
10416 (calc-complement-signed-mode): New variables.
10417 (calc-set-mode-line): Add indicator for twos-complements.
10418 (math-format-number): Format twos-complement notation.
10419
10420 * calc/calc-bin.el (calc-word-size): Reset the variables
10421 `math-2-word-size' and `math-half-2-word-size'.
10422 (math-format-complement-signed, math-symclip, calcFunc-symclip)
10423 (calc-symclip): New functions.
10424
10425 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
10426
10427 * calc/calc-embed.el (calc-embedded-mode-vars):
10428 Add `calc-complement-signed-mode' to the list of modes.
10429
10430 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
10431 (calc-b-oper-keys): Add `calc-symclip' to list.
10432
10433 * calc/calc-ext.el (math-read-number-fancy): Read complement
10434 signed numbers.
10435 (calc-init-extensions): Add binding for `calc-symclip'.
10436 Add autoload for `calcFunc-symclip' and `calc-symclip'.
10437
10438 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
10439 `calc-symclip'.
10440 (calc-modes-menu): Add item for twos complement mode.
10441
10442 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
10443
10444 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
10445
10446 * register.el (jump-to-register, insert-register): Handle Semantic
10447 tags. From commented-out advice in semantic/senator.el.
10448
10449 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
10450
10451 * vc.el (vc-log-show-limit): New variable.
10452 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
10453 when using a prefix argument.
10454 (vc-print-log-internal): Add new argument LIMIT.
10455
10456 * vc-svn.el (vc-svn-print-log):
10457 * vc-mtn.el (vc-mtn-print-log):
10458 * vc-hg.el (vc-hg-print-log):
10459 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
10460 pass it to the log command when set. Make the BUFFER argument
10461 non-optional.
10462
10463 * vc-sccs.el (vc-sccs-print-log):
10464 * vc-rcs.el (vc-rcs-print-log):
10465 * vc-git.el (vc-git-print-log):
10466 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
10467 ignore it. Make the BUFFER argument non-optional
10468
10469 * bindings.el (mode-line-buffer-identification): Do not purecopy.
10470
10471 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
10472
10473 * dired.el (dired-mode-map): Move encryption items to "Operate"
10474 menu (Bug#4703).
10475
10476 * strokes.el (strokes-update-window-configuration): Make strokes
10477 buffer current before erasing (Bug#4906).
10478
10479 2009-11-15 Juri Linkov <juri@jurta.org>
10480
10481 * simple.el (set-mark-default-inactive): Add :type, :group
10482 and :version. (Bug#4876)
10483
10484 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
10485
10486 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
10487 (archive-unique-fname): ... here. (Bug#4929)
10488
10489 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10490
10491 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
10492 with a real fix.
10493
10494 * novice.el (disabled-command-function): Add useful args.
10495 Setup the help buffer so that [back] works.
10496 Remove redundant call to help-mode.
10497 (disabled-command-function): Use `case'.
10498 (en/disable-command): New function extracted from enable-command.
10499 (enable-command, disable-command): Use it.
10500
10501 2009-11-14 Glenn Morris <rgm@gnu.org>
10502
10503 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
10504 constants. (Bug#4913)
10505
10506 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
10507
10508 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
10509
10510 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
10511 defined in C that have no doc-strings. (Bug#1063)
10512
10513 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
10514
10515 * cus-edit.el (data, files):
10516 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
10517
10518 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
10519
10520 * simple.el (shell-command): Doc fix (Bug#4891).
10521
10522 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
10523
10524 2009-11-14 Glenn Morris <rgm@gnu.org>
10525
10526 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
10527 statements for vc-diff, emerge-quit, and rmail-cease-edit.
10528 If they are already loaded, eval-after-load will do the right thing.
10529
10530 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
10531 compiling.
10532
10533 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
10534
10535 * simple.el (x-selection-owner-p): Declare.
10536 (read-mail-command): Use custom radio type rather than choice.
10537 (completion-no-auto-exit): Doc fix.
10538
10539 * custom.el (defgroup):
10540 * epg-config.el (epg): Doc fixes.
10541
10542 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
10543
10544 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
10545 * international/ccl.el (define-ccl-program): Do not purecopy the
10546 docstring, defconst does it anyway.
10547
10548 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10549
10550 * add-log.el (add-change-log-entry): Avoid displaying the changelog
10551 a second time.
10552
10553 * x-dnd.el (x-dnd-maybe-call-test-function):
10554 * window.el (split-window-vertically):
10555 * whitespace.el (whitespace-help-on):
10556 * vc-rcs.el (vc-rcs-consult-headers):
10557 * userlock.el (ask-user-about-lock-help)
10558 (ask-user-about-supersession-help):
10559 * type-break.el (type-break-force-mode-line-update):
10560 * time-stamp.el (time-stamp-conv-warn):
10561 * terminal.el (te-set-output-log, te-more-break, te-filter)
10562 (te-sentinel, terminal-emulator):
10563 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
10564 (term-write-input-ring, term-check-source, term-start-output-log):
10565 (term-display-buffer-line, term-dynamic-list-completions):
10566 (term-ansi-make-term, serial-term):
10567 * subr.el (selective-display):
10568 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10569 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
10570 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
10571 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
10572 (speedbar-remove-localized-speedbar-support)
10573 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
10574 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
10575 (speedbar-buffers-line-directory):
10576 * simple.el (shell-command-on-region, append-to-buffer)
10577 (prepend-to-buffer):
10578 * shadowfile.el (shadow-save-todo-file):
10579 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
10580 (scroll-bar-maybe-set-window-start):
10581 * sb-image.el (speedbar-image-dump):
10582 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
10583 (load-save-place-alist-from-file):
10584 * ps-samp.el (ps-print-message-from-summary):
10585 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
10586 (ps-background-image, ps-begin-job, ps-do-despool):
10587 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
10588 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
10589 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
10590 (pr-call-process, pr-file-list, pr-interface-save):
10591 * novice.el (disabled-command-function)
10592 (enable-command, disable-command):
10593 * mouse.el (mouse-buffer-menu-alist):
10594 * mouse-copy.el (mouse-kill-preserving-secondary):
10595 * macros.el (kbd-macro-query):
10596 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
10597 * informat.el (batch-info-validate):
10598 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
10599 * hippie-exp.el (try-expand-dabbrev-visible):
10600 * help-mode.el (help-make-xrefs):
10601 * help-fns.el (describe-variable):
10602 * generic-x.el (bat-generic-mode-run-as-comint):
10603 * finder.el (finder-mouse-select):
10604 * find-dired.el (find-dired-sentinel):
10605 * filesets.el (filesets-file-close):
10606 * files.el (list-directory):
10607 * faces.el (list-faces-display, describe-face):
10608 * facemenu.el (list-colors-display):
10609 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
10610 * epg.el (epg--process-filter, epg-cancel):
10611 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
10612 (epa--read-signature-type):
10613 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
10614 (emerge-file-names):
10615 * ehelp.el (electric-helpify):
10616 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
10617 * ediff-vers.el (rcs-ediff-view-revision):
10618 * ediff-util.el (ediff-setup):
10619 * ediff-mult.el (ediff-append-custom-diff):
10620 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
10621 (ediff-wordify):
10622 * echistory.el (Electric-command-history-redo-expression):
10623 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
10624 * disp-table.el (describe-display-table):
10625 * dired.el (dired-find-buffer-nocreate):
10626 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
10627 * dabbrev.el (dabbrev--same-major-mode-p):
10628 * chistory.el (list-command-history):
10629 * apropos.el (apropos-documentation):
10630 * allout.el (allout-obtain-passphrase):
10631 (allout-copy-exposed-to-buffer):
10632 (allout-verify-passphrase): Use with-current-buffer.
10633
10634 2009-11-13 Glenn Morris <rgm@gnu.org>
10635
10636 * Makefile.in (ELCFILES): Regenerate.
10637
10638 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
10639
10640 * net/dbus.el (dbus-registered-objects-table): Rename from
10641 `dbus-registered-functions-table', because it contains also properties.
10642 (dbus-unregister-object): Unregister also properties.
10643 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
10644 Use a timeout of 500 msec, in order to not block.
10645 (dbus-register-property, dbus-property-handler): New defuns.
10646
10647 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10648
10649 * simple.el (minibuffer-default-add-completions): Drop deprecated
10650 4th arg.
10651
10652 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
10653
10654 * textmodes/artist.el (artist-mouse-choose-operation):
10655 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
10656 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
10657 (artist-compute-up-event-key): New function.
10658 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
10659
10660 2009-11-13 Kenichi Handa <handa@m17n.org>
10661
10662 * language/japan-util.el: Make sure that the value of jisx0208
10663 property is jisx0208 character.
10664
10665 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
10666
10667 * international/mule.el (auto-coding-regexp-alist): Only purecopy
10668 car or each item, not the whole list.
10669
10670 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
10671
10672 * minibuffer.el (minibuffer-completion-help):
10673 Use minibuffer-hide-completions.
10674
10675 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
10676
10677 * dired.el (dired-save-positions, dired-restore-positions): New funs.
10678 (dired-revert): Use them (bug#4880).
10679
10680 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
10681
10682 * tooltip.el (tooltip-frame-parameters): Undo previous change.
10683
10684 2009-11-12 Juri Linkov <juri@jurta.org>
10685
10686 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
10687 New functions.
10688 (find-file-literally-at-point): Alias of `ffap-literally'.
10689
10690 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
10691
10692 * textmodes/ispell.el (ispell-skip-region-alist):
10693 * textmodes/css-mode.el (auto-mode-alist):
10694 * progmodes/compile.el (auto-mode-alist):
10695 * international/mule.el (ctext-non-standard-encodings-alist)
10696 (ctext-non-standard-encodings-regexp):
10697 * simple.el (shell-command-switch, text-read-only):
10698 * replace.el (occur-mode-map):
10699 * paths.el (rmail-file-name):
10700 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
10701 * find-file.el (ff-special-constructs):
10702 * files.el (file-name-handler-alist):
10703 * composite.el: Purecopy strings.
10704
10705 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
10706
10707 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
10708
10709 * widget.el (define-widget): Purecopy the docstring.
10710 * international/mule-cmds.el (charset): Do not purecopy the
10711 docstring here, define-widget does it.
10712
10713 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
10714 * textmodes/bibtex-style.el (auto-mode-alist):
10715 * progmodes/inf-lisp.el (inferior-lisp-prompt):
10716 * progmodes/compile.el (compile-command):
10717 * language/korea-util.el (default-korean-keyboard):
10718 * international/mule-conf.el (file-coding-system-alist):
10719 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
10720 * tooltip.el (tooltip-frame-parameters):
10721 * newcomment.el (comment-end, comment-padding):
10722 * dired.el (dired-trivial-filenames):
10723 * comint.el (comint-file-name-prefix): Purecopy initial values.
10724
10725 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
10726
10727 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
10728 (tramp-advice-minibuffer-electric-tilde): Unload advices via
10729 `tramp-unload'.
10730 (tramp-advice-make-auto-save-file-name)
10731 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
10732 after removing the advice.
10733
10734 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
10735
10736 * progmodes/grep.el (grep-regexp-alist):
10737 * international/mule-cmds.el (iso-2022-control-alist):
10738 * emacs-lisp/timer.el (timer-duration-words):
10739 * subr.el (version-separator, version-regexp-alist):
10740 * minibuffer.el (completion-styles-alist):
10741 * faces.el (face-attribute-name-alist, list-faces-sample-text):
10742 Change defvars to defconsts.
10743
10744 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
10745 * loadup.el ("international/mule-conf"): Load the byte compiled version.
10746 * international/mule-conf.el: Allow to be byte compiled.
10747
10748 * international/mule.el (define-charset): Purecopy props.
10749 (load-with-code-conversion): Purecopy doc string and file name.
10750 (put-charset-property): Purecopy strings.
10751 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
10752
10753 * international/mule-cmds.el (register-input-method): Purecopy arguments.
10754 (define-char-code-property): Correctly purecopy the table.
10755
10756 * international/ccl.el (define-ccl-program): Purecopy the docstring.
10757
10758 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
10759
10760 * subr.el (add-hook): Purecopy strings.
10761 (eval-after-load): Purecopy load-history-regexp and the form.
10762
10763 * custom.el (custom-declare-group): Purecopy load-file-name.
10764
10765 * subr.el (menu-bar-separator): New defconst.
10766 * net/eudc.el (eudc-tools-menu):
10767 * international/mule-cmds.el (set-coding-system-map)
10768 (mule-menu-keymap):
10769 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
10770 * vc-hooks.el (vc-menu-map):
10771 * replace.el (occur-mode-map):
10772 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
10773 (menu-bar-edit-menu, menu-bar-goto-menu)
10774 (menu-bar-custom-menu, menu-bar-showhide-menu)
10775 (menu-bar-options-menu, menu-bar-tools-menu)
10776 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
10777 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
10778 (menu-bar-help-menu):
10779 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
10780 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
10781
10782 * term/x-win.el (x-gtk-stock-map):
10783 * progmodes/vera-mode.el (auto-mode-alist):
10784 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
10785 (inferior-lisp-program, inferior-lisp-load-command):
10786 * progmodes/hideshow.el (hs-special-modes-alist):
10787 * progmodes/gud.el (same-window-regexps):
10788 * progmodes/grep.el (grep-program, find-program, xargs-program):
10789 * net/telnet.el (same-window-regexps):
10790 * net/rlogin.el (same-window-regexps):
10791 * language/ethiopic.el (font-ccl-encoder-alist):
10792 * vc-sccs.el (vc-sccs-master-templates):
10793 * vc-rcs.el (vc-rcs-master-templates):
10794 * subr.el (cl-assertion-failed):
10795 * simple.el (next-error-overlay-arrow-position):
10796 * lpr.el (lpr-command):
10797 * locate.el (locate-ls-subdir-switches):
10798 * info.el (same-window-regexps, info)
10799 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10800 * image-mode.el (image-mode, auto-mode-alist):
10801 * hippie-exp.el (hippie-expand-ignore-buffers):
10802 * format.el (format-alist):
10803 * find-dired.el (find-ls-subdir-switches, find-grep-options)
10804 (find-name-arg):
10805 * facemenu.el (facemenu-keybindings):
10806 * dired.el (dired-listing-switches, dired-chown-program):
10807 * diff.el (diff-switches, diff-command):
10808 * cus-edit.el (same-window-regexps):
10809 * bindings.el (mode-line-mule-info)
10810 (mode-line-buffer-identification): Purecopy strings.
10811
10812 2009-11-11 Juri Linkov <juri@jurta.org>
10813
10814 * simple.el (dired-get-filename) <declare-function>:
10815 Tell the byte-compiler about dired-get-filename.
10816 (shell-command): In Dired mode, get filename from the current line
10817 as the default value.
10818
10819 2009-11-10 Glenn Morris <rgm@gnu.org>
10820
10821 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
10822 * calendar/holidays.el, progmodes/cperl-mode.el:
10823 Update x-popup-menu declarations.
10824
10825 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
10826 (list-load-path-shadows): Use dolist.
10827 (list-load-path-shadows): Use with-current-buffer.
10828
10829 2009-11-10 Juri Linkov <juri@jurta.org>
10830
10831 * minibuffer.el (read-file-name): Support a list of default values
10832 in `default-filename'. Use the first file name where only one
10833 element is required. Doc fix.
10834
10835 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
10836
10837 * net/dbus.el (dbus-unregister-object): Release service, if no
10838 other method is registered for it.
10839
10840 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
10841
10842 * bookmark.el (bookmark-completing-read): Sort bookmark names if
10843 bookmark-sort-flag is non-nil (Bug#4653).
10844
10845 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
10846
10847 * emulation/cua-base.el: Add CUA property to some CC mode commands
10848 (Bug#4100).
10849
10850 2009-11-08 Kevin Ryde <user42@zip.com.au>
10851
10852 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
10853 at end of sentence (Bug#4818).
10854
10855 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
10856
10857 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10858 Handle "see declaration of" MSFT statements (Bug#4100).
10859
10860 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
10861
10862 * net/tramp.el (tramp-advice-make-auto-save-file-name)
10863 (tramp-advice-file-expand-wildcards): Unload via
10864 `ad-remove-advice'.
10865
10866 * net/trampver.el: Update release number.
10867
10868 2009-11-08 Kevin Ryde <user42@zip.com.au>
10869
10870 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
10871 `ad-do-it'.
10872
10873 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
10874
10875 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
10876 in order to keep context in SELinux.
10877
10878 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
10879
10880 * dired-aux.el (dired-query): Place cursor in echo area and allow
10881 C-g.
10882
10883 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
10884 menu item if not on a directory (Bug#4701).
10885
10886 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
10887
10888 Sync with Tramp 2.1.17.
10889
10890 * net/tramp.el (tramp-handle-copy-directory): Don't use
10891 `file-remote-p' (due to compatibility).
10892
10893 * net/tramp-compat.el (tramp-compat-copy-directory)
10894 (tramp-compat-delete-directory): New defuns.
10895
10896 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10897 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
10898 `tramp-compat-delete-directory'.
10899
10900 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
10901 (tramp-smb-handle-delete-directory): Use
10902 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
10903
10904 * net/trampver.el: Update release number.
10905
10906 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
10907
10908 * tar-mode.el (tar-copy): Call write-region on the right buffer
10909 (Bug#4857).
10910
10911 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
10912 by hand, if necessary (Bug#4878).
10913
10914 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
10915
10916 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
10917 align size column (Bug#4839).
10918
10919 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
10920 statement.
10921
10922 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
10923
10924 * progmodes/ld-script.el (auto-mode-alist):
10925 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
10926
10927 * cus-face.el (custom-declare-face): Purecopy face spec.
10928
10929 2009-11-06 Kenichi Handa <handa@m17n.org>
10930
10931 * international/uni-bidi.el: Re-generated.
10932 * international/uni-category.el: Re-generated.
10933 * international/uni-combining.el: Re-generated.
10934 * international/uni-mirrored.el: Re-generated.
10935
10936 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
10937
10938 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
10939 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
10940 (tex-start-options, slitex-run-command, latex-run-command)
10941 (tex-run-command, tex-directory):
10942 * textmodes/ispell.el (ispell-html-skip-alists)
10943 (ispell-tex-skip-alists, ispell-tex-skip-alists):
10944 * textmodes/fill.el (adaptive-fill-first-line-regexp):
10945 (adaptive-fill-regexp):
10946 * textmodes/dns-mode.el (auto-mode-alist):
10947 * progmodes/python.el (interpreter-mode-alist):
10948 * progmodes/etags.el (tags-compression-info-list):
10949 * progmodes/etags.el (tags-file-name):
10950 * net/browse-url.el (browse-url-galeon-program)
10951 (browse-url-firefox-program):
10952 * mail/sendmail.el (mail-signature-file)
10953 (mail-citation-prefix-regexp):
10954 * international/mule-conf.el (eight-bit):
10955 * international/latexenc.el (latex-inputenc-coding-alist):
10956 * international/fontset.el (x-pixel-size-width-font-regexp):
10957 * emacs-lisp/warnings.el (warning-type-format):
10958 * emacs-lisp/trace.el (trace-buffer):
10959 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
10960 (emacs-lisp-mode-map):
10961 * calendar/holidays.el (holiday-solar-holidays)
10962 (holiday-bahai-holidays, holiday-islamic-holidays)
10963 (holiday-christian-holidays, holiday-hebrew-holidays)
10964 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
10965 (hebrew-holidays-1, holiday-oriental-holidays)
10966 (holiday-general-holidays):
10967 * x-dnd.el (x-dnd-known-types):
10968 * tool-bar.el (tool-bar):
10969 * startup.el (site-run-file):
10970 * shell.el (shell-dumb-shell-regexp):
10971 * rfn-eshadow.el (file-name-shadow-tty-properties)
10972 (file-name-shadow-properties):
10973 * paths.el (remote-shell-program, news-directory):
10974 * mouse.el ([C-down-mouse-3]):
10975 * menu-bar.el (menu-bar-tools-menu):
10976 * jka-cmpr-hook.el (jka-compr-load-suffixes)
10977 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
10978 (jka-compr-compression-info-list):
10979 * isearch.el (search-whitespace-regexp):
10980 * image-file.el (image-file-name-extensions):
10981 * find-dired.el (find-ls-option):
10982 * files.el (directory-listing-before-filename-regexp)
10983 (directory-free-space-args, insert-directory-program)
10984 (list-directory-brief-switches, magic-fallback-mode-alist)
10985 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
10986 (automount-dir-prefix):
10987 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
10988 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
10989 (face-font-registry-alternatives, face-font-registry-alternatives)
10990 (face-font-family-alternatives):
10991 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
10992 (facemenu-foreground-menu, facemenu-face-menu):
10993 * epa-hook.el (epa-file-name-regexp):
10994 * dnd.el (dnd-protocol-alist):
10995 * textmodes/rst.el (auto-mode-alist):
10996 * button.el (default-button): Purecopy strings.
10997
10998 2009-11-06 Glenn Morris <rgm@gnu.org>
10999
11000 * Makefile.in (ELCFILES): Update.
11001
11002 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
11003
11004 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
11005 * emacs-lisp/levents.el: Move to obsolete/levents.el.
11006
11007 * nxml/xsd-regexp.el (xsdre-gen-categories):
11008 * nxml/xmltok.el (xmltok-parse-entity):
11009 * nxml/rng-parse.el (rng-parse-validate-file):
11010 * nxml/rng-maint.el (rng-format-manual)
11011 (rng-manual-output-force-new-line):
11012 * nxml/rng-loc.el (rng-save-schema-location-1):
11013 * nxml/rng-cmpct.el (rng-c-parse-file):
11014 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
11015 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
11016
11017 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
11018
11019 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
11020 Remove extra save-excursions and make-variable-buffer-local's.
11021 Suggested by Stefan Monnier.
11022
11023 (verilog-getopt-file, verilog-module-inside-filename-p)
11024 (verilog-set-define): Merge GNU 1.35 and repair changes from
11025 switching to using with-current-buffer.
11026
11027 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
11028 being treated as a number and confusing AUTORESET.
11029 Reported by Dan Dever.
11030
11031 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
11032 Add verilog-auto-ignore-concat to fix backward compatibility with
11033 older verilog-modes. Reported by Dan Katz.
11034
11035 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
11036 containing closing anchors "...$".
11037
11038 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
11039 Reported by Wade Smith.
11040
11041 (verilog-batch-execute-func): Comment on function usage.
11042
11043 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
11044
11045 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
11046 for labels.
11047
11048 (verilog-label-re, verilog-calc-1): Support proper indent of named
11049 asserts.
11050
11051 (verilog-backward-token, verilog-basic-complete-re)
11052 (verilog-beg-of-statement, verilog-indent-re): Support proper
11053 indent of the assert statement at the beginning of a block of text.
11054
11055 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
11056 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
11057 tokens as begins.
11058
11059 2009-11-05 Glenn Morris <rgm@gnu.org>
11060
11061 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
11062 Emacs 19. (Bug#1531)
11063 (byte-compile-fix-header): Update for the above change.
11064 Drop test for epoch::version.
11065
11066 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
11067 * cus-dep.el (custom-make-dependencies):
11068 * finder.el (finder-compile-keywords):
11069 Use autoload-rubric's feature argument.
11070
11071 * calendar/diary-lib.el (top-level): Make load behave more like require.
11072
11073 * vc-git.el (vc-git-stash-map): Move definition before use.
11074
11075 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
11076
11077 * custom.el (custom-declare-group): Purecopy standard-value.
11078 (custom-declare-group): Purecopy custom-prefix.
11079
11080 * international/mule.el (load-with-code-conversion):
11081 Call do-after-load-evaluation unconditionally.
11082
11083 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
11084
11085 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
11086
11087 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
11088
11089 2009-11-04 Glenn Morris <rgm@gnu.org>
11090
11091 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
11092 (byte-compile-compatibility): Remove option.
11093 (byte-compile-close-variables, byte-compile-fix-header)
11094 (byte-compile-insert-header, byte-compile-output-docform)
11095 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
11096 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
11097 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
11098 (byte-compile-insert, byte-compile-defun):
11099 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
11100 (byte-defop-compiler19): Remove.
11101 Without byte-compile-compatibility, the 'emacs19-opcode property is not
11102 used by anything. Replace all calls with byte-defop-compiler.
11103
11104 2009-11-04 Juri Linkov <juri@jurta.org>
11105
11106 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
11107 (menu-bar-options-menu): Don't quote the `prop' arg of
11108 `menu-bar-make-mm-toggle'.
11109
11110 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
11111
11112 * calendar/calendar.el (cal-loaddefs):
11113 * calendar/diary-lib.el (diary-loaddefs):
11114 * calendar/holidays.el (hol-loaddefs):
11115 * eshell/esh-module.el (esh-groups): Load rather than require.
11116
11117 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
11118
11119 * calendar/todo-mode.el (todo-add-category): Don't hardcode
11120 point-min==1.
11121 (todo-top-priorities): Only display-buffer when called interactively.
11122 (todo-item-start): Don't save excursion point.
11123 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
11124 (todo-insert-item-here, todo-file-item, todo-remove-item):
11125 Adjust uses of todo-item-start and todo-item-end.
11126
11127 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
11128 (autoload-rubric): Don't use any more.
11129
11130 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
11131 and only put a prop if it is non-nil.
11132
11133 2009-11-03 Juri Linkov <juri@jurta.org>
11134
11135 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
11136 (menu-bar-options-menu): Fix list quoting (Bug#4429).
11137
11138 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
11139 and "Menu" to make top-level menu item visually one unit (like
11140 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
11141 multi-word menu items). Fix :help string for quit-window.
11142
11143 2009-11-03 Glenn Morris <rgm@gnu.org>
11144
11145 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
11146 (byte-compile-file-form-define-abbrev-table)
11147 (byte-compile-file-form-custom-declare-variable)
11148 (byte-compile-variable-ref, byte-compile-defvar):
11149 Whether or not a warning is enabled should only affect whether we issue
11150 the warning, not whether or not we collect the relevant data.
11151 Eg warnings can be turned on and off throughout the course of a file.
11152
11153 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
11154 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
11155
11156 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
11157
11158 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
11159 * play/mpuz.el (mpuz-create-buffer):
11160 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
11161 (lm-print-y,s,noise, lm-print-w0, lm-init):
11162 * play/gomoku.el (gomoku-prompt-for-move):
11163 * play/fortune.el (fortune-in-buffer):
11164 * play/dissociate.el (dissociated-press):
11165 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
11166 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
11167 * mail/supercite.el (sc-eref-show):
11168 * mail/smtpmail.el (smtpmail-send-it):
11169 * mail/rmailsum.el (rmail-summary-next-labeled-message)
11170 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
11171 (rmail-summary-undelete-many, rmail-summary-rmail-update)
11172 (rmail-summary-goto-msg, rmail-summary-expunge)
11173 (rmail-summary-get-new-mail, rmail-summary-search-backward)
11174 (rmail-summary-add-label, rmail-summary-output-menu)
11175 (rmail-summary-output-body):
11176 * mail/rfc822.el (rfc822-addresses):
11177 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
11178 * mail/mailpost.el (post-mail-send-it):
11179 * mail/hashcash.el (hashcash-generate-payment):
11180 * mail/feedmail.el (feedmail-run-the-queue)
11181 (feedmail-queue-send-edit-prompt-help-first)
11182 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
11183 (feedmail-deduce-address-list):
11184 * eshell/esh-ext.el (eshell-remote-command):
11185 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
11186 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
11187 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
11188 (viper-save-string-in-file, viper-valid-marker):
11189 * emulation/viper-keym.el (viper-toggle-key):
11190 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
11191 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
11192 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
11193 * emulation/viper-cmd.el (viper-exec-form-in-vi)
11194 (viper-exec-form-in-emacs, viper-brac-function):
11195 * emulation/viper.el (viper-delocalize-var):
11196 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
11197 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
11198 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
11199 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
11200 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
11201 * emulation/edt.el (edt-electric-helpify):
11202 * emulation/cua-rect.el (cua--rectangle-aux-replace):
11203 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
11204 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
11205 (cua-indent-to-global-mark-column):
11206 * calendar/diary-lib.el (calendar-mark-1):
11207 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
11208 Use with-current-buffer.
11209 * emulation/viper.el (viper-delocalize-var): Use dolist.
11210
11211 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
11212
11213 * comint.el (comint-replace-by-expanded-history-before-point):
11214 Replace !! with the previous input string literally (Bug#1795).
11215
11216 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
11217
11218 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
11219 to be made up of whitespace.
11220
11221 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
11222
11223 * minibuffer.el (read-file-name): Don't use file dialogs for
11224 remote directories (Bug#99).
11225
11226 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
11227
11228 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
11229
11230 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
11231
11232 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
11233 instead of deleting the window or frame.
11234
11235 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
11236
11237 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
11238 Support face colors.
11239
11240 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
11241 New function. Support face colors (Bug#1168).
11242 (tex-common-initialization): Use it.
11243
11244 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
11245 mode allows it (Bug#1168).
11246
11247 2009-10-31 Juri Linkov <juri@jurta.org>
11248
11249 * facemenu.el (list-colors-display): Don't mark buffer as
11250 modified (Bug#3948).
11251
11252 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
11253
11254 * international/mule-diag.el (list-character-sets-1): Minor
11255 message fix (Bug#3526).
11256
11257 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
11258 face property (Bug#4834).
11259 (etags-list-tags, etags-tags-apropos-additional)
11260 (etags-tags-apropos, tags-select-tags-table): Add follow-link
11261 property.
11262
11263 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
11264 items.
11265
11266 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
11267
11268 * textmodes/two-column.el (2C-split):
11269 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
11270 * textmodes/tex-mode.el (tex-set-buffer-directory):
11271 * textmodes/spell.el (spell-region, spell-string):
11272 * textmodes/reftex.el (reftex-erase-buffer):
11273 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
11274 * textmodes/reftex-toc.el (reftex-toc-promote-action):
11275 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
11276 (reftex-select-item):
11277 * textmodes/reftex-ref.el (reftex-label-info-update)
11278 (reftex-offer-label-menu):
11279 * textmodes/reftex-index.el (reftex-index-change-entry)
11280 (reftex-index-phrases-info):
11281 * textmodes/reftex-global.el (reftex-create-tags-file)
11282 (reftex-save-all-document-buffers, reftex-ensure-write-access):
11283 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
11284 (reftex-view-crossref-from-bibtex):
11285 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
11286 (reftex-extract-bib-entries-from-thebibliography)
11287 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
11288 * textmodes/refbib.el (r2b-capitalize-title):
11289 (r2b-convert-buffer, r2b-help):
11290 * textmodes/page-ext.el (pages-directory)
11291 (pages-directory-goto-with-mouse):
11292 * textmodes/bibtex.el (bibtex-validate-globally):
11293 * textmodes/bib-mode.el (bib-capitalize-title):
11294 * textmodes/artist.el (artist-clear-buffer, artist-system):
11295 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
11296 (local-set-scheme-interaction-buffer, xscheme-process-filter)
11297 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
11298 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
11299 (xscheme-send-control-g-interrupt, xscheme-start-process)
11300 (xscheme-process-sentinel, xscheme-cd):
11301 * progmodes/verilog-mode.el (verilog-read-always-signals)
11302 (verilog-set-define, verilog-getopt-file)
11303 (verilog-module-inside-filename-p):
11304 * progmodes/sh-script.el:
11305 * progmodes/python.el (python-pdbtrack-get-source-buffer)
11306 (python-pdbtrack-grub-for-buffer, python-execute-file):
11307 * progmodes/octave-inf.el (inferior-octave):
11308 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
11309 (idlwave-shell-compile-helper-routines, idlwave-set-local)
11310 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
11311 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
11312 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
11313 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
11314 (idlwave-shell-filter, idlwave-shell-examine-highlight)
11315 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
11316 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
11317 (idlwave-shell-examine-display, idlwave-shell-run-region)
11318 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
11319 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
11320 * progmodes/idlw-help.el (idlwave-help-get-special-help)
11321 (idlwave-help-get-help-buffer):
11322 * progmodes/gud.el (gud-basic-call, gud-find-class)
11323 (gud-tooltip-activate-mouse-motions-if-enabled):
11324 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
11325 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
11326 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
11327 (ebrowse-tags-next-file):
11328 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
11329 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
11330 (ebnf-eps-finish-and-write):
11331 * progmodes/cpp.el (cpp-edit-save):
11332 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
11333 * progmodes/cc-defs.el (c-emacs-features):
11334 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
11335 (antlr-directory-dependencies):
11336 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
11337 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
11338 (ada-find-any-references, ada-make-filename-from-adaname)
11339 (ada-make-body-gnatstub):
11340 * obsolete/rnews.el (news-list-news-groups):
11341 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
11342 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
11343 * net/rcirc.el (rcirc-debug):
11344 * net/newst-treeview.el (newsticker--treeview-list-add-item)
11345 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
11346 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
11347 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
11348 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
11349 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
11350 (newsticker--treeview-list-clear-highlight)
11351 (newsticker--treeview-list-update-highlight)
11352 (newsticker--treeview-list-highlight-start)
11353 (newsticker--treeview-tree-update-highlight)
11354 (newsticker--treeview-get-selected-item)
11355 (newsticker-treeview-mark-list-items-old)
11356 (newsticker--treeview-set-current-node):
11357 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
11358 * net/newst-backend.el (newsticker--get-news-by-funcall)
11359 (newsticker--get-news-by-wget, newsticker--image-get)
11360 (newsticker--image-sentinel):
11361 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
11362 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
11363 (eudc-ph-close-session):
11364 * net/eudc.el (eudc-save-options):
11365 * language/thai-word.el (thai-update-word-table):
11366 * language/japan-util.el (japanese-string-conversion):
11367 * international/titdic-cnv.el (tsang-quick-converter)
11368 (ziranma-converter, ctlau-converter):
11369 * international/mule-cmds.el (describe-language-environment):
11370 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
11371 (skkdic-convert-postfix, skkdic-convert-prefix):
11372 (skkdic-convert-okuri-nasi, skkdic-convert):
11373 * emacs-lisp/re-builder.el (reb-update-overlays):
11374 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
11375 * emacs-lisp/gulp.el (gulp-send-requests):
11376 * emacs-lisp/find-gc.el (trace-call-tree):
11377 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
11378 (eieio-describe-generic):
11379 * emacs-lisp/eieio-base.el (eieio-persistent-read):
11380 * emacs-lisp/edebug.el (edebug-outside-excursion):
11381 * emacs-lisp/debug.el (debugger-make-xrefs):
11382 * emacs-lisp/cust-print.el (custom-prin1-to-string):
11383 * emacs-lisp/chart.el (chart-new-buffer):
11384 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
11385 Use with-current-buffer.
11386 * textmodes/artist.el (artist-system): Don't call
11387 copy-sequence on a fresh string.
11388 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
11389
11390 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
11391
11392 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
11393 is no item to edit. (Bug#4820)
11394 (todo-top-priorities): Restore point and restore narrowing in Todo
11395 buffer. (Bug#4820)
11396
11397 2009-10-31 Glenn Morris <rgm@gnu.org>
11398
11399 * net/ange-ftp.el (top-level): Don't require dired when compiling.
11400 (comint-last-output-start, comint-last-input-start)
11401 (comint-last-input-end): Don't defvar when compiling.
11402 (ange-ftp-process-file): Use bound-and-true-p.
11403
11404 * pcmpl-rpm.el (top-level): Move provide statement to end.
11405 (pcmpl-rpm): Remove unused custom group.
11406
11407 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
11408
11409 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
11410
11411 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11412 (byte-compile-warnings): Add `constants' as an option.
11413 (byte-compile-callargs-warn, byte-compile-arglist-warn)
11414 (display-call-tree): Update for byte-compile-fdefinition possibly
11415 returning `(macro lambda ...)'. (Bug#4778)
11416 (byte-compile-variable-ref, byte-compile-setq-default):
11417 Respect `constants' member of byte-compile-warnings.
11418
11419 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11420
11421 * vc-bzr.el (vc-bzr-revision-keywords): New var.
11422 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
11423 to "submit:".
11424
11425 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
11426
11427 * textmodes/ispell.el (ispell-skip-region-alist):
11428 * international/mule-conf.el (eight-bit):
11429 * international/fontset.el (font-encoding-alist):
11430 * startup.el (pure-space-overflow-message):
11431 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
11432 * paths.el (gnus-nntp-service, rmail-spool-directory)
11433 (term-file-prefix):
11434 * files.el (save-some-buffers-action-alist):
11435 * cmuscheme.el (same-window-buffer-names):
11436 * ielm.el (same-window-buffer-names):
11437 * shell.el (same-window-buffer-names):
11438 * mail/sendmail.el (same-window-buffer-names):
11439 * progmodes/inf-lisp.el (same-window-buffer-names):
11440 * bindings.el (mode-line-client)
11441 (mode-line-column-line-number-mode-map):
11442 * language/tibetan.el (tibetan-precomposition-rule-regexp)
11443 (tibetan-precomposed-regexp): Purecopy string arguments.
11444
11445 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11446
11447 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
11448 (calcDigit-nondigit):
11449 * calc/calc-yank.el (calc-copy-to-buffer):
11450 * calc/calc-units.el (calc-invalidate-units-table):
11451 * calc/calc-trail.el (calc-trail-yank):
11452 * calc/calc-store.el (calc-insert-variables):
11453 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
11454 * calc/calc-prog.el (calc-read-parse-table):
11455 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
11456 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
11457 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
11458 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
11459 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
11460 (calc-graph-name, calc-graph-find-command, calc-graph-view)
11461 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
11462 * calc/calc-ext.el (calc-realign):
11463 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
11464 (calc-embedded-finish-edit, calc-embedded-make-info)
11465 (calc-embedded-finish-command, calc-embedded-stack-change):
11466 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
11467
11468 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
11469 shell-dynamic-complete-filename in preference to
11470 comint-dynamic-complete-filename.
11471
11472 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11473 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11474 Don't consider whether the display supports colors.
11475 (bookmark-import-new-list): Use dolist.
11476 (bookmark-bmenu-mode-map): Move initialization into declaration.
11477 (bookmark-bmenu-list): Use dolist, simplify.
11478 (bookmark-show-all-annotations): Use save-selected-window and dolist.
11479 (menu-bar-final-items): Use push.
11480
11481 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
11482
11483 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
11484 it works on remote files.
11485 (vc-hg-diff): Don't pass any `--cwd' argument.
11486
11487 2009-10-27 Kevin Ryde <user42@zip.com.au>
11488
11489 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11490 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
11491 (Further to Bug#3921).
11492
11493 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
11494
11495 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
11496 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
11497 calling `tramp-imap-put-file'. Add file size to the call.
11498 (tramp-imap-get-file-entries): Compute also user name, file size,
11499 and date.
11500 (tramp-imap-handle-insert-directory): Insert uid and gid.
11501 (tramp-imap-handle-file-attributes): Transform uid and gid
11502 according to `id-format'.
11503 (tramp-imap-put-file): New optional parameter SIZE. Encode file
11504 size in header X-Size.
11505
11506 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
11507
11508 * simple.el (transpose-subr): Give clearer error when the mark
11509 is not set. (Bug#4807)
11510
11511 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
11512
11513 * net/tramp.el (tramp-perl-file-truename): New defconst.
11514 Perl code contributed by yary <not.com@gmail.com> (tiny change).
11515 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
11516 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
11517 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
11518
11519 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
11520 Ignore `dired-call-process'.
11521 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
11522
11523 2009-10-26 Julian Scheid <julians37@gmail.com>
11524
11525 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
11526 (tramp-get-remote-readlink): New defun.
11527 (tramp-handle-file-truename): Use it.
11528 (tramp-handle-file-exists-p): Check file-attributes cache, assume
11529 file exists if cache value present.
11530 (tramp-check-cached-permissions): New defun.
11531 (tramp-handle-file-readable-p): Use it.
11532 (tramp-handle-file-writable-p): Likewise.
11533 (tramp-handle-file-executable-p): Likewise.
11534 (tramp-handle-file-name-all-completions): Try using Perl to get
11535 partial completions. When perl not available, combine `cd' and
11536 `ls' into single remote operation and use shell expansion to get
11537 partial remote directory contents. Set `file-exists-p' cache for
11538 directory and any files returned by ls. Change cache handling to
11539 support partial directory contents. Use error message emitted by
11540 remote `cd' or Perl code for local tramp-error.
11541 (tramp-do-copy-or-rename-file-directly): Avoid separate
11542 tramp-send-command-and-check call.
11543 (tramp-handle-process-file): Merge three remote ops into one.
11544 Do not flush all caches when `process-file-side-effects' is set.
11545 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
11546 file-attributes shows uid/gid to be set already.
11547
11548 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
11549
11550 * textmodes/tex-mode.el (tex-dvi-view-command)
11551 (tex-show-queue-command, tex-open-quote):
11552 * progmodes/ruby-mode.el (auto-mode-alist)
11553 (interpreter-mode-alist): Purecopy strings.
11554
11555 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
11556
11557 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
11558 string for the hook, keymap and abbrev table.
11559
11560 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
11561
11562 * x-dnd.el (x-dnd-xdnd-to-action):
11563 * startup.el (fancy-startup-text, fancy-about-text): Change to
11564 defconst from defvar.
11565
11566 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
11567
11568 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
11569 Purecopy initialization strings.
11570
11571 * mail/sendmail.el (mail-header-separator)
11572 (mail-personal-alias-file):
11573 * mail/rmail.el (rmail-default-dont-reply-to-names)
11574 (rmail-ignored-headers, rmail-retry-ignored-headers)
11575 (rmail-highlighted-headers, rmail-secondary-file-directory)
11576 (rmail-secondary-file-regexp):
11577 * files.el (null-device, file-name-invalid-regexp)
11578 (locate-dominating-stop-dir-regexp)
11579 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
11580 (interpreter-mode-alist): Use mapcar instead of mapc.
11581
11582 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
11583
11584 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
11585 (completion-ignored-extensions):
11586 (debug-ignored-errors): Purecopy strings.
11587
11588 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
11589
11590 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
11591 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
11592 (pcomplete--here): Use push.
11593
11594 * subr.el (all-completions): Declare the 4th arg obsolete.
11595
11596 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11597
11598 * pcomplete.el (pcomplete-unquote-argument-function): New var.
11599 (pcomplete-unquote-argument): New function.
11600 (pcomplete--common-suffix): Always pay attention to case.
11601 (pcomplete--table-subvert): Quote and unquote the text.
11602 (pcomplete--common-quoted-suffix): New function.
11603 (pcomplete-std-complete): Use it and pcomplete-begin.
11604
11605 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
11606 we're inside a dedicated or minibuffer window.
11607
11608 2009-10-24 Karl Fogel <kfogel@red-bean.com>
11609
11610 * bookmark.el: Update documentation, especially documentation
11611 of `bookmark-alist' and of the bookmark file format.
11612 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
11613
11614 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
11615
11616 * mail/emacsbug.el (report-emacs-bug): Clarify that the
11617 keybindings apply to the mail buffer (Bug#4003). Shrink help
11618 window to buffer.
11619
11620 * whitespace.el (whitespace-mode, whitespace-newline-mode)
11621 (global-whitespace-mode, global-whitespace-newline-mode)
11622 (whitespace-toggle-options, global-whitespace-toggle-options):
11623 Doc fix (Bug#3660).
11624
11625 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
11626 of xmltok-start before the end tag was inserted (Bug#2840).
11627
11628 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
11629 patterns that are preceded by an open-paren (Bug#1320).
11630
11631 2009-10-24 Sven Joachim <svenjoac@gmx.de>
11632
11633 * files.el (delete-directory): Delete symlinks to directories with
11634 delete-file (Bug#4739).
11635
11636 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
11637
11638 * vc.el (vc-backend-for-registration): Rename from
11639 vc-get-backend-for-registration. Update callers.
11640
11641 * international/mule-cmds.el (set-language-info-alist):
11642 Purecopy lang-env.
11643 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
11644 (charset): Purecopy the name.
11645 (define-char-code-property): Purecopy string arguments.
11646
11647 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
11648 Purecopy string arguments.
11649
11650 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11651 * ediff-hook.el (menu-bar-ediff-menu):
11652 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
11653 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
11654
11655 2009-10-24 Glenn Morris <rgm@gnu.org>
11656
11657 * comint.el (comint-dynamic-list-completions):
11658 * term.el (term-dynamic-list-completions): Use choose-completion rather
11659 than obsolete alias mouse-choose-completion.
11660
11661 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
11662 file-cache-choose-completion.
11663 (file-cache-choose-completion): Handle an optional event argument.
11664 (file-cache-mouse-choose-completion): Make it an obsolete alias.
11665
11666 * progmodes/octave-mod.el (octave-complete-symbol):
11667 Use choose-completion if mouse-choose-completion is ever removed.
11668
11669 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
11670 use.
11671
11672 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
11673 compiler.
11674
11675 * vc-hooks.el (vc-responsible-backend): Fix declaration.
11676
11677 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11678
11679 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
11680 Ignore `pred' now that we receive one.
11681 Handle test-completion specially.
11682
11683 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
11684
11685 * vc.el (vc-responsible-backend): Throw an error if not backend is
11686 found. Remove the REGISTER argument. Move the code dealing with
11687 REGISTER ...
11688 (vc-get-backend-for-registration): ... here. New function.
11689 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
11690 of vc-responsible-backend, pass the file name instead of the
11691 directory name.
11692
11693 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
11694
11695 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
11696 New funs.
11697 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
11698 (pcomplete-comint-setup): Don't modify a global var via
11699 accidental side-effects.
11700 (pcomplete-shell-setup): Adjust call accordingly.
11701 (pcomplete-parse-comint-arguments): Use push.
11702
11703 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
11704
11705 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11706 Allow uncapitalized info node names (Bug#3921).
11707
11708 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
11709 to the DEBUG file (Bug#3781).
11710
11711 2009-10-23 Jari Aalto <jari.aalto@cante.net>
11712
11713 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
11714 dictionary entry (Bug#4579).
11715
11716 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
11717
11718 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
11719 from `rfn-eshadow-update-overlay-hook' when unloading.
11720 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
11721 "rsyncc". Adjust doc string.
11722 (tramp-temp-buffer-file-name): New buffer-local defvar.
11723 (tramp-handle-insert-file-contents, tramp-handle-write-region):
11724 Keep temporary file when indicated by method ("rsync" and
11725 "rsyncc").
11726 (tramp-handle-write-region): Handle APPEND.
11727 (tramp-delete-temp-file-function): New defun. Added to
11728 `kill-buffer-hook'.
11729
11730 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
11731
11732 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
11733
11734 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
11735
11736 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
11737 (color-name-rgb-alist, tty-standard-colors)
11738 (tty-color-mode-alist): Change to defconst.
11739
11740 * simple.el (mark-inactive): Purecopy message.
11741
11742 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
11743 (global-map, yank-menu):
11744 * textmodes/ispell.el (ispell-menu-map):
11745 * net/eudc.el (eudc-tools-menu):
11746 * international/mule-cmds.el (describe-language-environment-map)
11747 (setup-language-environment-map, set-coding-system-map)
11748 (mule-menu-keymap):
11749 * vc-hooks.el (vc-menu-entry, vc-menu-map):
11750 * replace.el (occur-mode-map):
11751 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
11752
11753 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
11754
11755 * calc/calc.el (math-read-number, math-read-number-simple): Use
11756 `save-match-data'.
11757
11758 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
11759
11760 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
11761 rather than fiddling with global-map bindings, since it should only
11762 affect per-terminal settings.
11763 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
11764
11765 * minibuffer.el (completion-table-with-terminator): Allow to specify
11766 the terminator-regexp.
11767
11768 * simple.el (switch-to-completions): Look for *Completions* in other
11769 frames as well.
11770
11771 * pcomplete.el: Allow the use of completion-tables.
11772 (pcomplete-std-complete): New command.
11773 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
11774 (pcomplete--here): Use a function for `form' rather than an expression,
11775 so it can be byte-compiled.
11776 (pcomplete-here, pcomplete-here*): Adjust accordingly.
11777 Add edebug declaration.
11778 (pcomplete-show-completions): Remove unused var `curbuf'.
11779 (pcomplete-do-complete, pcomplete-stub):
11780 Don't assume `completions' is a list of strings any more.
11781
11782 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
11783
11784 * find-dired.el (find-name-arg): Fix typo in docstring.
11785
11786 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
11787
11788 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
11789 (pcmpl-linux-fs-types): Same, and update to new modules layout.
11790
11791 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
11792 pcomplete-entries.
11793
11794 * comint.el (comint-read-input-ring, comint-write-input-ring)
11795 (comint-substitute-in-file-name)
11796 (comint-dynamic-complete-as-filename)
11797 (comint-dynamic-simple-complete)
11798 (comint-dynamic-list-filename-completions)
11799 (comint-dynamic-list-completions)
11800 (comint-redirect-results-list-from-process): Minor simplifications.
11801
11802 2009-10-21 Kevin Ryde <user42@zip.com.au>
11803
11804 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
11805 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
11806 the first form. And insert a blank line after ";;; Code" since
11807 that's usual style. (Bug#4612)
11808
11809 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
11810
11811 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11812
11813 * minibuffer.el (completion-table-with-terminator): Properly implement
11814 boundaries, in case `terminator' appears in the suffix.
11815 (completion--embedded-envvar-table): Don't return boundaries if
11816 there's no valid completion. Simplify.
11817 (completion-file-name-table): New completion table extracted from
11818 completion--file-name-table.
11819 (completion--file-name-table): Use it.
11820 (read-file-name-predicate): Declare obsolete.
11821 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
11822 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
11823 completion-file-name-table, and use the `pred' argument.
11824 * files.el (locate-file-completion-table): Use the `pred' arg rather
11825 than read-file-name-predicate.
11826 (abbreviate-file-name): Use \` rather than ^ for BOS.
11827
11828 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
11829
11830 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
11831 vc-responsible-backend to register, it causes problems.
11832
11833 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11834
11835 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
11836
11837 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
11838
11839 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
11840 (tramp-smb-handle-file-attributes): Use it.
11841 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
11842 (tramp-smb-handle-insert-directory): Use `mapc' rather than
11843 `mapcar'. Use `tramp-smb-get-stat-capability'.
11844 Add `dired-filename' text properties.
11845 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
11846 (tramp-smb-maybe-open-connection): Simplify check for smbclient
11847 version.
11848
11849 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
11850
11851 * subr.el (read-key-delay): Reduce to 0.01.
11852 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
11853 (bug#4751).
11854
11855 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
11856
11857 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
11858
11859 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
11860 (Info-menu): Remove unused vars `last' and `completions'.
11861 (Info-index-nodes): Remove unused var `node'.
11862
11863 * info.el (Info-complete-menu-item): Use complete-with-action.
11864
11865 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
11866
11867 Make vc-annotate work through copies and renames.
11868 * vc-annotate.el (vc-annotate-extract-revision-at-line):
11869 Return the file name too.
11870 (vc-annotate-revision-at-line)
11871 (vc-annotate-find-revision-at-line)
11872 (vc-annotate-revision-previous-to-line)
11873 (vc-annotate-show-log-revision-at-line): Update to get the file
11874 name from vc-annotate-extract-revision-at-line.
11875 (vc-annotate-show-diff-revision-at-line-internal): Change the
11876 argument to mean whether to show a file diff or not. Get the file
11877 name from vc-annotate-extract-revision-at-line.
11878 (vc-annotate-show-diff-revision-at-line):
11879 Update vc-annotate-show-diff-revision-at-line call.
11880 (vc-annotate-warp-revision): Add an optional file argument.
11881
11882 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
11883 (vc-git-annotate-extract-revision-at-line): Also return the file
11884 name if found.
11885
11886 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
11887 command. Remove unused code.
11888 (vc-hg-annotate-re): Update to match --follow output.
11889 (vc-hg-annotate-extract-revision-at-line): Also return the file
11890 name if found.
11891
11892 * vc.el: Update annotate-extract-revision-at-line documentation.
11893
11894 2009-10-18 Kevin Ryde <user42@zip.com.au>
11895
11896 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
11897 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
11898
11899 * net/browse-url.el (browse-url): Identify alist with "consp and
11900 not functionp" and let all other things go down the `apply' leg,
11901 as suggested by Stefan. (Further to bug#4531.)
11902
11903 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
11904
11905 * minibuffer.el (read-file-name): Check for repeat before putting
11906 a default argument in file-name-history (Bug#4657).
11907
11908 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
11909 read syntax (Bug#4737).
11910
11911 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
11912
11913 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11914
11915 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
11916 (html-tag-alist, html-tag-help): Add descriptions for undocumented
11917 entries and make note of obsolete tags.
11918
11919 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
11920
11921 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
11922
11923 2009-10-18 Glenn Morris <rgm@gnu.org>
11924
11925 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
11926 grep, so that binary files (eg international/uni-bidi.el) can match.
11927 Remove test for "UnicodeData" files, since it is hopefully unnecessary
11928 now, and in any case the file header format has changed.
11929
11930 2009-10-17 Glenn Morris <rgm@gnu.org>
11931
11932 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
11933 (flyspell-get-word, flyspell-large-region)
11934 (flyspell-auto-correct-previous-word): Doc/error message fixes.
11935
11936 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
11937
11938 * Makefile.in (ELCFILES): Add ede/shell.
11939
11940 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
11941
11942 * term/common-win.el (x-colors): Purecopy it.
11943
11944 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11945
11946 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
11947 permissive for when the buffer is empty.
11948 (tar-header-block-tokenize): Decode the username and groupname.
11949 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
11950
11951 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11952
11953 * international/mule-cmds.el (select-safe-coding-system): If the file
11954 has a coding cookie, use it regardless of any other setting (bug#4712).
11955
11956 2009-10-17 Glenn Morris <rgm@gnu.org>
11957
11958 * foldout.el (foldout-mouse-swallow-events):
11959 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
11960
11961 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
11962 (dired-keep-marker-copy, dired-keep-marker-hardlink)
11963 (dired-keep-marker-symlink, dired-dwim-target)
11964 (dired-copy-preserve-time): Do not autoload these defcustoms.
11965
11966 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
11967 messages from messing up the file coding. (Bug#4623)
11968
11969 2009-10-17 Jari Aalto <jari.aalto@cante.net>
11970
11971 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
11972 if no match is found for the current dictionary. (Bug#4578)
11973
11974 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
11975 optional, since that is how it is documented, and this is often called
11976 with a nil argument. (Bug#4577)
11977 (flyspell-external-point-words, flyspell-auto-correct-word)
11978 (flyspell-correct-word-before-point, flyspell-word-search-forward)
11979 (flyspell-word-search-backward): Remove nil argument in calls to
11980 flyspell-get-word, since it is not needed now.
11981
11982 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
11983
11984 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
11985
11986 2009-10-16 Glenn Morris <rgm@gnu.org>
11987
11988 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
11989
11990 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
11991
11992 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
11993 (ange-ftp-file-size): New function.
11994 (ange-ftp-file-attributes): Use it.
11995
11996 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
11997
11998 * net/tramp-smb.el (tramp-smb-version): New defvar.
11999 (tramp-smb-maybe-open-connection): Use it, in order to avoid
12000 repeated checks.
12001
12002 2009-10-16 Glenn Morris <rgm@gnu.org>
12003
12004 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
12005 Maybe copy some custom properties from old to new name. (Bug#4706)
12006
12007 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
12008
12009 * subr.el (error, sit-for, start-process-shell-command)
12010 (start-file-process-shell-command): Set the calling convention
12011 after the function definition.
12012
12013 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12014
12015 * subr.el (error, sit-for, start-process-shell-command)
12016 (start-file-process-shell-command): Use the new
12017 set-advertised-calling-convention feature.
12018
12019 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
12020
12021 * international/ucs-normalize.el (ucs-normalize-version):
12022 Change to 1.2.
12023 (check-range): Adjust for Unicode 5.2.
12024
12025 2009-10-15 Juri Linkov <juri@jurta.org>
12026
12027 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
12028 to the `menu-item' format.
12029
12030 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
12031
12032 * net/tramp.el (tramp-replace-environment-variables): Do not fail
12033 if the environment variable does not exist.
12034
12035 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12036 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
12037 parameter.
12038 (tramp-smb-handle-add-name-to-file)
12039 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
12040 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
12041 (tramp-smb-handle-file-attributes)
12042 (tramp-smb-do-file-attributes-with-stat)
12043 (tramp-smb-handle-file-local-copy)
12044 (tramp-smb-handle-insert-directory)
12045 (tramp-smb-handle-make-directory)
12046 (tramp-smb-handle-make-directory-internal)
12047 (tramp-smb-handle-make-symbolic-link)
12048 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
12049 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
12050 (tramp-smb-maybe-open-connection): Apply the changed parameters.
12051 (tramp-smb-read-file-entry): Read Disk names in compressed format.
12052 Handle long file names.
12053 (tramp-smb-get-cifs-capabilities): Check, whether the connection
12054 process is running.
12055 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
12056 Read share names with "-g" option.
12057
12058 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
12059
12060 * net/rcirc.el (rcirc-view-log-file): New command.
12061 (rcirc-track-minor-mode-map): Remove C-c ` binding.
12062 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
12063 specified.
12064
12065 2009-10-15 Glenn Morris <rgm@gnu.org>
12066
12067 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
12068 from the second command-line argument.
12069 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
12070 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
12071 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
12072 w32-batch-update-autoloads.
12073 * emacs-lisp/autoload.el (autoload-make-program): New variable.
12074 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
12075
12076 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
12077 the headers cannot be located. Simplify, subtracting superflous
12078 save-excursions.
12079
12080 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
12081
12082 Replace completion-base-size by completion-base-position to fix bugs
12083 such as (bug#4699).
12084 * simple.el (completion-base-position): New var.
12085 (completion-base-size): Mark as obsolete.
12086 (choose-completion): Make it work for mouse events as well.
12087 Pass the new base-position to choose-completion-string.
12088 (choose-completion-guess-base-position): New function, extracted from
12089 choose-completion-delete-max-match.
12090 (choose-completion-delete-max-match): Use it. Make obsolete.
12091 (choose-completion-string): Use the new base-position info.
12092 (completion-root-regexp): Delete.
12093 (completion-setup-function): Preserve completion-base-position.
12094 Eliminate obsolete base-size manipulation.
12095 * minibuffer.el (display-completion-list): Don't mess with base-size.
12096 (minibuffer-completion-help): Set completion-base-position instead.
12097 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
12098 choose-completion.
12099 * textmodes/bibtex.el (bibtex-complete):
12100 * emacs-lisp/crm.el (crm--choose-completion-string):
12101 Adjust to new calling convention.
12102 * complete.el (partial-completion-mode): Use minibufferp to avoid
12103 bumping into incompatible change to choose-completion-string-functions.
12104 * ido.el (ido-choose-completion-string): Make its calling convention
12105 more permissive.
12106 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
12107 base-size manipulation.
12108 (comint-dynamic-list-input-ring): Use dotimes and push.
12109 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
12110 fundamental-mode. Use `or'.
12111
12112 2009-10-14 Juri Linkov <juri@jurta.org>
12113
12114 * misearch.el (multi-isearch-next-buffer-from-list)
12115 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
12116
12117 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12118
12119 * Makefile.in (compile-onefile): Load `bytecomp' rather than
12120 `bytecomp.el'.
12121
12122 * minibuffer.el (completion-pcm--merge-completions): Make sure the
12123 string we return is all made up of text from the completions rather
12124 than part from the completions and part from the input (bug#4219).
12125
12126 * ido.el (ido-everywhere): Use define-minor-mode.
12127
12128 * buff-menu.el (list-buffers, ctl-x-map):
12129 Mark the entry points with ;;;###autoload cookies.
12130
12131 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
12132
12133 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
12134 correctly in the detached head case.
12135 (vc-git-print-log): Remove unused binding.
12136
12137 * vc.el (vc-responsible-backend): When a directory is passed for
12138 for registration create a VC repository if no backend is
12139 responsible for the directory argument.
12140 (vc-deduce-fileset): Tell vc-responsible-backend to register.
12141
12142 * vc.el: Move comments about RCS and SCCS ...
12143 * vc-rcs.el:
12144 * vc-sccs.el: ... here, respectively.
12145
12146 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12147
12148 * minibuffer.el (completion--file-name-table): Return nil if there's
12149 no file completion, even if substitute-in-file-name changed
12150 the string (bug#4708).
12151
12152 2009-10-13 Juri Linkov <juri@jurta.org>
12153
12154 * files-x.el (read-file-local-variable-value): Don't filter out
12155 minor modes from mode name completion (bug#4664).
12156
12157 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
12158
12159 * international/mule-cmds.el (ucs-names): Remove exclusion of
12160 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
12161
12162 2009-10-13 Kenichi Handa <handa@m17n.org>
12163
12164 * international/uni-name.el: Regenerated.
12165
12166 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
12167
12168 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
12169 should be automatically buffer-local, but isn't.)
12170
12171 2009-10-12 Sam Steingold <sds@gnu.org>
12172
12173 * progmodes/compile.el (compilation-next-error-function): Fix the
12174 timestamps if the buffer has been visited before.
12175 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
12176 non-anchored patterns, like the perl one (bug#3928).
12177
12178 2009-10-12 Glenn Morris <rgm@gnu.org>
12179
12180 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
12181 Let-bind `size'.
12182
12183 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
12184
12185 * proced.el (proced-unload-function): New function.
12186
12187 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
12188 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
12189 Doc fix.
12190
12191 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
12192
12193 2009-10-11 Juri Linkov <juri@jurta.org>
12194
12195 * files-x.el (read-file-local-variable-value):
12196 Provide default value only for bound variables (bug#4664).
12197
12198 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
12199
12200 * net/tramp.el (tramp-local-host-p): Function shall return nil for
12201 connection methods like smb.
12202
12203 * net/tramp-cache.el (tramp-flush-connection-property): The hash
12204 can be empty.
12205
12206 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12207 (tramp-smb-file-name-handler-alist): Add handlers for
12208 `add-name-to-file', `make-symbolic-link'.
12209 (tramp-smb-handle-add-name-to-file)
12210 (tramp-smb-do-file-attributes-with-stat)
12211 (tramp-smb-handle-make-symbolic-link)
12212 (tramp-smb-get-cifs-capabilities): New defuns.
12213 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
12214 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
12215 (tramp-smb-handle-file-local-copy)
12216 (tramp-smb-handle-make-directory-internal)
12217 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
12218 The file name syntax depends on cifs capabilities.
12219 (tramp-smb-handle-file-attributes):
12220 Call `tramp-smb-do-file-attributes-with-stat' if possible.
12221 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
12222 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
12223
12224 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
12225
12226 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
12227 (eieio-defclass): Apply deftype handler and setf-method properties
12228 directly.
12229 (eieio-add-new-slot): Avoid union function from cl library.
12230 (eieio--typep): New function.
12231 (eieio-perform-slot-validation): Use it.
12232
12233 2009-10-10 Karl Fogel <kfogel@red-bean.com>
12234
12235 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
12236 Update documentation to refer to the variables documented in r1.135.
12237 (Bug#4188)
12238
12239 2009-10-10 Karl Fogel <kfogel@red-bean.com>
12240
12241 * bookmark.el (Info-suffix-list): Remove this unused variable.
12242 (bookmark-current-point): Remove this obsolete variable.
12243 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
12244 Adjust for removal of bookmark-current-point.
12245
12246 (bookmarks-already-loaded, bookmark-current-buffer)
12247 (bookmark-yank-point): Document. (Bug#4188)
12248
12249 2009-10-10 Glenn Morris <rgm@gnu.org>
12250
12251 * frame.el (frame-height): Doc fix.
12252
12253 * calendar/calendar.el (calendar-split-width-threshold): New option.
12254 (calendar-basic-setup): Use calendar-split-width-threshold.
12255
12256 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
12257
12258 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
12259 Ideographic Supplement" range (U+1F200..U+1F2FF).
12260
12261 2009-10-09 Karl Fogel <kfogel@red-bean.com>
12262
12263 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
12264 since the list will have been rebuilt anyway. (Bug#4349)
12265
12266 2009-10-09 Karl Fogel <kfogel@red-bean.com>
12267
12268 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
12269 (bookmark-bmenu-execute-deletions): Don't save here, as
12270 bookmark-delete will now do so if necessary.
12271 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
12272 (Bug#4348)
12273
12274 2009-10-09 Glenn Morris <rgm@gnu.org>
12275
12276 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
12277
12278 2009-10-09 Karl Fogel <kfogel@red-bean.com>
12279
12280 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
12281 (bookmark-jump-other-window): Just invoke bookmark-jump with new
12282 argument now, so the two function's behaviors will match. (Bug#3645)
12283
12284 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
12285
12286 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
12287 (tramp-file-name-real-host, tramp-file-name-port):
12288 Apply `save-match-data'.
12289
12290 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
12291 case both directories are remote.
12292 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
12293 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
12294
12295 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
12296
12297 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
12298
12299 2009-10-07 Glenn Morris <rgm@gnu.org>
12300
12301 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
12302 of concat.
12303
12304 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
12305
12306 * files-x.el (read-file-local-variable): Include some
12307 non-user-variables in the completion table (bug#4664).
12308
12309 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
12310
12311 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
12312 message.
12313
12314 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12315 (tramp-smb-file-name-handler-alist): Add handler for
12316 `copy-directory', `expand-file-name', `set-file-modes'.
12317 (tramp-smb-handle-copy-directory)
12318 (tramp-smb-handle-expand-file-name)
12319 (tramp-smb-handle-set-file-modes): New defuns.
12320 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
12321 (tramp-smb-handle-file-attributes): Simplify check for retrieving
12322 entry.
12323 (tramp-smb-handle-insert-directory): Don't flush the cache.
12324 (tramp-smb-maybe-open-connection): Check for samba client and
12325 server versions.
12326
12327 2009-10-07 Eli Zaretskii <eliz@gnu.org>
12328
12329 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
12330 to not error out of search for "^lisp=" fails.
12331
12332 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
12333
12334 * makefile.w32-in (WINS_UPDATES): New macro.
12335 (custom-deps, finder-data, autoloads): Use it.
12336
12337 2009-10-07 Glenn Morris <rgm@gnu.org>
12338
12339 * Makefile.in (autoloads): Revert previous change.
12340 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
12341 the list of preloaded files passed on the command-line, get
12342 it from src/Makefile.
12343
12344 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
12345 show the original buffer rather than a random one.
12346
12347 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
12348
12349 * help.el (describe-no-warranty): Place point in a slightly better
12350 position in the GPLv3 text.
12351
12352 2009-10-06 Sam Steingold <sds@gnu.org>
12353
12354 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
12355 the comm attribute is present before calling regexp-quote.
12356
12357 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
12358
12359 * play/animate.el (animate-string): For good effect, make sure
12360 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
12361
12362 * play/animate.el (animate-sequence, animate-birthday-present):
12363 * misc.el (butterfly): Don't set `indent-tabs-mode'.
12364
12365 2009-10-06 Glenn Morris <rgm@gnu.org>
12366
12367 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
12368
12369 * emacs-lisp/autoload.el (autoload-excludes): New variable.
12370 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
12371 (batch-update-autoloads): Process a string value of autoload-excludes,
12372 set during the build process.
12373 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
12374
12375 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
12376 inside with-parsed... macro so that `v' is defined.
12377
12378 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
12379 * progmodes/fortran.el (fortran-end-of-block)
12380 (fortran-beginning-of-block):
12381 Also push mark in the macro case.
12382
12383 * emerge.el (emerge-show-file-name):
12384 * calc/calc.el (calc-quit):
12385 * calc/calc-misc.el (calc-big-or-small):
12386 * calc/calc-graph.el (calc-graph-view):
12387 * calc/calc-ext.el (calc-reset):
12388 * calendar/calendar.el (calendar-basic-setup):
12389 Use window-full-height-p.
12390
12391 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
12392 header we don't understand, don't insert another. (Bug#4624)
12393 If changing mime charset, insert the new one in the right place.
12394
12395 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
12396
12397 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
12398 (cal-tex-cursor-month): Correctly increment the end date for diary and
12399 holiday listing. (Bug#4626)
12400
12401 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12402
12403 * help-fns.el (describe-function-1): Don't burp if the function is not
12404 a symbol.
12405
12406 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
12407
12408 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
12409 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
12410 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
12411 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
12412
12413 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
12414 (eieio-default-superclass): Reflow docstrings.
12415 (this, class-option-assoc, defclass, eieio-class-un-autoload)
12416 (eieio-unbind-method-implementations, defmethod)
12417 (eieio-validate-slot-value, eieio-validate-class-slot-value)
12418 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
12419 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
12420 (eieio-slot-originating-class-p, eieio-slot-name-index)
12421 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
12422 (constructor, initialize-instance, no-next-method, object-print)
12423 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
12424 Fix typos in docstrings.
12425 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
12426 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
12427 (next-method-p): Doc fixes.
12428 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
12429 Fix typos in error messages.
12430 (eieio-defmethod): Fix typo in description of generic method.
12431
12432 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
12433 (eieio-persistent-save-interactive, slot-missing):
12434 Fix typos in docstrings.
12435 (eieio-instance-inheritor-slot-boundp): Doc fix.
12436
12437 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
12438 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
12439
12440 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
12441 (eieio-custom-object-apply-reset):
12442 Fix typos in docstrings and error messages.
12443
12444 * emacs-lisp/eieio-datadebug.el (data-debug-show):
12445 Fix typo in docstring.
12446
12447 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
12448 (eieio-browse-tree): Doc fix.
12449 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
12450 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
12451 Fix typos in docstrings.
12452
12453 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
12454 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
12455 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
12456 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
12457 Reflow docstrings.
12458
12459 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
12460
12461 * vc-hg.el (log-view-vc-backend): Declare for compiler.
12462 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
12463 Set log-view-vc-backend so that diff can work.
12464
12465 * log-view.el (log-view-diff): Use vc-diff-internal instead of
12466 vc-version-diff.
12467 (vc-diff-internal): Autoload this instead of vc-version-diff.
12468
12469 2009-10-05 Eli Zaretskii <eliz@gnu.org>
12470
12471 * simple.el (eval-expression): Doc fix.
12472
12473 * progmodes/cwarn.el (cwarn-mode): Doc fix.
12474
12475 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
12476
12477 * files.el (directory-files-no-dot-files-regexp): New defconst.
12478 (delete-directory): Use it.
12479 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
12480
12481 * net/tramp.el (tramp-verbose): Fix docstring.
12482 (tramp-methods): Add recursive option to `tramp-copy-args'.
12483 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
12484 "scp1_old", "scp2_old", "rsync", "rsyncc".
12485 (tramp-default-method): Check also for `auth-source-user-or-password'.
12486 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
12487 Add handler for `copy-directory'.
12488 (tramp-handle-copy-directory): New defun.
12489 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
12490 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
12491 Optimize sent command.
12492
12493 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12494
12495 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
12496 window if necessary.
12497
12498 * calendar/calendar.el (calendar-basic-setup): Don't call
12499 switch-to-buffer in a dedicated window.
12500
12501 2009-10-05 Karl Fogel <kfogel@red-bean.com>
12502
12503 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
12504 don't do anything related to relocating, just return nil.
12505 (bookmark-error-no-filename): New error.
12506 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
12507 bookmark has no file. Don't even attempt to handle things that
12508 are not files; the whole point of custom handlers is to keep that
12509 knowledge elsewhere anyway. Tighten some comments.
12510 (bookmark-file-or-variation-thereof): Remove now-unused function.
12511 (bookmark-location): Doc string fix.
12512 (Bug#4250)
12513
12514 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12515
12516 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
12517 don't use a file dialog, because they usually don't know how to read
12518 a directory target from the user. (Bug#4230)
12519 Also, make sure the prompt can display directories as well as files.
12520
12521 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12522
12523 * bookmark.el (bookmark-set, bookmark-buffer-name):
12524 Improve doc strings. (Bug#1193)
12525
12526 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12527
12528 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
12529 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
12530 (bookmark-get-annotation, bookmark-set-annotation)
12531 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
12532 (bookmark-set-position, bookmark-get-front-context-string)
12533 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
12534 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
12535 (bookmark-jump-other-window, bookmark-handle-bookmark)
12536 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
12537 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
12538 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
12539 Improve doc strings to say whether bookmark can be a string or
12540 a record or both, and make other consistency and clarity fixes.
12541 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
12542 (bookmark-default-annotation-text, bookmark-yank-word)
12543 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
12544 (bookmark-import-new-list, bookmark-maybe-rename)
12545 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12546 (bookmark-bmenu-bookmark): Give these doc strings.
12547 (bookmark-bmenu-check-position): Give this a doc string, but also
12548 add a FIXME comment about how the function may be pointless.
12549 (bookmark-default-handler): Rework doc string and change a
12550 parameter name, to clarify that this takes a bookmark record
12551 not a bookmark name.
12552 (bookmark-set): Change a parameter name to indicate its meaning,
12553 and improve the doc string a bit.
12554 (Bug#4188)
12555
12556 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12557
12558 * bookmark.el (bookmark-alist): Document the new `handler' element
12559 in the param alist.
12560 (bookmark-make-record-function): Adjust documentation for above.
12561 (Bug#4193)
12562
12563 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12564
12565 * info.el (Info-bookmark-make-record): Document this function.
12566 (Info-bookmark-jump): Document with a doc string, not just a comment.
12567 (Bug#4203)
12568
12569 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
12570
12571 * files.el (copy-directory): New defun.
12572
12573 * dired-aux.el (dired-copy-file-recursive): Use it.
12574
12575 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
12576
12577 * files-x.el (modify-dir-local-variable)
12578 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
12579 docstrings.
12580
12581 * recentf.el (recentf-unload-function): New function.
12582
12583 2009-10-04 Glenn Morris <rgm@gnu.org>
12584
12585 * window.el (window-full-height-p): Add doc string.
12586
12587 2009-10-04 Martin Rudalics <rudalics@gmx.at>
12588
12589 * window.el (window-full-height-p): New function. (Bug#4543)
12590
12591 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
12592
12593 * vc.el: Remove commented out code.
12594 (vc-derived-from-dir-mode): Remove, unused.
12595 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
12596
12597 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
12598
12599 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
12600 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
12601 there could be recursive loading when `default-directory' is a
12602 remote file name. (Bug#4614)
12603
12604 2009-10-03 Glenn Morris <rgm@gnu.org>
12605
12606 * calendar/calendar.el (calendar-basic-setup): Handle the case where
12607 the frame is wide.
12608 (calendar-generate-window): Test for shrinkability rather than width.
12609
12610 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
12611 reusing existing buffers, in case we happen to visit two files with the
12612 same basename. (Bug#4593)
12613
12614 2009-10-02 Eli Zaretskii <eliz@gnu.org>
12615
12616 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
12617 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
12618 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
12619 subdirs of cedet as well.
12620 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
12621
12622 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
12623
12624 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
12625 Obey advertised-signature-table.
12626
12627 * help-fns.el (help-function-arglist): Don't check
12628 advertised-signature-table.
12629 (describe-function-1): Do it here instead so it also applies to subrs.
12630
12631 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
12632
12633 * simple.el (start-file-process): Say in the doc-string, that file
12634 handlers might not support pty association, if PROGRAM is nil.
12635
12636 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
12637 HOST and USER are strings. They are nil, when there are
12638 incomplete entries in ~/.netrc, for example.
12639 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
12640 root directory ("device busy" error otherwise).
12641
12642 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
12643 Flush file properties of created directory.
12644
12645 2009-10-02 Eli Zaretskii <eliz@gnu.org>
12646
12647 * makefile.w32-in (WINS_BASIC): Remove cedet.
12648 (WINS_CEDET): Add cedet.
12649 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
12650
12651 2009-10-02 Kevin Ryde <user42@zip.com.au>
12652
12653 * net/browse-url.el (browse-url): Pass any symbol in
12654 browse-url-browser-function to `apply', since if you've mistakenly put
12655 an unbound symbol then the error is clearer. (Bug#4531)
12656
12657 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
12658
12659 * allout.el (allout-init, allout-back-to-current-heading)
12660 (allout-beginning-of-current-entry, allout-ascend-to-depth)
12661 (allout-ascend, allout-up-current-level, allout-end-of-level)
12662 (allout-previous-visible-heading, allout-forward-current-level)
12663 (allout-backward-current-level, allout-show-children):
12664 * apropos.el (apropos-describe-plist):
12665 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
12666 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
12667 * completion.el (add-completion, add-permanent-completion):
12668 * descr-text.el (describe-text-category, describe-char):
12669 * desktop.el (desktop-lazy-abort):
12670 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
12671 * dired.el (dired-build-subdir-alist):
12672 * ediff.el (ediff-version):
12673 * elide-head.el (elide-head, elide-head-show):
12674 * emerge.el (emerge-version):
12675 * env.el (getenv):
12676 * face-remap.el (variable-pitch-mode):
12677 * faces.el (describe-face):
12678 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
12679 (dired-at-point):
12680 * files.el (find-file-existing, auto-save-mode):
12681 * font-lock.el (font-lock-fontify-buffer):
12682 * help-fns.el (describe-function, describe-variable)
12683 (describe-syntax, describe-categories):
12684 * help.el (view-lossage, describe-bindings, describe-key)
12685 (describe-mode):
12686 * hexl.el (hexl-current-address):
12687 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
12688 * info.el (Info-goto-emacs-key-command-node):
12689 * log-edit.el (log-edit-insert-cvs-template)
12690 (log-edit-insert-cvs-rcstemplate):
12691 * menu-bar.el (menu-bar-mode):
12692 * mouse.el (mouse-appearance-menu):
12693 * newcomment.el (comment-indent-new-line):
12694 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
12695 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
12696 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
12697 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
12698 * recentf.el (recentf-mode):
12699 * savehist.el (savehist-mode, savehist-save):
12700 * shadowfile.el (shadow-copy-files):
12701 * simple.el (kill-ring-save, next-line, previous-line)
12702 (normal-erase-is-backspace-mode):
12703 * strokes.el (strokes-update-window-configuration)
12704 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
12705 (strokes-xpm-for-stroke):
12706 * time.el (emacs-uptime, emacs-init-time):
12707 * tutorial.el (tutorial--describe-nonstandard-key)
12708 (tutorial--detailed-help):
12709 * type-break.el (type-break-mode)
12710 (type-break-mode-line-message-mode, type-break-query-mode)
12711 (type-break-guesstimate-keystroke-threshold):
12712 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
12713 * version.el (emacs-version):
12714 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
12715 * winner.el (winner-mode):
12716 * calendar/timeclock.el (timeclock-in, timeclock-out)
12717 (timeclock-status-string, timeclock-change)
12718 (timeclock-workday-remaining-string)
12719 (timeclock-workday-elapsed-string)
12720 (timeclock-when-to-leave-string):
12721 * calendar/todo-mode.el (todo-add-category):
12722 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
12723 * emacs-lisp/autoload.el (update-file-autoloads):
12724 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
12725 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
12726 (checkdoc-message-text, checkdoc-defun):
12727 * emacs-lisp/debug.el (debugger-list-functions):
12728 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12729 * emacs-lisp/eieio-opt.el (eieio-describe-class)
12730 (eieio-describe-generic):
12731 * emacs-lisp/lisp-mnt.el (lm-synopsis):
12732 * emacs-lisp/shadow.el (list-load-path-shadows):
12733 * emulation/cua-base.el (cua-mode):
12734 * emulation/edt.el (edt-set-scroll-margins):
12735 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
12736 (tpu-toggle-regexp, tpu-toggle-search-direction)
12737 (tpu-toggle-rectangle, tpu-toggle-control-keys):
12738 * emulation/tpu-extras.el (tpu-set-scroll-margins):
12739 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
12740 (viper-set-parsing-style-toggling-macro)
12741 (viper-set-emacs-state-searchstyle-macros):
12742 * emulation/viper.el (viper-set-hooks):
12743 * eshell/esh-mode.el (eshell-truncate-buffer):
12744 * international/mule-cmds.el (prefer-coding-system)
12745 (describe-input-method, describe-language-environment):
12746 * international/mule-diag.el (list-character-sets)
12747 (describe-character-set, describe-coding-system)
12748 (describe-fontset, list-fontsets, list-input-methods):
12749 * mail/sendmail.el (mail-signature):
12750 * net/ange-ftp.el (ange-ftp-copy-file):
12751 * net/browse-url.el (browse-url):
12752 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
12753 * net/quickurl.el (quickurl-add-url):
12754 * net/rcirc.el (names, topic):
12755 * net/xesam.el (xesam-mode):
12756 * play/5x5.el (5x5-new-game):
12757 * play/yow.el (apropos-zippy):
12758 * progmodes/ada-mode.el (ada-mode-version):
12759 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
12760 (f90-end-of-block)
12761 (f90-beginning-of-block):
12762 * progmodes/fortran.el (fortran-end-of-block)
12763 (fortran-beginning-of-block):
12764 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
12765 * progmodes/python.el (python-describe-symbol, python-shell):
12766 * term/ns-win.el (ns-print-buffer):
12767 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
12768 * textmodes/flyspell.el (flyspell-mode-on):
12769 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
12770 (pages-directory-for-addresses):
12771 * textmodes/table.el (table-recognize-cell)
12772 (table-query-dimension, table-generate-source)
12773 (table-insert-sequence, table--warn-incompatibility):
12774 * textmodes/tex-mode.el (tex-validate-buffer):
12775 * textmodes/texinfmt.el (texinfmt-version)
12776 (texinfo-format-buffer):
12777 Use `called-interactively-p' instead of `interactive-p'.
12778
12779 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
12780
12781 * image-mode.el (image-toggle-display):
12782 * emacs-lisp/elp.el (elp-instrument-function):
12783 * emacs-lisp/advice.el (ad-make-advised-definition):
12784 * emacs-lisp/easy-mmode.el (define-minor-mode):
12785 * net/browse-url.el (browse-url-maybe-new-window):
12786 * progmodes/sh-script.el (sh-learn-buffer-indent):
12787 Pass new argument 'any to `called-interactively-p'.
12788
12789 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
12790
12791 * international/uni-bidi.el:
12792 * international/uni-category.el:
12793 * international/uni-combining.el:
12794 * international/uni-comment.el:
12795 * international/uni-decimal.el:
12796 * international/uni-decomposition.el:
12797 * international/uni-digit.el:
12798 * international/uni-lowercase.el:
12799 * international/uni-mirrored.el:
12800 * international/uni-name.el:
12801 * international/uni-numeric.el:
12802 * international/uni-old-name.el:
12803 * international/uni-titlecase.el:
12804 * international/uni-uppercase.el:
12805 Regenerate from Unicode 5.2.0 data.
12806
12807 2009-10-01 Glenn Morris <rgm@gnu.org>
12808
12809 * Makefile.in (ELCFILES): Regenerate.
12810
12811 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
12812
12813 * subr.el (interactive-p): Mark obsolete.
12814 (called-interactively-p): Make the optional-ness of `kind' obsolete.
12815 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
12816 advertised-signature-table for subroutines as well.
12817
12818 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
12819 (set-advertised-calling-convention): New function.
12820 (make-obsolete, define-obsolete-function-alias)
12821 (make-obsolete-variable, define-obsolete-variable-alias):
12822 Make the optional-ness of `when' obsolete.
12823 (define-obsolete-face-alias): Make `when' non-optional.
12824 * help-fns.el (help-function-arglist):
12825 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
12826 Use advertised-signature-table.
12827
12828 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
12829
12830 * files.el (delete-directory): New defun. The original function
12831 in fileio.c has been renamed to `delete-directory-internal'.
12832
12833 * dired.el (dired-delete-file): Call `delete-directory' with
12834 RECURSIVE parameter.
12835
12836 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
12837 parameter RECURSIVE. Implementation is missing.
12838
12839 * net/tramp.el (tramp-handle-make-directory): Flush upper
12840 directory's file properties.
12841 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
12842 (tramp-handle-dired-recursive-delete-directory): Flush directory
12843 properties after the remove command only.
12844
12845 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
12846 Handle optional parameter RECURSIVE.
12847
12848 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
12849 Handle optional parameter RECURSIVE.
12850
12851 * net/tramp-smb.el (tramp-smb-errors): Add error message for
12852 connection timeout.
12853 (tramp-smb-handle-delete-directory): Handle optional parameter
12854 RECURSIVE.
12855
12856 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
12857
12858 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
12859 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
12860 (byte-compile-defmacro): Use backquotes.
12861
12862 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
12863
12864 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
12865 has no associated file.
12866 (vc-resynch-buffer): Use vc-dir-buffers.
12867
12868 2009-10-01 Glenn Morris <rgm@gnu.org>
12869
12870 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
12871 (chart-file-count):
12872 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
12873 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
12874 * emacs-lisp/eieio-opt.el (eieio-describe-class):
12875 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
12876 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
12877 (eieio-copy-parents-into-subclass, make-instance, class-children)
12878 (eieio-generic-form):
12879
12880 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
12881 match-data. (Bug#4555).
12882
12883 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
12884 rather than parsing it as a regexp. This relaxes the layout
12885 requirements and makes errors easier to detect.
12886 (check-declare-verify): Check file is regular.
12887 (check-declare-directory): Doc fix.
12888 * subr.el (declare-function): Doc fix.
12889
12890 * ibuffer.el (ibuffer-format-qualifier):
12891 * isearch.el (hi-lock-regexp-okay):
12892 * calc/calc.el (math-zerop):
12893 * mail/uce.el (rmail-msgbeg, rmail-msgend):
12894 * term/w32-win.el (setup-default-fontset, set-fontset-font):
12895 Remove unused declarations.
12896
12897 2009-09-30 Glenn Morris <rgm@gnu.org>
12898
12899 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
12900
12901 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
12902 filename is not a string.
12903
12904 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
12905
12906 * files.el (safe-local-eval-forms): Fix typo.
12907
12908 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
12909
12910 * vc-hooks.el (vc-dir-buffers): New var.
12911 (vc-state-refresh): New function.
12912 (vc-state): Use it.
12913 (vc-after-save): Always ask the backend to recompute the new state.
12914 Always call vc-dir if necessary, using vc-dir-buffers.
12915 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
12916 Use vc-dir-buffers.
12917 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
12918 (vc-dir-prepare-status-buffer, vc-dir-update)
12919 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
12920 Don't call expand-file-name on default-directory.
12921
12922 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
12923
12924 * speedbar.el (speedbar-item-delete):
12925 * calc/calc-prog.el (calc-kbd-if):
12926 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
12927
12928 * epa.el (epa-key-list-mode-map):
12929 * hi-lock.el (hi-lock-menu): Fix typos in menus.
12930
12931 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
12932 (hs-show-hook): Fix typo in docstring.
12933
12934 2009-09-29 Glenn Morris <rgm@gnu.org>
12935
12936 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
12937 file-name-nondirectory call preventing location of cedet files.
12938 (check-declare-verify): Use literal search rather than re-search.
12939 Add basic defmethod and defclass, and define-overloadable-function.
12940
12941 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
12942 Use tramp-compat-file-attributes rather than nonexistent
12943 tramp-compat-handle-file-attributes.
12944
12945 * Makefile.in (lisptagsfiles4): New.
12946 (AUTOGENEL): Add cedet loaddefs files.
12947 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
12948 (update-elclist, compile-always, backup-compiled-files)
12949 (bootstrap-clean): Add yet another directory level.
12950 (update-elclist): Use LC_COLLATE rather than COLLATE.
12951 (ELCFILES): Update, via `make update-elclist'.
12952
12953 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
12954
12955 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
12956 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
12957 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
12958
12959 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
12960
12961 * Makefile.in (lisptagsfiles3): Define.
12962 (TAGS, TAGS-LISP): Use it.
12963 (update-elclist): Add third directory level to look for elc files.
12964 (compile-always): Likewise.
12965 (backup-compiled-files): Likewise.
12966 (bootstrap-clean): Likewise.
12967 (ELCFILES): Update.
12968
12969 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
12970
12971 * Makefile.in (ELCFILES): Add CEDET files.
12972
12973 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
12974
12975 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
12976
12977 * net/tramp.el (top): Require tramp-imap.
12978
12979 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
12980 Use `tramp-compat-handle-file-attributes'.
12981
12982 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
12983
12984 * net/tramp-imap.el: New package.
12985
12986 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12987
12988 * whitespace.el (whitespace-trailing-regexp)
12989 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
12990 Fix doc string.
12991
12992 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
12993
12994 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
12995 menu.
12996
12997 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
12998 menu-bar-ediff-menu.
12999
13000 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
13001 define-overloadable-function.
13002
13003 * progmodes/autoconf.el: Provide autoconf as well, so that this
13004 file can be `require'd.
13005
13006 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
13007
13008 * emacs-lisp/autoload.el (generated-autoload-feature)
13009 (generated-autoload-load-name): New vars.
13010 (autoload-rubric, autoload-generate-file-autoloads): Use them.
13011 (make-autoload): Recognize define-overloadable-function and
13012 defclass forms (for EIEIO).
13013
13014 * Makefile.in (update-subdirs): Exclude cedet directory.
13015
13016 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
13017
13018 * term/ns-win.el: Don't set the region face background. (Bug#4381)
13019
13020 * faces.el: Default light-background background for region face to
13021 ns_selection_color under NS.
13022
13023 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
13024
13025 * net/imap-hash.el: New library, see NEWS.
13026
13027 * Makefile.in (ELCFILES): Add imap-hash.el.
13028
13029 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
13030
13031 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
13032 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
13033 * help-macro.el (make-help-screen): Avoid using an ambiguous function
13034 definition where the docstring could be taken for the return value.
13035
13036 2009-09-26 Glenn Morris <rgm@gnu.org>
13037
13038 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
13039 Add option to only show images below a certain size.
13040 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
13041 save-excursion calls.
13042
13043 2009-09-26 Eli Zaretskii <eliz@gnu.org>
13044
13045 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
13046 subdirectories) and eieio.
13047
13048 2009-09-26 Alan Mackenzie <acm@muc.de>
13049
13050 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
13051 buggy bracketing. (Bug#4289)
13052
13053 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
13054 character constants (as case labels). (Bug#4289)
13055
13056 2009-09-25 Juri Linkov <juri@jurta.org>
13057
13058 * files.el (safe-local-eval-forms): Allow time-stamp in
13059 before-save-hook (Bug#4554).
13060
13061 2009-09-25 Drew Adams <drew.adams@oracle.com>
13062
13063 * menu-bar.el (list-buffers-directory): Doc fix.
13064
13065 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
13066
13067 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
13068 Try and avoid copying twice the same paragraph.
13069 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
13070 Remove save-excursion.
13071 (log-edit-changelog-entry): Do it here instead.
13072
13073 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
13074
13075 * bs.el (bs--get-file-name): Use `list-buffers-directory'
13076 when available, instead of hardcoding mode names. Doc fix.
13077
13078 * menu-bar.el (list-buffers-directory): Add docstring.
13079 Make automatically buffer-local.
13080
13081 * dired.el (dired-mode):
13082 * files.el (cd-absolute):
13083 * pcvs.el (cvs-temp-buffer):
13084 * pcvs-util.el (cvs-get-buffer-create):
13085 * shell.el (shell-mode):
13086 * vc-dir.el (vc-dir-mode):
13087 Don't make `list-buffers-directory' buffer local.
13088
13089 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
13090
13091 * comint.el (comint-exec, comint-run, make-comint):
13092 Doc fixes (Bug#4542).
13093
13094 2009-09-25 Glenn Morris <rgm@gnu.org>
13095
13096 * mail/rmailmm.el (rmail-mime): New custom group.
13097 Move all defcustoms in this file into this group.
13098 (rmail-mime-media-type-handlers-alist): Revert previous change.
13099 (rmail-mime-show-images): New option.
13100 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
13101 references to it, since it wasn't actually used for anything.
13102 (rmail-mime-insert-image): New function.
13103 (rmail-mime-image): Use rmail-mime-insert-image.
13104 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
13105 obey the value of `rmail-mime-show-images' option. Print the size of
13106 attachments.
13107
13108 2009-09-25 David Engster <deng@randomsample.de>
13109
13110 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
13111
13112 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13113
13114 * whitespace.el: Does not highlight trailing spaces While point is
13115 at end of line. Does not highligt spaces at beginning of buffer
13116 while point is at beginning of buffer. Does not highlight spaces
13117 at end of buffer while point is at end of buffer. (Bug#4177)
13118 New version 12.0.
13119 (whitespace-display-mappings): Adjust initialization.
13120 (whitespace-point, whitespace-font-lock-refontify): New vars.
13121 (whitespace-color-on, whitespace-color-off): Adjust code.
13122 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
13123 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
13124 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
13125
13126 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
13127
13128 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
13129
13130 * textmodes/sgml-mode.el: Remove xml-mode alias.
13131
13132 * files.el (auto-mode-alist, conf-mode-maybe)
13133 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
13134
13135 2009-09-24 Alan Mackenzie <acm@muc.de>
13136
13137 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
13138 c-forward-conditionals, but it doesn't move point and doesn't set
13139 the mark.
13140 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
13141 (c-down-conditional-with-else, c-backward-conditional)
13142 (c-forward-conditional): Refactor to use c-scan-conditionals.
13143
13144 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
13145
13146 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
13147 (help-default-arg-highlight): Remove.
13148 (help-highlight-arg): New function.
13149 (help-do-arg-highlight): Use it.
13150 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
13151
13152 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13153
13154 * term.el (term-set-scroll-region, term-handle-ansi-escape):
13155 Undo last change, which didn't fix the problem and introduced others.
13156
13157 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
13158
13159 * progmodes/gdb-mi.el: Don't require speedbar.
13160 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
13161
13162 2009-09-24 Glenn Morris <rgm@gnu.org>
13163
13164 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
13165
13166 * term/ns-win.el (ns-reg-to-script): Define for compiler.
13167
13168 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
13169 there is no newline after the final mime boundary. (Bug#4539)
13170 Move markers on insertion so that any buttons inserted don't end up in
13171 the next part of a multipart message.
13172 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
13173 (rmail-mime-bulk-handler): Optionally handle images.
13174 (rmail-mime-image): New button action.
13175 (rmail-mime-image-handler): New function.
13176 (rmail-mime-mode): New mode.
13177 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
13178
13179 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13180
13181 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
13182 than just dropping elements from it (bug#4504).
13183
13184 * term.el (term-set-scroll-region): Don't move cursor any more.
13185 (term-handle-ansi-escape): Call term-goto here instead.
13186 Suggested by Ivan Kanis <apple@kanis.eu>.
13187
13188 * term.el: Require CL.
13189 (term-ansi-reset): New function.
13190 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
13191 (term-handle-colors-array): Simplify.
13192
13193 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
13194
13195 * allout.el (allout-overlay-interior-modification-handler)
13196 (allout-obtain-passphrase):
13197 * epa-file.el (epa-file-write-region):
13198 * ps-print.el (ps-begin-job):
13199 * vc-hooks.el (vc-toggle-read-only):
13200 * vc-rcs.el (vc-rcs-rollback):
13201 * vc-sccs.el (vc-sccs-rollback):
13202 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
13203 (vc-version-diff, vc-revert, vc-rollback):
13204 * wdired.el (wdired-check-kill-buffer):
13205 * emacs-lisp/authors.el (authors):
13206 * net/socks.el (socks-open-connection):
13207 * net/zeroconf.el (zeroconf-service-add-hook):
13208 * obsolete/vc-mcvs.el (vc-mcvs-register):
13209 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
13210 (gdb-select-frame):
13211 * progmodes/grep.el (lgrep, rgrep):
13212 * progmodes/idlw-help.el (idlwave-help-check-locations)
13213 (idlwave-help-html-link, idlwave-help-assistant-open-link):
13214 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13215 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
13216 (reftex-toc-rename-label): Fix typos in error messages.
13217
13218 * dired-aux.el (dired-do-shell-command): Reflow docstring.
13219 (dired-copy-how-to-fn): Doc fix.
13220 (dired-files-attributes, dired-read-shell-command):
13221 Fix typos in docstrings.
13222
13223 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
13224 (dired-x-find-file-other-window): Reflow docstrings.
13225 (dired-omit-marker-char, dired-read-shell-command)
13226 (dired-x-submit-report): Fix typos in docstrings.
13227
13228 * shell.el (shell-mode-hook):
13229 * view.el (View-scroll-line-forward):
13230 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
13231 Fix typos in docstrings.
13232
13233 * net/dig.el (dig-invoke): Fix typo in docstring.
13234 (query-dig): Reflow docstring.
13235
13236 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
13237 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
13238 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
13239 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
13240 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
13241 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
13242 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
13243 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
13244 (idlwave-completion-map, idlwave-current-indent)
13245 (idlwave-custom-ampersand-surround, idlwave-customize)
13246 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
13247 (idlwave-define-abbrev, idlwave-determine-class-special)
13248 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
13249 (idlwave-end-block-reg, idlwave-end-of-statement)
13250 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
13251 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
13252 (idlwave-explicit-class-listed, idlwave-file-header)
13253 (idlwave-fill-paragraph, idlwave-find-class-definition)
13254 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
13255 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
13256 (idlwave-in-quote, idlwave-indent-action-table)
13257 (idlwave-indent-expand-table, idlwave-indent-line)
13258 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
13259 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
13260 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
13261 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
13262 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
13263 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
13264 (idlwave-outlawed-buffers, idlwave-popup-select)
13265 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
13266 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
13267 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
13268 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
13269 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
13270 (idlwave-statement-type, idlwave-struct-skip)
13271 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
13272 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
13273 (idlwave-what-module-find-class): Fix typos in docstrings.
13274 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
13275 (idlwave-calculate-cont-indent, idlwave-expand-equal)
13276 (idlwave-find-module, idlwave-find-structure-definition)
13277 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
13278 (idlwave-list-load-path-shadows, idlwave-next-statement)
13279 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
13280 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
13281 (idlwave-template): Reflow docstrings.
13282
13283 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
13284 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
13285 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
13286 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
13287 (idlwave-shell-display-line, idlwave-shell-display-wframe)
13288 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
13289 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
13290 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
13291 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
13292 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
13293 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
13294 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
13295 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
13296 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
13297 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
13298 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
13299 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
13300 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
13301 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
13302 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
13303 Fix typos in docstrings.
13304 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
13305 (idlwave-shell-hide-output, idlwave-shell-mode)
13306 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
13307 Reflow docstrings.
13308
13309 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
13310
13311 2009-09-24 Ivan Kanis <apple@kanis.eu>
13312
13313 * term.el (term-bold-attribute): New var.
13314 (term-handle-colors-array): Use it.
13315
13316 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
13317
13318 * progmodes/gdb-mi.el (gdb-version): New variable.
13319 (gdb-non-stop-handler): Set gdb-version.
13320 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
13321 Condition "--thread" option on gdb-version.
13322 (gdb-invalidate-threads): Remove unused argument.
13323
13324 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13325
13326 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
13327 to looking-back to avoid ridiculous slow down in large files (bug#4511).
13328
13329 2009-09-23 Glenn Morris <rgm@gnu.org>
13330
13331 * mail/rmail.el (rmail-reply): Don't try to add a References header when
13332 replying to mail without References or Message-Id. (Bug#4525)
13333
13334 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
13335
13336 * term/ns-win.el (ns-reg-to-script): New variable.
13337
13338 2009-09-23 Daiki Ueno <ueno@unixuser.org>
13339
13340 * epg.el (epg-wait-for-status): Preserve existing 'error results.
13341
13342 2009-09-22 Sam Steingold <sds@gnu.org>
13343
13344 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
13345 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
13346 to 1 because hg returns status 1 when nothing is found.
13347 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
13348
13349 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
13350
13351 * textmodes/fill.el: Convert to utf-8 encoding.
13352 (fill-french-nobreak-p): Remove redundant » and « inherited from our
13353 pre-Unicode days.
13354
13355 * add-log.el (change-log-fill-forward-paragraph): New function.
13356 (change-log-mode): Use it so fill-region DTRT.
13357 Set fill-indent-according-to-mode here rather than in
13358 change-log-fill-paragraph.
13359 (change-log-fill-paragraph): Remove.
13360
13361 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
13362
13363 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
13364 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
13365
13366 2009-09-22 Glenn Morris <rgm@gnu.org>
13367
13368 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
13369 the scroll-bar scroll the calendar window rather than the buffer.
13370
13371 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
13372 commands that move point (as opposed to scrolling).
13373
13374 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
13375
13376 * emacs-lisp/elint.el (elint): New custom group.
13377 (elint-log-buffer): Make it a defcustom.
13378 (elint-scan-preloaded, elint-ignored-warnings)
13379 (elint-directory-skip-re): New options.
13380 (elint-builtin-variables): Doc fix.
13381 (elint-preloaded-env): New variable.
13382 (elint-unknown-builtin-args): Add an entry for encode-time.
13383 (elint-extra-errors): Make it a variable rather than a constant.
13384 (elint-preloaded-skip-re): New constant.
13385 (elint-directory): Skip files matching elint-directory-skip-re.
13386 (elint-features): New variable, local to linted buffers.
13387 (elint-update-env): Initialize elint-features. Possibly add
13388 elint-preloaded-env to the buffer's environment.
13389 (elint-get-top-forms): Bind elint-current-pos, for log messages.
13390 Skip quoted forms.
13391 (elint-init-form): New function, extracted from elint-init-env.
13392 Make non-list forms a warning rather than an error.
13393 Add the mode-map for define-derived-mode. Handle define-minor-mode,
13394 easy-menu-define, put that adds an error-condition, and provide.
13395 When requiring cl, also require cl-macs. Really require cl, to handle
13396 some cl macros. Store required libraries in the list elint-features,
13397 so as not to re-load them. Treat cc-require like require.
13398 (elint-init-env): Call elint-init-form to do the work.
13399 Handle eval-and-compile and such like.
13400 (elint-add-required-env): Do not clear messages.
13401 (elint-special-forms): Add handlers for function, defalias, if, when,
13402 unless, and, or.
13403 (elint-form): Add optional argument to ignore elint-special-forms,
13404 useful to prevent recursive calls from handlers. Doc fix.
13405 Respect elint-ignored-warnings.
13406 (elint-form): Respect elint-ignored-warnings.
13407 (elint-bound-variable, elint-bound-function): New variables.
13408 (elint-unbound-variable): Respect elint-bound-variable.
13409 (elint-get-args): Respect elint-bound-function.
13410 (elint-check-cond-form): Add some simple handling for (f)boundp and
13411 featurep tests.
13412 (elint-check-defalias-form): New handler.
13413 (elint-check-let-form): Make an empty let a warning rather than an
13414 error.
13415 (elint-check-setq-form): Make an empty setq a warning rather than an
13416 error. Respect elint-ignored-warnings.
13417 (elint-check-defvar-form): Accept null doc-strings.
13418 (elint-check-conditional-form): New handler. Does some simple-minded
13419 checking of featurep and (f)boundp tests.
13420 (elint-put-function-args): New function.
13421 (elint-initialize): Use elint-scan-doc-file rather than
13422 elint-find-builtin-variables. Use elint-put-function-args.
13423 Possibly scan preloaded-file-list.
13424 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
13425 extend to handle functions as well.
13426
13427 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
13428
13429 * linum.el (linum-delete-overlays, linum-update-window):
13430 Do not modify the right margin. (Bug#3971)
13431
13432 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
13433
13434 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
13435 nxml-mode instead of xml-mode.
13436
13437 2009-09-21 Kevin Ryde <user42@zip.com.au>
13438
13439 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
13440
13441 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13442
13443 * net/dig.el (dig-mode): Use define-derived-mode.
13444
13445 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
13446
13447 * vc-dispatcher.el (vc-do-command): Return the process object in
13448 the asynchronous case. Use when instead of if. Do not run
13449 vc-exec-after to display a message if not enabled. (Bug#4463)
13450
13451 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
13452 properties to the stash strings.
13453 (vc-git-stash-list): Return a list of strings.
13454 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
13455 (vc-git-stash-show-at-point): New functions.
13456 (vc-git-stash-map): New keymap.
13457
13458 * register.el (ctl-x-r-map): Define the keys here instead of
13459 using autoload.
13460
13461 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
13462
13463 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
13464 list, to workaround performance problem (bug#4485).
13465
13466 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
13467
13468 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
13469
13470 2009-09-20 Daiki Ueno <ueno@unixuser.org>
13471
13472 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
13473 Document that this option is not recommended to use.
13474
13475 2009-09-19 Glenn Morris <rgm@gnu.org>
13476
13477 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
13478 variable `var'.
13479
13480 * calc/calc-alg.el (var):
13481 * calc/calcalg2.el (var): Define for compiler.
13482
13483 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
13484
13485 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
13486 Doc fix (Bug#3932).
13487
13488 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
13489
13490 * time-stamp.el (time-stamp-month-dd-yyyy)
13491 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
13492 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
13493 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
13494 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
13495 Remove functions that have been obsolete since 1995 (Bug#4436).
13496
13497 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
13498 indent buffer only if called interactively (Bug#4452).
13499
13500 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
13501 Eli Zaretskii <eliz@gnu.org>
13502
13503 This fixes bug#4197 (merged to bug#865, though not identical).
13504 * server.el (server-auth-dir): Add docstring note about FAT32.
13505 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
13506 but warn against using them.
13507
13508 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
13509
13510 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
13511 older GDB where there is no has_more field.
13512
13513 2009-09-19 Glenn Morris <rgm@gnu.org>
13514
13515 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13516
13517 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
13518
13519 * files.el (auto-mode-alist): Change default for XML files to nXML
13520 mode (Bug#4169).
13521
13522 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
13523
13524 * server.el (server-ensure-safe-dir): Pass 'integer
13525 to `file-attributes', as suggested.
13526
13527 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
13528
13529 * dired-aux.el (dired-query-alist): Remove spurious backslash.
13530 (dired-query): Use read-key.
13531
13532 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
13533
13534 * cus-start.el (ns-use-qd-smoothing): Remove.
13535
13536 2009-09-18 Glenn Morris <rgm@gnu.org>
13537
13538 * allout.el (top-level): Remove unnecessary progn.
13539
13540 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
13541
13542 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
13543 definition of abbrev table.
13544
13545 * speedbar.el (speedbar-track-mouse):
13546 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
13547 * net/eudc.el (eudc-expand-inline):
13548 * net/newst-backend.el (newsticker--cache-read-feed):
13549 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
13550 condition-case handlers.
13551
13552 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
13553
13554 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
13555 (gdb-var-list): Add an element for has_more field.
13556 (gdb-non-stop-handler): Enable pretty printing for STL containers.
13557 (gdb-var-create-handler, gdb-var-list-children-handler-1)
13558 (gdb-var-update-handler-1): Parse output of dynamic variable
13559 objects (STL containers).
13560 (gdb-var-delete-1): Pass var1 as an explicit second argument.
13561 (gdb-get-field): Delete alias. Use bindat-get-field directly.
13562
13563 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
13564 gdb-var-list.
13565 (gud-speedbar-buttons): Make node expandable if expression "has more"
13566 children.
13567
13568 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
13569
13570 * startup.el (emacs-quick-startup): Remove variable and all uses.
13571 (command-line): Set `inhibit-x-resources' instead.
13572 (command-line-1): Use `inhibit-x-resources' instead.
13573
13574 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
13575
13576 * subr.el: Fix last change to avoid using the `unless' macro,
13577 which breaks bootstrapping.
13578
13579 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13580
13581 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
13582 extended definitions, in case we reload subr.el after having
13583 loaded CL.
13584 (eval-next-after-load): Mark as obsolete.
13585
13586 2009-09-17 Juri Linkov <juri@jurta.org>
13587
13588 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
13589 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
13590 (menu-bar-showhide-menu, menu-bar-tools-menu)
13591 (menu-bar-describe-menu, menu-bar-help-menu)
13592 (minibuffer-local-completion-map, minibuffer-local-map):
13593 Fix list quoting.
13594
13595 2009-09-17 Glenn Morris <rgm@gnu.org>
13596
13597 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
13598 arguments, whether or not it has a handler.
13599
13600 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
13601
13602 * simple.el (hard-newline): Give it a doc-string.
13603
13604 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13605 (lisp-mode-syntax-table): Give them doc-strings.
13606
13607 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
13608
13609 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
13610 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
13611 (menu-bar-options-menu, menu-bar-showhide-menu)
13612 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
13613 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
13614 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
13615 (menu-bar-options-menu, menu-bar-tools-menu)
13616 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
13617 (menu-bar-help-menu):
13618 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
13619 string arguments.
13620
13621 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
13622 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
13623 calls for the menu names and :help.
13624
13625 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13626
13627 * mouse.el (minor-mode-menu-from-indicator): Pay attention
13628 to :minor-mode-function (bug#4455).
13629
13630 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13631
13632 * startup.el (command-line): Initialize the window-system after
13633 processing the command-line.
13634
13635 * textmodes/page.el (what-page): Make sure we don't inf-loop if
13636 page-delimiter matches the empty string.
13637
13638 2009-09-16 Glenn Morris <rgm@gnu.org>
13639
13640 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
13641 byte-compile-not-obsolete-var. It's a list now.
13642 (byte-compile-not-obsolete-funcs): New variable.
13643 (byte-compile-warn-obsolete): Don't warn about functions if they are in
13644 byte-compile-not-obsolete-funcs.
13645 (byte-compile-variable-ref, byte-compile-defvar): Update for
13646 byte-compile-not-obsolete-vars name-change and list nature.
13647 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
13648 and variables behind (f)boundp tests.
13649 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
13650
13651 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
13652
13653 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
13654
13655 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13656
13657 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
13658 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
13659 Don't autoload.
13660
13661 2009-09-15 Stephen Eglen <stephen@gnu.org>
13662
13663 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
13664 the virtual-buffers, use the name of the buffer specified by
13665 find-file-noselect, as the match may be a symlink. (This was a
13666 problem if the target and the symlink had different names.)
13667
13668 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13669
13670 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
13671
13672 * desktop.el (desktop-path): Check user-emacs-directory.
13673
13674 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
13675
13676 * loadup.el: Use after-load-functions to GC after loading each file.
13677 Remove the explicit GC calls that used to be sprinkled around.
13678
13679 * subr.el (after-load-functions): New hook.
13680 (do-after-load-evaluation): Run it. Use string-match-p to detect
13681 `obsolete' packages, rather than painfully extracting the relevant
13682 directory name.
13683
13684 2009-09-15 Glenn Morris <rgm@gnu.org>
13685
13686 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
13687 free variable `doc'.
13688
13689 * dired.el (dired-mode-map): Add menu entry for async shell command.
13690
13691 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
13692 variables, also consider the .elc files, since the .el files are
13693 normally gzipped (subsequent code locates the .el.gz from the .elc).
13694
13695 * calc/calc-prog.el (arglist): Define for compiler.
13696
13697 * calendar/diary-lib.el (diary-display-function): Change the default to
13698 fancy display.
13699 (body): Define for compiler.
13700
13701 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
13702 (byte-compile-file-form, byte-compile-lambda)
13703 (byte-compile-top-level-body, byte-compile-form)
13704 (byte-compile-variable-ref, byte-compile-setq)
13705 (byte-compile-setq-default, byte-compile-body)
13706 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
13707 (batch-byte-compile): Give some more local variables with common names
13708 a "bytecomp-" prefix to avoid masking warnings about free variables.
13709
13710 * startup.el (command-line-1): Give local variables with common names a
13711 distinguishing prefix, so as not to hide free variable warnings during
13712 bootstrap.
13713
13714 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
13715 clever and add a suffix to make a unique name, just let the user decide
13716 whether or not to overwrite it. If the input is a directory, write the
13717 default filename to that directory. (Bug#4388)
13718 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
13719 is a filename-as-a-directory.
13720
13721 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13722
13723 * textmodes/page.el (what-page): Don't move to beginning of line.
13724 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
13725
13726 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
13727
13728 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
13729
13730 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
13731
13732 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
13733 * help.el (help-for-help-internal): Add purecopy calls for text.
13734
13735 * vc.el (top): print-log method now takes an optional SHORTLOG
13736 argument. Add a new method: root.
13737 (vc-root-diff, vc-print-root-log): New functions.
13738 (vc-log-short-style): New variable.
13739 (vc-print-log-internal): Add support for showing short logs.
13740
13741 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
13742 vc-print-root-log and vc-print-root-diff.
13743
13744 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
13745 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
13746 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
13747 short logs.
13748
13749 * vc-cvs.el (vc-cvs-print-log):
13750 * vc-mtn.el (vc-mtn-print-log):
13751 * vc-rcs.el (vc-rcs-print-log):
13752 * vc-sccs.el (vc-sccs-print-log):
13753 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
13754 that is ignored for now.
13755
13756 * vc-mtn.el (vc-mtn-annotate-command):
13757 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
13758
13759 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13760
13761 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
13762 to function-key-map, and give them ascii-character property.
13763 * term/x-win.el (x-alternatives-map):
13764 * term/ns-win.el (ns-alternatives-map):
13765 * term/internal.el (msdos-key-remapping-map):
13766 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
13767
13768 2009-09-14 Glenn Morris <rgm@gnu.org>
13769
13770 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
13771 temp-buffers (2009-09-12).
13772
13773 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13774
13775 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
13776 the new read-key function.
13777
13778 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
13779
13780 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
13781 is defined (Bug#4405).
13782
13783 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
13784
13785 * recentf.el (recentf-cleanup): Use a hash table to find
13786 duplicates (Bug#4407).
13787
13788 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
13789
13790 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
13791 kp-0 to ascii equivalents (Bug#4325).
13792
13793 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
13794
13795 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
13796
13797 * eshell/em-hist.el:
13798 * eshell/em-dirs.el (eshell-complete-user-reference):
13799 Declare pcomplete functions and variables to avoid compiler warnings.
13800
13801 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
13802
13803 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
13804 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
13805 * eshell/em-alias.el (eshell-aliases-file):
13806 * eshell/em-hist.el (eshell-history-file-name):
13807 Use expand-file-name instead of concat to make file names (Bug#4308).
13808
13809 2009-09-13 Glenn Morris <rgm@gnu.org>
13810
13811 * ediff-merg.el (ediff-do-merge):
13812 * filesets.el (filesets-run-cmd):
13813 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
13814 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
13815 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
13816 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
13817 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
13818 Replace empty `let's with `progn'.
13819
13820 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13821
13822 * mail/sendmail.el (send-mail-function):
13823 * tooltip.el (tooltip-mode):
13824 * simple.el (transient-mark-mode):
13825 * rfn-eshadow.el (file-name-shadow-mode):
13826 * frame.el (blink-cursor-mode):
13827 * font-core.el (global-font-lock-mode):
13828 * files.el (temporary-file-directory)
13829 (small-temporary-file-directory, auto-save-file-name-transforms):
13830 * epa-hook.el (auto-encryption-mode):
13831 * composite.el (global-auto-composition-mode):
13832 Use custom-initialize-delay.
13833 * startup.el (command-line): Don't explicitly call
13834 custom-reevaluate-setting for all the above vars.
13835 * custom.el (custom-initialize-safe-set)
13836 (custom-initialize-safe-default): Delete.
13837
13838 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13839
13840 * term/x-win.el (x-initialize-window-system):
13841 * term/w32-win.el (w32-initialize-window-system):
13842 * term/ns-win.el (ns-initialize-window-system): Don't call
13843 mouse-wheel-mode since it's enabled globally by default already.
13844
13845 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
13846 actually define the variable, but only silences the byte-compiler.
13847 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
13848 before looking it up.
13849 (mouse-wheel-scroll-amount): Also reset the bindings if this value
13850 is changed.
13851
13852 2009-09-12 Glenn Morris <rgm@gnu.org>
13853
13854 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
13855 1000.
13856 (elint-add-required-env): Don't beep on error.
13857 (elint-forms): In case of error, return ENV unchanged.
13858 (elint-init-env): Skip non-list forms.
13859 (elint-log): Handle unknown file positions.
13860
13861 2009-09-12 Daiki Ueno <ueno@unixuser.org>
13862
13863 * epg.el (epg-make-context): Add autoload cookie.
13864 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
13865 (epg-decrypt-string, epg-start-verify, epg-verify-file)
13866 (epg-verify-string, epg-start-sign, epg-sign-file)
13867 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
13868 (epg-encrypt-string, epg-start-export-keys)
13869 (epg-export-keys-to-file, epg-export-keys-to-string)
13870 (epg-start-import-keys, epg-import-keys-from-file)
13871 (epg-import-keys-from-string, epg-start-receive-keys)
13872 (epg-receive-keys, epg-import-keys-from-server)
13873 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
13874 (epg-sign-keys, epg-start-generate-key)
13875 (epg-generate-key-from-file, epg-generate-key-from-string):
13876 Remove autoload cookie.
13877
13878 2009-09-12 Eli Zaretskii <eliz@gnu.org>
13879
13880 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
13881 reevaluation of trash-directory.
13882
13883 * mwheel.el: Fix last change.
13884 (mouse-wheel-mode): New defvar.
13885 (mouse-wheel-mode): Remove autoload cookie.
13886
13887 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13888
13889 * mwheel.el (mwheel-installed-bindings): New var.
13890 (mouse-wheel-mode): Use it, so as to make sure we really remove all
13891 the bindings we set last time. Use custom-initialize-delay.
13892 * loadup.el: Load mwheel after term/*-win.el.
13893 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
13894 and mouse-wheel-up-event now that their first evaluation is done
13895 sufficiently late to be correct.
13896
13897 * startup.el (tutorial-directory): Make it a defcustom.
13898 Use custom-initialize-delay rather than eval-at-startup to set it.
13899 * image.el (image-load-path): Make it a defcustom.
13900 Use custom-initialize-delay rather than eval-at-startup to set it.
13901 * subr.el (eval-at-startup): Remove.
13902 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
13903
13904 * subr.el (do-after-load-evaluation): Warn the user after loading an
13905 obsolete package.
13906
13907 2009-09-12 Glenn Morris <rgm@gnu.org>
13908
13909 * proced.el (proced-mark-alt): Remove alias.
13910 (proced-mode-map): Remove proced-mark-alt.
13911
13912 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
13913 Elint file and directory. Remove initialization entry.
13914
13915 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
13916 commands.
13917 (elint-current-buffer): Set mode-line-process.
13918 (elint-init-env): Handle define-derived-mode.
13919 Fix declare-function with unspecified arglist. Guard against odd
13920 defalias statements (eg iso-insert's 8859-1-map).
13921 (elint-add-required-env): Use a temp buffer.
13922 (elint-form): Just print the function/macro name, not the whole form.
13923 Return env unchanged if we fail to parse a macro.
13924 (elint-forms): Guard against parse errors.
13925 (elint-output): New function, to handle batch mode.
13926 (elint-log-message): Add optional argument. Use elint-output.
13927 (elint-set-mode-line): New function.
13928
13929 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
13930
13931 * emacs-lisp/elp.el (elp-not-profilable): Add more
13932 functions (Bug#4233).
13933
13934 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
13935
13936 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
13937 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
13938
13939 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
13940
13941 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
13942 (gdb-var-list-children): Use json parsing.
13943
13944 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
13945
13946 * progmodes/js.el (js--proper-indentation): Handle the case where
13947 char-before is null. Reported by Deniz Dogan.
13948
13949 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
13950
13951 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
13952
13953 2009-09-11 Daiki Ueno <ueno@unixuser.org>
13954
13955 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
13956 (epg-digest-algorithm-alist): Add SHA224.
13957 (epg-context-set-passphrase-callback)
13958 (epg-context-set-progress-callback): Add description about
13959 callback function.
13960
13961 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13962
13963 * custom.el (custom-delayed-init-variables): New var.
13964 (custom-initialize-delay): New function.
13965 * startup.el (command-line): "Re"evaluate all vars in
13966 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
13967 explicitly any more.
13968 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
13969 to avoid creating a ~/.emacs.d at build-time (bug#4347).
13970
13971 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
13972
13973 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
13974
13975 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
13976 (gdb-var-update-handler): Use json parsing.
13977
13978 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
13979
13980 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
13981 decode annotated text, regardless of language environment. (Bug#2741)
13982
13983 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13984
13985 * Makefile.in (autoloads): Make rmail.el writable as well.
13986
13987 2009-09-11 Glenn Morris <rgm@gnu.org>
13988
13989 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
13990 loaddefs.el.
13991 * dired.el: Regenerate with extracted autoloads.
13992 * Makefile.in (autoloads): Make dired.el writable.
13993
13994 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
13995 * ibuffer.el: Regenerate with extracted autoloads.
13996 * Makefile.in (autoloads): Make ibuffer.el writable.
13997
13998 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
13999 * version.el (emacs-copyright, emacs-major-version)
14000 (emacs-minor-version): Reformat doc-strings for make-docfile.
14001
14002 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
14003 functions and variables, since they must be stuff specific to some other
14004 platform.
14005 (apropos-print): Make mouse-click message less specific about button.
14006
14007 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
14008 that records where a macro was defined.
14009 * help-fns.el (describe-function-1): Mention if a function has a
14010 compiler-macro.
14011 * help-mode.el (help-function-cmacro): New button.
14012
14013 * locate.el (top-level): Always require dired.
14014 (locate-mode-map): Initialize inside the defvar.
14015
14016 * net/ange-ftp.el (dired-compress-file): Declare.
14017 (ange-ftp-dired-compress-file): Add doc string.
14018
14019 * term/ns-win.el (x-display-name, x-setup-function-keys):
14020 Unify doc-strings with X versions.
14021
14022 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
14023
14024 * emulation/crisp.el (crisp-mode-map): Move initialization
14025 into declaration.
14026 (crisp-mode): Use define-minor-mode.
14027
14028 * progmodes/xscheme.el (xscheme-evaluation-commands):
14029 Put a :advertised-binding property rather than using
14030 advertised-xscheme-send-previous-expression.
14031 (advertised-xscheme-send-previous-expression): Declare obsolete.
14032 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
14033 `advertised-undo'.
14034 (crisp-mode): Add corresponding bindings to
14035 undo's :advertised-binding instead.
14036 * dired.el (dired-mode-map): Put a :advertised-binding property rather
14037 than using dired-advertised-find-file.
14038 (dired-advertised-find-file):
14039 * simple.el (advertised-undo):
14040 * wid-edit.el (advertised-widget-backward): Declare obsolete.
14041 (widget-keymap): Put a :advertised-binding property rather
14042 than using advertised-widget-backward.
14043 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
14044 than using advertised-undo.
14045 * tutorial.el (tutorial--default-keys): Adjust accordingly.
14046
14047 2009-09-10 Simon South <ssouth@slowcomputing.org>
14048
14049 * progmodes/delphi.el (delphi-tab): Indent region when Transient
14050 Mark mode is enabled and region is active; otherwise indent or
14051 insert TAB as usual.
14052 (delphi-mode): Update description of TAB-key binding.
14053
14054 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
14055
14056 * subr.el (define-key-rebound-commands): Mark obsolete.
14057 * startup.el (precompute-menubar-bindings): Remove.
14058 (normal-top-level): Remove obsolete code that tried to precompute
14059 menubar bindings.
14060 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
14061 define-key-rebound-commands and precompute-menubar-bindings.
14062
14063 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
14064
14065 * net/imap.el (imap-interactive-login): Better messages.
14066 (imap-open): Fix bug with renamed buffer on reconnect.
14067 (imap-authenticate): Add buffer-local imap-last-authenticator variable
14068 for easier debugging and cleaner code. On successful (guessed based on
14069 server capabilities) secondary authentication, set imap-state
14070 correctly.
14071 (imap-last-authenticator): Define imap-last-authenticator as a variable
14072 to avoid warnings.
14073
14074 2009-09-10 Glenn Morris <rgm@gnu.org>
14075
14076 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
14077
14078 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
14079 (byte-compile-file-form-autoload): Don't warn about unknown functions
14080 where the autoload statement comes after the use.
14081 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
14082 that any handlers inside the body (eg require) are in turn respected.
14083
14084 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
14085 effects.
14086
14087 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
14088 and syntax and abbrev tables basic docs, if they don't have any.
14089
14090 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
14091
14092 * international/mule-cmds.el (top-level): Require cl when compiling.
14093 (view-hello-file): Use default-value rather than
14094 default-enable-multibyte-characters.
14095
14096 * progmodes/fortran.el: Move all safe and risky properties into the
14097 defcustoms.
14098
14099 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
14100 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
14101 * mail/undigest.el:
14102 Put autoloads in rmail.el rather than loaddefs.el.
14103 * mail/rmail.el: Regenerate with extracted autoloads.
14104
14105 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
14106 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
14107
14108 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
14109
14110 Reported in thread for Bug#4375.
14111 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
14112 "-data-evaluate-expression" instead of print.
14113 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
14114 (gdb-tooltip-print): Parse output from above MI command.
14115 (gdb): Revert 2009-08-11 change. User should detach inferior
14116 manually.
14117
14118 Remove the word "separate" from IO functions as inferior
14119 output is now never displayed in the GUD buffer.
14120
14121 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
14122
14123 * startup.el (command-line-normalize-file-name): On Windows and
14124 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
14125
14126 2009-09-10 Juri Linkov <juri@jurta.org>
14127
14128 * isearch.el (isearch-text-char-description): Propertize escape
14129 character sequences with the `escape-glyph' face. (Bug#4344)
14130
14131 * simple.el (shell-command): Set asynchronous process filter to
14132 `comint-output-filter'. (Bug#4343)
14133
14134 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
14135 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
14136 the list. Move "asm" to the bottom.
14137 (grep-find-ignored-directories): Add `choice' with nil value
14138 to empty the list easily.
14139 (grep-find-ignored-files): New option.
14140 (grep-files-history): Set to nil by default instead of '("ch" "el").
14141 (grep-compute-defaults): Add "<X>" to `grep-template'.
14142 (grep-read-files): Bind new local variables `default-alias' and
14143 `default-extension'. Use a list of default values for the file prompt.
14144 (lgrep): Add `--exclude=' command line options composed from
14145 `grep-find-ignored-files'.
14146 (rgrep): Add `-name' command line options composed from
14147 `grep-find-ignored-files'. (Bug#4301)
14148
14149 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
14150
14151 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
14152 (bug#4368).
14153
14154 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
14155
14156 * calendar/time-date.el (autoload):
14157 Expand define-obsolete-function-alias into defalias and make-obsolete
14158 for old Emacsen that Gnus supports.
14159 (with-no-warnings): Define it for old Emacsen.
14160 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14161 is available.
14162 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14163 float-time is available; suppress compile warning for time-to-seconds.
14164
14165 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
14166
14167 * net/imap.el (imap-message-map): Docstring fix.
14168
14169 2009-09-09 Glenn Morris <rgm@gnu.org>
14170
14171 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
14172 line numbers too. (Bug#4374)
14173
14174 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
14175
14176 * smerge-mode.el (smerge-remove-props, smerge-refine):
14177 Use with-silent-modifications (bug#4342).
14178
14179 * subr.el (with-silent-modifications): New macro.
14180
14181 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
14182
14183 * files.el (top-level): Require `cl' when compiling.
14184
14185 2009-09-07 Glenn Morris <rgm@gnu.org>
14186
14187 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
14188
14189 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
14190 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
14191
14192 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
14193
14194 * vc-git.el (vc-git-annotate-command): Use separator to parse
14195 arguments correctly.
14196
14197 2009-09-06 Eli Zaretskii <eliz@gnu.org>
14198
14199 * proced.el (proced-mode): Doc fix.
14200
14201 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
14202
14203 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
14204 lstat fails.
14205 (tramp-do-file-attributes-with-ls): Check for file existence at
14206 remote end.
14207 (tramp-do-file-attributes-with-stat): Likewise.
14208 (tramp-convert-file-attributes): Return nil when attr is nil.
14209
14210 2009-09-05 Glenn Morris <rgm@gnu.org>
14211
14212 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
14213 properties to this button.
14214 (diary-fancy-display): Don't extend the button to the final newline.
14215 (diary-fancy-display-mode): Continue to define "q" as a local key.
14216
14217 * calendar/cal-china.el (holiday-chinese): Make it slightly more
14218 efficient.
14219
14220 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
14221
14222 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
14223 (byte-compile-dest-file-function): New option.
14224 (byte-compile-dest-file): Doc fix.
14225 Obey byte-compile-dest-file-function.
14226 (byte-compile-cl-file-p): New function.
14227 (byte-compile-eval): Only suppress noruntime warnings about cl functions
14228 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
14229 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
14230 than for file being previously loaded.
14231 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
14232 (byte-compile-file-form-require): Handle the case where requiring a file
14233 indirectly causes CL to be loaded.
14234
14235 2009-09-05 Karl Fogel <kfogel@red-bean.com>
14236
14237 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
14238 before killing the old buffer, since by the time `kill-buffer' is
14239 run so many buffer variables have been set to nil that it may not
14240 behave as expected. (Bug#4061)
14241
14242 2009-09-05 Karl Fogel <kfogel@red-bean.com>
14243
14244 * files.el (find-alternate-file): If the old buffer is modified
14245 and visiting a file, behave similarly to `kill-buffer' when
14246 killing it, thus reverting to the pre-1.878 behavior; see
14247 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
14248 for discussion. Also, consult `buffer-file-name' as a variable
14249 not as a function, for consistency with the rest of the code.
14250
14251 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
14252
14253 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
14254 also when adding a new directory.
14255
14256 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
14257 defun.
14258
14259 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
14260
14261 * files.el (locate-file-completion-table): Make it provide boundary
14262 information, so partial-completion works better.
14263
14264 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
14265
14266 * mail/footnote.el (Footnote-text-under-cursor):
14267 Check footnote-text-marker-alist before using it (bug#4324).
14268
14269 2009-09-04 Glenn Morris <rgm@gnu.org>
14270
14271 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
14272 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
14273 * play/solitaire.el, play/tetris.el:
14274 Remove leading * from defcustom and defface docs.
14275
14276 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
14277 necessary.
14278 (diary-fancy-overriding-map): New variable.
14279 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
14280 Use view-mode.
14281
14282 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
14283 goto-line.
14284
14285 2009-09-03 Glenn Morris <rgm@gnu.org>
14286
14287 * arc-mode.el (archive-mode):
14288 * dos-fns.el (set-default-process-coding-system):
14289 * man.el (Man-getpage-in-background):
14290 * menu-bar.el (menu-bar-describe-menu):
14291 * server.el (server-process-filter):
14292 * startup.el (command-line):
14293 * tar-mode.el (tar-header-block-tokenize, tar-extract):
14294 * w32-fns.el (set-default-process-coding-system):
14295 * x-dnd.el (x-dnd-handle-file-name):
14296 * international/mule-cmds.el (mule-menu-keymap)
14297 (set-default-coding-systems, language-info-alist, set-language-info)
14298 (set-language-environment, standard-display-european-internal)
14299 (set-locale-environment):
14300 * international/mule-diag.el (mule-diag):
14301 * mail/emacsbug.el (report-emacs-bug):
14302 * mail/rmail.el (rmail-mode):
14303 * mail/sendmail.el (mail-setup):
14304 Use default-value rather than default-enable-multibyte-characters.
14305
14306 * progmodes/f90.el: Move all safe properties into the defcustoms.
14307 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
14308
14309 * calendar/appt.el (appt-check):
14310 * calendar/diary-lib.el (diary-set-header, diary-live-p)
14311 (diary-check-diary-file, diary-list-entries)
14312 (diary-include-other-diary-files, diary-simple-display)
14313 (diary-fancy-display, diary-print-entries)
14314 (diary-mark-included-diary-files, diary-make-entry):
14315 Don't call substitute-in-file-name on diary-file.
14316
14317 2009-09-03 Eduard Wiebe <usenet@pusto.de>
14318 Stefan Monnier <monnier@iro.umontreal.ca>
14319
14320 * mail/footnote.el (footnote-prefix): Make it a defcustom.
14321 (footnote-mode-map): Move initialization into the declaration.
14322 (footnote-minor-mode-map): Define it rather than changing global-map.
14323 (footnote-mode): Use define-minor-mode.
14324
14325 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
14326
14327 * net/tramp.el (tramp-handle-file-attributes-with-ls)
14328 (tramp-do-file-attributes-with-perl)
14329 (tramp-do-file-attributes-with-stat): Rename from
14330 `tramp-handle-file-attributes-with-*'.
14331 (tramp-handle-file-attributes): Use them.
14332 (tramp-do-directory-files-and-attributes-with-perl)
14333 (tramp-do-directory-files-and-attributes-with-stat): Rename from
14334 `tramp-handle-directory-files-and-attributes-with-*'.
14335 (tramp-handle-directory-files-and-attributes): Use them.
14336 (tramp-method-out-of-band-p): Additional parameter SIZE.
14337 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
14338 (tramp-handle-write-region): Use it.
14339 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
14340 (tramp-handle-vc-registered): Check, whether the first run did
14341 return files to be tested.
14342 (tramp-advice-make-auto-save-file-name): Do not call directly
14343 `tramp-handle-make-auto-save-file-name', because this would bypass
14344 the locking mechanism.
14345
14346 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
14347 (file-remote-p, process-file, start-file-process, set-file-times)
14348 (tramp-compat-file-attributes): Compatibility functions shall not
14349 call directly `tramp-handle-*', because this would bypass the
14350 locking mechanism.
14351 (tramp-compat-number-sequence): New defun.
14352
14353 2009-09-02 Glenn Morris <rgm@gnu.org>
14354
14355 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
14356 alias for float-time.
14357 (time-to-number-of-days): In Emacs, use float-time.
14358 * net/newst-backend.el (time-add): Suppress warnings from compat
14359 function.
14360 * time.el (emacs-uptime, emacs-init-time):
14361 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
14362 Use float-time rather than time-to-seconds.
14363
14364 * minibuffer.el (completion-initials-expand): Fix typo.
14365
14366 * faces.el (modeline, modeline-inactive, modeline-highlight)
14367 (modeline-buffer-id):
14368 * info.el (info-menu-5): Mark these face aliases as obsolete.
14369
14370 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
14371
14372 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
14373 space ...
14374 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
14375 no "--thread" option.
14376 (gdb-stopped): Don't print "Switched to thread" message when it is
14377 unchanged.
14378
14379 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
14380
14381 * minibuffer.el (completion-try-completion)
14382 (completion-all-completions): Remove ill-defined (and
14383 mistakenly installed and luckily never used nor documented)
14384 `completion-styles' property.
14385 (completion-initials-expand, completion-initials-all-completions)
14386 (completion-initials-try-completion): New functions.
14387 (completion-styles-alist): Add doc to each entry.
14388 Add new `initials' entry.
14389
14390 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
14391
14392 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
14393 MI command -var-evaluate-expression.
14394 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
14395 and tweak for case of string child.
14396 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
14397
14398 2009-09-01 Glenn Morris <rgm@gnu.org>
14399
14400 * add-log.el (change-log-date-face, change-log-name-face)
14401 (change-log-email-face, change-log-file-face, change-log-list-face)
14402 (change-log-conditionals-face, change-log-function-face)
14403 (change-log-acknowledgement-face):
14404 * cus-edit.el (custom-invalid-face, custom-rogue-face)
14405 (custom-modified-face, custom-set-face, custom-changed-face)
14406 (custom-saved-face, custom-button-face, custom-button-pressed-face)
14407 (custom-documentation-face, custom-state-face, custom-comment-face)
14408 (custom-comment-tag-face, custom-variable-tag-face)
14409 (custom-variable-button-face, custom-face-tag-face)
14410 (custom-group-tag-face-1, custom-group-tag-face):
14411 * diff-mode.el (diff-header-face, diff-file-header-face)
14412 (diff-index-face, diff-hunk-header-face, diff-removed-face)
14413 (diff-added-face, diff-changed-face, diff-function-face)
14414 (diff-context-face, diff-nonexistent-face):
14415 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
14416 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
14417 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14418 (Info-title-4-face):
14419 * isearch.el (isearch-lazy-highlight-face):
14420 * log-view.el (log-view-file-face, log-view-message-face):
14421 * paren.el (show-paren-match-face, show-paren-mismatch-face):
14422 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14423 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14424 (cvs-msg-face):
14425 * smerge-mode.el (smerge-mine-face, smerge-other-face)
14426 (smerge-base-face, smerge-markers-face):
14427 * wid-edit.el (widget-documentation-face, widget-button-face)
14428 (widget-field-face, widget-single-line-field-face)
14429 (widget-inactive-face, widget-button-pressed-face):
14430 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
14431 (woman-addition-face):
14432 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
14433 (eshell-ls-executable-face, eshell-ls-readonly-face)
14434 (eshell-ls-unreadable-face, eshell-ls-special-face)
14435 (eshell-ls-missing-face, eshell-ls-archive-face)
14436 (eshell-ls-backup-face, eshell-ls-product-face)
14437 (eshell-ls-clutter-face):
14438 * eshell/em-prompt.el (eshell-prompt-face):
14439 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
14440 * obsolete/old-whitespace.el (whitespace-highlight-face):
14441 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
14442 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
14443 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
14444 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
14445 (antlr-font-lock-literal-face):
14446 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14447 (ebrowse-root-class-face, ebrowse-file-name-face)
14448 (ebrowse-default-face, ebrowse-member-attribute-face)
14449 (ebrowse-member-class-face, ebrowse-progress-face):
14450 * progmodes/make-mode.el (makefile-space-face):
14451 * progmodes/sh-script.el (sh-heredoc-face):
14452 * textmodes/flyspell.el (flyspell-incorrect-face)
14453 (flyspell-duplicate-face):
14454 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
14455 * textmodes/texinfo.el (texinfo-heading-face):
14456 Mark face aliases with "-face" suffix as obsolete.
14457
14458 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
14459 compiler.
14460
14461 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
14462 (eudc-bob-sound-menu): Use defvar rather than defconst, since
14463 easy-menu-define wants to modify these.
14464
14465 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
14466
14467 * net/browse-url.el (browse-url-file-url):
14468 * term/internal.el (dos-codepage-setup):
14469 Use default-value rather than default-enable-multibyte-characters.
14470
14471 * progmodes/etags.el (etags-goto-tag-location):
14472 * progmodes/flymake.el (flymake-highlight-line)
14473 (flymake-goto-file-and-line, flymake-goto-line):
14474 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
14475 (gdb-goto-breakpoint):
14476 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14477 * progmodes/python.el (python-find-function)
14478 (python-pdbtrack-track-stack-file):
14479 * progmodes/verilog-mode.el (verilog-surelint-off):
14480 * term/ns-win.el (ns-open-file-select-line):
14481 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
14482 Use forward-line rather than goto-line.
14483
14484 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
14485 * textmodes/reftex-index.el (reftex-display-index):
14486 * textmodes/reftex-ref.el (reftex-offer-label-menu):
14487 * textmodes/reftex-toc.el (reftex-toc):
14488 Remove unnecessary bindings of default-major-mode (all are followed by
14489 major-mode check and possible mode switch).
14490
14491 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
14492
14493 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14494 Handle watchpoints (bug#4282).
14495 (def-gdb-thread-buffer-command): Enable thread to be selected by
14496 clicking without selecting threads buffer first.
14497 (gdb-current-context-command): Use selected frame so that "up",
14498 "down" etc work in the GUD buffer.
14499 (gdb-update): Find selected frame before rendering stack buffer.
14500 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
14501
14502 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
14503
14504 * progmodes/sym-comp.el (displayed-completions): Remove.
14505 (symbol-complete): Use minibuffer-complete.
14506
14507 2009-08-31 Glenn Morris <rgm@gnu.org>
14508
14509 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
14510
14511 * apropos.el (apropos-symbols-internal):
14512 Handle (obsolete) face aliases.
14513
14514 * faces.el (describe-face): Adjust the output format to be more like
14515 describe-variable, and to mention (obsolete) face aliases.
14516 Adjust the whitespace so that help-setup-xref works.
14517
14518 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
14519 * calendar/diary-lib.el (diary-button-face):
14520 Mark these face aliases as obsolete.
14521
14522 * calendar/calendar.el (calendar-today): Doc fix.
14523
14524 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
14525
14526 * progmodes/gdb-mi.el (gdb-control-all-threads)
14527 (gdb-control-current-thread): Force tool bar update.
14528 (gdb-non-stop-handler): New function.
14529 (gdb-init-1): Use it to test if non-stop mode is supported.
14530 Remove unused gdbmi buffer type.
14531
14532 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
14533
14534 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
14535 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
14536
14537 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
14538
14539 * comint.el (comint-exec-1): Check command is non-null first.
14540 Part of gdb-mi.el change (2009-08-28).
14541
14542 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14543
14544 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
14545
14546 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
14547
14548 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
14549 instead of `dolist' to avoid a recursive require when bootstrapping.
14550
14551 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14552
14553 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
14554
14555 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
14556
14557 * net/imap.el (imap-send-command): Simplify.
14558 (imap-wait-for-tag): point-max -> buffer-size.
14559
14560 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
14561
14562 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
14563 with constant argument.
14564
14565 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
14566
14567 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
14568
14569 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
14570 Change default, since most of our files don't have a history.
14571 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
14572 the user.
14573
14574 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14575 Add comint-run.
14576
14577 * calc/calc.el: Improve commenting convention.
14578 (calc-digit-map, toplevel): Simplify.
14579
14580 * comint.el (comint-insert-input): Be careful to only set point if we
14581 don't delegate to some other command.
14582
14583 * proced.el (proced-signal-list): Make it an alist.
14584 (proced-grammar-alist): Capitalize names.
14585 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
14586 Disable undo manually and make it read-only.
14587 Use completion-annotate-function.
14588
14589 * minibuffer.el (minibuffer-message): If the current buffer is not
14590 a minibuffer, insert the message in the echo area rather than at the
14591 end of the buffer.
14592 (completion-annotate-function): New variable.
14593 (minibuffer-completion-help): Use it.
14594 (completion--embedded-envvar-table): Environment vars are
14595 always case-sensitive.
14596
14597 2009-08-30 Glenn Morris <rgm@gnu.org>
14598
14599 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
14600 from fortran-current-defun.
14601 (fortran-beginning-of-subprogram): Be more precise about finding the
14602 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
14603 (fortran-end-of-subprogram): Simplify.
14604 (fortran-current-defun): Use fortran-start-prog-re.
14605
14606 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
14607
14608 * subr.el (do-after-load-evaluation): Simplify.
14609
14610 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
14611
14612 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
14613
14614 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
14615 (vc-rcs-print-log): Use it.
14616
14617 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
14618
14619 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
14620
14621 * paths.el (abbrev-file-name): Move to abbrev.el.
14622 * abbrev.el (abbrev-file-name): Move from paths.el.
14623 Obey user-emacs-directory.
14624 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
14625 user-emacs-directory.
14626 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
14627 abbrev-file-name and calc-settings-file any more.
14628 * startup.el (command-line): Recompute abbrev-file-name and
14629 abbreviated-home-dir.
14630 (normal-no-mouse-startup-screen): Improve the generic code and get rid
14631 of the special code for when C-h bindings haven't been changed.
14632 (display-startup-echo-area-message): Use with-current-buffer.
14633 (command-line-1): Use a list of strings, rather than a list of lists
14634 of strings for longopts.
14635
14636 * files.el (get-free-disk-space): Use / for default-directory.
14637
14638 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
14639 Use with-current-buffer.
14640
14641 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
14642 Recognize immutable variables like most-positive-fixnum.
14643 (byte-compile-setq-default): Check and warn if trying to assign
14644 to an immutable variable, or a non-variable.
14645
14646 * progmodes/cc-vars.el (c-comment-continuation-stars):
14647 * progmodes/cc-engine.el (c-looking-at-bos):
14648 * progmodes/cc-cmds.el (c-toggle-auto-state)
14649 (c-forward-into-nomenclature, c-backward-into-nomenclature)
14650 (c-comment-line-break-function): Add version of obsolescence.
14651
14652 2009-08-28 Juri Linkov <juri@jurta.org>
14653
14654 * files.el (magic-fallback-mode-alist): Add ZIP magic number
14655 associated with `archive-mode'.
14656
14657 * image.el (image-type-header-regexps): Use only JPEG magic number
14658 to determine JPEG images, and don't use `image-jpeg-p' because
14659 Emacs can display non-JFIF non-Exif JPEG images.
14660
14661 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
14662
14663 * arc-mode.el (archive-mode):
14664 * emacs-lisp/re-builder.el (re-builder-unload-function):
14665 Protect against the default value of `major-mode' being nil.
14666
14667 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
14668
14669 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
14670 Fix typos in docstrings.
14671
14672 * progmodes/js.el (js--macro-decl-re): Doc fix.
14673 (js--plain-method-re, js--split-name): Refloc docstring.
14674 (js--class-styles, js--make-merged-item, js--splice-into-items):
14675 Fix typos in docstrings; reflow docstrings.
14676 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
14677 (js--variable-decl-matcher, js--inside-pitem-p)
14678 (js--parse-state-at-point, js--get-all-known-symbols)
14679 (js--symbol-history, js-find-symbol, js--js-references)
14680 (js--moz-interactor, js--js-encode-value, js--read-tab):
14681 Fix typos in docstrings.
14682
14683 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14684
14685 * textmodes/reftex.el (reftex-get-file-buffer-force):
14686 * progmodes/verilog-mode.el (verilog-batch-execute-func):
14687 * emulation/viper.el (viper-go-away, viper-set-hooks):
14688 * emacs-lisp/re-builder.el (re-builder-unload-function):
14689 * emacs-lisp/bytecomp.el (byte-compile-file):
14690 * ses.el (ses-unload-function):
14691 * hexl.el (hexl-find-file):
14692 * files.el (normal-mode):
14693 * ehelp.el (with-electric-help):
14694 * autoinsert.el (auto-insert-alist):
14695 * arc-mode.el (archive-mode):
14696 Use (default-value 'major-mode) instead of default-major-mode.
14697
14698 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
14699 * international/mule.el (load-with-code-conversion):
14700 * emacs-lisp/debug.el (debug):
14701 * ediff-vers.el (ediff-rcs-get-output-buffer):
14702 * dired.el (dired-internal-noselect): Don't let-bind
14703 default-major-mode around code that doesn't use it.
14704 E.g. buffer creation via get-buffer-create doesn't use it.
14705
14706 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
14707
14708 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
14709 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
14710 when writing the temp file. Otherwise, epa-file gets confused.
14711 (tramp-register-file-name-handlers): Make it a defun. Move also
14712 `epa-file-handler' to the front of `file-name-handler-alist'.
14713
14714 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14715
14716 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
14717 start right after a ^M.
14718 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
14719 (tramp-completion-file-name-regexp-separate)
14720 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
14721 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
14722 Don't modify last-coding-system-used by accident.
14723 (tramp-completion-file-name-handler): Apply the checks here,
14724 instead during registration.
14725 (tramp-register-file-name-handlers): Renamed from
14726 `tramp-register-file-name-handler'. Register both
14727 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
14728 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
14729
14730 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
14731
14732 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
14733 Remove variable ...
14734 (gdb-init-1, gdb-display-separate-io-buffer)
14735 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
14736 references to it.
14737 (gdb-inferior-io-mode): Use make-comint-in-buffer.
14738 (gdb-inferior-filter): Use comint-output-filter to stop
14739 echoing and remove ^M characters.
14740
14741 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14742
14743 * emulation/viper-init.el (viper-restore-cursor-type):
14744 * emulation/cua-base.el (cua--update-indications):
14745 Replace default-cursor-type with (default-value 'cursor-type).
14746
14747 * mail/sendmail.el (mail-recover-1):
14748 * international/mule-diag.el (describe-current-coding-system-briefly)
14749 (describe-current-coding-system):
14750 * international/mule-cmds.el (select-safe-coding-system)
14751 (select-message-coding-system)
14752 (set-language-environment-coding-systems, set-locale-environment):
14753 * hexl.el (hexl-insert-multibyte-char):
14754 * dos-w32.el (find-buffer-file-type-coding-system):
14755 * simple.el (what-cursor-position):
14756 Replace uses of default-buffer-file-coding-system
14757 with (default-value 'buffer-file-coding-system).
14758
14759 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
14760 Replace uses of default-cursor-in-non-selected-windows
14761 with (default-value 'cursor-in-non-selected-windows).
14762 Use with-current-buffer.
14763
14764 * mail/feedmail.el: Use CL macros.
14765 (feedmail-run-the-queue, feedmail-send-it-immediately):
14766 * dos-w32.el (find-buffer-file-type): Replace uses of
14767 default-buffer-file-type with (default-value 'buffer-file-type).
14768
14769 2009-08-28 Glenn Morris <rgm@gnu.org>
14770
14771 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
14772 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
14773 Use default-value of major-mode rather than default-major-mode.
14774
14775 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
14776
14777 * Makefile.in (update-elcfiles): Report left over elc files.
14778
14779 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
14780 expand-file-name and with-current-buffer.
14781 (mail-get-names, mail-directory): Use with-current-buffer.
14782
14783 * vc.el (vc-read-revision): New function.
14784 (vc-version-diff, vc-merge): Use it.
14785
14786 2009-08-27 Sam Steingold <sds@gnu.org>
14787
14788 * simple.el (kill-do-not-save-duplicates): New user option.
14789 (kill-new): When it is non-nil, and the new string is the same as
14790 the latest kill, set replace to t to avoid duplicates in kill-ring.
14791
14792 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
14793
14794 * net/tramp.el (tramp-handle-process-file): Do not flush all
14795 caches when `process-file-side-effects' is set.
14796 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
14797 instead of `tramp-find-file-exists-command'.
14798 Unset `process-file-side-effects'.
14799
14800 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
14801
14802 * net/tramp.el (tramp-methods): New method "rsyncc".
14803 (top): Add completion function for "rsyncc".
14804 (tramp-message-show-message): New defvar.
14805 (tramp-message, tramp-error): Use it.
14806 (tramp-do-copy-or-rename-file-directly): Extend check for direct
14807 remote copying.
14808 (tramp-do-copy-or-rename-file-out-of-band): Handle new
14809 `tramp-methods' entry `copy-env' of "rsyncc".
14810 (tramp-vc-registered-read-file-names): New defconst.
14811 (tramp-vc-registered-file-names): New defvar.
14812 (tramp-handle-vc-registered): Implement optimization strategy.
14813 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
14814 (tramp-vc-file-name-handler): New defun.
14815 (tramp-get-ls-command, tramp-get-test-command)
14816 (tramp-get-file-exists-command, tramp-get-remote-ln)
14817 (tramp-get-remote-perl, tramp-get-remote-stat)
14818 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
14819
14820 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
14821 (tramp-cache-inhibit-cache): Extend doc string. It allows also
14822 timestamps.
14823 (tramp-get-file-property): Check for timestamps in
14824 `tramp-cache-inhibit-cache'.
14825 (tramp-set-file-property): Write timestamp.
14826
14827 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14828
14829 * language/japan-util.el (japanese-symbol-table): Add entries for
14830 cp932-2-byte.
14831
14832 * international/characters.el: Add category `j' to cp932-2-byte.
14833
14834 2009-08-27 Kenichi Handa <handa@m17n.org>
14835
14836 * international/fontset.el (build-default-fontset-data): New macro.
14837 (setup-default-fontset): Use build-default-fontset-data for CJK,
14838 tibetan, ethiopic, and ipa.
14839
14840 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
14841
14842 * cus-start.el (default-major-mode): Customize `major-mode' instead.
14843 (enable-multibyte-characters): Not customizable any more.
14844
14845 * subr.el (default-mode-line-format, default-header-line-format)
14846 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
14847 (default-direction-reversed, default-truncate-lines)
14848 (default-left-margin, default-tab-width, default-case-fold-search)
14849 (default-left-margin-width, default-right-margin-width)
14850 (default-left-fringe-width, default-right-fringe-width)
14851 (default-fringes-outside-margins, default-scroll-bar-width)
14852 (default-vertical-scroll-bar, default-indicate-empty-lines)
14853 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
14854 (default-fringe-cursor-alist, default-scroll-up-aggressively)
14855 (default-scroll-down-aggressively, default-fill-column)
14856 (default-cursor-type, default-buffer-file-type)
14857 (default-cursor-in-non-selected-windows)
14858 (default-buffer-file-coding-system, default-major-mode)
14859 (default-enable-multibyte-characters): Mark as obsolete.
14860
14861 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
14862
14863 * vc-dir.el (vc-dir-update): Remove debug helper.
14864
14865 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
14866
14867 2009-08-26 Sam Steingold <sds@gnu.org>
14868
14869 * simple.el (save-interprogram-paste-before-kill): New user option.
14870 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
14871 save the interprogram-paste into kill-ring before overriding it
14872 with the Emacs kill.
14873
14874 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
14875
14876 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
14877 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
14878 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
14879 and move to vc-rcs.el.
14880 (vc-default-next-revision): Rename to vc-rcs-next-revision and
14881 move to vc-rcs.el.
14882 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
14883 (vc-rcs-update-changelog): Remove.
14884 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
14885 and move to vc-rcs.el.
14886
14887 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
14888 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
14889 renaming.
14890 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
14891 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
14892 vc.el, renamed to be RCS specific.
14893
14894 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
14895 New functions.
14896 (vc-cvs-update-changelog): Move here from vc.el.
14897
14898 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
14899 New functions.
14900
14901 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
14902
14903 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
14904
14905 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
14906
14907 * vc-git.el (vc-git-register): Use "git add" for directories.
14908 (vc-git-stash, vc-git-stash-show): New functions.
14909 (vc-git-extra-menu-map): Bind them.
14910
14911 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
14912 directory correctly in case the item is a directory itself.
14913
14914 * vc.el: Document the desired behavior for reverted files in the
14915 `added' state.
14916 (vc-default-prettify-state-info): Remove function, unused.
14917
14918 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
14919
14920 2009-08-26 Glenn Morris <rgm@gnu.org>
14921
14922 * bindings.el (standard-mode-line-format): Reposition dashes in
14923 which-func entry. (Bug#4217)
14924
14925 * files.el (enable-local-variables, enable-local-eval)
14926 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
14927 the defcustoms.
14928 (auto-mode-alist, ignored-local-variables)
14929 (save-some-buffers-action-alist): Move risky declarations to the
14930 definitions.
14931 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
14932 (font-lock-defaults, format-alist, imenu--index-alist)
14933 (imenu-generic-expression, input-method-alist, minor-mode-alist)
14934 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
14935 (mode-line-modified, mode-line-mule-info, mode-line-position)
14936 (mode-line-process, mode-line-remote, outline-level)
14937 (parse-time-rules, rmail-output-file-alist)
14938 (special-display-buffer-names, vc-mode):
14939 Move risky declarations to the relevant files.
14940 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
14941 (mode-line-modified, mode-line-process, mode-line-position)
14942 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
14943 * font-core.el (font-lock-defaults):
14944 * format.el (format-alist):
14945 * vc-hooks.el (vc-mode):
14946 * window.el (special-display-buffer-names):
14947 * international/mule-cmds.el (input-method-alist):
14948 Define riskiness here (dumped file) rather than in files.el.
14949 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
14950 * imenu.el (imenu-generic-expression, imenu--index-alist):
14951 * outline.el (outline-level):
14952 * time.el (display-time-string):
14953 * calendar/parse-time.el (parse-time-rules):
14954 * mail/rmailout.el (rmail-output-file-alist):
14955 Autoload riskiness here, rather than placing in files.el.
14956
14957 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
14958
14959 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
14960
14961 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
14962
14963 * simple.el (process-file-side-effects): New defvar.
14964
14965 * dired-aux.el (dired-show-file-type):
14966 * vc.el (vc-diff-internal):
14967 * vc-arch.el (vc-arch-diff):
14968 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
14969 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
14970 * vc-git.el (vc-git-registered, vc-git-working-revision)
14971 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
14972 (vc-git--empty-db-p):
14973 * vc-hooks.el (vc-user-login-name):
14974 * vc-svn.el (vc-svn-registered, vc-svn-state)
14975 (vc-svn-dir-extra-headers, vc-svn-find-revision):
14976 * progmodes/grep.el (grep-probe): Let-bind
14977 `process-file-side-effects' with nil.
14978
14979 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
14980
14981 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
14982 daemon. Replace ping by checking for running service for bluez
14983 and zeroconf. (Bug#4239)
14984
14985 2009-08-25 Kevin Ryde <user42@zip.com.au>
14986
14987 * net/dig.el (dig): Add autoload cookie.
14988
14989 2009-08-25 Glenn Morris <rgm@gnu.org>
14990
14991 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
14992 load-history for absolute file-names.
14993 (byte-compile-file-form-require): Warn about use of the cl package.
14994
14995 * format.el (format-alist): Doc fix.
14996
14997 * play/bubbles.el (top-level): Don't require cl at run-time.
14998
14999 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
15000 run-time cl).
15001
15002 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
15003
15004 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
15005 from cl package.
15006 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
15007
15008 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
15009
15010 * calc/calc-alg.el (math-trig-rewrite)
15011 (math-hyperbolic-trig-rewrite): New functions.
15012 (calc-simplify): Simplify trig functions when asked.
15013
15014 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15015
15016 * diff-mode.el (diff-find-source-location): Avoid goto-line.
15017
15018 2009-08-24 Kenichi Handa <handa@m17n.org>
15019
15020 * language/ind-util.el (mapthread): Delete it.
15021 (combinatorial): New function.
15022 (indian--puthash-cv): Use combinatorial instead of mapthread.
15023
15024 2009-08-22 Kevin Ryde <user42@zip.com.au>
15025
15026 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
15027 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
15028 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
15029 Clarify docstring that the value is strings not symbols.
15030 (checkdoc-list-of-strings-p): New function.
15031
15032 2009-08-22 Glenn Morris <rgm@gnu.org>
15033
15034 * files.el (auto-mode-alist):
15035 * hippie-exp.el (he-concat-directory-file-name):
15036 * lpr.el (lpr-windows-system, printer-name):
15037 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
15038 * ps-print.el (ps-windows-system):
15039 * startup.el (command-line):
15040 * emulation/viper-ex.el (viper-glob-function):
15041 * international/mule-cmds.el (set-language-environment-coding-systems):
15042 * net/ange-ftp.el (ange-ftp-write-region):
15043 * obsolete/fast-lock.el (fast-lock-cache-name):
15044 Remove code for defunct system-types emx, macos, mswindows, next-mach,
15045 unisoft-unix, vax-vms, win32, w32.
15046
15047 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
15048 given name if the pattern is not more specific.
15049
15050 * calendar/lunar.el (lunar-phase-names): New option.
15051 (lunar-phase): Doc fix.
15052 (lunar-cycles-per-year): New constant.
15053 (lunar-index): New function.
15054 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
15055 (lunar-phase-name): Use lunar-phase-names.
15056 (calendar-lunar-phases): Use format.
15057 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
15058
15059 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
15060 Copy imenu-example--name-and-position function here for own use.
15061 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
15062
15063 * bs.el (bs--redisplay):
15064 * cus-edit.el (custom-redraw):
15065 * ibuffer.el (ibuffer-bury-buffer):
15066 * server.el (server-goto-line-column):
15067 * startup.el (command-line-1):
15068 * strokes.el (strokes-xpm-for-stroke):
15069 * term.el (term-display-buffer-line):
15070 * view.el (View-goto-line):
15071 * calc/calc.el (calc-do, calc-trail-buffer):
15072 * play/gamegrid.el (gamegrid-add-score-insecure):
15073 * progmodes/ada-mode.el (ada-compile-goto-error):
15074 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
15075 (ebrowse-select-1st-to-9nth):
15076 * progmodes/cperl-mode.el (cperl-time-fontification):
15077 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
15078 * progmodes/gud.el (gud-display-line):
15079 (idlwave-shell-display-line):
15080 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
15081 * progmodes/make-mode.el (makefile-browser-toggle):
15082 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
15083 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
15084 * textmodes/picture.el (picture-draw-rectangle):
15085 * textmodes/reftex-index.el (reftex-index-goto-letter):
15086 (reftex-select-jump-to-previous):
15087 * textmodes/reftex-sel.el (reftex-find-start-point)
15088 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
15089 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
15090 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
15091 * textmodes/tex-mode.el (tex-compilation-parse-errors):
15092 * textmodes/two-column.el (2C-associated-buffer):
15093 Use forward-line rather than goto-line.
15094
15095 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
15096 goto-line.
15097
15098 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
15099 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
15100 (quick-check-list-to-regexp): Declare.
15101
15102 * progmodes/make-mode.el (makefile-browser-insert-selection):
15103 Use goto-char rather than goto-line.
15104
15105 * progmodes/prolog.el (compilation-error-regexp-alist)
15106 (compilation-forget-errors): Declare.
15107
15108 2009-08-22 Juri Linkov <juri@jurta.org>
15109
15110 * progmodes/grep.el (lgrep, rgrep): At the beginning
15111 set `dir' to `default-directory' unless `dir' is a non-nil
15112 readable directory. (Bug#4052)
15113 (lgrep, rgrep): Change a weird way to report an error
15114 from using `read-string' to using `error'.
15115 Instead of using interactive arguments in the function body,
15116 add new argument `confirm'.
15117
15118 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
15119
15120 * textmodes/remember.el (remember-buffer):
15121 * progmodes/cperl-mode.el (cperl-vc-header-alist):
15122 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
15123 (icalendar-extract-ical-from-buffer):
15124 * net/newst-treeview.el (newsticker-groups-filename):
15125 * net/newst-backend.el (newsticker-cache-filename):
15126 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
15127 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
15128 (speedbar-add-ignored-path-regexp, speedbar-line-path)
15129 (speedbar-buffers-line-path, speedbar-path-line)
15130 (speedbar-buffers-line-path):
15131 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
15132 (epg-sign-keys):
15133 * epa.el (epa-display-verify-result):
15134 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
15135
15136 2009-08-21 Glenn Morris <rgm@gnu.org>
15137
15138 * progmodes/js.el (inferior-moz-process): Fix declaration.
15139
15140 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
15141
15142 * obsolete/rnewspost.el (news-mail-reply):
15143 Use goto-char rather than goto-line.
15144
15145 * term/ns-win.el (ns-open-file-select-line):
15146 Use line-beginning-position rather than goto-line.
15147
15148 * apropos.el (apropos-command):
15149 * ehelp.el (electric-helpify):
15150 * printing.el (pr-show-setup):
15151 * strokes.el (strokes-help):
15152 * tutorial.el (tutorial--describe-nonstandard-key)
15153 (tutorial--detailed-help):
15154 * woman.el (woman-mini-help, woman-display-extended-fonts):
15155 * calc/calc-help.el (calc-describe-key):
15156 * emulation/edt.el (edt-electric-helpify):
15157 * international/mule-diag.el (mule-diag):
15158 * play/yow.el (apropos-zippy):
15159 * progmodes/python.el (python-describe-symbol):
15160 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
15161 * textmodes/table.el (*table--cell-describe-mode)
15162 (*table--cell-describe-bindings):
15163 Use help-print-return-message rather than the now obsolete alias.
15164
15165 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
15166 (calendar-cursor-to-visible-date):
15167 * play/5x5.el (5x5-position-cursor):
15168 * play/decipher.el (decipher):
15169 * play/gomoku.el (gomoku-goto-xy):
15170 * play/landmark.el (lm-goto-xy):
15171 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
15172 (mpuz-paint-digit):
15173 Use forward-line, not goto-line.
15174
15175 * mail/rmail.el (rmail-obsolete): Delete custom group.
15176 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
15177 (rmail-remote-password, rmail-remote-password-required):
15178 Remove unneeded :set-after and :set properties.
15179
15180 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
15181
15182 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
15183
15184 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
15185
15186 * loadup.el: Remove leftover macos code.
15187
15188 * vc-git.el (vc-git-annotate-command): Run asynchronously.
15189 Explicitly pass the date format to git blame so that user local
15190 so that the output format can be parsed.
15191
15192 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
15193
15194 * net/dbus.el (top): Don't check for (getenv
15195 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
15196
15197 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
15198
15199 * log-edit.el (log-edit-strip-single-file-name): New var.
15200 (log-edit-insert-changelog): Use it. Bug#3571
15201
15202 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15203
15204 * subr.el (read-passwd): Use read-key so keypad keys work as well.
15205 Bug#3287
15206
15207 * help.el (help-print-return-message): Rename from
15208 print-help-return-message.
15209
15210 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
15211 cvs-mode-map parent hack.
15212 (log-view-mode): Derive from special-mode.
15213
15214 * linum.el (linum-mode): window-size-change-functions is redundant.
15215 Adapt to new window-configuration-change-hook behavior.
15216 (linum-after-size, linum-after-config): Remove.
15217
15218 * imenu.el (imenu-example--name-and-position)
15219 (imenu-example--lisp-extract-index-name)
15220 (imenu-example--create-lisp-index, imenu-example--create-c-index):
15221 Mark as obsolete.
15222
15223 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
15224 (inferior-prolog-mode): Use it.
15225 (inferior-prolog-load-file): Reset list of errors.
15226
15227 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15228
15229 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
15230
15231 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
15232
15233 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
15234
15235 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
15236 is running already.
15237
15238 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15239
15240 * subr.el (listify-key-sequence-1): Use normal syntax since those
15241 integers are nowadays always represented by the same (positive) number
15242 on all platforms.
15243 (read-key-empty-map): New const.
15244 (read-key-delay): New var.
15245 (read-key): New function.
15246 (force-mode-line-update): Use with-current-buffer.
15247 (locate-user-emacs-file): Don't forget to abbreviate the file name.
15248 (start-process-shell-command, start-file-process-shell-command):
15249 Discourage the use of command-args.
15250
15251 2009-08-19 Glenn Morris <rgm@gnu.org>
15252
15253 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
15254
15255 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15256
15257 * simple.el (choose-completion-string): Don't rely on
15258 minibuffer-completing-file-name and ad-hoc checks to decide whether
15259 to continue completion or not.
15260
15261 * minibuffer.el (minibuffer-hide-completions): New function.
15262 (completion--do-completion): Use it.
15263 (completions-annotations): New face.
15264 (completion--insert-strings): Use it.
15265 (completion-pcm--delim-wild-regex): Add docstring.
15266 (completion-pcm--string->pattern): Add support for 0-width delimiters
15267 in completion-pcm--delim-wild-regex.
15268
15269 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
15270
15271 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
15272 Remove unused var `buffer-modified-p'.
15273
15274 * minibuffer.el (completion--do-completion): Move point for the #b001
15275 case as well (bug#4176).
15276 (minibuffer-complete, minibuffer-complete-word): Don't move point.
15277
15278 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
15279
15280 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
15281 and :session buses.
15282
15283 2009-08-18 Kenichi Handa <handa@m17n.org>
15284
15285 * international/ucs-normalize.el (ucs-normalize-version):
15286 Change to 1.1.
15287 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
15288 (utf-8-hfs): Make it perform normalization on encoding too.
15289
15290 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
15291 (sentence-end-without-space): Delete duplicated chars.
15292 (sentence-end-base): Likewise.
15293
15294 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
15295 (html-mode): Delete duplicated chars from sentence-end-base.
15296
15297 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
15298 (texinfo-mode): Delete duplicated chars from sentence-end-base.
15299
15300 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
15301
15302 * files.el (hack-one-local-variable): If the mode function is for
15303 a minor mode, pass it an argument (Bug#4148).
15304
15305 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
15306
15307 * net/tramp.el (tramp-register-completion-file-name-handler):
15308 Check also for (member 'partial-completion completion-styles).
15309
15310 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
15311
15312 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
15313 abbrev (Bug#3943).
15314
15315 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
15316
15317 * progmodes/cperl-mode.el: Merge upstream 6.2.
15318 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
15319 (cperl-forward-re): Check cperl-brace-recursing.
15320 (cperl-highlight-charclass): New function.
15321 (cperl-find-pods-heres): Use it.
15322 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
15323 (cperl-beautify-regexp-piece): Fix column calculation.
15324 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
15325 (cperl-beautify-level): Don't process entire regexp.
15326 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
15327 calling man.
15328 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
15329 (cperl-init-faces): Build a list in the normal way.
15330
15331 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
15332
15333 * calendar/parse-time.el (parse-time-string-chars): Save match
15334 data.
15335
15336 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
15337
15338 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
15339 (sql-product): Use it.
15340 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
15341 (sql-set-product): Add completion.
15342 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
15343 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
15344 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
15345 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
15346 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
15347 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
15348 (sql-highlight-db2-keywords): Remove.
15349 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
15350 (sql-highlight-product): Use derived-mode-p.
15351 (sql-set-sqli-buffer): Use with-current-buffer.
15352 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
15353 Simplify.
15354
15355 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
15356
15357 * term.el: Fix commenting convention, turn comments into docstrings.
15358
15359 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
15360
15361 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
15362
15363 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
15364
15365 * calendar/parse-time.el (parse-time-string-chars): Compute using
15366 character classes, to handle non-ascii characters (Bug#3190).
15367
15368 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
15369
15370 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
15371 another heredoc if the user adds another < (Bug#3226).
15372
15373 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15374 Don't initialize based on window-system (Bug#4124).
15375
15376 * facemenu.el (facemenu-read-color): Use a completion function
15377 that accepts any defined color, such as RGB triplets (Bug#3677).
15378
15379 * files.el (get-free-disk-space): Change fallback default
15380 directory to /. Expand DIR argument before switching to fallback.
15381 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
15382
15383 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
15384
15385 * files.el (load-library): Doc fix.
15386
15387 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
15388
15389 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
15390 (viper-if-string): Redefine C-s in the minibuffer to insert the last
15391 incremental search string.
15392
15393 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
15394 XEmacs.
15395
15396 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
15397 (ediff-merge-region-is-non-clash)
15398 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
15399 Also check if the job is really a merge job.
15400
15401 * ediff.el (ediff-current-file): New function.
15402
15403 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
15404
15405 * progmodes/js.el: Edit docstrings throughout to follow Emacs
15406 conventions.
15407 (js-insert-and-indent): Delete function.
15408 (js-mode-map): Don't bind keys to js-insert-and-indent.
15409 (js-beginning-of-defun): Rename from js--beginning-of-defun.
15410 (js-end-of-defun): Rename from js--end-of-defun.
15411 (js-auto-indent-flag): Delete variable.
15412
15413 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
15414
15415 * progmodes/js.el: Remove proclaim statement.
15416 Defvar which-func-imenu-joiner-function to silence compiler.
15417
15418 * files.el (auto-mode-alist): Use js-mode for .js files.
15419
15420 * progmodes/js2-mode.el: Remove file.
15421
15422 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
15423
15424 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
15425
15426 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
15427
15428 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
15429 Karl Landstrom <karl.landstrom@brgeight.se>
15430
15431 * progmodes/js.el: New file.
15432
15433 2009-08-14 Mark A. Hershberger <mah@everybody.org>
15434
15435 * timezone.el (timezone-parse-date): Add ability to understand ISO
15436 basic format (minimal separators) dates in addition to the
15437 already-supported extended format dates.
15438
15439 2009-08-14 Eli Zaretskii <eliz@gnu.org>
15440
15441 * international/ucs-normalize.el: Add a `coding' file variable.
15442
15443 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
15444
15445 2009-08-14 Sam Steingold <sds@gnu.org>
15446
15447 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
15448
15449 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
15450
15451 * faces.el (help-argument-name): Define it here instead of
15452 help-fns.el, because in daemon mode help-fns.el may be loaded when
15453 faces are still uninitialized (Bug#1078).
15454
15455 * help-fns.el (help-argument-name): Move defface to faces.el.
15456
15457 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
15458
15459 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
15460 create buffer with a pty but no process so that GDB can make the
15461 inferior the controlling process.
15462
15463 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
15464
15465 * international/ucs-normalize.el: New file.
15466
15467 2009-08-13 Richard Stallman <rms@gnu.org>
15468
15469 * mail/rmail.el (rmail-get-attr-names):
15470 Accept an attribute header that is too short.
15471
15472 * mail/rmail.el (rmail-forget-messages):
15473 Ignore nil elt in rmail-message-vector. Use dotimes.
15474
15475 * progmodes/compile.el (compilation-goto-locus):
15476 Use next-error-move-function.
15477
15478 * simple.el (next-error-move-function): New variable.
15479
15480 2009-08-12 Juri Linkov <juri@jurta.org>
15481
15482 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
15483 always non-nil. (Bug#4052)
15484
15485 * replace.el (read-regexp): Return empty string when
15486 `default-value' is nil.
15487 (keep-lines-read-args): Don't use empty string as the
15488 default value for `read-regexp'. (Bug#2495)
15489
15490 2009-08-12 Juri Linkov <juri@jurta.org>
15491
15492 * international/mule-cmds.el (ucs-insert): Change arguments
15493 from `arg' to `character', `count', `inherit' to be the same
15494 as in `insert-char'. Doc fix. (Bug#4039)
15495
15496 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
15497
15498 2009-08-12 Juri Linkov <juri@jurta.org>
15499
15500 * files-x.el: New file.
15501
15502 * files.el: Move code that deals with adding/deleting
15503 file/directory-local variables to files-x.el.
15504
15505 * Makefile.in (ELCFILES): Add files-x.elc.
15506
15507 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
15508
15509 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
15510 to use `goto-line'.
15511 (gdb-place-breakpoints, gdb-get-location): Rewritten without
15512 `goto-line'.
15513 (gdb-invalidate-disassembly): Do not refresh upon receiving
15514 'update signal. Instead, update all disassembly buffers only after
15515 threads list.
15516 (gdb): Send -target-detach when buffer is killed (Bug#3794).
15517 (gdb-starting): Moved -data-list-register-names...
15518 (gdb-stopped): ...here so it's sent when first thread stops.
15519 (gdb-registers-handler-custom): Do nothing if register names are
15520 unknown yet.
15521
15522 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
15523 from `gdb-mi.el' to avoid extra tangling.
15524
15525 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
15526 change which breaks `gud-def' definitions used in `gdb'.
15527 (gdb-update-gud-running): No extra fuss for updating frame number.
15528
15529 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
15530
15531 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
15532 (describe-language-environment-map, setup-language-environment-map)
15533 (set-coding-system-map): Move initialization into declaration.
15534 (set-language-info-alist): Last arg to define-key-after can be skipped.
15535
15536 * international/quail.el (quail-completion-1): Simplify.
15537 (quail-define-rules): Use slightly more compact code.
15538 (quail-insert-decode-map): Propertize keys, compact columns.
15539
15540 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15541 Add goto-line.
15542
15543 2009-08-10 Miles Bader <miles@gnu.org>
15544
15545 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
15546 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
15547 (js2-instance-member, js2-private-member, js2-private-function-call)
15548 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
15549 (js2-magic-paren, js2-external-variable):
15550 Remove "-face" suffix from face names.
15551 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
15552 (js2-highlight-undeclared-vars, js2-peek-token)
15553 (js2-parse-function-params, js2-mode-show-errors)
15554 (js2-mode-show-warnings, js2-make-magic-delimiter)
15555 (js2-mode-highlight-magic-parens): Update to use new face names.
15556
15557 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
15558
15559 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
15560 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
15561
15562 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
15563
15564 * subr.el: Provide hashtable-print-readable.
15565
15566 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
15567 hs-c-like-adjust-block-beginning.
15568 (hs-hide-block-at-point): Stop hiding at the beginning of
15569 hs-block-end-regexp (Bug#700).
15570
15571 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
15572
15573 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
15574 a macro.
15575 (gdb-registers-handler-custom): Do not fail when register names
15576 are unavailable.
15577
15578 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
15579
15580 * progmodes/gdb-mi.el (gdb-control-all-threads)
15581 (gdb-control-current-thread): Interactive setters for
15582 `gdb-gud-control-all-threads' to use in menu.
15583 (gdb-show-run-p): Show «Go» when process is not active.
15584 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
15585 gud/thread.xpm and gud/all.xpm.
15586
15587 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
15588
15589 * net/net-utils.el (net-utils-font-lock-keywords): New var.
15590 (nslookup-font-lock-keywords): Make it a variable.
15591 (net-utils-mode): New mode for viewing diagnostic network output.
15592 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
15593 (net-utils-run-simple): New function.
15594 (ifconfig, iwconfig, netstat, arp, route): Use it.
15595
15596 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
15597
15598 * progmodes/gdb-mi.el (gdb-read-memory-custom)
15599 (gdb-memory-set-address, def-gdb-set-positive-number)
15600 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
15601 after changing settings.
15602 (gdb-invalidate-disassembly): Update when first shown.
15603 (gdb-edit-locals-value): Fixed.
15604 (gdb-registers-handler-custom): Print registers in right order and
15605 allow changing register values (only for current thread yet).
15606 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
15607 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
15608 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
15609 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
15610 info in mode name.
15611 (gdb-registers-mode-map): TAB to switch to locals.
15612
15613 2009-08-08 Eli Zaretskii <eliz@gnu.org>
15614
15615 * mail/rmail.el (rmail-add-mbox-headers)
15616 (rmail-set-message-counters-counter): Search for
15617 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
15618
15619 2009-08-08 Glenn Morris <rgm@gnu.org>
15620
15621 * Makefile.in (ELCFILES): Update.
15622
15623 2009-08-07 Eli Zaretskii <eliz@gnu.org>
15624
15625 * mail/sendmail.el (mail-yank-original): Set
15626 buffer-file-coding-system from the one used by the message whose
15627 text is yanked.
15628
15629 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
15630 to "windows" when "pgnuplot" is used.
15631 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
15632 call accept-process-output if "pgnuplot" is used.
15633 (calc-graph-init): Don't send -display and -geometry to
15634 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
15635 running "pgnuplot -V" with shell-command-to-string.
15636
15637 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
15638 the default.
15639
15640 2009-08-07 Eli Zaretskii <eliz@gnu.org>
15641
15642 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
15643 org/org-latex.elc.
15644
15645 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
15646
15647 * vc-dispatcher.el (vc-resynch-window): Update comment.
15648
15649 * term.el (term-handle-ansi-escape): Add comments with the
15650 terminfo capabilities implemented.
15651
15652 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
15653
15654 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
15655 (gdb-var-create-handler): Rewritten using JSON parser.
15656 (gdb-propertize-header): Moved earlier.
15657 (gdb-set-header): Removed to avoid duplication.
15658 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
15659 Refresh disassembly buffers only after threads list have been
15660 update.
15661 (gdb-threads-header, gdb-registers-header): Per-buffer header line
15662 variables.
15663
15664 2009-08-04 Juri Linkov <juri@jurta.org>
15665
15666 * files.el: Commands to add/delete file/directory-local variables.
15667 (read-file-local-variable, read-file-local-variable-value)
15668 (read-file-local-variable-mode, modify-file-local-variable)
15669 (modify-file-local-variable-prop-line)
15670 (modify-dir-local-variable): New functions.
15671 (add-file-local-variable, delete-file-local-variable)
15672 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
15673 (add-dir-local-variable, delete-dir-local-variable)
15674 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
15675 (copy-dir-locals-to-file-locals-prop-line): New commands.
15676
15677 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
15678
15679 * abbrev.el (insert-abbrev-table-description): Prettify output.
15680 Suggested by Karl Chen.
15681
15682 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
15683
15684 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
15685 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
15686 (gdb-overlay-arrow-position, gdb-thread-position)
15687 (gdb-disassembly-position): Declare variables.
15688 (gdb-wait-for-pending): Function now.
15689 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
15690 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
15691 compilation goes smoothly.
15692 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
15693 (gdb-non-stop-setting): New customization setting which replaces
15694 `gdb-non-stop' so changing it doesn't break active GDB session.
15695 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
15696 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
15697 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
15698 (gdb-show-threads-by-default): New customization options.
15699 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
15700 routines.
15701 (gdb-get-buffer-create): Send buffers update signal when they are
15702 created.
15703 (gdb-invalidate-locals, gdb-invalidate-registers)
15704 (gdb-invalidate-breakpoints)
15705 (gdb-invalidate-threads, gdb-invalidate-disassembly)
15706 (gdb-invalidate-memory): Accept update signal.
15707 (gdb-current-context-command): Use --frame option.
15708 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
15709 Implement `gdb-frame-number' selection logic.
15710 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
15711 whether to show GUD toolbar buttons.
15712 (gdb-thread-exited): Unselect current thread when it exits.
15713 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
15714 (gdb-mark-line): Routine which sets overlay arrow or inverses
15715 video on fringeless displays.
15716 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
15717 to build aligned columns of data in GDB buffers and set text
15718 properties line-by-line.
15719 (gdb-invalidate-breakpoints)
15720 (gdb-breakpoints-list-handler-custom)
15721 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
15722 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
15723 (gdb-registers-handler-custom): Align data columns.
15724 (gdb-locals-handler-custom): Now prints data like in variable
15725 declarations.
15726 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
15727 Removed confusing buttons.
15728 (gdb-invalidate-threads): Append --frame.
15729 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
15730 between breakpoints/threads buffers.
15731 (gdb-set-window-buffer): Now can ignore dedicated windows.
15732 (gdb-propertize-header): Use `gdb-set-window-buffer'.
15733 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
15734 (def-gdb-thread-buffer-gud-command): Replaces
15735 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
15736 for fine thread control.
15737 (gdb-preempt-existing-or-display-buffer): New function used to
15738 display bound buffers without breaking window layout.
15739 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
15740 (gdb-select-frame): New version of `gdb-frames-select' which now
15741 sets `gdb-frame-number' so commands may use --frame option instead
15742 of inner debugger state.
15743 (gdb-frame-handler): Do not set `gdb-frame-number'.
15744 (gdb-threads-mode-map): Select threads with mouse.
15745
15746 * progmodes/gud.el (gdb-gud-context-call): Declare function to
15747 avoid compilation warning.
15748 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
15749 `gdb-show-stop-p`.
15750
15751 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
15752 Argument `key' renamed to `buffer-type'.
15753 (gdb-current-context-buffer-name): Do not add thread info to
15754 buffer name when no thread is selected.
15755 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
15756 command (bug 3794).
15757 (gdb-thread-selected): Handle `=thread-selected' notification.
15758 (gdb-wait-for-pending): New macro to deal with congestion problems.
15759 (gdb-breakpoints-list-handler-custom): Don't fail on pending
15760 breakpoints.
15761 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
15762 This fixes problem similar to one described in bug 3947.
15763 (gud-menu-map): More menu items.
15764 (gdb-init-1): Reset `gdb-thread-number' to nil.
15765
15766 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
15767 non-stop settings.
15768
15769 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
15770 (gdb-current-context-command): Do not append --thread if
15771 `gdb-thread-number' is nil.
15772 (gdb-running-threads-count, gdb-stopped-threads-count): New
15773 variables.
15774 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
15775 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
15776 customization options.
15777 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
15778 GUD commands.
15779 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
15780 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
15781 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
15782 set `gdb-thread-number' and update `gud-running' properly.
15783 (gdb-running): Update threads list when new threads appear.
15784 (gdb-stopped): Support non-stop operation and new thread switching
15785 logic.
15786 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
15787 (gdb-json-partial-output): New set of JSON routines.
15788 (def-gdb-auto-update-trigger): New `signal-list' optional
15789 argument.
15790 (gdb-thread-list-handler-custom): Update `gud-running',
15791 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
15792 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
15793 (gdb-continue-thread, gdb-step-thread): New commands for fine
15794 thread execution control.
15795 (gud-menu-map): New menu items to switch non-stop options.
15796 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
15797 (gdb-send): Mimic RET properly (bug 3794).
15798
15799 * progmodes/gdb-mi.el (gdb-rules-name-maker)
15800 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
15801 gdb-buffer-rules.
15802 (def-gdb-auto-update-handler): New nopreserve optional argument.
15803 (gdb-stack-list-frames-custom): Print stack from top to bottom.
15804
15805 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
15806 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
15807 (gdb-parent-mode): New mode to derive other GDB modes from.
15808 (gdb-display-disassembly-for-thread)
15809 (gdb-frame-disassembly-for-thread): New commands for threads
15810 buffer.
15811
15812 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
15813 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
15814 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
15815 (gdb-update): We now store all GDB buffers in a list so that they
15816 can be updated by traversing a list instead of calling invalidate
15817 triggers explicitly.
15818 (def-gdb-trigger-and-handler): New macro to define trigger-handler
15819 pair for GDB buffer.
15820 (gdb-stack-buffer-name): Add thread information.
15821 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
15822 handle pending triggers.
15823 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
15824 (def-gdb-thread-buffer-simple-command)
15825 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
15826 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
15827 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
15828 New commands which show buffers bound to thread.
15829 (gdb-stack-list-locals-regexp): Removed unused regexp.
15830
15831 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
15832 (gdb-locals-buffer-name, gdb-registers-buffer-name)
15833 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
15834 to (gud-comint-buffer) in *-buffer-name functions
15835 because (gdb-get-target-string) already does that.
15836 (gdb-locals-handler-custom, gdb-registers-handler-custom)
15837 (gdb-changed-registers-handler): Rewritten without regexps.
15838
15839 * progmodes/gdb-mi.el: Basic thread selection support.
15840 (gdb-thread-number): New variable.
15841 (gdb-current-context-command): New macro which adds --thread
15842 option to command.
15843 (gdb-threads-mode-map): Select thread with SPC.
15844 (gdb-thread-list-handler-custom): Mark current thread with overlay
15845 arrow. Synchronize GDB thread and Emacs thread.
15846 (gdb-select-thread): New command which selects current thread.
15847 (gdb-invalidate-frames, gdb-invalidate-locals)
15848 (gdb-invalidate-registers): Use --thread option.
15849
15850 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
15851
15852 * net/tramp.el (top): Make check for tramp-gvfs loading more
15853 robust. (Bug#3977)
15854 (tramp-handle-insert-file-contents): `unwind-protect' must be
15855 inside `with-parsed-tramp-file-name'.
15856
15857 * net/tramp-gvfs.el (top): Remove superfluous message when loading
15858 fails.
15859
15860 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
15861
15862 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
15863 directory if CLASSPATH is not set.
15864
15865 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
15866
15867 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
15868 New defconst.
15869 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
15870
15871 2009-08-02 Kevin Ryde <user42@zip.com.au>
15872
15873 * net/newst-backend.el (newsticker--raw-url-list-defaults):
15874 Update freshmeat link. Delete newsforge.com as it seems gone.
15875
15876 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
15877
15878 * select.el (x-set-selection): Doc fix (Bug#4021).
15879
15880 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
15881
15882 * help-fns.el (describe-variable): Treat list return values from
15883 dir-locals-find-file properly (Bug#4005).
15884
15885 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
15886
15887 * net/tramp.el (tramp-debug-message): Print also microseconds.
15888
15889 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
15890
15891 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
15892 or END is non-nil.
15893 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
15894 (tramp-get-debug-buffer): Change `outline-regexp' according to new
15895 format.
15896
15897 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
15898 (tramp-get-file-property): Use it.
15899
15900 * autorevert.el (auto-revert-handler): Allow
15901 `auto-revert-tail-mode' for remote files.
15902
15903 2009-08-02 Jason Rumney <jasonr@gnu.org>
15904
15905 * minibuffer.el (read-file-name): Treat confirm options to
15906 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
15907
15908 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
15909
15910 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
15911 (font-lock-variable-name-face, font-lock-constant-face): Darken
15912 the colors for light backgrounds.
15913
15914 2009-08-01 Eli Zaretskii <eliz@gnu.org>
15915
15916 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
15917 month names. (Bug#3987)
15918
15919 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
15920
15921 * simple.el (line-move-finish): Pass whole number to
15922 line-move-to-column.
15923 (line-move-visual): Perform hscroll to the recorded position.
15924
15925 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
15926
15927 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
15928
15929 2009-07-29 Alan Mackenzie <acm@muc.de>
15930
15931 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
15932
15933 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
15934
15935 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
15936 (gdb-place-breakpoints): Use full path when setting breakpoints.
15937
15938 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
15939
15940 * calc/calc.el (calc-mode-map): Add keybinding for
15941 `calc-transpose-lines'.
15942
15943 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
15944
15945 * calc/calc-misc.el (calc-transpose-lines): New function.
15946
15947 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
15948
15949 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
15950 Simplify check for out-of-band methods.
15951 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
15952 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
15953
15954 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
15955
15956 * vc-git.el (vc-git-checkin): Fix typo.
15957
15958 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
15959
15960 * progmodes/js2-mode.el: New file.
15961
15962 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
15963
15964 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
15965 (gud-menu-map): Adjust tooltip accordingly.
15966
15967 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
15968
15969 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
15970 (vc-bzr-log-view-mode): Adjust log-view-file-re.
15971
15972 * add-log.el (change-log-mode-map): Add a menu.
15973
15974 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
15975
15976 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
15977 function returns nil.
15978 (dbus-handle-event): Handle special return value :ignore.
15979 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
15980
15981 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
15982
15983 * view.el (view-mode-enable): Don't define Helper-return-blurb if
15984 it's not needed.
15985
15986 2009-07-25 Eli Zaretskii <eliz@gnu.org>
15987
15988 Fix Bug#3888:
15989
15990 * w32-vars.el (x-select-enable-clipboard): Doc fix.
15991
15992 * term/pc-win.el (x-display-name, x-colors)
15993 (x-select-enable-clipboard, x-select-text): Doc fix.
15994
15995 * term/common-win.el (x-display-name, x-colors): Doc fix.
15996
15997 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
15998 (xw-defined-colors): Doc fix.
15999
16000 * w32-fns.el (x-select-text, x-setup-function-keys)
16001 (x-get-selection, x-set-selection): Doc fix.
16002
16003 * term/x-win.el (x-select-text, x-setup-function-keys)
16004 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
16005
16006 * select.el (x-set-selection): Doc fix.
16007
16008 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
16009
16010 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
16011 instead of "IsNSSSupportAvailable". Avahi ought to work also when
16012 "IsNSSSupportAvailable" method is not available. Reported by
16013 Steve Youngs <steve@sxemacs.org>.
16014
16015 2009-07-24 Kenichi Handa <handa@m17n.org>
16016
16017 * international/characters.el: Fix setting of category ?C, ?|, ?K,
16018 and ?H. Fix setting of case for Latin Extended and Greek Extended.
16019 (build-unicode-category-table): Fix range checks.
16020
16021 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
16022
16023 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
16024 the buffer we try to sync is current when calling
16025 vc-resynch-buffer.
16026
16027 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
16028 not show up to date files.
16029
16030 2009-07-24 Glenn Morris <rgm@gnu.org>
16031
16032 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
16033 Add autoload cookies. If necessary, initialize.
16034 (elint-log): Handle non-file buffers.
16035 (elint-initialize): Add optional argument to reinitialize.
16036 (elint-find-builtin-variables): Save excursion.
16037
16038 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
16039
16040 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16041 for Lint.
16042
16043 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
16044
16045 * vc.el (vc-print-log-internal): New function, split out from ...
16046 (vc-print-log): ... here.
16047 (vc-dir-move-to-goal-column): Declare.
16048
16049 * vc-git.el (vc-git-add-signoff): New variable.
16050 (vc-git-checkin): Use it.
16051 (vc-git-toggle-signoff): New function.
16052 (vc-git-extra-menu-map): Bind it to menu.
16053 (vc-git--run-command-string): Accept a nil FILE argument.
16054 (vc-git-stash-list): New function.
16055 (vc-git-dir-extra-headers): Use it.
16056
16057 2009-07-23 Glenn Morris <rgm@gnu.org>
16058
16059 * help-fns.el (describe-variable): Describe ignored and risky local
16060 variables in a similar way to that in which we describe safe ones.
16061
16062 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
16063 (byte-compile-output-file-form, byte-compile-output-docform)
16064 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
16065 Give some more local variables with common names a "bytecomp-" prefix,
16066 so as not to shadow things during compilation.
16067 * emacs-lisp/cl-macs.el (load-time-value)
16068 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
16069 `outbuffer' to `bytecomp-outbuffer'.
16070
16071 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
16072 since the next two variables cover them automatically now.
16073 (elint-builtin-variables, elint-autoloaded-variables): New.
16074 (elint-unknown-builtin-args): Remove all members, since they can be
16075 parsed automatically now.
16076 (elint-extra-errors): New.
16077 (elint-env-add-env, elint-env-add-macro): Use cadr.
16078 (elint-current-buffer): Use or. Change final message.
16079 (elint-get-top-forms): Use line-end-position.
16080 (elint-init-env): Use cadr. Handle autoload, declare-function,
16081 and defalias.
16082 (elint-add-required-env): Doc fix. Use or. Standardize error.
16083 (regexp-assoc): Remove unused function.
16084 (elint-top-form): Set elint-current-pos, to record the start of the
16085 top-level form, for compilation-mode.
16086 (elint-form): Trap errors in macro expansion. Use dolist.
16087 (elint-unbound-variable): Use elint-builtin-variables and
16088 elint-autoloaded-variables.
16089 (elint-get-args): Use cadr, or.
16090 (elint-check-cond-form): Use dolist, cadr.
16091 (elint-check-condition-case-form): Doc fix. Use cadr.
16092 Use elint-extra-errors.
16093 (elint-log): New function.
16094 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
16095 Distinguish errors and warnings.
16096 (elint-log-message): Use with-current-buffer. Inhibit read-only.
16097 Use a bytecomp-style format.
16098 (elint-clear-log): Preserve default-directory. Inhibit read-only.
16099 (elint-get-log-buffer): Use compilation mode. Disable undo.
16100 Don't truncate lines.
16101 (elint-initialize): Set builtin and autoloaded variable lists.
16102 Only process elint-unknown-builtin-args if non-nil.
16103 (elint-find-builtin-variables, elint-find-autoloaded-variables):
16104 New functions.
16105 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
16106
16107 2009-07-22 Kevin Ryde <user42@zip.com.au>
16108
16109 * net/newst-backend.el (newsticker--parse-atom-1.0)
16110 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
16111 (newsticker--parse-rss-1.0):
16112 * progmodes/idlwave.el (idlwave-mode):
16113 * progmodes/idlw-shell.el (idlwave-shell-mode):
16114 * progmodes/vera-mode.el (vera-mode):
16115 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
16116 * progmodes/vhdl-mode.el (vhdl-mode):
16117 * textmodes/table.el (table-generate-source)
16118 (table--warn-incompatibility):
16119 Hyperlink urls in docstrings with URL `...'.
16120
16121 2009-07-22 Glenn Morris <rgm@gnu.org>
16122
16123 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
16124 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
16125 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
16126 Remove leading * from defcustom docs.
16127
16128 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
16129
16130 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
16131 defcustom doc.
16132 (list-load-path-shadows): Optionally, just return shadows as a string.
16133
16134 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
16135
16136 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
16137
16138 * mail/rmailedit.el (rmail-edit-mode): Use
16139 auto-save-include-big-deletions.
16140
16141 * mail/rmail.el (rmail-variables): Use
16142 auto-save-include-big-deletions.
16143
16144 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
16145 changes.
16146
16147 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
16148
16149 * calc/calc.el (calc-undo-length): New variable.
16150 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
16151
16152 2009-07-21 Richard Stallman <rms@gnu.org>
16153
16154 * files.el (auto-save-mode): Handle buffer-save-size = -2
16155 for toggling mode.
16156
16157 2009-07-21 Glenn Morris <rgm@gnu.org>
16158
16159 * textmodes/ispell.el (ispell-looking-back): Update declaration.
16160
16161 * calendar/todo-mode.el (calendar-current-date): Update declaration.
16162
16163 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
16164 silence compiler. Instead...
16165 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
16166 (ps-print-ensure-fontified): Update for above function name changes.
16167
16168 * printing.el (pr-mh-get-msg-num, pr-mh-show)
16169 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
16170 silence compiler. Instead...
16171 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
16172 (mh-show-buffer): Only define for compiler.
16173 (pr-mh-current-message): Update for above function name changes.
16174
16175 * files.el (abort-if-file-too-large): Explicitly pass `filename'
16176 as an argument.
16177 (find-file-noselect, insert-file-1): Update for above change.
16178
16179 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
16180
16181 * mail/mailclient.el (mailclient-send-it): Fix message.
16182
16183 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
16184 (edebug-eval): Check cl-debug-env is bound.
16185 (print-level, print-circle): Don't redefine built-in variables.
16186
16187 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
16188 (custom-print-vectors): Remove old comments from doc.
16189
16190 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
16191 (emerge-version): Make the variable an obsolete alias for the
16192 emacs-version variable. Make the function obsolete.
16193 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
16194 Emerge options, rather than merging in into the main Options menu.
16195 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
16196 and auto advance modes. Disable edit/fast items when not relevant.
16197
16198 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
16199
16200 * term/vt420.el (terminal-init-vt420): Fix typo.
16201
16202 2009-07-20 Sam Steingold <sds@gnu.org>
16203
16204 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
16205 variable (removed from compile.el on 2004-03-11).
16206
16207 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
16208
16209 * files.el (hack-local-variables-filter): Fix last change.
16210
16211 2009-07-19 Juri Linkov <juri@jurta.org>
16212
16213 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
16214 (dir-local-variables-alist): New buffer-local variable.
16215 (hack-local-variables-filter): If variable is not dir-local,
16216 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
16217 because file-local overrides dir-local.
16218 (c-postprocess-file-styles) <declare-function>:
16219 Remove obsolete declaration.
16220 (hack-dir-local-variables): Add dir-local variable/value pair to
16221 `dir-local-variables-alist' and remove duplicates. Doc fix.
16222
16223 * help-fns.el (describe-variable): Add information about
16224 file-local and dir-local variables.
16225
16226 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
16227
16228 * files.el (hack-local-variables-filter): Rewrite.
16229
16230 2009-07-19 Glenn Morris <rgm@gnu.org>
16231
16232 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
16233 Silence compiler by only defining on XEmacs.
16234
16235 * international/mule.el (auto-coding-regexp-alist): Only match
16236 BABYL... at the start of buffer, not of lines. (Bug#3790)
16237
16238 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
16239 non-calendar buffers (Bug#3862). Restore "not on a date" message.
16240 (cal-menu-context-mouse-menu): Doc fix.
16241
16242 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
16243
16244 * simple.el (mail-user-agent): Doc fix. Set :version tag.
16245
16246 2009-07-18 Juri Linkov <juri@jurta.org>
16247
16248 * info.el: Virtual Info keyword finder.
16249 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
16250 (Info-finder-file): New variable.
16251 (Info-finder-find-file): New function.
16252 (finder-known-keywords, finder-package-info)
16253 (find-library-name, lm-commentary): Use defvar and
16254 declare-function to silence compiler warnings.
16255 (Info-finder-find-node): New function.
16256 (info-finder): New command.
16257
16258 * subr.el (process-kill-buffer-query-function): New function.
16259 (add-hook)<kill-buffer-query-functions>: Add hook
16260 `process-kill-buffer-query-function'.
16261
16262 2009-07-18 Alan Mackenzie <acm@muc.de>
16263
16264 * progmodes/cc-mode.el (c-before-hack-hook)
16265 (c-postprocess-file-styles): Give invocation of `c-set-style'
16266 DONT-OVERRIDE parameter of t. Already set style variables will
16267 thus not be overridden by style settings given by `c-file-syle'.
16268
16269 * files.el (hack-local-variables-filter): Remove entries with
16270 duplicate keys from `file-local-variables-alist'.
16271
16272 2009-07-18 Eli Zaretskii <eliz@gnu.org>
16273
16274 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
16275 x-set-selection if display-selections-p returns nil for the
16276 current frame.
16277
16278 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
16279
16280 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
16281
16282 2009-07-18 Eli Zaretskii <eliz@gnu.org>
16283
16284 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
16285 Accept nil in addition to a regexp.
16286 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
16287 Accept nil in addition to a regexp.
16288 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
16289 buffers that have an associated file. Handle nil values of
16290 desktop-buffers-not-to-save and desktop-files-not-to-save.
16291 (Bug#3833)
16292
16293 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16294 (x-disown-selection-internal): New functions.
16295
16296 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
16297
16298 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
16299 warning.
16300 (gdb-breakpoints-header): Move forward to avoid compiler warning.
16301 (gdb-make-header-line-mouse-map): Remove duplicate definition.
16302
16303 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
16304
16305 * simple.el (set-mark): Revert last change.
16306
16307 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
16308
16309 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
16310 rendering of pngs is not possible instead of messaging a long
16311 description.
16312
16313 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
16314
16315 * w32-fns.el (x-selection-owner-p): New function.
16316
16317 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
16318 (mouse-yank-at-click, mouse-yank-primary): If
16319 select-active-regions is non-nil, deactivate the mark before
16320 insertion.
16321
16322 * simple.el (deactivate-mark, set-mark): Only save selection if we
16323 own it.
16324
16325 2009-07-17 Kenichi Handa <handa@m17n.org>
16326
16327 * case-table.el (describe-buffer-case-table): Fix for the case
16328 that KEY is a cons.
16329
16330 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
16331
16332 * vc-rcs.el (vc-rcs-find-file-hook):
16333 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
16334
16335 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
16336
16337 * net/tramp.el (tramp-wait-for-output): Handle the case when
16338 commands do not return a newline but a null byte before the shell
16339 prompt. (Bug#3858)
16340
16341 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16342
16343 * term/ns-win.el (ns-set-alpha): Don't declare.
16344 (ns-set-background-alpha): Remove function.
16345
16346 2009-07-16 Kevin Ryde <user42@zip.com.au>
16347
16348 * emacs-lisp/copyright.el (copyright-update): Save match-data across
16349 y-or-n-p, for safety.
16350
16351 2009-07-16 Richard Stallman <rms@gnu.org>
16352
16353 * files.el (auto-save-mode): If buffer-saved-size is -2,
16354 don't clobber it.
16355
16356 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
16357 (rmail-retry-ignored-headers): Add more uninteresting fields.
16358
16359 2009-07-15 Jari Aalto <jari.aalto@cante.net>
16360
16361 * net/rcirc.el (rcirc): Use history variables.
16362 (rcirc-server-name-history, rcirc-nick-name-history)
16363 (rcirc-server-port-history): New variables.
16364
16365 2009-07-15 Kenichi Handa <handa@m17n.org>
16366
16367 * international/mule-cmds.el (set-language-environment-charset):
16368 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
16369 ignore them.
16370
16371 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
16372 Delete unibyte-display.
16373
16374 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
16375
16376 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
16377
16378 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
16379
16380 * simple.el (deactivate-mark): Optional argument FORCE.
16381 (set-mark): Use deactivate-mark.
16382
16383 * info.el (Info-search): No need to check transient-mark-mode
16384 before calling deactivate-mark.
16385
16386 * select.el (x-set-selection): Doc fix.
16387 (x-valid-simple-selection-p): Allow buffer values.
16388 (xselect--selection-bounds): Handle buffer values. Suggested by
16389 David De La Harpe Golden.
16390
16391 * mouse.el (mouse-set-region, mouse-drag-track): Call
16392 copy-region-as-kill before setting the mark, to let
16393 select-active-regions work.
16394
16395 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
16396
16397 * simple.el (deactivate-mark): If select-active-regions is
16398 non-nil, copy the selection data into a string.
16399 (activate-mark): If select-active-regions is non-nil, set the
16400 selection to the current buffer.
16401 (set-mark): Update selection if select-active-regions is non-nil.
16402
16403 * select.el (x-valid-simple-selection-p): Allow buffer values.
16404
16405 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
16406
16407 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
16408 and more featureful message-mode.
16409
16410 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
16411
16412 * select.el (x-set-selection): Doc fix.
16413 (x-valid-simple-selection-p): Disallow selection data consisting
16414 of a list or cons of integers, since that is not used.
16415 (xselect--selection-bounds, xselect--int-to-cons): New functions.
16416 (xselect-convert-to-string, xselect-convert-to-length)
16417 (xselect-convert-to-filename, xselect-convert-to-charpos)
16418 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
16419
16420 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
16421
16422 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
16423 output in -break-info command (Emacs bug #3794).
16424
16425 2009-07-14 Glenn Morris <rgm@gnu.org>
16426
16427 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
16428 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
16429 (edebug-print-length, edebug-print-level, edebug-print-circle)
16430 (edebug-sit-for-seconds, edebug-view-outside)
16431 (edebug-bounce-point, edebug-set-global-break-condition)
16432 (edebug-Go-nonstop-mode, edebug-trace-mode)
16433 (edebug-Trace-fast-mode, edebug-continue-mode)
16434 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
16435 (edebug-visit-eval-list): Doc fixes.
16436
16437 * subr.el (def-edebug-spec): Doc fix.
16438
16439 2009-07-14 Kenichi Handa <handa@m17n.org>
16440
16441 * international/characters.el: Fix setting of category ?C.
16442
16443 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
16444
16445 * term/ns-win.el (x-select-font): defalias x-select-font to
16446 ns-popup-font-panel instead of generate-fontset-menu.
16447
16448 2009-07-12 Eli Zaretskii <eliz@gnu.org>
16449
16450 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
16451
16452 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
16453
16454 * arc-mode.el (archive-find-type): Allow for a PK00 string before
16455 the PK\003\004 header (Bug#3770).
16456
16457 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
16458
16459 * pcomplete.el (pcomplete-comint-setup): Check for
16460 shell-dynamic-complete-filename too.
16461
16462 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
16463
16464 * simple.el (temporary-goal-column): Change the value for
16465 line-move-visual to a cons cell.
16466 (line-move-visual): Record or set the window hscroll, if
16467 necessary (Bug#3494).
16468 (line-move-1): Handle cons value of temporary-goal-column.
16469
16470 2009-07-11 Kenichi Handa <handa@m17n.org>
16471
16472 * international/mule-diag.el (describe-character-set): Don't show
16473 width.
16474
16475 2009-07-10 Sam Steingold <sds@gnu.org>
16476
16477 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16478 Omake sometimes indents the errors it prints, so allow all
16479 regexps to start with spaces.
16480
16481 2009-07-10 Eli Zaretskii <eliz@gnu.org>
16482
16483 * cus-edit.el (customize-changed-options-previous-release):
16484 Bump value to 22.1. (Bug#3804)
16485
16486 2009-07-08 Sam Steingold <sds@gnu.org>
16487
16488 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
16489 to be a cons cell (test . ignored-directory) to selectively ignore
16490 some directories depending on the location of the search.
16491
16492 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
16493
16494 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
16495 remote user is root, on the local host.
16496 (tramp-local-host-p): Either the local user or the remote user
16497 must be root. (Bug#3771)
16498
16499 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
16500
16501 * progmodes/gdb-mi.el (gdb): Remove description of
16502 gdb-use-separate-io-buffer.
16503 (menu): Don't allow toggling of or enable
16504 gdb-use-separate-io-buffer from menubar.
16505
16506 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
16507
16508 * mail/unrmail.el (unrmail): Make sure the message ends with two
16509 newlines (Bug#3769).
16510
16511 2009-07-08 Glenn Morris <rgm@gnu.org>
16512
16513 * calendar/calendar.el (calendar-current-date): Rework previous change.
16514
16515 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
16516
16517 * calendar/calendar.el (calendar-current-date):
16518 Add an optional argument giving an offset from today.
16519
16520 2009-07-08 Glenn Morris <rgm@gnu.org>
16521
16522 * tutorial.el (tutorial--describe-nonstandard-key):
16523 Adjust the message for when a key has been unbound.
16524 (help-with-tutorial): Hide the arch-tag.
16525
16526 2009-07-08 Kenichi Handa <handa@m17n.org>
16527
16528 * international/fontset.el (setup-default-fontset): For each
16529 script, append (not set) font-specs.
16530
16531 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
16532 docstring.
16533
16534 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
16535
16536 * progmodes/gdb-mi.el (gdb-init-1): Move sending
16537 -data-list-register-names to ...
16538 (gdb-starting): ... here because GDB 7.0 requires execution to
16539 have started when using this MI command.
16540 (gdb-set-header): New function to distinguish select and
16541 unselected tabs in gdb buffers.
16542 (gdb-propertize-header): New macro that uses gdb-set-header.
16543 (gdb-breakpoints-header, gdb-locals-header): Use it.
16544 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
16545
16546 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
16547
16548 * Makefile.in (ELCFILES): Remove fadr.elc.
16549
16550 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
16551
16552 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
16553 may contain frame information, so `string-match' should be used.
16554 (gdb-update): Disassembly is invalidated through
16555 `gdb-get-selected-frame'.
16556 (gdb-pad-string): New function to pad string with spaces.
16557 (gdb-invalidate-disassembly): Invalidate only if the buffer
16558 exists.
16559 (gdb-disassembly-handler-custom): Column alignment.
16560 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
16561 placing new ones.
16562 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
16563 end of line, too.
16564 (gdb-frame-handler): Match convention to for disassembly buffer
16565 mode name.
16566 (gdb-stack-list-frames-handler): Rewritten without regexps.
16567 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
16568 not highlight breakpoints without line information.
16569 (gdb-input): Add trailing newline to command.
16570
16571 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
16572 buffer properly.
16573 (gdb-breakpoints-list-handler-custom): Replacement for
16574 `gdb-break-list-handler'. Using real parser instead of regexps
16575 now.
16576 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
16577 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
16578 to place breakpoints.
16579 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
16580 functions.
16581 (gdb-disassembly-handler-custom): Show overlay arrow.
16582 (gdb-disassembly-place-breakpoints): Show breakpoints in
16583 disassembly buffer.
16584 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16585 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
16586 instead of parsing breakpoints buffer. Fixed old menu references
16587 in `gud-menu-map'.
16588
16589 * fadr.el: Remove.
16590
16591 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
16592 (gdb-memory-address): New variable which holds top address of
16593 memory page shown in memory buffer.
16594 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
16595 customization variables.
16596 New functions:
16597 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
16598 display the memory buffer.
16599 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
16600 buffer display parameters.
16601 (def-gdb-memory-format, gdb-memory-format-binary)
16602 (gdb-memory-format-octal, gdb-memory-format-unsigned)
16603 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
16604 Functions for setting memory buffer format.
16605 (gdb-memory-unit-word, gdb-memory-unit-halfword)
16606 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
16607 unit size used in memory buffer.
16608 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
16609 to next/previous page of memory buffer.
16610 Now using (bindat-get-field) instead of fadr functions.
16611
16612 2009-07-07 Sam Steingold <sds@gnu.org>
16613
16614 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
16615 non-top-level files.
16616
16617 2009-07-07 Kenichi Handa <handa@m17n.org>
16618
16619 * international/mule-cmds.el (reset-language-environment): Put
16620 the highset priority to the charset iso-8859-1.
16621
16622 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
16623
16624 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
16625 to the end of the line when locating the block (Bug#700).
16626
16627 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
16628
16629 * net/tramp.el (tramp-handle-write-region): Flush file properties
16630 in case of short track.
16631
16632 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
16633
16634 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
16635 Coded custom representation of verilog error regular expressions
16636 to work with Emacs-22's new format.
16637 (verilog-error-regexp-xemacs-alist): Coded custom representation
16638 of verilog error regular expressions to work with XEmacs format.
16639 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
16640 error recognition into XEmacs.
16641 (verilog-error-regexp-add-emacs): Hook routine to install verilog
16642 error recognition into Emacs-22.
16643
16644 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
16645
16646 * woman.el: Remove stand-alone closing parentheses.
16647 (woman-file-name, woman2-format-paragraphs)
16648 (woman-leave-blank-lines): Code cleanup.
16649 (woman-use-own-frame): Change default to nil.
16650 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
16651 defaults to inherit from default faces.
16652 (woman2-process-escapes): Consume the newline after a stand-alone
16653 filler character (Bug#3651).
16654
16655 2009-07-06 Glenn Morris <rgm@gnu.org>
16656
16657 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
16658 (top-level): Move provide to the end.
16659 (ffap): Remove defunct URL from custom group.
16660
16661 * subr.el (eval-after-load): Doc fix.
16662
16663 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
16664
16665 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
16666 `calc-embedded-word' is called twice.
16667
16668 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16669
16670 * files.el (find-alternate-file-other-window, find-alternate-file):
16671 Obey confirm-nonexistent-file-or-buffer.
16672
16673 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
16674
16675 * dired-aux.el (dired-show-file-type): Handle remote files.
16676
16677 2009-07-05 Jari Aalto <jari.aalto@cante.net>
16678
16679 * desktop.el (desktop-globals-to-save):
16680 Add file-name-history (Bug#2750).
16681
16682 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
16683
16684 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
16685
16686 2009-07-04 Johan Bockgård <bojohan@gnu.org>
16687
16688 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
16689 property on entire argument since this is what eshell-lisp-command
16690 expects.
16691
16692 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
16693
16694 * net/tramp-gvfs.el (tramp-gvfs-methods)
16695 (tramp-gvfs-zeroconf-domain)
16696 (tramp-bluez-discover-devices-timeout): Add version flag.
16697 (tramp-gvfs-handler-mounted-unmounted)
16698 (tramp-gvfs-connection-mounted-p): Polish handling of
16699 incompatibilities between GVFS 0.2 and 1.0.
16700
16701 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
16702
16703 * cus-start.el (all): Add make-pointer-invisible.
16704
16705 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
16706
16707 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
16708 formatted correctly.
16709
16710 2009-07-02 Juri Linkov <juri@jurta.org>
16711
16712 * info.el: Virtual Info files and nodes.
16713 (Info-virtual-files, Info-virtual-nodes): New variables.
16714 (Info-current-node-virtual): New variable.
16715 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
16716 New functions.
16717 (Info-file-supports-index-cookies): Use Info-virtual-file-p
16718 to check for a virtual file instead of checking a fixed list
16719 of node names.
16720 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
16721 instead of ad-hoc processing of "dir" and (apropos history toc).
16722 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
16723 instead of ad-hoc processing of "dir" and (apropos history toc).
16724 Reread a file when moving from a virtual node.
16725 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
16726 (Info-directory-toc-nodes, Info-directory-find-file)
16727 (Info-directory-find-node): New functions.
16728 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
16729 (Info-history): Move part of code to
16730 `Info-history-find-node'.
16731 (Info-history-toc-nodes, Info-history-find-file)
16732 (Info-history-find-node): New functions.
16733 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
16734 (Info-toc): Move part of code to `Info-toc-find-node'.
16735 (Info-toc-find-node): New function.
16736 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
16737 the current Info file name to references because now the node
16738 "*TOC*" belongs to the same Info manual.
16739 (Info-toc-build): Rename from `Info-build-toc'.
16740 (Info-toc-nodes): Rename input argument `file' to `filename'.
16741 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
16742 instead of ad-hoc processing of ("dir" apropos history toc).
16743 (Info-index-nodes): Use Info-virtual-file-p
16744 to check for a virtual file instead of checking a fixed list
16745 of node names.
16746 (Info-index-node): Add check for `Info-current-node-virtual'.
16747 Raise `save-match-data' higher up the tree to contain
16748 `search-forward' too (bug fix).
16749 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
16750 (Info-virtual-index-nodes): New variable.
16751 (Info-virtual-index-find-node, Info-virtual-index): New functions.
16752 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
16753 (Info-apropos-file, Info-apropos-nodes): New variables.
16754 (Info-apropos-toc-nodes, Info-apropos-find-file)
16755 (Info-apropos-find-node, Info-apropos-matches): New functions.
16756 (info-apropos): Move part of code to `Info-apropos-find-node' and
16757 `Info-apropos-matches'.
16758 (Info-mode-map): Bind "I" to `Info-virtual-index'.
16759 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
16760 for a virtual file instead of checking a fixed list of node names.
16761
16762 * simple.el (async-shell-command): New command.
16763
16764 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
16765
16766 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
16767 instead of `mount-info'.
16768
16769 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
16770
16771 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
16772 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
16773
16774 2009-07-02 Kenichi Handa <handa@m17n.org>
16775
16776 * international/mule.el (set-keyboard-coding-system): Force *-unix
16777 coding-system to avoid eol conversion.
16778
16779 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
16780
16781 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
16782 Add handler for `process-file', `shell-command' and
16783 `start-file-process'.
16784 (tramp-gvfs-handle-shell-command)
16785 (tramp-gvfs-handle-start-file-process)
16786 (tramp-gvfs-handle-process-file): New defuns.
16787 (tramp-synce-list-devices): Simplify check for existence of property.
16788
16789 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
16790
16791 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
16792
16793 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
16794
16795 * language/korean.el (set-language-info-alist): Add korean-cp949,
16796 cp949 to spec.
16797
16798 2009-07-01 Kenichi Handa <handa@m17n.org>
16799
16800 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
16801
16802 * international/encoded-kb.el: Deleted.
16803
16804 * international/mule.el (set-keyboard-coding-system): Perform the
16805 necessary setup here instead of calling encoded-kbd-setup-display.
16806
16807 2009-07-01 Glenn Morris <rgm@gnu.org>
16808
16809 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
16810
16811 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
16812
16813 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
16814
16815 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
16816
16817 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
16818 Handle also the 'rename case, when setting file modes. (Bug#3712)
16819 (tramp-default-file-modes): Remove execute permissions.
16820
16821 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
16822 (top): Add a default for "synce" in `tramp-default-user-alist'.
16823 Add completion function for "synce" method.
16824 (tramp-hal-service, tramp-hal-path-manager)
16825 (tramp-hal-interface-manager, tramp-hal-interface-device):
16826 New defconst.
16827 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
16828 (tramp-synce-list-devices, tramp-synce-parse-device-names):
16829 New defuns.
16830
16831 * net/trampver.el: Update release number.
16832
16833 2009-06-30 Kenichi Handa <handa@m17n.org>
16834
16835 * international/fontset.el (setup-default-fontset): Add CJK fonts
16836 for symbols and the other miscellaneous characters.
16837
16838 * language/korea-util.el (setup-korean-environment-internal):
16839 Make char-width-table suitable for Korean environments.
16840 (exit-korean-environment): Cancel above.
16841
16842 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
16843 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
16844 setup-function to make char-width-table suitable for respective
16845 environments, and an exit-function to cancel that.
16846
16847 * language/japan-util.el (setup-japanese-environment-internal):
16848 Call use-cjk-char-width-table with arg `ja_JP'.
16849
16850 * international/characters.el (cjk-char-width-table): Delete it.
16851 (cjk-char-width-table-list): New variable.
16852 (use-cjk-char-width-table): New arg local-name.
16853 (use-default-char-width-table): Fix for the case that Emacs is
16854 already using the default char-width-table.
16855
16856 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
16857
16858 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
16859 modes mandatory. (Bug#3712)
16860
16861 2009-06-29 Alan Mackenzie <acm@muc.de>
16862
16863 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
16864 correction between the visible width of TABs and their number of bytes.
16865
16866 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
16867
16868 * server.el (server-buffer-done): Prevent kill-buffer from
16869 prompting by clearing the buffer modification flag (Bug#3696).
16870
16871 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
16872
16873 * progmodes/verilog-mode.el (verilog-beg-of-statement)
16874 (verilog-endcomment-reason-re): Support unique case and priority case.
16875 (verilog-basic-complete-re): Support localparam lineup.
16876 (verilog-beg-of-statement-1): Fix for robustness, unique case.
16877 (verilog-set-auto-endcomments): Fix for unique case, always_comb
16878 commenting.
16879 (verilog-leap-to-case-head): Now support *nested* unique &
16880 priority case statements.
16881 (verilog-auto-lineup): Make just declarations the default (as it
16882 had been).
16883 (verilog-leap-to-case-head): Support priority/unique case statements.
16884 (verilog-auto-lineup): Rework to give users radio buttons to
16885 select the various styles of automatic lineup.
16886 (verilog-error-regexp-alist): Rework to support the XEmacs style
16887 of error regular expressions from compilers, lint tools &
16888 simulators. Note that GNU Emacs has made it impossible for a mode
16889 to load such things.
16890 (electric-verilog-terminate-line, verilog-indent-declaration)
16891 (verilog-auto-wiure): Rework for radio button selection of
16892 auto-lineup selection of specification of auto lineup.
16893 (verilog-beg-of-statement-1): Redesign to support proper operation
16894 in additional code, based on testing with auto-lineup.
16895 (verilog-calculate-indent, assignments & declarations)
16896 (verilog-backward-token): Enhance to support auto-lineup of
16897 assignments & declarations.
16898 (verilog-in-directive-p, verilog-at-struct-p): New function for
16899 easy test of whether we are.
16900 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
16901 to support safe execution at almost anyline.
16902 (verilog-calc-1): Properly support indenting deep inside generate
16903 blocks.
16904 (verilog-init-font): Remove definition & use of verilog-init-font,
16905 as it is redundant with font-lock-defaults.
16906 (verilog-mode): Alter the definition of verilog-font-lock-defaults
16907 to avoid circular calls if syntax-ppss is a function (as is the
16908 case now in 22.x GNU Emacs) as that function would sometimes call
16909 itself, leading to (nearly) infinite recursion.
16910 (verilog-ovm-begin-re, verilog-ovm-end-re)
16911 (verilog-ovm-statement-re, verilog-leap-to-head)
16912 (verilog-backward-token): Add support for OVM macros. Some are
16913 complete statements, and others open and close scopes like begin
16914 and end.
16915 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
16916 (verilog-defun-level-generate-only-re): Really fix the defun-list
16917 compilation issue.
16918 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
16919 coverpoint, constraint and cross statements.
16920 (verilog-defun-level-list, verilog-generate-defun-level-list)
16921 (verilog-all-defun-level-list): Redo these specifications - it is
16922 too hard to support eval-when compile aggregation of lists also
16923 built at when-compile time.
16924 (verilog-defun-level-list): Place defconsts of variables used in
16925 building regular expressions which are built in eval-when-compile
16926 bodies in the same eval-when-compile body to facilitate compile
16927 without load.
16928 (verilog-beg-block-re-ordered): Support indenting
16929 virtual/protected tasks and functions.
16930 (verilog-defun-level-list, verilog-in-generate-region-p)
16931 (verilog-backward-ws&directives, verilog-calc-1): Speed up
16932 indentation of some module items (generate items).
16933 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
16934 across virtual/protected tasks and functions.
16935
16936 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
16937
16938 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
16939 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
16940 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
16941 in concatenations. Reported by Yishay Belkind.
16942 (verilog-auto-ascii-enum): Support one-hot state machines in
16943 AUTOASCIIENUM. Suggested by Lloyd Gomez.
16944 (verilog-auto-inst, verilog-auto-inst-port): Include interface
16945 modport in AUTOINST and add vl-modport for users. Reported by
16946 David Rogoff.
16947 (verilog-auto-inout-module, verilog-auto-inst)
16948 (verilog-decls-get-interfaces, verilog-insert-definition)
16949 (verilog-insert-one-definition, verilog-read-decls)
16950 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
16951 (verilog-sig-modport, verilog-signals-combine-bus)
16952 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
16953 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
16954 Suggested by David Rogoff.
16955 (verilog-repair-open-comma): Fix non-insertion of comma when
16956 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
16957 (verilog-make-width-expression): Simplify [A-1:0] expression
16958 widths to just {A{1'b0}}.
16959 (verilog-mode): Cleanup checkdoc warnings.
16960 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
16961 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
16962 inputs/outputs or data type. Suggested by Vasu Kandadi.
16963 (next-error-last-buffer): Fix byte-compiler warning.
16964 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
16965 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
16966 or shell command text during AUTO expansion. Suggested by Tad Truex.
16967 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
16968 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
16969 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
16970 in AUTOINOUT. Reported by Matthew Lovell.
16971 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
16972 causing use of <= assignments. Reported by Alex Reed.
16973 (verilog-read-decls): Fix triand, trior, wand, wor to be
16974 recognized by AUTOWIRE. Reported by Spencer Isaacson.
16975 (verilog-extended-complete-re): Support import "DPI-C" functions.
16976 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
16977 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
16978 (verilog-insert-date, verilog-insert-year)
16979 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
16980 Windows systems. Reported by Michael Potts.
16981 (verilog-read-module-name): Fix AUTOINST when the child module
16982 declaration's name is a tick define. Reported by Elliot Mednick.
16983 (verilog-read-decls): Fix V2K parameter bit subscripts getting
16984 passed to next parameter's definition. Reported by Bruce T.
16985 (verilog-read-decls): Fix detecting "parameter int" when using
16986 AUTOINSTPARAM. Reported by Bruce T.
16987 (verilog-goto-defun): Fix goto not finding modules unless first
16988 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
16989 (verilog-mode): Expand -f flag arguments on entry to mode so
16990 verilog-goto-defun will work. Reported by Lawrence Butcher.
16991 (verilog-getopt): Expand environment variables in -f file
16992 arguments. Suggested by Lawrence Butcher.
16993 (verilog-set-define): Fix "Symbol's value as variable is void"
16994 when reading enumerations.
16995 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
16996 Suggested by Stephen Peltan.
16997 (verilog-read-defines): Fix reading of enumerations in include
16998 files. Reported by Steve Peltan.
16999
17000 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
17001
17002 * files.el (trash-directory): Fix defcustom type.
17003
17004 2009-06-28 Juri Linkov <juri@jurta.org>
17005
17006 * help-fns.el (describe-function-1): Correctly locate adviced
17007 functions in hyperlink (Bug#2438).
17008
17009 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
17010
17011 * files.el (trash-directory): Change default to nil.
17012 (move-file-to-trash): If trash-directory is nil and
17013 system-move-file-to-trash is unbound, perform freedesktop-style
17014 trashing.
17015
17016 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
17017
17018 * files.el (move-file-to-trash): Add freedesktop trash
17019 support (Bug#973).
17020
17021 2009-06-28 Glenn Morris <rgm@gnu.org>
17022
17023 * autorevert.el (global-auto-revert-non-file-buffers)
17024 (global-auto-revert-mode): Doc fixes.
17025
17026 2009-06-27 Johan Bockgård <bojohan@gnu.org>
17027
17028 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
17029
17030 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
17031
17032 * faces.el (x-handle-named-frame-geometry): Ensure that we have
17033 opened an X connection before calling x-get-resource (Bug#3194).
17034
17035 * play/doctor.el: Remove reference to obsolete website.
17036 (make-doctor-variables): Correct grammar mistake (Bug#2633).
17037
17038 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
17039
17040 Remove find-file-not-found-hook VC method. (Bug#2757)
17041 * vc-hooks.el (vc-file-not-found-hook)
17042 (vc-default-find-file-not-found-hook): Remove functions.
17043 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
17044 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
17045 * vc.el:
17046 * vc-hg.el:
17047 * vc-git.el: Do not mention find-file-not-found-hook VC method.
17048
17049 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
17050
17051 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
17052 compatibility function for `looking-back'.
17053
17054 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
17055 Use `ispell-looking-back'.
17056
17057 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
17058
17059 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
17060 rather than `filename'.
17061
17062 2009-06-23 Miles Bader <miles@gnu.org>
17063
17064 * face-remap.el (text-scale-set): New function.
17065
17066 2009-06-23 Glenn Morris <rgm@gnu.org>
17067
17068 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
17069
17070 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
17071
17072 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
17073
17074 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
17075
17076 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
17077 Simplify Persian conditionals.
17078
17079 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
17080 variable `filename'.
17081
17082 * comint.el (comint-insert-input): Doc fix.
17083
17084 * Makefile.in (ELCFILES): Fix typo in previous change.
17085
17086 2009-06-23 Miles Bader <miles@gnu.org>
17087
17088 * cus-start.el: Add entry for `recenter-redisplay'.
17089
17090 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
17091
17092 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
17093 Add an optional argument for the backend, use it instead of
17094 calling vc-backend.
17095 (vc-mode-line): Add an optional argument for the backend.
17096 Pass the backend to vc-state and vc-working-revision. Move code for
17097 special handling for vc-state being a buffer to ...
17098
17099 * vc-rcs.el (vc-rcs-find-file-hook):
17100 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
17101
17102 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
17103 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
17104 vc-stay-local-p and vc-mode-line calls.
17105
17106 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
17107 (vc-cvs-diff, vc-cvs-annotate-command)
17108 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
17109 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
17110 vc-mode-line calls.
17111
17112 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
17113 direct comparison.
17114 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
17115 backend when calling vc-mode-line.
17116 (vc-register): Do not create a closure for calling the vc register
17117 function, call it directly.
17118
17119 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
17120
17121 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
17122 to make it obvious item can be clicked.
17123
17124 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
17125
17126 2009-06-23 Kenichi Handa <handa@m17n.org>
17127
17128 * language/korea-util.el (korean-key-bindings): Change the binding
17129 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
17130 same command.
17131
17132 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
17133
17134 Sync with Tramp 2.1.16.
17135
17136 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
17137
17138 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
17139 when a loading of a package fails. Completion function for rsync
17140 is `tramp-completion-function-alist-ssh'.
17141 (all): Replace all calls of `split-string' and
17142 `tramp-split-string' by `tramp-compat-split-string'.
17143 (tramp-default-method): Use `tramp-compat-process-running-p'.
17144 (tramp-default-proxies-alist): Allow also Lisp forms.
17145 (tramp-remote-path): Add choice "Private Directories".
17146 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
17147 (tramp-domain-regexp): Allow also "-", "_" and ".".
17148 (tramp-end-of-output): Remove newlines, and add "$" at the end.
17149 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
17150 (tramp-debug-message): Insert header line in debug buffer.
17151 (tramp-handle-directory-files-and-attributes-with-stat):
17152 Care about filenames with spaces, or starting with "-".
17153 (tramp-handle-dired-uncache): New defun.
17154 (tramp-handle-insert-directory): Don't flush the directory from
17155 cache, this is handled by `dired-uncache' now.
17156 (tramp-handle-insert-file-contents): Improve error handling.
17157 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
17158 Quote `tramp-end-of-output'.
17159 (tramp-action-password): Improve trace message.
17160 (tramp-check-for-regexp): Both echoes must be present, before removing.
17161 (tramp-open-connection-setup-interactive-shell): Trace coding system.
17162 (tramp-compute-multi-hops): Eval cons cells of
17163 `tramp-default-proxies-alist'.
17164 (tramp-maybe-open-connection): Use the same command pattern for
17165 first hop and further hops.
17166 (tramp-wait-for-output): Remove handling of newlines.
17167 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
17168 (tramp-split-string): Remove function. It is handled in
17169 tramp-compat now.
17170
17171 * net/tramp-cmds.el (tramp-bug):
17172 Recommend `tramp-cleanup-all-connections' in the bug mail.
17173
17174 * net/tramp-compat.el (tramp-compat-split-string)
17175 (tramp-compat-process-running-p): New defuns.
17176
17177 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
17178 for `dired-uncache'.
17179
17180 * net/tramp-gvfs.el: New package.
17181
17182 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
17183 Add handler for `dired-uncache'.
17184 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
17185
17186 * net/trampver.el: Update release number. Make version check fit
17187 for SXEmacs 22.
17188
17189 2009-06-22 Jim Meyering <meyering@redhat.com>
17190
17191 Automatically handle .xz suffix (XZ-compressed files), too.
17192 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
17193 XZ is the successor to LZMA: <http://tukaani.org/xz/>
17194
17195 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
17196 Nick Roberts <nickrob@snap.net.nz>
17197
17198 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
17199 repository (http://sphinx.net.ru/hg/gdb-mi/).
17200
17201 2009-06-22 Glenn Morris <rgm@gnu.org>
17202
17203 * files.el (dir-locals-collect-mode-variables): Allow for any number of
17204 `mode' and `eval' entries. (Bug#3430)
17205
17206 * Makefile.in (ELCFILES): Add fadr.elc.
17207
17208 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
17209 differing behavior of \n and ^ in strings. (Bug#3385)
17210
17211 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
17212
17213 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
17214 property.
17215 (lisp-indent-function): Make it a defcustom.
17216
17217 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
17218
17219 * progmodes/gdb-ui.el: Replace with ...
17220 * progmodes/gdb-mi.el: ... this file.
17221 * progmodes/gud.el: Modify for gdb-mi.el.
17222
17223 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
17224
17225 * fadr.el: New file.
17226
17227 See ChangeLog.14 for earlier changes.
17228
17229 ;; Local Variables:
17230 ;; coding: utf-8
17231 ;; End:
17232
17233 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
17234
17235 This file is part of GNU Emacs.
17236
17237 GNU Emacs is free software: you can redistribute it and/or modify
17238 it under the terms of the GNU General Public License as published by
17239 the Free Software Foundation, either version 3 of the License, or
17240 (at your option) any later version.
17241
17242 GNU Emacs is distributed in the hope that it will be useful,
17243 but WITHOUT ANY WARRANTY; without even the implied warranty of
17244 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17245 GNU General Public License for more details.
17246
17247 You should have received a copy of the GNU General Public License
17248 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.