]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
nnimap.el (gnutls-negotiate): Silence the byte compiler.
[gnu-emacs] / lisp / ChangeLog
1 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
4 Fix comment for declare-function.
5
6 2010-10-11 Chong Yidong <cyd@stupidchicken.com>
7
8 * custom.el (custom-fix-face-spec): New function; code moved from
9 custom-face-edit-fix-value.
10 (custom-push-theme): Use it when checking if a face has been
11 changed outside customize.
12 (custom-available-themes): New function.
13 (load-theme): Use it.
14
15 * cus-edit.el (custom-face-edit-fix-value): Use
16 custom-fix-face-spec.
17
18 * custom.el (custom-push-theme): Cleanup (use cond).
19 (disable-theme): Recompute the saved-face property.
20 (custom-theme-recalc-face): Follow face alias before setting prop.
21
22 * image.el (image-checkbox-checked, image-checkbox-unchecked): New
23 variables, containing checkbox images.
24
25 * startup.el (fancy-startup-tail):
26 * wid-edit.el (checkbox): Use them.
27
28 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
29
30 * shell.el (shell-mode-map):
31 * progmodes/modula2.el (m2-mode-map):
32 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
33 * play/mpuz.el (mpuz-mode-map):
34 * play/landmark.el (lm-mode-map):
35 * play/decipher.el (decipher-mode-map):
36 * play/5x5.el (5x5-mode-map):
37 * net/telnet.el (telnet-mode-map):
38 * net/quickurl.el (quickurl-list-mode-map):
39 * net/mairix.el (mairix-searches-mode-map):
40 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
41 * net/dig.el (dig-mode-map):
42 * mail/mspools.el (mspools-mode-map):
43 * hexl.el (hexl-mode-map):
44 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
45 (wordstar-C-o-map, wordstar-C-q-map):
46 * emacs-lisp/edebug.el (edebug-eval-mode-map):
47 * emacs-lisp/chart.el (chart-map):
48 * edmacro.el (edmacro-mode-map):
49 * erc/erc-list.el (erc-list-menu-mode-map):
50 * array.el (array-mode-map): Declare and define in one step.
51
52 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
53
54 2010-10-10 Daiki Ueno <ueno@unixuser.org>
55
56 * epa.el (epa-passphrase-callback-function): Display filename
57 passed as the 3rd arg.
58 * epa-file.el (epa-file-passphrase-callback-function): Pass
59 filename to epa-passphrase-callback-function.
60
61 2010-10-09 Chong Yidong <cyd@stupidchicken.com>
62
63 * cus-edit.el (custom-face-widget-to-spec)
64 (custom-face-get-current-spec, custom-face-state): New functions.
65 (custom-face-set, custom-face-mark-to-save)
66 (custom-face-value-create, custom-face-state-set): Use them.
67
68 * cus-theme.el (custom-theme--listed-faces): New var.
69 (customize-create-theme): Use *Custom Theme* as the buffer name.
70 Set revert-buffer-function. Optional arg BUFFER. Insert all
71 faces listed in custom-theme--listed-faces.
72 (custom-theme-revert): New function.
73 (custom-theme-add-variable, custom-theme-add-face): Insert at the
74 bottom of the list.
75 (custom-theme-write): Prompt for theme name if empty.
76 (custom-theme-write-variables): Use dolist.
77 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
78
79 2010-10-09 Alan Mackenzie <acm@muc.de>
80
81 Enhance fontification of declarators to take account of the
82 presence/absence of "typedef".
83
84 * cc-engine.el (c-forward-type): New &optional param
85 "brace-block-too".
86 (c-forward-decl-or-cast-1): cdr of return value now indicates the
87 presence of either or both of a "struct"-like keyword and
88 "typedef".
89
90 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
91 fontification of declarators which follow a "}".
92 (c-font-lock-declarations): Fontify declarators according to the
93 presence/absence of "typedef".
94
95 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
96 for "typedef".
97 (c-typedef-decl-key): New lang variable built from
98 c-typedef-decl-kwds.
99
100 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
101
102 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
103 since that's too annoying. Move the filter groups commands to
104 TAB/backtab.
105
106 * epa.el (epa-passphrase-callback-function): Say what we're
107 querying the password for.
108
109 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
110 behaviour, don't bury the ibuffer buffer when visiting other
111 buffers.
112
113 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
114
115 * cus-edit.el (custom-commands, custom-buffer-create-internal)
116 (custom-magic-value-create): Pad button tags with spaces.
117 (custom-face-edit): New variable.
118 (custom-face-value-create): Determine whether to use the usual
119 face editor here, instead of using custom-face-selected. Pass
120 face defaults to custom-face-edit widget.
121 (custom-face-selected, custom-display-unselected): Delete widgets.
122 (custom-display-unselected-match): Function removed.
123 (custom-face-set, custom-face-mark-to-save): Accept
124 custom-face-edit widgets as the direct widget child.
125
126 * wid-edit.el (widget--completing-widget): New var.
127 (widget-default-complete): Bind it when doing completion.
128 (widget-string-complete, widget-file-complete): Use it.
129
130 2010-10-09 Glenn Morris <rgm@gnu.org>
131
132 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
133 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
134 (holiday-hebrew-misc): Small simplifications.
135
136 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
137
138 * net/browse-url.el: Don't require thingatpt, term, dired,
139 executable, or w3-auto when compiling.
140 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
141 Declare.
142 (browse-url-text-emacs): Require term.
143
144 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
145
146 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
147
148 2010-10-08 Glenn Morris <rgm@gnu.org>
149
150 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
151
152 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
153 (shadows-compare-text-p): Make it an obsolete alias for...
154 (load-path-shadows-compare-text): ... new name.
155 (find-emacs-lisp-shadows): Update for above name change.
156 (load-path-shadows-same-file-or-nonexistent): New name for the old
157 shadow-same-file-or-nonexistent.
158
159 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
160
161 * minibuffer.el (completion--some, completion--do-completion)
162 (minibuffer-complete-and-exit, minibuffer-completion-help)
163 (completion-basic-try-completion)
164 (completion-basic-all-completions)
165 (completion-pcm--find-all-completions): Use lexical-let to
166 avoid some false matches in variable completion (Bug#7056)
167
168 2010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
169
170 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
171
172 2010-10-08 Leo <sdl.web@gmail.com>
173
174 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
175 return non-nil if the file exists (Bug#7090).
176
177 2010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
178
179 * minibuffer.el (completion--replace):
180 Better preserve markers (bug#7138).
181
182 2010-10-08 Juanma Barranquero <lekktu@gmail.com>
183
184 * server.el (server-process-filter): Doc fix.
185
186 2010-10-08 Drew Adams <drew.adams@oracle.com>
187
188 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
189
190 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
191
192 * Makefile.in (ELCFILES): Update.
193
194 2010-10-08 Glenn Morris <rgm@gnu.org>
195
196 * vc/ediff-wind.el (ediff-setup-control-frame):
197 * vc/ediff-ptch.el (ediff-default-backup-extension):
198 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
199 (ediff-exec-process): Remove system-types emx, windows-95.
200
201 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
202
203 2010-10-07 Chong Yidong <cyd@stupidchicken.com>
204
205 * cus-edit.el (custom-variable, custom-face): Doc fix.
206 (custom-face-edit): Add value-create attribute.
207 (custom-face-edit-value-create)
208 (custom-face-edit-value-visibility-action): New functions. Hide
209 unused face attributes by default, and add a visibility toggle.
210 (custom-face-edit-deactivate): Show empty values with shadow face.
211 (custom-face-selected): Only use this for face specs with default
212 attributes.
213 (custom-face-value-create): Cleanup.
214
215 * wid-edit.el (widget-checklist-value-create): Use dolist.
216 (widget-checklist-match-find): Make second arg optional.
217
218 2010-10-07 Glenn Morris <rgm@gnu.org>
219
220 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
221 Prefix things.
222
223 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
224 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
225 load-path-shadows-mode, update references.
226 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
227 Rename variable and button.
228 (list-load-path-shadows): Update button caller.
229
230 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
231
232 * emacs-lisp/smie.el (smie-bnf-classify): New function.
233 (smie-bnf-precedence-table): Use it to remember the closers/openers.
234 (smie-merge-prec2s): Handle those new entries.
235 (smie-prec2-levels): Only set precedence to nil for actual
236 openers/closers.
237 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
238 that is now unnecessary.
239
240 2010-10-07 Miles Bader <miles@gnu.org>
241
242 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
243
244 2010-10-07 Glenn Morris <rgm@gnu.org>
245
246 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
247 (mail-position-on-field): Remove declarations.
248 (mail-position-on-field): Autoload it.
249 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
250 and mail-header-end. Don't require sendmail.
251
252 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
253 (shadow-mode): New mode.
254 (shadow-find-file): New button.
255 (list-load-path-shadows): Use shadow-mode and buttons.
256
257 * iimage.el (iimage-version): Remove.
258 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
259 Turn into defcustoms.
260 (iimage-mode-map): Give it a doc string.
261
262 * calendar/appt.el (appt-activate): Give a warning rather than an error
263 if there is no diary-file.
264
265 2010-10-06 Michael Albinus <michael.albinus@gmx.de>
266
267 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
268 Use `tramp-handle-find-backup-file-name'.
269
270 2010-10-06 Glenn Morris <rgm@gnu.org>
271
272 * font-core.el (font-lock-defaults-alist): Remove variable.
273 (font-lock-mode): Doc fix.
274 (font-lock-default-function): Do not consult font-lock-defaults-alist.
275 * font-lock.el (font-lock-refresh-defaults): Doc fix.
276 (font-lock-set-defaults): Doc fix.
277 Do not consult font-lock-defaults-alist.
278
279 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
280
281 * emacs-lisp/cl.el: No longer provide cl-19.
282
283 2010-10-05 Michael Albinus <michael.albinus@gmx.de>
284
285 * net/tramp.el (tramp-handle-directory-files-and-attributes)
286 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
287 New defuns, taken from tramp-smb.el.
288 (tramp-coding-system-change-eol-conversion)
289 (tramp-set-process-query-on-exit-flag): Removed.
290
291 * net/tramp-compat.el (top): Do not check for byte-compiler
292 objects.
293 (tramp-compat-coding-system-change-eol-conversion)
294 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
295 from tramp.el.
296
297 * net/tramp-gvfs.el:
298 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
299 by `tramp-compat-set-process-query-on-exit-flag'.
300
301 * net/tramp-imap.el (tramp-imap-file-name-handler-alist): Use
302 `tramp-handle-directory-files-and-attributes',
303 `tramp-handle-file-exists-p' and
304 `tramp-handle-file-newer-than-file-p'.
305 (tramp-imap-handle-file-exists-p)
306 (tramp-imap-handle-file-executable-p)
307 (tramp-imap-handle-file-readable-p)
308 (tramp-imap-handle-directory-files-and-attributes)
309 (tramp-imap-handle-file-newer-than-file-p): Removed.
310
311 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
312 by `tramp-compat-set-process-query-on-exit-flag' and
313 `tramp-coding-system-change-eol-conversion' by
314 `tramp-compat-coding-system-change-eol-conversion'.
315
316 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use
317 `tramp-handle-directory-files-and-attributes',
318 `tramp-handle-file-exists-p' and
319 `tramp-handle-file-newer-than-file-p'.
320 (tramp-smb-handle-directory-files-and-attributes)
321 (tramp-smb-handle-file-exists-p)
322 (tramp-smb-handle-file-newer-than-file-p): Removed.
323 (tramp-smb-maybe-open-connection): Replace
324 `tramp-set-process-query-on-exit-flag' by
325 `tramp-compat-set-process-query-on-exit-flag'.
326
327 2010-10-05 Glenn Morris <rgm@gnu.org>
328
329 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
330
331 2010-10-04 Michael Albinus <michael.albinus@gmx.de>
332
333 Continue reorganization of load dependencies. (Bug#7156)
334
335 * net/tramp.el (tramp-handle-file-local-copy-hook)
336 (tramp-delete-temp-file-function): Move down.
337 (tramp-exists-file-name-handler): Move up.
338 (tramp-register-file-name-handlers): Simplify autoload.
339 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
340 (tramp-handle-directory-files, tramp-handle-dired-uncache)
341 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
342 (tramp-handle-file-name-completion)
343 (tramp-handle-file-name-directory)
344 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
345 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
346 (tramp-handle-find-backup-file-name)
347 (tramp-handle-insert-file-contents, tramp-handle-load)
348 (tramp-handle-substitute-in-file-name)
349 (tramp-handle-unhandled-file-name-directory)
350 (tramp-mode-string-to-int, tramp-local-host-p)
351 (tramp-make-tramp-temp-file): Moved from tramp-sh.el.
352
353 * net/tramp-gvfs.el (top):
354 * net/tramp-smb.el (top): Do not require 'tramp-sh.
355
356 * net/tramp-sh.el (all): Move several objects to tramp.el, see
357 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
358
359 2010-10-04 Glenn Morris <rgm@gnu.org>
360
361 * calendar/appt.el (appt-add): Ensure reminders are enabled.
362 (appt-activate): Give status messages.
363
364 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
365
366 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
367 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
368 `gnutls-negotiate' (formerly `starttls-negotiate'). Remove
369 trivial wrapper `starttls-open-stream'.
370
371 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
372
373 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
374 log-outgoing commands.
375 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
376 to create a buffer local revert-buffer-function variable.
377 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
378 revert-buffer-function lambda.
379
380 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
381
382 * net/gnutls.el (starttls-negotiate): Use the plist interface to
383 `gnutls-boot'. Make TYPE the only required parameter. Allow
384 TRUSTFILES and KEYFILES to be lists.
385 (open-ssl-stream): Use it.
386
387 2010-10-03 Glenn Morris <rgm@gnu.org>
388
389 * subr.el (directory-sep-char): Remove obsolete variable.
390 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
391 it is "necessary".
392
393 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
394 * vc/vc.el (vc-static-header-alist): Doc fix.
395 * vc/vc-cvs.el (vc-cvs-header):
396 * vc/vc-rcs.el (vc-rcs-header):
397 * vc/vc-sccs.el (vc-sccs-header):
398 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
399 * obsolete/vc-mcvs.el (vc-mcvs-header):
400 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
401 on XEmacs.
402
403 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
404
405 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Remove
406 obsolete use of binary-overwrite-mode (Bug#7001).
407
408 2010-10-03 Glenn Morris <rgm@gnu.org>
409
410 * obsolete/x-menu.el: Remove file, obsolete since 21.1
411
412 * textmodes/rst.el (rst-font-lock-keywords-function):
413 Drop Emacs 20 code.
414
415 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
416
417 * printing.el: Drop Emacs 20 code.
418
419 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
420 without having used appt.el already).
421
422 * subr.el (make-local-hook): Remove function obsolete since 21.1.
423 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
424 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
425 XEmacs.
426 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
427 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
428
429 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
430 (charset-width, find-charset-region, chars-in-region, forward-point)
431 (encode-coding-string, coding-system-p, ccl-execute-on-string)
432 (define-ccl-program, multibyte-string-p, string-make-multibyte):
433 Remove compatibility cruft (none of these are used by ps*.el).
434
435 2010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
436
437 * subr.el (booleanp): Return t instead of a list (Bug#7086).
438
439 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
440
441 * server.el (server-process-filter, server-return-error): Give
442 emacsclient time to shut down after receiving an error string.
443
444 2010-10-02 Michael Albinus <michael.albinus@gmx.de>
445
446 * files.el (remote-file-name-inhibit-cache): New defcustom.
447
448 * time.el (display-time-file-nonempty-p): Use
449 `remote-file-name-inhibit-cache'.
450
451 * net/tramp.el (tramp-completion-reread-directory-timeout): Fix
452 docstring.
453
454 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
455 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
456 `remote-file-name-inhibit-cache'. Check also for an integer
457 value. Add/increase counter when `tramp-verbose' >= 10.
458 (tramp-set-file-property): Add/increase counter when
459 `tramp-verbose' >= 10.
460
461 * net/tramp-cmds.el (tramp-cleanup-all-connections)
462 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
463 (tramp-bug): Set tramp-autoload cookie. Report all interned
464 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
465 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
466 characters only in strings.
467
468 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
469 to backward compatibility.
470
471 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
472 (tramp-handle-file-name-all-completions)
473 (tramp-handle-vc-registered): Use
474 `remote-file-name-inhibit-cache'.
475 (tramp-open-connection-setup-interactive-shell): Call
476 `tramp-cleanup-connection' directly.
477
478 2010-10-02 Glenn Morris <rgm@gnu.org>
479
480 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
481
482 * subr.el (char-bytes): Remove obsolete function.
483
484 * isearch.el (isearch-return-char): Remove obsolete function.
485
486 * mouse.el: No longer provide mldrag.
487 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
488 Remove obsolete aliases.
489
490 * comint.el (comint-kill-output): Remove obsolete alias.
491
492 * composite.el (decompose-composite-char): Remove obsolete function.
493 * ps-def.el (decompose-composite-char): Remove unused function.
494
495 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
496
497 * outline.el (outline-visible): Remove obsolete function.
498
499 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
500 * faces.el (internal-find-face, internal-get-face)
501 (frame-update-faces, frame-update-face-colors)
502 (x-frob-font-weight, x-frob-font-slant)
503 (internal-frob-font-weight, internal-frob-font-slant)
504 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
505 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
506 (x-make-font-bold-italic): Remove functions and aliases, obsolete
507 since Emacs 21.1.
508 * emulation/viper-util.el (viper-get-face):
509 * obsolete/lucid.el (find-face, get-face): Use facep.
510 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
511 Remove unused functions.
512 * vc/ediff-util.el (ediff-submit-report): Doc fix.
513
514 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
515 delete tempfile if interrupted during compilation.
516
517 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
518
519 * net/tls.el (tls-starttls-switches): Give up on using starttls with
520 gnutls-cli.
521 (tls-program): Add --insecure to be consistent with the defaults from
522 openssl s_client. Now all three commands are insecure.
523
524 2010-10-01 Eli Zaretskii <eliz@gnu.org>
525
526 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
527 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
528 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
529
530 2010-10-01 Glenn Morris <rgm@gnu.org>
531
532 * obsolete/sc.el: Remove file.
533
534 * files.el (temporary-file-directory): On darwin, also try
535 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
536
537 2010-10-01 Juanma Barranquero <lekktu@gmail.com>
538
539 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
540 Let's not break compatibility gratuitously, shall we?
541
542 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
543
544 * net/tls.el (tls-starttls-switches): New variable.
545 (tls-find-starttls-argument): Use it.
546 (open-tls-stream): Ditto.
547
548 * net/netrc.el (netrc-credentials): Return the value of the "default"
549 entry.
550 (netrc-machine): Ditto.
551
552 2010-09-30 Eli Zaretskii <eliz@gnu.org>
553
554 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
555
556 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
557
558 * server.el (server-start): Don't write pid to the authentication file.
559 (server-create-tty-frame): Don't send pid.
560 (server-process-filter): Send pid at the start of every connection.
561
562 2010-09-30 Glenn Morris <rgm@gnu.org>
563
564 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
565 (show-all-diary-entries): Remove obsolete function aliases.
566
567 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
568 Remove options, obsolete since 22.1.
569 (appt-display-format, appt-display-message): Remove
570 backwards-compatibility code.
571 (appt-check): No longer check appt-issue-message.
572 (appt-make-list): No longer autoload it. Doc fix. No longer
573 activate the package.
574
575 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
576
577 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
578 (starttls-negotiate): Just call boot, and let the handshake be
579 triggered from the read loop.
580
581 2010-09-29 Glenn Morris <rgm@gnu.org>
582
583 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
584 not displaying the diary.
585 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
586 * calendar/appt.el (appt-check): No longer need to kill diary.
587
588 * calendar/diary-lib.el (diary-list-entries): Move the
589 "Preparing..." message entirely here.
590 (diary-simple-display, diary-fancy-display): Move "Preparing..."
591 messages to diary-list-entries.
592 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
593 diary-display-function.
594
595 * calendar/diary-lib.el (diary-include-other-diary-files):
596 Trap some recursive includes.
597
598 * calendar/appt.el (appt-activate): Check diary file.
599
600 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
601
602 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
603 construction.
604
605 * calendar/time-date.el: No need to require cl for Emacs 21.
606
607 2010-09-28 Glenn Morris <rgm@gnu.org>
608
609 * calendar/appt.el (appt-check): Minor simplification.
610
611 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
612
613 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
614 citation prefix.
615
616 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
617
618 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
619 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
620
621 2010-09-27 Kenichi Handa <handa@m17n.org>
622
623 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
624 "ustar" format.
625
626 2010-09-27 Kenichi Handa <handa@m17n.org>
627
628 * international/mule.el (define-coding-system): Docstring fixed.
629
630 * international/mule-diag.el (describe-character-set): Use princ
631 with proper print-length and print-level instead of insert.
632
633 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
634
635 * window.el (walk-windows): Doc fix (bug#7105).
636
637 2010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
638
639 * emacs-lisp/float-sup.el (e): Remove.
640
641 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
642
643 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
644 variable.
645 (starttls-negotiate): Use it.
646
647 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
648
649 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
650 back.
651
652 2010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
653
654 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
655
656 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
657
658 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
659
660 * net/netrc.el (netrc-store-data): New function.
661
662 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
663
664 * net/gnutls.el: GnuTLS glue code to set up a connection.
665
666 2010-09-25 Julien Danjou <julien@danjou.info>
667
668 * notifications.el: Call dbus-register-signal only if it is bound.
669
670 2010-09-25 Glenn Morris <rgm@gnu.org>
671
672 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
673 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
674 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
675 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
676 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
677 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
678 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
679 * eshell/esh-util.el, eshell/esh-var.el:
680 Remove leading `*' from docs of faces and defcustoms.
681
682 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
683
684 * eshell/em-ls.el (eshell-ls-archive-regexp):
685 * eshell/esh-util.el (eshell-tar-regexp):
686 * ibuffer.el (ibuffer-compressed-file-name-regexp):
687 * info.el (Info-suffix-list):
688 * international/mule.el (auto-coding-alist):
689 * woman.el (woman-file-regexp, woman-file-compression-regexp):
690 * progmodes/etags.el (tags-compression-info-list):
691 Support xz compression.
692
693 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
694
695 * files.el (get-free-disk-space): Don't assume the "df" output
696 columns line up (Bug#6995).
697
698 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
699
700 * finder.el (finder-unknown-keywords):
701 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
702 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
703
704 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
705
706 * server.el (server-start): Revert part of 2010-08-08 change. Using
707 address 127.0.0.1 for local host is now done in Fmake_network_process.
708
709 2010-09-24 Glenn Morris <rgm@gnu.org>
710
711 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
712 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
713 * textmodes/css-mode.el, textmodes/dns-mode.el:
714 Move autoloaded auto-mode-alist entries to files.el.
715 * files.el (auto-mode-alist): Move entries here.
716
717 2010-09-23 Glenn Morris <rgm@gnu.org>
718
719 * isearch.el (isearch-lazy-highlight-cleanup)
720 (isearch-lazy-highlight-initial-delay)
721 (isearch-lazy-highlight-interval)
722 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
723 * net/net-utils.el (ipconfig-program-options):
724 Move aliases to options before the associated definitions.
725
726 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
727
728 * newcomment.el (comment-normalize-vars): Better test validity of
729 comment-end-skip.
730
731 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
732
733 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
734 (float-e): New name for `e'.
735 (degrees-to-radians, radians-to-degrees):
736 * calendar/solar.el (solar-longitude):
737 * calculator.el (calculator-registers, calculator-funcall):
738 * textmodes/artist.el (artist-spray-random-points):
739 * play/bubbles.el (bubbles--initialize-images): Use new names.
740
741 2010-09-23 Eric M. Ludlam <zappo@gnu.org>
742
743 Update to CEDET 1.0's version of EIEIO.
744
745 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
746 New function.
747 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
748 (eieio-default-eval-maybe): Eval val instead of unquoting only.
749 (class-precedence-list): If class is nil, return nil.
750 (eieio-generic-call): If class of first input arg is nil, don't
751 look up static methods, and do check for primary methods.
752 (initialize-instance): See if the default needs to be evaluated
753 during the constructor.
754 (eieio-perform-slot-validation-for-default): Don't do the check
755 for values that will eventually be evaluated.
756 (eieio-eval-default-p): New function.
757 (eieio-default-eval-maybe): Use it.
758
759 2010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
760
761 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
762 method-invocation-order.
763 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
764 (eieio-class-precedence-dfs): Compute class precedence list using
765 dfs algorithm.
766 (eieio-class-precedence-bfs): Compute class precedence list using
767 bfs algorithm.
768 (eieio-class-precedence-c3): Compute class precedence list using
769 c3 algorithm.
770 (class-precedence-list): New function.
771 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
772 (inconsistent-class-hierarchy): New error symbol.
773 (call-next-method): Stow the replacement argument list for future
774 call-next-method invocations.
775
776 2010-09-23 Glenn Morris <rgm@gnu.org>
777
778 * calendar/appt.el (appt-check): If not displaying the diary,
779 use (diary 1) to only get the entries we need.
780 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
781 that it is in day order. (Bug#7019)
782
783 * calendar/appt.el (appt-check): Rather than showing the diary,
784 just turn off invisible display, and only if needed.
785
786 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
787
788 2010-09-23 Glenn Morris <rgm@gnu.org>
789
790 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
791 (byte-compile-defvar, byte-compile-cl-warn):
792 Start warnings with lower-case, like the majority.
793
794 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
795
796 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
797
798 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
799 * files.el (auto-mode-alist): Move ld-script entries here, further down
800 the list.
801
802 * vc/add-log.el: Don't require timezone when compiling.
803 (timezone-make-date-sortable): Autoload it.
804 (change-log-sortable-date-at): Don't require timezone.
805 Use `ignore-errors'.
806
807 * comint.el (comint-use-prompt-regexp-instead-of-fields):
808 Move alias before definition, so it does not need autoloading.
809
810 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
811 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
812 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
813 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
814 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
815 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
816 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
817 * textmodes/tex-mode.el, textmodes/two-column.el:
818 Remove leading `*' from docs of defcustoms etc.
819
820 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
821
822 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
823
824 2010-09-22 Dan Christensen <jdc@uwo.ca>
825
826 * calendar/time-date.el (date-to-time): Try using parse-time-string
827 first before using the slower timezone-make-date-arpa-standard.
828
829 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
830
831 * calendar/time-date.el (format-seconds): Comment fix.
832
833 2010-09-22 Glenn Morris <rgm@gnu.org>
834
835 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
836 is not automatically buffer-local.
837
838 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
839
840 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
841 (smie-indent-comment): Be more careful with comment-start-skip.
842 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
843 (smie-indent-functions): Use them.
844
845 2010-09-21 Michael Albinus <michael.albinus@gmx.de>
846
847 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
848
849 2010-09-21 Jan Djärv <jan.h.d@swipnet.se>
850
851 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
852 tool-bar-position. Don't modify frame parameters here.
853 (menu-bar-options-save): Add tool-bar-position.
854
855 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
856
857 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
858
859 * textmodes/reftex-parse.el (reftex-what-macro)
860 (reftex-context-substring): Let-bind forward-sexp-function to nil
861 since we don't need/want to treat \begin...\end as a block (bug#7053).
862
863 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
864
865 * simple.el (blink-matching-open): Use syntax-class.
866
867 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
868 Set invisibility spec for pascal's outline mode.
869 (pascal-outline-change): Clean up calling convention.
870 (pascal-show-all, pascal-hide-other-defuns): Update callers.
871
872 * progmodes/prolog.el (prolog-smie-forward-token)
873 (prolog-smie-backward-token): New functions.
874 (prolog-mode-variables): Use them to parse "!," correctly.
875 Set up smie-blink-matching for ".".
876
877 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
878 and `end'.
879 (ispell-region, ispell-process-line): Update users.
880
881 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
882 point-min==1.
883
884 * textmodes/ispell.el: Fix commenting convention.
885 (ispell-parse-output): Simplify, use push.
886 (ispell-region): Use match-string-no-properties.
887 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
888 (ispell-minor-mode): Use define-minor-mode.
889 (ispell-message): Remove unused var `skip-regexp'.
890 (ispell-add-per-file-word-list): Use dynamic let-binding.
891 Try and use the proper comment marker.
892
893 * mail/sendmail.el: Fix commenting convention.
894 (sendmail-send-it): Use line-beginning-position.
895
896 * help-fns.el (describe-variable): Add original value, if applicable.
897
898 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
899
900 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
901
902 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
903
904 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
905
906 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
907 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
908 (smie-prec2-levels): Use them to better diagnose precedence cycles.
909 (smie-blink-matching-check): Don't signal a mismatch if car is t.
910 (smie-blink-matching-open): Rewrite to remove assumptions, so that
911 something like "." can also be a closer.
912 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
913 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
914 Rename internal functions to use "--". Update callers.
915
916 * frame.el (make-frame-names-alist): Don't list frames on other displays.
917
918 * fringe.el (fringe-styles): New var.
919 (fringe-mode, fringe-query-style): Use it.
920
921 2010-09-18 Michael R. Mauger <mmaug@yahoo.com>
922
923 * progmodes/sql.el: Version 2.8
924 (sql-login-params): Update widget structure; changes still needed.
925 (sql-product-alist): Add :list-all and :list-table features for
926 SQLite, Postgres and MySQL products.
927 (sql-redirect): Handle default value.
928 (sql-execute, sql-execute-feature): New functions.
929 (sql-read-table-name): New function.
930 (sql-list-all, sql-list-table): New functions. User API.
931 (sql-mode-map, sql-interactive-mode-map): Add key definitions
932 for above functions.
933 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
934 for above functions.
935 (sql-postgres-login-params): Add user and database defaults.
936 (sql-buffer-live-p): Bug fix.
937 (sql-product-history): New variable.
938 (sql-read-product): New function. Use it.
939 (sql-set-product, sql-product-interactive): Use it.
940 (sql-connection-history): New variable.
941 (sql-read-connection): New function. Use it.
942 (sql-connect): New function.
943 (sql-for-each-login): Redesign function interface.
944 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
945 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
946 (sql-comint): Check for program. Existing live buffer.
947 (sql-comint-postgres): Add port parameter.
948
949 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
950
951 * emacs-lisp/warnings.el: Fix commenting convention.
952 (display-warning): Use special mode and make the buffer read-only.
953
954 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
955
956 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
957 empty string when it follows a repeated or optional pattern.
958
959 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
960
961 * indent.el (indent-according-to-mode): Apply syntax-propertize.
962 (indent-region): Use indent-according-to-mode.
963
964 2010-09-18 Eli Zaretskii <eliz@gnu.org>
965
966 * fringe.el (fringe-mode): Doc fix.
967
968 2010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
969
970 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
971 refreshing the preview buffer.
972
973 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
974
975 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
976 (latex-syntax-propertize-rules): New consts; replace
977 tex-font-lock-syntactic-keywords.
978 (tex-env-mark, latex-env-before-change): New functions.
979 (latex-electric-env-pair-mode): New minor mode.
980 (tex-font-lock-verb): Change arguments; do move point.
981 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
982 representation as a form of comment.
983 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
984 (doctex-syntax-propertize-rules): New const; replaces
985 doctex-font-lock-syntactic-keywords.
986 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
987
988 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
989 (fortran-make-syntax-propertize-function): New function; replaces
990 fortran-font-lock-syntactic-keywords.
991 (fortran-mode): Use it.
992 (fortran-line-length): Use it. Improve interactive spec.
993
994 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
995 (syntax-propertize-rules): Add var-ref case. Fix offset computation
996 when adding surrounding \(..\).
997
998 * progmodes/js.el (js-mode): Fix last change (bug#7054).
999
1000 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1001
1002 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
1003 Use with-current-buffer.
1004
1005 * isearch.el (isearch-face): Rename from `isearch'.
1006 (isearch-highlight): Use new name.
1007
1008 2010-09-17 Eli Zaretskii <eliz@gnu.org>
1009
1010 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
1011 5, for `half' width fringes. (Bug#6933)
1012
1013 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1014
1015 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
1016 (byte-compile-defvar): "foo/bar" does not lack a prefix.
1017
1018 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
1019
1020 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
1021
1022 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
1023 in calculating new frame position. Add more space between new and
1024 parent on the left (Bug#7048).
1025
1026 2010-09-17 Michael Albinus <michael.albinus@gmx.de>
1027
1028 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
1029 defmacro.
1030
1031 2010-09-16 Chong Yidong <cyd@stupidchicken.com>
1032
1033 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
1034
1035 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
1036 obsolete alias for x-selection-value.
1037
1038 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
1039
1040 2010-09-16 Michael Albinus <michael.albinus@gmx.de>
1041
1042 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
1043 cookie.
1044
1045 2010-09-15 Michael Albinus <michael.albinus@gmx.de>
1046
1047 * net/tramp-compat.el (tramp-compat-with-temp-message)
1048 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
1049 (tramp-compat-process-put): New defuns.
1050
1051 * net/tramp.el (top):
1052 * net/tramp-gvfs.el (top):
1053 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
1054
1055 * net/tramp.el (tramp-progress-reporter-update):
1056 Use `tramp-compat-funcall'.
1057
1058 * net/tramp.el (tramp-process-actions):
1059 * net/tramp-gvfs.el (tramp-handle-vc-registered):
1060 * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
1061 (tramp-get-remote-stat, tramp-get-remote-readlink):
1062 Use `tramp-compat-with-temp-message'.
1063
1064 * net/tramp-sh.el (top): Require 'cl.
1065 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
1066 (tramp-open-connection-setup-interactive-shell):
1067 Use `tramp-compat-process-put'.
1068
1069 2010-09-15 Alan Mackenzie <acm@muc.de>
1070
1071 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
1072 indentation.
1073 (c-forward-<>-arglist-recur): Fix an infinite recursion.
1074
1075 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
1076
1077 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
1078 `lexical' for warnings related to lexical scoping.
1079 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
1080 global vars which don't have a prefix and could hence affect lexical
1081 scoping in unrelated files.
1082
1083 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1084
1085 * net/imap.el: Revert back to version
1086 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1087 seem problematic.
1088
1089 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
1090
1091 * obsolete/old-whitespace.el (whitespace-unload-function):
1092 Explicitly pass `obarray' to `unintern' to avoid a warning.
1093
1094 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1095
1096 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1097 Add `when' argument. Update callers.
1098
1099 * subr.el (unintern): Declare the obarray arg mandatory.
1100
1101 2010-09-14 Glenn Morris <rgm@gnu.org>
1102
1103 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1104 Doc fixes.
1105
1106 * calendar/diary-lib.el (diary-included-files): New variable.
1107 (diary-list-entries): Maybe initialize diary-included-files.
1108 (diary-include-other-diary-files): Append to diary-included-files.
1109 * calendar/appt.el (appt-update-list): Also check the members of
1110 diary-included-files. (Bug#6999)
1111 (appt-check): Doc fix.
1112
1113 2010-09-14 David Reitter <david.reitter@gmail.com>
1114
1115 * simple.el (line-move-visual): Do not truncate goal column to
1116 integer size. (Bug#7020)
1117
1118 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1119
1120 * repeat.el (repeat): Allow repeating when the last event is a click.
1121 Suggested by Drew Adams (bug#6256).
1122
1123 2010-09-14 Sascha Wilde <wilde@sha-bang.de>
1124
1125 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1126 Replace setting HGRCPATH to "" by some less invasive --config options.
1127
1128 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1129
1130 * font-lock.el (font-lock-beginning-of-syntax-function):
1131 Mark as obsolete.
1132
1133 2010-09-14 Glenn Morris <rgm@gnu.org>
1134
1135 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1136 and tool-bar modes. (Bug#6211)
1137 (menu-bar-mode): Move setting of standard-value after the
1138 minor-mode definition, otherwise it seems to have no effect.
1139
1140 2010-09-14 Masatake YAMATO <yamato@redhat.com>
1141
1142 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1143 Fix typo. (Bug#6976)
1144
1145 2010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1146
1147 * whitespace.el: Allow cleaning up blanks without blank
1148 visualization (Bug#6651). Adjust help window for
1149 whitespace-toggle-options (Bug#6479). Allow to use fill-column
1150 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
1151 (whitespace-style): Add new value 'face. Adjust docstring.
1152 (whitespace-space, whitespace-hspace, whitespace-tab):
1153 Adjust foreground property face.
1154 (whitespace-line-column): Adjust docstring and type declaration.
1155 (whitespace-style-value-list, whitespace-toggle-option-alist)
1156 (whitespace-help-text): Adjust const initialization.
1157 (whitespace-toggle-options, global-whitespace-toggle-options):
1158 Adjust docstring.
1159 (whitespace-display-window, whitespace-interactive-char)
1160 (whitespace-style-face-p, whitespace-color-on): Adjust code.
1161 (whitespace-help-scroll): New fun.
1162
1163 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
1164
1165 * calendar/time-date.el (format-seconds): Comment fix.
1166
1167 2010-09-13 Michael R. Mauger <mmaug@yahoo.com>
1168
1169 * progmodes/sql.el: Version 2.7.
1170 (sql-buffer-live-p): Improve detection.
1171 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
1172 (sql-set-sqli-buffer): Use it.
1173 (sql-product-interactive): Run `sql-set-sqli-hook'.
1174 (sql-rename-buffer): Code cleanup.
1175 (sql-redirect, sql-redirect-value): New functions. More to come.
1176
1177 2010-09-13 Juanma Barranquero <lekktu@gmail.com>
1178
1179 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.
1180 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
1181 (TRAMP_SRC): New macro.
1182 ($(lisp)/net/tramp-loaddefs.el): New target.
1183
1184 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
1185
1186 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
1187
1188 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
1189
1190 * net/tramp.el (top): Don't show loading message. Require just
1191 'tramp-compat, everything else is required there.
1192 Use `ignore-errors' where appropriate.
1193 (tramp-inline-compress-start-size, tramp-copy-size-limit)
1194 (tramp-terminal-type, tramp-end-of-output)
1195 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
1196 (tramp-completion-function-alist-ssh)
1197 (tramp-completion-function-alist-telnet)
1198 (tramp-completion-function-alist-su)
1199 (tramp-completion-function-alist-putty, tramp-remote-path)
1200 (tramp-remote-process-environment, tramp-sh-extra-args)
1201 (tramp-actions-before-shell, tramp-uudecode)
1202 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
1203 (tramp-perl-file-attributes)
1204 (tramp-perl-directory-files-and-attributes)
1205 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
1206 (tramp-perl-encode, tramp-perl-decode)
1207 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
1208 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
1209 (tramp-handle-make-symbolic-link, tramp-handle-load)
1210 (tramp-handle-file-name-as-directory)
1211 (tramp-handle-file-name-directory)
1212 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
1213 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
1214 (tramp-do-file-attributes-with-ls)
1215 (tramp-do-file-attributes-with-perl)
1216 (tramp-do-file-attributes-with-stat)
1217 (tramp-handle-set-visited-file-modtime)
1218 (tramp-handle-verify-visited-file-modtime)
1219 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
1220 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
1221 (tramp-handle-file-selinux-context)
1222 (tramp-handle-set-file-selinux-context)
1223 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
1224 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
1225 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
1226 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
1227 (tramp-handle-file-ownership-preserved-p)
1228 (tramp-handle-directory-file-name, tramp-handle-directory-files)
1229 (tramp-handle-directory-files-and-attributes)
1230 (tramp-do-directory-files-and-attributes-with-perl)
1231 (tramp-do-directory-files-and-attributes-with-stat)
1232 (tramp-handle-file-name-all-completions)
1233 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
1234 (tramp-handle-copy-file, tramp-handle-copy-directory)
1235 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
1236 (tramp-do-copy-or-rename-file-via-buffer)
1237 (tramp-do-copy-or-rename-file-directly)
1238 (tramp-do-copy-or-rename-file-out-of-band)
1239 (tramp-handle-make-directory, tramp-handle-delete-directory)
1240 (tramp-handle-delete-file)
1241 (tramp-handle-dired-recursive-delete-directory)
1242 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
1243 (tramp-handle-insert-directory)
1244 (tramp-handle-unhandled-file-name-directory)
1245 (tramp-handle-expand-file-name)
1246 (tramp-handle-substitute-in-file-name)
1247 (tramp-handle-executable-find, tramp-process-sentinel)
1248 (tramp-handle-start-file-process, tramp-handle-process-file)
1249 (tramp-handle-call-process-region, tramp-handle-shell-command)
1250 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
1251 (tramp-handle-insert-file-contents)
1252 (tramp-handle-insert-file-contents-literally)
1253 (tramp-handle-find-backup-file-name)
1254 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
1255 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
1256 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
1257 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
1258 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
1259 (tramp-find-file-exists-command, tramp-open-shell)
1260 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
1261 (tramp-open-connection-setup-interactive-shell)
1262 (tramp-local-coding-commands, tramp-remote-coding-commands)
1263 (tramp-find-inline-encoding, tramp-call-local-coding-command)
1264 (tramp-inline-compress-commands, tramp-find-inline-compress)
1265 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1266 (tramp-send-command, tramp-wait-for-output)
1267 (tramp-send-command-and-check, tramp-barf-unless-okay)
1268 (tramp-send-command-and-read, tramp-mode-string-to-int)
1269 (tramp-convert-file-attributes, tramp-check-cached-permissions)
1270 (tramp-file-mode-from-int, tramp-file-mode-permissions)
1271 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
1272 (tramp-method-out-of-band-p, tramp-local-host-p)
1273 (tramp-get-remote-path, tramp-get-remote-tmpdir)
1274 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
1275 (tramp-get-test-command, tramp-get-test-nt-command)
1276 (tramp-get-file-exists-command, tramp-get-remote-ln)
1277 (tramp-get-remote-perl, tramp-get-remote-stat)
1278 (tramp-get-remote-readlink, tramp-get-remote-trash)
1279 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
1280 (tramp-get-local-uid, tramp-get-local-gid)
1281 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
1282 tramp-sh.el.
1283 (tramp-methods, tramp-default-method-alist)
1284 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
1285 Move initialization to tramp-sh.el.
1286 (tramp-temp-name-prefix): Make it a defconst.
1287 (tramp-dissect-file-name): Don't check anymore for multi-hop
1288 methods.
1289 (tramp-debug-outline-regexp): Add a docstring.
1290 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
1291 (tramp-get-debug-buffer): Use it.
1292
1293 * net/tramp-cache.el (top): Set tramp-autoload cookie for
1294 initialization forms.
1295 (tramp-set-connection-property): Don't protect `tramp-message'
1296 call, it isn't necessary any longer.
1297 (tramp-dump-connection-properties): Use `ignore-errors'.
1298
1299 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
1300 'password-cache and 'auth-source.
1301
1302 * net/tramp-gvfs.el (top):
1303 * net/tramp-smb.el (top): Require 'tramp-sh.
1304
1305 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
1306
1307 * net/tramp-sh.el: New file, derived from tramp.el.
1308 (top): Initialize `tramp-methods', `tramp-default-method-alist',
1309 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
1310 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
1311 Use `ignore-errors' where appropriate.
1312 (tramp-sh-file-name-handler-alist): Rename from
1313 `tramp-file-name-handler-alist'.
1314 (tramp-send-command-and-check): Return t or nil. Remove all
1315 `zerop' checks, where called.
1316 (tramp-handle-set-file-modes)
1317 (tramp-do-copy-or-rename-file-directly)
1318 (tramp-handle-delete-directory, tramp-handle-delete-file)
1319 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
1320 (tramp-sh-file-name-handler, tramp-send-command-and-check)
1321 (tramp-get-remote-ln): Set tramp-autoload cookie.
1322
1323 * net/tramp-fish.el: Remove file.
1324
1325 2010-09-13 Daiki Ueno <ueno@unixuser.org>
1326
1327 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
1328 buffer-file-name to avoid file-locking. (Bug#7026)
1329
1330 2010-09-13 Julien Danjou <julien@danjou.info>
1331
1332 * notifications.el (notifications-notify): Add support for
1333 image-path and sound-name.
1334 (notifications-specification-version): Add this variable.
1335
1336 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1337
1338 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
1339
1340 2010-09-12 Leo <sdl.web@gmail.com>
1341
1342 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
1343 (rcirc-completion-start): New variables.
1344 (rcirc-nick-completions): Rename to rcirc-completions.
1345 (rcirc-nick-completion-start-offset): Delete.
1346 (rcirc-completion-at-point): New function for constructing
1347 completion data for both nicks and irc commands. Add to
1348 completion-at-point-functions in rcirc mode.
1349 (rcirc-complete): Rename from rcirc-nick-complete; use
1350 rcirc-completion-at-point.
1351 (defun-rcirc-command): Update rcirc-client-commands.
1352
1353 2010-09-11 Glenn Morris <rgm@gnu.org>
1354
1355 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
1356 atomically, to avoid parallel build errors. (Bug#4196)
1357
1358 2010-09-11 Michael R. Mauger <mmaug@yahoo.com>
1359
1360 * progmodes/sql.el: Version 2.6
1361 (sql-dialect): Synonym for "sql-product".
1362 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
1363 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
1364 Set "sql-buffer" to buffer name not buffer object so multiple sql
1365 interactive buffers work properly. Reverts misguided changes in
1366 earlier work.
1367 (sql-comint): Make sure different buffer name is used if "*SQL*"
1368 buffer is for a different product.
1369 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
1370 login param.
1371 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
1372 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
1373 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
1374 Accept new buffer name or prompt for one.
1375 (sql-port): Default to zero.
1376 (sql-comint-mysql): Handle "sql-port" as a numeric.
1377 (sql-port-history): Delete unused variable.
1378 (sql-get-login): Default "sql-port" to a number.
1379 (sql-product-alist): Correct Postgres prompt and terminator regexp.
1380 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
1381 "sqlite3" executables.
1382 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
1383 (sql-buffer-live-p): New function.
1384 (sql-mode-menu, sql-send-string): Use it.
1385 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
1386 syntax pattern.
1387 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
1388 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
1389
1390 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1391
1392 * net/netrc.el (netrc-credentials): New convenience function.
1393
1394 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1395
1396 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
1397 to replace texinfo-font-lock-syntactic-keywords.
1398 (texinfo-mode): Use it.
1399
1400 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
1401 Use syntax-propertize-function.
1402
1403 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
1404 replace sgml-font-lock-syntactic-keywords.
1405 (sgml-mode): Use it.
1406
1407 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
1408 since we don't use it.
1409
1410 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
1411
1412 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
1413 if available.
1414 (vhdl-fontify-buffer): Adjust.
1415
1416 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
1417 replace tcl-font-lock-syntactic-keywords.
1418 (tcl-mode): Use it.
1419
1420 * progmodes/simula.el (simula-syntax-propertize-function): New var to
1421 replace simula-font-lock-syntactic-keywords.
1422 (simula-mode): Use it.
1423
1424 * progmodes/sh-script.el (sh-st-symbol): Remove.
1425 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
1426 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
1427 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
1428 (sh-font-lock-paren): Set syntax-multiline.
1429 (sh-font-lock-syntactic-keywords): Remove.
1430 (sh-syntax-propertize-function): New function to replace it.
1431 (sh-mode): Use it.
1432
1433 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
1434 Define while compiling.
1435 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
1436 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
1437 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
1438 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
1439 (ruby-here-doc-end-syntax): Only define when
1440 syntax-propertize is not available.
1441 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
1442 New functions.
1443 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
1444 (electric-indent-chars): Silence bytecompiler.
1445 (ruby-mode): Use prog-mode, syntax-propertize-function, and
1446 electric-indent-chars.
1447
1448 * progmodes/python.el (python-syntax-propertize-function): New var to
1449 replace python-font-lock-syntactic-keywords.
1450 (python-mode): Use it.
1451 (python-quote-syntax): Simplify and adjust to new use.
1452
1453 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
1454 replace perl-font-lock-syntactic-keywords.
1455 (perl-syntax-propertize-special-constructs): New fun to replace
1456 perl-font-lock-special-syntactic-constructs.
1457 (perl-font-lock-syntactic-face-function): New fun.
1458 (perl-mode): Use it.
1459
1460 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
1461 to replace octave-font-lock-close-quotes.
1462 (octave-syntax-propertize-function): New function to replace
1463 octave-font-lock-syntactic-keywords.
1464 (octave-mode): Use it.
1465
1466 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
1467 replaces mixal-font-lock-syntactic-keywords.
1468 (mixal-mode): Use it.
1469
1470 * progmodes/make-mode.el (makefile-syntax-propertize-function):
1471 New var; replaces makefile-font-lock-syntactic-keywords.
1472 (makefile-mode): Use it.
1473 (makefile-imake-mode): Adjust.
1474
1475 * progmodes/js.el (js--regexp-literal): Define while compiling.
1476 (js-syntax-propertize-function): New var; replaces
1477 js-font-lock-syntactic-keywords.
1478 (js-mode): Use it.
1479
1480 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
1481 replaces gdb-script-font-lock-syntactic-keywords.
1482 (gdb-script-mode): Use it.
1483
1484 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
1485 (fortran--font-lock-syntactic-keywords): New var.
1486 (fortran-line-length): Update syntax-propertize-function and
1487 fortran--font-lock-syntactic-keywords.
1488
1489 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
1490
1491 * progmodes/cfengine.el (cfengine-mode):
1492 Use syntax-propertize-function.
1493 (cfengine-font-lock-syntactic-keywords): Remove.
1494
1495 * progmodes/autoconf.el (autoconf-mode):
1496 Use syntax-propertize-function.
1497 (autoconf-font-lock-syntactic-keywords): Remove.
1498
1499 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
1500 (ada-after-change-function, ada-initialize-syntax-table-properties)
1501 (ada-handle-syntax-table-properties): Only define when
1502 syntax-propertize is not available.
1503 (ada-mode): Use syntax-propertize-function.
1504
1505 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
1506 (font-lock-fontify-syntactic-keywords-region): Move handling of
1507 font-lock-syntactically-fontified to...
1508 (font-lock-default-fontify-region): ...here.
1509 Let syntax-propertize-function take precedence.
1510 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
1511
1512 * emacs-lisp/syntax.el (syntax-propertize-function)
1513 (syntax-propertize-chunk-size, syntax-propertize--done)
1514 (syntax-propertize-extend-region-functions): New vars.
1515 (syntax-propertize-wholelines, syntax-propertize-multiline)
1516 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
1517 (syntax-propertize): New functions.
1518 (syntax-propertize-rules): New macro.
1519 (syntax-ppss-flush-cache): Set syntax-propertize--done.
1520 (syntax-ppss): Call syntax-propertize.
1521
1522 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
1523
1524 2010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
1525
1526 * textmodes/ispell.el (ispell-init-process): Improve comments.
1527 XEmacs compatibility changes regarding (add-hook) 'local option
1528 and (set-process-query-on-exit-flag).
1529
1530 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
1531
1532 * net/tramp-cache.el (tramp-parse-connection-properties):
1533 Set tramp-autoload cookie.
1534
1535 2010-09-09 Glenn Morris <rgm@gnu.org>
1536
1537 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
1538 (imagemagick-register-types): Doc fix.
1539
1540 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1541
1542 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
1543
1544 * progmodes/js.el (require): Require is already "eval-and-compile".
1545 (js--re-search-forward): Avoid `eval'. Preserve the error data.
1546 (js--re-search-backward): Use js--re-search-forward.
1547
1548 * progmodes/fortran.el (fortran-line-length): Don't recompute
1549 syntactic keywords redundantly a second time.
1550
1551 * progmodes/ada-mode.el: Replace "(set '" with setq.
1552 (ada-mode): Simplify.
1553 (ada-create-case-exception, ada-adjust-case-interactive)
1554 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
1555 (ada-search-ignore-string-comment, ada-move-to-start)
1556 (ada-move-to-end): Use with-syntax-table.
1557
1558 * font-lock.el (save-buffer-state): Remove `varlist' arg.
1559 (font-lock-unfontify-region, font-lock-default-fontify-region):
1560 Update usage correspondingly.
1561 (font-lock-fontify-syntactic-keywords-region):
1562 Set parse-sexp-lookup-properties buffer-locally here.
1563 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
1564
1565 * simple.el (blink-matching-open): Don't burp if we can't find a match.
1566
1567 2010-09-08 Glenn Morris <rgm@gnu.org>
1568
1569 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
1570 Error if not compiled with -DBYTE_CODE_METER.
1571
1572 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1573 Ignore dir-locals-file.
1574
1575 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1576
1577 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1578 Not a const.
1579 (compilation-error-regexp-alist-alist): Rule out ": " in file names
1580 for the `gnu' messages.
1581 (compilation-set-skip-threshold): New command.
1582 (compilation-start): Use \' rather than $.
1583 (compilation-forget-errors): Use clrhash.
1584
1585 2010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
1586
1587 * textmodes/ispell.el (ispell-valid-dictionary-list):
1588 Simplify logic.
1589
1590 2010-09-08 Michael Albinus <michael.albinus@gmx.de>
1591
1592 Migrate to Tramp 2.2. Rearrange load dependencies.
1593 (Bug#1529, Bug#5448, Bug#5705)
1594
1595 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
1596 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
1597 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
1598
1599 * net/tramp.el (top): Remove all other tramp-* loads except
1600 tramp-compat.el. Remove all changes to tramp-unload-hook for
1601 other tramp-* packages. Rearrange defun order. Change calls of
1602 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
1603 `tramp-compat-octal-to-decimal' to new function names.
1604 (tramp-terminal-type, tramp-initial-end-of-output)
1605 (tramp-methods, tramp-foreign-file-name-handler-alist)
1606 (tramp-tramp-file-p, tramp-completion-mode-p)
1607 (tramp-send-command-and-check, tramp-get-remote-path)
1608 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
1609 (tramp-shell-quote-argument): Set tramp-autoload cookie.
1610 (with-file-property, with-connection-property): Move to
1611 tramp-cache.el.
1612 (tramp-local-call-process, tramp-decimal-to-octal)
1613 (tramp-octal-to-decimal): Move to tramp-compat.el.
1614 (tramp-handle-shell-command): Do not require 'shell.
1615 (tramp-compute-multi-hops): No special handling for tramp-gw-*
1616 symbols.
1617 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
1618
1619 * net/tramp-cache.el (top): Require 'tramp. Add to
1620 `tramp-unload-hook'.
1621 (tramp-cache-data, tramp-get-file-property)
1622 (tramp-set-file-property, tramp-flush-file-property)
1623 (tramp-flush-directory-property, tramp-get-connection-property)
1624 (tramp-set-connection-property, tramp-flush-connection-property)
1625 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
1626 cookie.
1627 (with-file-property, with-connection-property): New defuns, moved
1628 from tramp.el.
1629 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
1630 macro.
1631
1632 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
1633 (tramp-version): Set tramp-autoload cookie.
1634
1635 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
1636 changes to tramp-unload-hook for other tramp-* packages. Add to
1637 `tramp-unload-hook'.
1638 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
1639 (tramp-compat-call-process): New defuns, moved from tramp.el.
1640
1641 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
1642 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1643 to `tramp-unload-hook'. Change call of
1644 `tramp-compat-decimal-to-octal' to new function name.
1645 (tramp-fish-method): Make it a defconst.
1646 (tramp-fish-file-name-p): Make it a defsubst.
1647 (tramp-fish-method, tramp-fish-file-name-handler)
1648 (tramp-fish-file-name-p): Set tramp-autoload cookie.
1649
1650 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
1651 `tramp-foreign-file-name-handler-alist'. Add to
1652 `tramp-unload-hook'.
1653 (tramp-ftp-method): Make it a defconst.
1654 (tramp-ftp-file-name-p): Make it a defsubst.
1655 (tramp-ftp-method, tramp-ftp-file-name-handler)
1656 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
1657
1658 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
1659 `tramp-foreign-file-name-handler-alist'. Add to
1660 `tramp-unload-hook'. Change checks, whether package can be
1661 loaded.
1662 (tramp-gvfs-file-name-p): Make it a defsubst.
1663 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
1664 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
1665 (tramp-gvfs-handle-file-directory-p): New defun.
1666 (tramp-gvfs-file-name-handler-alist): Use it.
1667
1668 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
1669 `tramp-foreign-file-name-handler-alist'. Add to
1670 `tramp-unload-hook'.
1671 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
1672 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
1673 defconst.
1674 (tramp-gw-tunnel-method, tramp-gw-socks-method)
1675 (tramp-gw-open-connection): Set tramp-autoload cookie.
1676
1677 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
1678 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1679 to `tramp-unload-hook'. Change checks, whether package can be
1680 loaded.
1681 (tramp-imap-file-name-p): Make it a defsubst.
1682 (tramp-imap-method, tramp-imaps-method)
1683 (tramp-imap-file-name-handler)
1684 (tramp-imap-file-name-p): Set tramp-autoload cookie.
1685
1686 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
1687 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1688 to `tramp-unload-hook'. Change checks, whether package can be
1689 loaded. Change call of `tramp-compat-decimal-to-octal' to new
1690 function name.
1691 (tramp-smb-tunnel-method): Make it a defconst.
1692 (tramp-smb-file-name-p): Make it a defsubst.
1693 (tramp-smb-method, tramp-smb-file-name-handler)
1694 (tramp-smb-file-name-p): Set tramp-autoload cookie.
1695
1696 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
1697 (tramp-uuencode-region): Set tramp-autoload cookie.
1698
1699 * net/trampver.el (top) Add to `tramp-unload-hook'.
1700 (tramp-version, tramp-bug-report-address): Set tramp-autoload
1701 cookie. Update release number.
1702
1703 2010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
1704
1705 * textmodes/ispell.el (ispell-start-process): Make sure original
1706 arg list is properly initialized (Bug#6993, Bug#6994).
1707
1708 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1709
1710 * files.el (directory-abbrev-alist): Use \` as default regexp.
1711
1712 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1713 chars like - or ] (bug#6984).
1714 (rx-any-condense-range): Explode 2-char ranges.
1715
1716 2010-09-06 Glenn Morris <rgm@gnu.org>
1717
1718 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1719
1720 2010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1721
1722 * textmodes/bibtex.el:
1723 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1724
1725 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1726
1727 * net/imap.el (imap-message-map): Remove optional buffer parameter,
1728 since no callers use it.
1729 (imap-message-get): Ditto.
1730 (imap-message-put): Ditto.
1731 (imap-mailbox-map): Ditto.
1732 (imap-mailbox-put): Ditto.
1733 (imap-mailbox-get): Ditto.
1734 (imap-mailbox-get): Revert last change for this function.
1735
1736 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1737
1738 * net/imap.el (imap-fetch-safe): Remove function, and alter all
1739 callers to use `imap-fetch' instead. According to the comments, this
1740 should be safe, since all other IMAP clients use the 1:* syntax.
1741 (imap-enable-exchange-bug-workaround): Remove.
1742 (imap-debug): Remove -- doesn't seem very useful.
1743
1744 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1745
1746 * net/imap.el (imap-log): New convenience function used throughout
1747 instead of repeating the same code all over the place.
1748
1749 2010-09-05 David De La Harpe Golden <david@harpegolden.net>
1750
1751 * mouse.el (mouse-save-then-kill): Save region to kill-ring
1752 when mouse-drag-copy-region is non-nil (Bug#6956).
1753
1754 2010-09-05 Chong Yidong <cyd@stupidchicken.com>
1755
1756 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
1757 Improve regexps (Bug#6987).
1758 (dired-sort-toggle): Search more robustly for -t flag.
1759
1760 * files.el (get-free-disk-space): Search more robustly for
1761 "available" column. Suggested by Ehud Karni
1762 <ehud@unix.mvs.co.il>.
1763
1764 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
1765
1766 * international/uni-bidi.el:
1767 * international/uni-category.el:
1768 * international/uni-combining.el:
1769 * international/uni-decimal.el:
1770 * international/uni-mirrored.el:
1771 * international/uni-name.el: Regenerate.
1772
1773 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1774
1775 * electric.el (electric-indent-post-self-insert-function):
1776 Don't reindent with a sloppy indentation function.
1777
1778 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
1779 border case in change-log-mode.
1780
1781 2010-09-04 Chong Yidong <cyd@stupidchicken.com>
1782
1783 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1784 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
1785 Recognize leading tab in gcc-include regexp. Ignore names with
1786 leading "from" or "in" in gnu regexp (Bug#6937).
1787
1788 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1789
1790 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
1791 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
1792 (ispell-start-process): Avoid setq and simplify logic.
1793 (ispell-init-process): Setup kill-buffer-hook locally when needed.
1794 (kill-buffer-hook): Don't use it globally with code that uses
1795 expand-file-name since that may call kill-buffer via
1796 code_conversion_restore.
1797
1798 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
1799
1800 * emacs-lisp/package.el (package-directory-list): Only call
1801 file-name-nondirectory on a string.
1802
1803 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
1804
1805 * emacs-lisp/package.el (package--download-one-archive):
1806 Ensure that archive-contents is valid before saving it.
1807 (package-activate-1, package-mark-obsolete, define-package)
1808 (package-compute-transaction, package-list-maybe-add): Use push.
1809
1810 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
1811
1812 Use SMIE's blink-paren for octave-mode.
1813 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
1814 Backslashes do not escape single-quotes, single-quotes do.
1815 (octave-block-else-regexp, octave-block-end-regexp)
1816 (octave-block-match-alist): Remove.
1817 (octave-smie-bnf-table): New var, with old content.
1818 (octave-smie-op-levels): Use it.
1819 (octave-smie-closer-alist): New var.
1820 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
1821 (octave-blink-matching-block-open): Remove.
1822 (octave-reindent-then-newline-and-indent, octave-electric-semi)
1823 (octave-electric-space): Let self-insert-command run expand-abbrev and
1824 blink parens.
1825
1826 * electric.el (electricity): New group.
1827 (electric-indent-chars): New var.
1828 (electric-indent-post-self-insert-function): New fun.
1829 (electric-indent-mode): New minor mode.
1830 (electric-pair-skip-self): New custom.
1831 (electric-pair-post-self-insert-function): New function.
1832 (electric-pair-mode): New minor mode.
1833
1834 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
1835 calcAlg-blink-matching-open.
1836 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
1837 (calc-do-alg-entry): Only touch the part of the keymap that varies.
1838 Use the new blink-matching-check-function.
1839
1840 Provide blink-matching support to SMIE.
1841 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
1842 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
1843 (smie-blink-matching-check, smie-blink-matching-open): New functions.
1844
1845 * simple.el (newline): Fix last change to properly remove itself from
1846 the hook.
1847
1848 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1849
1850 * simple.el (newline): Eliminate optimization.
1851 Use post-self-insert-hook to set hard-newline and things before
1852 running post-self-insert-hook.
1853 (blink-matching-check-mismatch): New function.
1854 (blink-matching-check-function): New variable.
1855 (blink-matching-open): Use them.
1856 Skip back forward over prefix chars skipped by forward-sexp.
1857 Don't check if the parens are backslash escaped.
1858 (blink-paren-post-self-insert-function): Check backslash escaping here.
1859
1860 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
1861
1862 * emacs-lisp/package.el (package-menu-mode-map):
1863 Change package-menu-revert bindings to revert-buffer.
1864 (package-menu-mode): Set revert-buffer-function.
1865 (package-menu-revert): Doc fix.
1866
1867 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
1868
1869 * textmodes/ispell.el (ispell-init-process): Use "~/" as
1870 `default-directory' unless using Ispell per-directory personal
1871 dictionaries and not in a mini-buffer under XEmacs.
1872 (kill-buffer-hook): Do not kill ispell process on exit when
1873 `ispell-process-directory' is "~/". (Bug#6143)
1874
1875 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1876
1877 * simple.el (kill-new): Call interprogram-cut-function with only
1878 one argument.
1879
1880 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
1881 Remove cut buffer from error message.
1882
1883 * term/x-win.el (x-select-text):
1884 * term/pc-win.el (x-selection-value):
1885 * term/ns-win.el (x-selection-value):
1886 * eshell/em-term.el:
1887 * w32-fns.el (x-get-selection-value):
1888 * mouse-sel.el (mouse-sel-set-selection-function):
1889 * frame.el (display-selections-p): Remove cut-buffer in documentation.
1890
1891 * term/x-win.el: Update documentation for x-last-selected-text-*.
1892 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
1893 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
1894 (x-select-text): Remove argument PUSH, update documentation. Remove
1895 cut-buffer code.
1896 (x-selection-value-internal): Was previously x-selection-value.
1897 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
1898 Update documentation, remove cut-buffer code. Call
1899 x-selection-value-internal.
1900 (x-clipboard-yank): Call x-selection-value-internal.
1901 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
1902
1903 * term/pc-win.el (x-last-selected-text):
1904 x-cut-buffer-or-selection-value renamed to x-selection-value
1905 (x-select-text): Remove argument PUSH, update documentation.
1906
1907 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
1908 x-cut-buffer-or-selection-value renamed to x-selection-value
1909 (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
1910 (x-select-text): Remove argument PUSH, update documentation.
1911
1912 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
1913
1914 * w32-fns.el (x-last-selected-text):
1915 x-cut-buffer-or-selection-value renamed to x-selection-value.
1916 (x-cut-buffer-max): Remove.
1917 (x-select-text): Remove argument PUSH, update documentation.
1918
1919 * simple.el (interprogram-cut-function): Remove mention of PUSH.
1920
1921 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
1922
1923 * mouse-sel.el (mouse-sel-get-selection-function):
1924 x-cut-buffer-or-selection-value renamed to x-selection-value.
1925 (x-select-text): Remove optional push.
1926
1927 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1928
1929 * simple.el (blink-paren-function): Move from C to here.
1930 (blink-paren-post-self-insert-function): New function.
1931 (post-self-insert-hook): Use it.
1932
1933 * emacs-lisp/pcase.el (pcase-split-memq):
1934 Fix overenthusiastic optimisation.
1935 (pcase-u1): Handle the case of a lambda pred.
1936
1937 2010-08-31 Kenichi Handa <handa@m17n.org>
1938
1939 * international/mule-cmds.el (standard-display-european-internal):
1940 Setup standard-display-table for 8-bit characters by storing 8-bit
1941 characters in the element vector.
1942
1943 * disp-table.el (standard-display-8bit):
1944 Setup standard-display-table for 8-bit characters by storing 8-bit
1945 characters in the element vector.
1946 (standard-display-european): Likewise.
1947
1948 2010-08-31 Masatake YAMATO <yamato@redhat.com>
1949
1950 * textmodes/nroff-mode.el (nroff-view): New command.
1951 (nroff-mode-map): Bind it to C-c C-c.
1952
1953 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
1954
1955 * emacs-lisp/smie.el (smie-down-list): New command.
1956
1957 Remove old indentation and navigation code on octave-mode.
1958 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
1959 smie-down-list rather than add a binding for octave-down-block.
1960 (octave-mark-block, octave-blink-matching-block-open):
1961 Rely on forward-sexp-function.
1962 (octave-fill-paragraph): Don't narrow, so you can use
1963 indent-according-to-mode.
1964 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
1965 (octave-in-block-p, octave-re-search-forward-kw)
1966 (octave-re-search-backward-kw, octave-indent-calculate)
1967 (octave-end-as-array-index-p, octave-block-end-offset)
1968 (octave-scan-blocks, octave-forward-block, octave-backward-block)
1969 (octave-down-block, octave-backward-up-block, octave-up-block)
1970 (octave-before-magic-comment-p, octave-indent-line): Remove.
1971
1972 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
1973
1974 * emacs-lisp/package.el (package--read-archive-file): Just use
1975 `read', to avoid copying an additional string.
1976 (package-menu-mode): Set header-line-format here.
1977 (package-menu-refresh, package-menu-revert): Signal an error if
1978 not in the Package Menu.
1979 (package-menu-package-list): New var.
1980 (package--generate-package-list): Operate on the current buffer;
1981 don't assume that it is *Packages*, since the user may rename it.
1982 Allow persistent package listings and sort keys using
1983 package-menu-package-list and package-menu-package-sort-key.
1984 (package-menu--version-predicate): Fix version calculation.
1985 (package-menu-sort-by-column): Don't select the window.
1986 (package--list-packages): Create the *Packages* buffer.
1987 Set package-menu-package-list-key.
1988 (list-packages): Sorting by status is now the default.
1989 (package-buffer-info): Use match-string-no-properties.
1990 (define-package): Add a &rest argument for future proofing, but
1991 don't use it yet.
1992 (package-install-from-buffer, package-install-buffer-internal):
1993 Merge into a single function, package-install-from-buffer.
1994 (package-install-file): Change caller.
1995
1996 * finder.el: Load finder-inf using `require'.
1997 (finder-list-matches): Sorting by status is now the default.
1998 (finder-compile-keywords): Simpify printing.
1999
2000 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2001
2002 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
2003 (octave-mode-map): Remove special bindings for forward/backward-block
2004 and octave-backward-up-block. Use smie-close-block.
2005 (octave-continuation-marker-regexp): New var.
2006 (octave-continuation-regexp): Use it.
2007 (octave-operator-table, octave-smie-op-levels)
2008 (octave-operator-regexp, octave-smie-indent-rules): New vars.
2009 (octave-smie-backward-token, octave-smie-forward-token): New funs.
2010 (octave-mode): Use SMIE.
2011 (octave-close-block): Delete.
2012
2013 2010-08-30 Eli Zaretskii <eliz@gnu.org>
2014
2015 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
2016 CLIPBOARD, not in PRIMARY. (Bug#6944)
2017
2018 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2019
2020 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
2021 a list of parents.
2022 (smie-indent-column): Allow indirection through variables.
2023
2024 * composite.el (save-buffer-state): Delete, unused.
2025 * font-lock.el (save-buffer-state): Use with-silent-modifications.
2026 (font-lock-default-fontify-region): Use with-syntax-table.
2027 * jit-lock.el (with-buffer-unmodified): Remove.
2028 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
2029
2030 Use `declare' in defmacros.
2031 * window.el (save-selected-window):
2032 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
2033 * progmodes/python.el (def-python-skeleton):
2034 * net/dbus.el (dbus-ignore-errors):
2035 * jka-cmpr-hook.el (with-auto-compression-mode):
2036 * international/mule.el (with-category-table):
2037 * emacs-lisp/timer.el (with-timeout):
2038 * emacs-lisp/lisp-mnt.el (lm-with-file):
2039 * emacs-lisp/eieio.el (with-slots):
2040 * emacs-lisp/easymenu.el (easy-menu-define):
2041 * emacs-lisp/debug.el (debugger-env-macro):
2042 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
2043 (Multiple-value-call, Multiple-value-prog1):
2044 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
2045 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
2046 edebug rule to definition.
2047 * emacs-lisp/lisp-mode.el (save-selected-window)
2048 (with-current-buffer, combine-after-change-calls)
2049 (with-output-to-string, with-temp-file, with-temp-buffer)
2050 (with-temp-message, with-syntax-table, read-if, eval-after-load)
2051 (dolist, dotimes, when, unless):
2052 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
2053
2054 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
2055
2056 * finder.el: Require `package'.
2057 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
2058 (finder-package-info): Var deleted.
2059 (finder-keywords-hash, finder--builtins-alist): New vars.
2060 (finder-compile-keywords): Compute package--builtins and
2061 finder-keywords-hash instead of finder-keywords-hash, respecting
2062 the "Package" header.
2063 (finder-unknown-keywords, finder-list-matches):
2064 Use finder-keywords-hash and package--list-packages.
2065 (finder-mode): Don't set font-lock-defaults.
2066 (finder-exit): We don't use "*Finder-package*" and "*Finder
2067 Category*" buffers anymore.
2068
2069 * emacs-lisp/package.el (package--builtins-base): Var deleted.
2070 (package--builtins): Set default value to nil.
2071 (package-initialize): Load precomputed value of package--builtins
2072 from finder-inf.el.
2073 (package-alist, package-compute-transaction)
2074 (package-download-transaction): Improve docstring.
2075 (package-read-all-archive-contents): Do not change
2076 package--builtins here.
2077 (list-packages): Make package-list-packages an alias for this.
2078 Sort by status by default.
2079 (package--list-packages): Add optional PACKAGES arg.
2080 (describe-package-1): Use font-lock-face property. For built-in
2081 packages, insert file commentary.
2082 (package--generate-package-list): Rename from
2083 package-list-packages-internal; all callers changed. Add optional
2084 PACKAGES arg. Add alphabetical sort fallbacks.
2085 (package-menu--version-predicate, package-menu--status-predicate)
2086 (package-menu--description-predicate)
2087 (package-menu--name-predicate): New functions.
2088
2089 * info.el (Info-finder-find-node): Search package-alist instead of
2090 finder-package-info.
2091
2092 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
2093
2094 * subr.el (version-regexp-alist): Don't use "a" and "b" for
2095 "alpha" and "beta".
2096 (version-to-list): Handle versions like "10.3d".
2097
2098 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2099
2100 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
2101 (macroexp-accumulate): Use `declare'.
2102
2103 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2104
2105 * whitespace.el (whitespace-style): Adjust type declaration.
2106
2107 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
2108
2109 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
2110 empty argument to gvfs-copy.
2111
2112 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
2113
2114 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
2115 handle new TRASH arg of `delete-file'.
2116
2117 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
2118
2119 * net/tramp.el (tramp-handle-insert-directory): Don't use
2120 `forward-word', its default syntax could be changed.
2121
2122 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2123 Michael Albinus <michael.albinus@gmx.de>
2124
2125 Implement compression for inline methods.
2126
2127 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
2128 (tramp-copy-size-limit): Allow also nil.
2129 (tramp-inline-compress-commands): New defconst.
2130 (tramp-find-inline-compress, tramp-get-inline-compress)
2131 (tramp-get-inline-coding): New defuns.
2132 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2133 replaced by `tramp-get-inline-coding'.
2134 (tramp-handle-file-local-copy, tramp-handle-write-region)
2135 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
2136
2137 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
2138
2139 Detect ssh 'ControlMaster' argument automatically in some cases.
2140
2141 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2142 (tramp-default-method): Use it.
2143
2144 2010-08-26 Karel Klíč <kklic@redhat.com>
2145
2146 * net/tramp.el (tramp-file-name-for-operation):
2147 Add file-selinux-context.
2148
2149 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
2150
2151 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
2152
2153 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
2154
2155 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
2156 (Bug#6907).
2157
2158 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
2159
2160 * progmodes/js.el: Make indentation more customizable (Bug#6914).
2161 (js-paren-indent-offset, js-square-indent-offset)
2162 (js-curly-indent-offset): New options.
2163 (js--proper-indentation): Use them.
2164
2165 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
2166
2167 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
2168 instead of inspecting font-lock properties (Bug#6916).
2169
2170 2010-08-26 David Reitter <david.reitter@gmail.com>
2171
2172 * server.el (server-visit-files): Run pre-command-hook and
2173 post-command-hook for each buffer while it is current (Bug#6910).
2174 (server-execute): Do not run hooks here.
2175
2176 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
2177
2178 Sync with Tramp 2.1.19.
2179
2180 * net/tramp-cmds.el (tramp-cleanup-all-connections)
2181 (tramp-reporter-dump-variable, tramp-load-report-modules)
2182 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
2183 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
2184
2185 * net/tramp-compat.el (top): Do not autoload
2186 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
2187 only when `start-file-process' is not bound.
2188 (byte-compile-not-obsolete-vars): Define if not bound.
2189 (tramp-compat-funcall): New defmacro.
2190 (tramp-compat-line-beginning-position)
2191 (tramp-compat-line-end-position)
2192 (tramp-compat-temporary-file-directory)
2193 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2194 (tramp-compat-copy-file, tramp-compat-copy-directory)
2195 (tramp-compat-delete-file, tramp-compat-delete-directory)
2196 (tramp-compat-number-sequence, tramp-compat-process-running-p):
2197 Use it.
2198 (tramp-advice-file-expand-wildcards): Do not use
2199 `tramp-handle-file-remote-p'.
2200 (tramp-compat-make-temp-file): Simplify fallback implementation.
2201 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2202 (tramp-compat-copy-tree): Remove function.
2203 (tramp-compat-delete-file): New defun.
2204 (tramp-compat-delete-directory): Provide implementation for older
2205 Emacsen.
2206 (tramp-compat-file-attributes): Handle only
2207 `wrong-number-of-arguments' error.
2208
2209 * net/tramp-fish.el (tramp-fish-handle-copy-file):
2210 Add PRESERVE_SELINUX_CONTEXT.
2211 (tramp-fish-handle-delete-file): Add TRASH arg.
2212 (tramp-fish-handle-directory-files-and-attributes):
2213 Do not use `tramp-fish-handle-file-attributes.
2214 (tramp-fish-handle-file-local-copy)
2215 (tramp-fish-handle-insert-file-contents)
2216 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
2217
2218 * net/tramp-gvfs.el (top): Require url-util.
2219 (tramp-gvfs-mount-point): Remove.
2220 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
2221 and `set-file-selinux-context'.
2222 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
2223 (tramp-gvfs-handle-file-selinux-context)
2224 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
2225 (with-tramp-dbus-call-method): Format trace message.
2226 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
2227 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
2228 Implement backup call, when operation on local files fails.
2229 Use progress reporter. Flush properties of changed files.
2230 (tramp-gvfs-handle-delete-file): Add TRASH arg. Use
2231 `tramp-compat-delete-file'.
2232 (tramp-gvfs-handle-expand-file-name): Expand "~/".
2233 (tramp-gvfs-handle-make-directory): Make more traces.
2234 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
2235 (tramp-gvfs-url-file-name): Hexify file name in url.
2236 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
2237 into account for the resulting file name.
2238 (tramp-gvfs-handler-askquestion): Preserve current message, in
2239 order to let progress reporter continue afterwards. (Bug#6257)
2240 Return dummy mountpoint, when the answer is "no".
2241 See `tramp-gvfs-maybe-open-connection'.
2242 (tramp-gvfs-handler-mounted-unmounted)
2243 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
2244 attribute "default_location". Set "prefix" property.
2245 Handle default-location.
2246 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
2247 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
2248 exists. Raise an error, if not (due to a corresponding answer
2249 "no" in interactive questions, for example).
2250 Use `tramp-compat-funcall'.
2251
2252 * net/tramp-imap.el (top): Autoload `epg-make-context'.
2253 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2254 (tramp-imap-do-copy-or-rename-file)
2255 (tramp-imap-handle-insert-file-contents)
2256 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
2257 (tramp-imap-handle-delete-file): Add TRASH arg.
2258
2259 * net/tramp-smb.el (tramp-smb-handle-copy-file):
2260 Add PRESERVE-SELINUX-CONTEXT.
2261 (tramp-smb-handle-copy-file)
2262 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2263 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
2264 Use `with-progress-reporter'.
2265 (tramp-smb-handle-delete-file): Add TRASH arg.
2266
2267 * net/tramp.el (tramp-methods): Move hostname to the end in all
2268 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
2269 appropriate.
2270 (tramp-verbose): Describe verbose level 9.
2271 (tramp-completion-function-alist)
2272 (tramp-file-name-regexp, tramp-chunksize)
2273 (tramp-local-coding-commands, tramp-remote-coding-commands)
2274 (with-connection-property, tramp-completion-mode-p)
2275 (tramp-action-process-alive, tramp-action-out-of-band)
2276 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
2277 (tramp-exists-file-name-handler): Fix docstring.
2278 (tramp-remote-process-environment): Use `format' instead of
2279 `concat'. Protect version string by apostroph.
2280 (tramp-shell-prompt-pattern): Do not use a shy group in case of
2281 XEmacs.
2282 (tramp-file-name-regexp-unified)
2283 (tramp-completion-file-name-regexp-unified): On W32 systems, do
2284 not regard the volume letter as remote filename. (Bug#5447)
2285 (tramp-perl-file-attributes)
2286 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
2287 (tramp-vc-registered-read-file-names): Read input as
2288 here-document, otherwise the command could exceed maximum length
2289 of command line.
2290 (tramp-file-name-handler-alist): Add `file-selinux-context' and
2291 `set-file-selinux-context'.
2292 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
2293 backtrace functions.
2294 (tramp-error-with-buffer): Don't show the connection buffer when
2295 we are in completion mode.
2296 (tramp-progress-reporter-update, tramp-remote-selinux-p)
2297 (tramp-handle-file-selinux-context)
2298 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
2299 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
2300 New defuns.
2301 (with-progress-reporter): New defmacro.
2302 (tramp-debug-outline-regexp): New defconst.
2303 (top, tramp-rfn-eshadow-setup-minibuffer)
2304 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2305 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2306 (tramp-completion-mode-p, tramp-check-for-regexp)
2307 (tramp-open-connection-setup-interactive-shell)
2308 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2309 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2310 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
2311 Use `tramp-compat-funcall'.
2312 (tramp-handle-make-symbolic-link): Flush file properties.
2313 (tramp-handle-load, tramp-handle-file-local-copy)
2314 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2315 (tramp-handle-vc-registered, tramp-maybe-send-script)
2316 (tramp-find-shell): Use `with-progress-reporter'.
2317 (tramp-do-file-attributes-with-stat): Add space in format string,
2318 in order to work around a bug in pdksh. Reported by Gilles Pion
2319 <gpion@lfdj.com>.
2320 (tramp-handle-verify-visited-file-modtime): Do not send a command
2321 when the connection is not established.
2322 (tramp-handle-set-file-times): Simplify the check for utc.
2323 (tramp-handle-directory-files-and-attributes)
2324 (tramp-get-remote-path): Use `copy-tree'.
2325 (tramp-completion-handle-file-name-all-completions): Ensure, that
2326 non remote files are still checked. Oops.
2327 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
2328 Handle PRESERVE-SELINUX-CONTEXT.
2329 (tramp-do-copy-or-rename-file): Add progress reporter.
2330 (tramp-do-copy-or-rename-file-directly): Do not use
2331 `tramp-handle-file-remote-p'.
2332 (tramp-do-copy-or-rename-file-out-of-band):
2333 Use `tramp-compat-delete-directory'.
2334 (tramp-do-copy-or-rename-file-out-of-band)
2335 (tramp-compute-multi-hops, tramp-maybe-open-connection):
2336 Use `format-spec-make'.
2337 (tramp-handle-delete-file): Add TRASH arg.
2338 (tramp-handle-dired-uncache): Flush directory cache, not only file
2339 cache.
2340 (tramp-handle-expand-file-name)
2341 (tramp-completion-handle-file-name-all-completions)
2342 (tramp-completion-handle-file-name-completion):
2343 Use `tramp-connectable-p'.
2344 (tramp-handle-start-file-process): Set connection property "vec".
2345 Use it, in order to invalidate file caches. Check only for
2346 `remote-tty' process property.
2347 Implement tty setting. (Bug#4604, Bug#6360)
2348 (tramp-file-name-for-operation): Add `call-process-region' and
2349 `set-file-selinux-context'.
2350 (tramp-find-foreign-file-name-handler)
2351 (tramp-advice-make-auto-save-file-name)
2352 (tramp-set-auto-save-file-modes): Remove superfluous check for
2353 `stringp'. This is done inside `tramp-tramp-file-p'.
2354 (tramp-file-name-handler): Trace 'quit. Catch the error for some
2355 operations when we are in completion mode. This gives the user
2356 the chance to correct the file name in the minibuffer.
2357 (tramp-completion-mode-p): Use `non-essential'.
2358 (tramp-handle-file-name-all-completions): Backward/ XEmacs
2359 compatibility: Use `completion-ignore-case' if
2360 `read-file-name-completion-ignore-case' does not exist.
2361 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
2362 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2363 `tramp-open-shell'.
2364 (tramp-action-password): Hide password prompt before next run.
2365 (tramp-process-actions): Widen connection buffer for the trace.
2366 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
2367 process property. Trace stty settings if `tramp-verbose' >= 9.
2368 Apply workaround for IRIX64 bug. Move argument of last
2369 `tramp-send-command' where it belongs to.
2370 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
2371 front of `login-args'.
2372 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
2373 on "/dev/null" instead of "/".
2374 (tramp-get-ls-command-with-dired): Make test for "--dired"
2375 stronger.
2376 (tramp-set-auto-save-file-modes): Adapt version check.
2377 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
2378 (tramp-handle-process-file): Call the program in a subshell, in
2379 order to preserve working directory.
2380 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
2381 `tramp-remote-sh' from `tramp-methods'.
2382 (tramp-get-ls-command): Make test for "--color=never" stronger.
2383 (tramp-check-for-regexp): Use (forward-line 1).
2384
2385 * net/trampver.el: Update release number.
2386
2387 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
2388
2389 * help.el (help-map): Bind `C-h P' to describe-package.
2390
2391 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
2392
2393 * emacs-lisp/package.el (package-refresh-contents): Catch errors
2394 when downloading archives.
2395 (describe-package-1): Add package commentary.
2396 (package-install-button-action): New function.
2397 (package-menu-mode-map): Bind ? to package-menu-describe-package.
2398 (package-menu-view-commentary): Function removed.
2399 (package-list-packages-internal): Hide the `package' package too.
2400
2401 2010-08-25 Kenichi Handa <handa@m17n.org>
2402
2403 * language/misc-lang.el ("Arabic"): New language environment.
2404 Setup composition-function-table for Arabic characters.
2405
2406 * international/fontset.el (setup-default-fontset): Fix typo for
2407 arabic OTF spec (fini->fina).
2408
2409 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
2410
2411 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
2412 on all frames.
2413
2414 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2415
2416 * whitespace.el: Allow cleaning up blanks without blank
2417 visualization (Bug#6651). Adjust help window for
2418 whitespace-toggle-options (Bug#6479). Allow to use fill-column
2419 instead of whitespace-line-column (from EmacsWiki). New version
2420 13.1.
2421 (whitespace-style): Added new value 'face. Adjust docstring.
2422 (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
2423 foreground property face.
2424 (whitespace-line-column): Adjust docstring and type declaration.
2425 (whitespace-style-value-list, whitespace-toggle-option-alist)
2426 (whitespace-help-text): Adjust const initialization.
2427 (whitespace-toggle-options, global-whitespace-toggle-options):
2428 Adjust docstring.
2429 (whitespace-display-window, whitespace-interactive-char)
2430 (whitespace-style-face-p, whitespace-color-on): Adjust code.
2431 (whitespace-help-scroll): New fun.
2432
2433 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2434
2435 * emacs-lisp/package.el (list-packages): Alias for
2436 package-list-packages.
2437
2438 2010-08-24 Kevin Ryde <user42@zip.com.au>
2439
2440 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
2441 (Bug#5651).
2442
2443 * progmodes/ruby-mode.el (ruby): Add defgroup.
2444
2445 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2446
2447 * progmodes/python.el: Add Ipython support (Bug#5390).
2448 (python-shell-prompt-alist)
2449 (python-shell-continuation-prompt-alist): New options.
2450 (python--set-prompt-regexp): New function.
2451 (inferior-python-mode, run-python, python-shell): Require
2452 ansi-color. Use python--set-prompt-regexp to set the comint
2453 prompt based on the Python interpreter.
2454 (python--prompt-regexp): New var.
2455 (python-check-comint-prompt)
2456 (python-comint-output-filter-function): Use it.
2457 (run-python): Use a pipe (Bug#5694).
2458
2459 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
2460
2461 * progmodes/python.el (python-send-region): Send a different
2462 Python command if Ipython is in use.
2463 (python-check-version): Use a Python command to find the version.
2464
2465 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2466
2467 * mouse.el (mouse-yank-primary): Avoid setting primary when
2468 deactivating the mark (Bug#6872).
2469
2470 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
2471
2472 * progmodes/python.el (python-block-pairs): Allow use of "finally"
2473 with "else" (Bug#3991).
2474
2475 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
2476
2477 * net/dbus.el: Accept UNIX domain sockets as bus address.
2478 (top): Don't initialize `dbus-registered-objects-table' anymore,
2479 this is done in dbusbind,c.
2480 (dbus-check-event): Adapt test for bus.
2481 (dbus-return-values-table, dbus-unregister-service)
2482 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
2483 Adapt doc string.
2484
2485 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
2486
2487 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
2488
2489 2010-08-22 Juri Linkov <juri@jurta.org>
2490
2491 * simple.el (read-extended-command): New function with the logic
2492 for `completing-read' moved to Elisp from `execute-extended-command'.
2493 Use `function-called-at-point' in `minibuffer-default-add-function'
2494 to get a command name for M-n (bug#5364, bug#5214).
2495
2496 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2497
2498 * startup.el (command-line-1): Issue warning for ignored arguments
2499 --unibyte, etc (Bug#6886).
2500
2501 2010-08-22 Leo <sdl.web@gmail.com>
2502
2503 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
2504 (ignore, bright, dim, keyword): Split list of nicknames before
2505 passing to rcirc-add-or-remove (Bug#6894).
2506
2507 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2508
2509 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
2510
2511 2010-08-22 Leo <sdl.web@gmail.com>
2512
2513 Fix buffer-list rename&refresh after killing a buffer in ido.
2514 * ido.el: Revert Óscar's.
2515 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
2516 Remember the buffers at head, rather than their name.
2517 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
2518
2519 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
2520 Stefan Monnier <monnier@iro.umontreal.ca>
2521
2522 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
2523 extra backslash added to each line (bug#6890).
2524
2525 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2526
2527 * subr.el (read-key): Don't echo keystrokes (bug#6883).
2528
2529 2010-08-22 Glenn Morris <rgm@gnu.org>
2530
2531 * menu-bar.el (menu-bar-games-menu): Add landmark.
2532
2533 2010-08-22 Glenn Morris <rgm@gnu.org>
2534
2535 * align.el (align-regexp): Make group and spacing arguments
2536 use the interactive defaults when non-interactive. (Bug#6698)
2537
2538 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
2539 expansion, so as not to need sendmail.
2540 (mail-text-start): Remove declaration.
2541 (rmail-retry-failure): Require sendmail.
2542
2543 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2544
2545 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
2546
2547 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
2548
2549 * progmodes/flymake.el (flymake-start-syntax-check-process):
2550 Use `start-file-process' in order to let it run also on remote hosts.
2551
2552 2010-08-22 Kenichi Handa <handa@m17n.org>
2553
2554 * files.el: Add `word-wrap' as safe local variable.
2555
2556 2010-08-22 Glenn Morris <rgm@gnu.org>
2557
2558 * woman.el (woman-translate): Case matters. (Bug#6849)
2559
2560 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2561
2562 * simple.el (kill-region): Doc fix (Bug#6787).
2563
2564 2010-08-22 Glenn Morris <rgm@gnu.org>
2565
2566 * calendar/diary-lib.el (diary-header-line-format):
2567 Fit it to the window, not the frame.
2568
2569 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
2570
2571 * subr.el (ignore-errors): Add debug declaration.
2572
2573 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
2574
2575 * whitespace.el (whitespace-color-off): Remove post-command-hook
2576 locally.
2577
2578 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2579
2580 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
2581
2582 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
2583
2584 * cus-edit.el (custom-group-value-create): Add extra newline
2585 before end line (Bug#6876).
2586
2587 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
2588
2589 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
2590 when extending it. Before killing on the second click, check if
2591 the buffer is the correct one. Doc fix.
2592 (mouse-secondary-save-then-kill): Allow usage without first
2593 calling mouse-start-secondary, by defaulting to point. Don't save
2594 an empty secondary selection. Doc fix.
2595
2596 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2597
2598 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
2599 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
2600 New version 13.0.
2601 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
2602 Adjust initialization.
2603 (whitespace-bob-marker, whitespace-eob-marker)
2604 (whitespace-buffer-changed): New vars.
2605 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
2606 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
2607 (whitespace-post-command-hook, whitespace-display-char-on):
2608 Adjust code.
2609 (whitespace-looking-back, whitespace-buffer-changed): New funs.
2610 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
2611
2612 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2613
2614 * files.el (locate-file-completion-table): Only list the .el and .elc
2615 extensions if there's no other choice (bug#5955).
2616
2617 * facemenu.el (facemenu-self-insert-data): New var.
2618 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
2619 New functions.
2620 (facemenu-add-face): Use them.
2621
2622 * simple.el (blink-matching-open): Obey forward-sexp-function.
2623
2624 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
2625
2626 * simple.el (prog-mode-map): New var.
2627 (prog-indent-sexp): New command.
2628
2629 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
2630
2631 * progmodes/prolog.el (smie): Require.
2632
2633 * emacs-lisp/smie.el (smie-default-backward-token)
2634 (smie-default-forward-token): Strip properties.
2635 (smie-next-sexp): Be more careful with associative operators.
2636 (smie-forward-sexp-command): Generalize.
2637 (smie-backward-sexp-command): Simplify.
2638 (smie-closer-alist): New var.
2639 (smie-close-block): New command.
2640 (smie-indent-debug-log): New var.
2641 (smie-indent-offset-rule): Add a few more cases.
2642 (smie-indent-column): New function.
2643 (smie-indent-after-keyword): Use it.
2644 (smie-indent-keyword): Use it.
2645 Fix up the opener code's point position.
2646 (smie-indent-comment): Only applies at BOL.
2647 (smie-indent-debug): New command.
2648
2649 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
2650 declarations that are useful before running the macro.
2651
2652 2010-08-18 Joakim Verona <joakim@verona.se>
2653
2654 * image.el (imagemagick-types-inhibit): New variable.
2655 (imagemagick-register-types): New function.
2656 * image-mode.el (image-transform-properties): New function.
2657 (image-transform-set-scale, image-transform-fit-to-height)
2658 (image-transform-set-rotation, image-transform-set-resize)
2659 (image-transform-fit-to-width, image-transform-fit-to-height):
2660 New functions.
2661 (image-toggle-display-image): Support image transforms.
2662
2663 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
2664
2665 * image.el (create-animated-image): Don't add heuristic mask to image
2666 (Bug#6839).
2667
2668 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
2669
2670 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
2671 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
2672
2673 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
2674
2675 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
2676
2677 Font-lock '...' strings, plus various simplifications and fixes.
2678 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
2679 (octave-font-lock-close-quotes): New function.
2680 (octave-font-lock-syntactic-keywords): New var.
2681 (octave-mode): Use it. Set beginning-of-defun-function.
2682 (octave-mode-map): Don't override the <foo>-defun commands.
2683 (octave-mode-menu): Pass it directly to easy-menu-define;
2684 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
2685 (octave-block-match-alist): Fix up last change so that
2686 octave-close-block uses the more specific keyword.
2687 (info-lookup-mode): Silence byte-compiler.
2688 (octave-beginning-of-defun): Not interactive any more.
2689 Optimize slightly.
2690 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
2691 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
2692 (octave-completion-at-point-function): Make sure point is within
2693 beg..end.
2694 (octave-reindent-then-newline-and-indent):
2695 Use reindent-then-newline-and-indent.
2696 (octave-add-octave-menu): Remove.
2697
2698 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
2699
2700 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
2701 (report-emacs-bug-can-use-xdg-email): New functions.
2702 (report-emacs-bug): Set can-xdg-email to result of
2703 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
2704 \C-cm to report-emacs-bug-insert-to-mailer and add help text
2705 about it.
2706
2707 * net/browse-url.el (browse-url-default-browser): Add cond
2708 for browse-url-xdg-open.
2709 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
2710
2711 2010-08-17 Glenn Morris <rgm@gnu.org>
2712
2713 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
2714 (c-fontify-recorded-types-and-refs): Define for compiler.
2715 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
2716 before use.
2717
2718 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
2719 Fix format call.
2720
2721 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
2722
2723 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
2724 properties.
2725 (tramp-handle-process-file): Call the program in a subshell, in
2726 order to preserve working directory.
2727 (tramp-action-password): Hide password prompt before next run.
2728 (tramp-process-actions): Widen connection buffer for the trace.
2729
2730 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2731
2732 * net/rcirc.el (rcirc-log-process-buffers): New option.
2733 (rcirc-print): Use it.
2734 (rcirc-generate-log-filename): New function.
2735 (rcirc-log-filename-function): Change default to
2736 rcirc-generate-log-filename (Bug#6828).
2737
2738 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
2739
2740 * simple.el (deactivate-mark): If select-active-regions is `only',
2741 only set selection for temporarily active regions.
2742
2743 * cus-start.el: Change defcustom for select-active-regions.
2744
2745 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
2746
2747 * mouse.el (mouse--drag-set-mark-and-point): New function.
2748 (mouse-drag-track): Use LOCATION arg to push-mark.
2749 Use mouse--drag-set-mark-and-point to take click-count into
2750 consideration when updating point and mark (Bug#6840).
2751
2752 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
2753
2754 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2755 Give the Ruby rule a lower priority than Gnu (Bug#6778).
2756
2757 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
2758
2759 * font-lock.el (lisp-font-lock-keywords-2):
2760 Add combine-after-change-calls, condition-case-no-debug,
2761 with-demoted-errors, and with-silent-modifications (Bug#6025).
2762
2763 2010-08-14 Kevin Ryde <user42@zip.com.au>
2764
2765 * emacs-lisp/copyright.el (copyright-update-year)
2766 (copyright-update): Temporary switch-to-buffer to ensure the
2767 buffer change being queried is visible (Bug#5394).
2768
2769 2010-08-14 Tom Tromey <tromey@redhat.com>
2770
2771 * progmodes/etags.el (tags-file-name): Mark safe if stringp
2772 (Bug#6733).
2773
2774 2010-08-14 Eli Zaretskii <eliz@gnu.org>
2775
2776 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
2777 MS-DOS. (Bug#6689)
2778
2779 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
2780
2781 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
2782 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
2783 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
2784 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
2785 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
2786 Call menu-bar-set-tool-bar-position.
2787
2788 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2789
2790 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
2791 comment style (bug#6834).
2792 * progmodes/scheme.el (scheme-mode-syntax-table):
2793 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
2794 "b" flag in "' 14b" syntax.
2795
2796 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
2797 for (un)commenting the region and performing completion.
2798 (octave-mode-menu): Use standard commands for help and completion.
2799 (octave-mode-syntax-table): Support %{..%} comments (sort of).
2800 (octave-mode): Use define-derived-mode.
2801 Set completion-at-point-functions and don't set columns.
2802 Don't disable adaptive-fill-regexp.
2803 (octave-describe-major-mode, octave-comment-region)
2804 (octave-uncomment-region, octave-comment-indent)
2805 (octave-indent-for-comment): Remove.
2806 (octave-indent-calculate): Rename from calculate-octave-indent.
2807 (octave-indent-line, octave-fill-paragraph): Update caller.
2808 (octave-initialize-completions): No need to make an alist.
2809 (octave-completion-at-point-function): New function.
2810 (octave-complete-symbol): Use it.
2811 (octave-insert-defun): Use define-skeleton.
2812
2813 * progmodes/octave-mod.el (octave-mode): Set comment-add.
2814 (octave-mode-map): Use comment-dwim (bug#6829).
2815
2816 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
2817
2818 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
2819 indentation of inserted comment.
2820
2821 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
2822
2823 * faces.el (region): Add type gtk that uses gtk colors.
2824
2825 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
2826 Handle theme-name change.
2827
2828 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
2829
2830 * progmodes/sql.el: Version 2.5
2831 (sql-product-alist): Add :prompt-cont-regexp property for several
2832 database products.
2833 (sql-prompt-cont-regexp): New variable.
2834 (sql-output-newline-count, sql-output-by-send):
2835 New variables. Record number of newlines in input text.
2836 (sql-send-string): Handle multiple filters and count newlines.
2837 (sql-send-magic-terminator): Count terminator newline.
2838 (sql-interactive-remove-continuation-prompt): Filters output to
2839 remove continuation prompts; one for each newline.
2840 (sql-interactive-mode): Set up new variables, prompt regexp and
2841 output filter.
2842 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
2843 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
2844
2845 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2846
2847 * emacs-lisp/pcase.el: New file.
2848
2849 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
2850
2851 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
2852 as here-document, otherwise the command could exceed maximum
2853 length of command line.
2854 (tramp-handle-vc-registered): Call script accordingly.
2855 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
2856
2857 2010-08-10 Kenichi Handa <handa@m17n.org>
2858
2859 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
2860 composable pattern.
2861
2862 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
2863
2864 * emacs-lisp/package.el (package-version-split)
2865 (package--version-first-nonzero, package-version-compare):
2866 Functions removed.
2867 (package-directory-list, package-load-all-descriptors)
2868 (package--built-in, package-activate, define-package)
2869 (package-installed-p, package-compute-transaction)
2870 (package-read-all-archive-contents)
2871 (package--add-to-archive-contents, package-buffer-info)
2872 (package-tar-file-info, package-list-packages-internal):
2873 Use version-to-list and version-list-*.
2874
2875 * emacs-lisp/package-x.el (package-upload-buffer-internal):
2876 Use version-to-list.
2877 (package-upload-buffer-internal): Use version-list-<=.
2878
2879 2010-08-09 Kenichi Handa <handa@m17n.org>
2880
2881 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
2882 composable pattern.
2883
2884 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
2885
2886 * tutorial.el (tutorial--default-keys): C-d is now bound to
2887 delete-forward-char (Bug#6826).
2888
2889 * mouse.el (mouse-drag-track): Remove accidentally-removed check
2890 for `double' value of mouse-1-click-follows-link (Bug#6807).
2891
2892 2010-08-08 Johan Bockgård <bojohan@gnu.org>
2893
2894 * replace.el (replace-highlight): Bind isearch-forward and
2895 isearch-error, ensuring that highlighting is updated if the user
2896 switches the search direction (Bug#6808).
2897
2898 * isearch.el (isearch-lazy-highlight-forward): New var.
2899 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2900 (isearch-lazy-highlight-update): Use it.
2901
2902 2010-08-08 Kenichi Handa <handa@m17n.org>
2903
2904 * international/mule.el (define-charset): Store NAME as :base property.
2905 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
2906 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
2907 current priority. Force using the designation of the specific
2908 charset by adding `charset' text property. Improve the whole algorithm.
2909
2910 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2911
2912 * emulation/pc-select.el (pc-selection-mode-hook)
2913 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
2914 (pc-selection-mode): Fix typos in docstrings.
2915
2916 2010-08-08 Kenichi Handa <handa@m17n.org>
2917
2918 * language/cyrillic.el: Don't add "microsoft-cp1251" to
2919 ctext-non-standard-encodings-alist here.
2920
2921 * international/mule.el (ctext-non-standard-encodings-alist):
2922 Add "koi8-r" and "microsoft-cp1251".
2923 (ctext-standard-encodings): New variable.
2924 (ctext-non-standard-encodings-table): List only elements for
2925 non-standard encodings.
2926 (ctext-pre-write-conversion): Adjust for the above change.
2927 Check ctext-standard-encodings.
2928
2929 * international/mule-conf.el (compound-text): Doc fix.
2930 (ctext-no-compositions): Doc fix.
2931 (compound-text-with-extensions): Doc fix.
2932
2933 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2934
2935 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
2936
2937 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2938
2939 * progmodes/which-func.el (which-func-format): Split help-echo text
2940 into lines, like other mode-line tooltips.
2941
2942 * server.el (server-start): When using TCP sockets, force IPv4
2943 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
2944
2945 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2946
2947 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
2948
2949 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2950
2951 * term.el (term-delimiter-argument-list): Reflow docstring.
2952 (term-read-input-ring, term-write-input-ring, term-send-input)
2953 (term-bol, term-erase-in-display, serial-supported-or-barf):
2954 Fix typos in docstrings.
2955
2956 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2957
2958 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
2959
2960 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2961
2962 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
2963
2964 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
2965
2966 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
2967 Fix typo in docstring (bug#6747).
2968
2969 2010-08-08 Leo <sdl.web@gmail.com>
2970
2971 * eshell/esh-io.el (eshell-get-target): Better detection of
2972 read-only file (Bug#6762).
2973
2974 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2975
2976 * align.el (align-default-spacing): Doc fix.
2977 (align-region-heuristic, align-regexp): Fix typos in docstrings.
2978
2979 2010-08-08 Stephen Peters <speters@itasoftware.com>
2980
2981 * calendar/icalendar.el
2982 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
2983 (icalendar--get-weekday-numbers): New.
2984 (icalendar--convert-recurring-to-diary): Handle multiple byday
2985 values in weekly rules. (Bug#6766)
2986
2987 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
2988
2989 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
2990 (icalendar--create-uid, icalendar-export-region)
2991 (icalendar--parse-summary-and-rest): Code formatting.
2992
2993 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2994
2995 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
2996 to italicize headers.
2997 (calc-highlight-selections-with-faces): New variable.
2998 (calc-selected-face, calc-nonselected-face): New faces.
2999
3000 * calc/calccomp.el (math-comp-highlight-string): Use
3001 `calc-highlight-selections-with-faces' to determine how to highlight
3002 sub-formulas.
3003
3004 * calc/calc-sel.el (calc-show-selections): Change message to when
3005 using faces to highlight selections.
3006
3007 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
3008
3009 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
3010 Add SQLite 3 keywords, functions and datatypes.
3011 (sql-interactive-mode): Remove `comint-process-echoes' set to t
3012 (Bug#6686).
3013
3014 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
3015
3016 * simple.el (select-active-regions): Move to keyboard.c.
3017 (deactivate-mark): Used saved-region-selection.
3018 (select-active-region): Function removed.
3019 (activate-mark, set-mark, push-mark-command)
3020 (handle-shift-selection): Don't call it.
3021 (keyboard-quit): Avoid adding the region to the window selection.
3022
3023 * mouse.el (mouse-drag-track): Remove hacks to deal with old
3024 select-active-regions implementation.
3025 (mouse-yank-at-click): Doc fix.
3026
3027 * cus-start.el: Add custom declaration for select-active-regions.
3028
3029 2010-08-07 Eli Zaretskii <eliz@gnu.org>
3030
3031 * simple.el (delete-forward-char): Doc fix.
3032
3033 * tutorial.el (help-with-tutorial): Hack safe file-local variables
3034 after reading the tutorial.
3035
3036 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
3037
3038 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
3039 for the case that a C style comment has its delimiters alone on
3040 their respective lines.
3041
3042 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
3043
3044 * net/tramp.el (tramp-handle-start-file-process): Set connection
3045 property "vec".
3046 (tramp-process-sentinel): Use it for flushing the cache. We
3047 cannot do it via the process buffer, the buffer could be deleted
3048 already when running the sentinel.
3049
3050 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
3051
3052 * comint.el (comint-mode): Make directory tracking functions
3053 functional on remote files. (Bug#6764)
3054
3055 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
3056
3057 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
3058
3059 2010-08-05 Eli Zaretskii <eliz@gnu.org>
3060
3061 * emacs-lisp/find-gc.el (find-gc-source-files): Rename
3062 unexec.c => unexcoff.c.
3063
3064 * emacs-lisp/authors.el (authors-fixed-entries): Rename
3065 unexec.c => unexcoff.c.
3066
3067 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
3068
3069 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
3070 cache, not only file cache.
3071 (tramp-process-sentinel): New defun.
3072 (tramp-handle-start-file-process): Use it, in order to invalidate
3073 file caches.
3074
3075 2010-08-03 Leo <sdl.web@gmail.com>
3076
3077 * server.el (server-start): Simplify loop.
3078
3079 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
3080
3081 * frame.el (screen-height, screen-width, set-screen-width)
3082 (set-screen-height): Remove ancient compatibility aliases.
3083
3084 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
3085 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
3086
3087 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
3088 that change current buffer.
3089
3090 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3091
3092 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
3093 beginning of the string. Use `string-match-p'. (Bug#6765)
3094
3095 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
3096
3097 * cus-start.el (x-gtk-use-system-tooltips): New variable.
3098
3099 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
3100
3101 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
3102 (package--builtins): Tweak descriptions.
3103 (package-print-package): Upcase descriptions if necessary.
3104 Show all built-in packages in font-lock-builtin-face.
3105 (package-list-packages-internal): Omit "emacs" package.
3106 Show status of built-in packages as "built-in".
3107
3108 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
3109
3110 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
3111 before killing to preserve the primary selection (Bug#6701).
3112
3113 * term/x-win.el (x-select-text): Doc fix.
3114
3115 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
3116
3117 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
3118 The following functions were modified or created:
3119
3120 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
3121 (objc-font-lock-extra-types):
3122 * progmodes/cc-mode.el (c-basic-common-init):
3123 * progmodes/cc-langs.el (c-make-mode-syntax-table)
3124 (c++-make-template-syntax-table)
3125 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
3126 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
3127 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
3128 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
3129 * progmodes/cc-fonts.el (c-make-inverse-face)
3130 (c-basic-matchers-after):
3131 * progmodes/cc-engine.el (c-forward-keyword-clause)
3132 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
3133 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
3134 (c-guess-continued-construct, c-guess-basic-syntax):
3135
3136 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
3137
3138 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
3139
3140 2010-07-31 Eli Zaretskii <eliz@gnu.org>
3141
3142 * files.el (bidi-paragraph-direction): Define safe local values.
3143
3144 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
3145 language-info-alist. Remove outdated FIXME in a comment.
3146
3147 2010-07-31 Alan Mackenzie <acm@muc.de>
3148
3149 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
3150 Auto-fill broken in C/C++ modes.
3151
3152 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
3153
3154 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
3155 (menu-bar-showhide-tool-bar-menu-customize-disable)
3156 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
3157 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
3158 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
3159 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
3160 make a menu for Options => toolbar that can move it.
3161
3162 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
3163
3164 * emacs-lisp/package-x.el (package--make-rss-entry):
3165 (package-maint-add-news-item, package--update-news)
3166 (package-upload-buffer-internal): New arg ARCHIVE-URL.
3167
3168 * emacs-lisp/package.el (package-archive-url): Rename from
3169 package-archive-id.
3170 (package-install): Doc fix.
3171 (package-download-single, package-download-tar, package-install)
3172 (package-menu-view-commentary): Callers changed.
3173
3174 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
3175
3176 * net/tramp.el (tramp-handle-start-file-process): Check only for
3177 `remote-tty' process property.
3178 (tramp-open-shell): Don't check for tty.
3179 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
3180 process property.
3181
3182 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
3183 host.
3184
3185 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
3186
3187 * emacs-lisp/package.el (package-load-list, package-archives)
3188 (package-archive-contents, package-user-dir)
3189 (package-directory-list, package--builtins, package-alist)
3190 (package-activated-list, package-obsolete-alist): Mark as risky.
3191
3192 2010-07-28 Phil Hagelberg <phil@evri.com>
3193
3194 Add support for non-default package repositories.
3195 * emacs-lisp/package.el (package-archive-base): Var deleted.
3196 (package-archives): New variable.
3197 (package-archive-contents): Doc fix.
3198 (package-load-descriptor): Do nothing if descriptor file is missing.
3199 (package--write-file-no-coding): New function.
3200 (package-unpack-single): Use it.
3201 (package-archive-id): New function.
3202 (package-download-single, package-download-tar)
3203 (package-menu-view-commentary): Use it.
3204 (package-installed-p): Make second argument optional.
3205 (package-read-all-archive-contents): New function.
3206 (package-initialize): Use it.
3207 (package-read-archive-contents): Add ARCHIVE argument.
3208 (package--add-to-archive-contents): New function.
3209 (package-install): Don't call package-read-archive-contents.
3210 (package--download-one-archive): Store archive file in a
3211 subdirectory of package-user-dir.
3212 (package-menu-execute): Remove spurious line movement.
3213
3214 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
3215
3216 * cus-start.el (tool-bar-style): Add text-image-horiz.
3217
3218 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
3219
3220 * progmodes/gud.el (gud-common-init): Check for remoteness of
3221 `file', and not of `default-directory'.
3222
3223 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
3224
3225 * net/tramp.el (tramp-methods): Move hostname to the end in all
3226 ssh `tramp-login-args'.
3227 (tramp-verbose): Describe verbose level 9.
3228 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
3229 (tramp-open-connection-setup-interactive-shell): Trace stty
3230 settings if `tramp-verbose' >= 9.
3231 (tramp-handle-start-file-process): Implement tty setting.
3232 (Bug#4604, Bug#6360)
3233
3234 * net/tramp-cmds.el (tramp-bug): Recommend setting of
3235 `tramp-verbose' to 9.
3236
3237 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
3238
3239 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
3240 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
3241 Remove references to package `lisp-re' (bug#4369).
3242
3243 2010-07-27 Tom Tromey <tromey@redhat.com>
3244
3245 * progmodes/js.el (js-mode):
3246 * progmodes/make-mode.el (makefile-mode):
3247 * progmodes/simula.el (simula-mode):
3248 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
3249
3250 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
3251
3252 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
3253
3254 * time.el (display-time-day-and-date): Remove spurious * in docstring.
3255 (display-time-world-buffer-name, display-time-world-mode-map):
3256 Fix typos in docstrings.
3257
3258 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
3259
3260 * image-mode.el (image-display-size): New function.
3261 (image-forward-hscroll, image-next-line, image-eol, image-eob)
3262 (image-mode-fit-frame): Use it (Bug#6639).
3263
3264 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
3265
3266 * dired.el (dired-buffers-for-dir): Handle list values of
3267 dired-directory (Bug#6636).
3268
3269 2010-07-26 Sam Steingold <sds@gnu.org>
3270
3271 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
3272 Do not call `x-get-selection' the second time, reuse the value.
3273
3274 2010-07-26 Daiki Ueno <ueno@unixuser.org>
3275
3276 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
3277 which consist of control chars only. Suggested by Richard Stallman.
3278
3279 2010-07-25 Daiki Ueno <ueno@unixuser.org>
3280
3281 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
3282 exists before passing an error to find-file-not-found-functions
3283 (bug#6723).
3284
3285 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
3286
3287 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
3288 Remove leading nil element, adjust values.
3289 (tetris-shapes, tetris-shape-scores):
3290 Change representation of shapes and remove some redundancy.
3291 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
3292 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
3293 Adjust for working with new representation of shapes.
3294 (tetris-shape-rotations): New function.
3295 (tetris-move-bottom, tetris-move-left, tetris-move-right)
3296 (tetris-rotate-prev, tetris-rotate-next):
3297 Adjust for working with the new version of tetris-test-shape.
3298
3299 2010-07-23 Markus Triska <markus.triska@gmx.at>
3300
3301 * progmodes/ps-mode.el: Use comint (bug#5954).
3302 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
3303 (ps-mode-other-newline): Simplify.
3304 (ps-run-mode): Derive from comint-mode instead of
3305 fundamental-mode, yielding input history etc.
3306 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
3307 (ps-run-send-string): Adapt for comint-mode.
3308 (ps-run-newline): Remove now unneeded function.
3309
3310 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
3311
3312 * net/tramp.el (tramp-methods): Move hostname to the end in all
3313 plink `tramp-login-args'.
3314
3315 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
3316
3317 * net/tramp.el (tramp-open-shell): New defun.
3318 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3319 Use it.
3320
3321 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
3322
3323 * net/tramp.el (tramp-file-name-regexp-unified)
3324 (tramp-completion-file-name-regexp-unified): On W32 systems, do
3325 not regard the volume letter as remote filename. (Bug#5447)
3326
3327 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
3328
3329 * custom.el (custom-declare-variable): Give a clearer error message
3330 when the docstring is missing (bug#6476).
3331
3332 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
3333
3334 * progmodes/sql.el: Version 2.4. Improved Login prompting.
3335 (sql-login-params): New widget definition.
3336 (sql-oracle-login-params, sql-mysql-login-params)
3337 (sql-solid-login-params, sql-sybase-login-params)
3338 (sql-informix-login-params, sql-ingres-login-params)
3339 (sql-ms-login-params, sql-postgres-login-params)
3340 (sql-interbase-login-params, sql-db2-login-params)
3341 (sql-linter-login-params): Use it.
3342 (sql-sqlite-login-params): Use it; Define "database" parameter as
3343 a file name.
3344 (sql-sqlite-program): Change to "sqlite3".
3345 (sql-comint-sqlite): Make sure database name is complete.
3346 (sql-for-each-login): New function.
3347 (sql-connect, sql-save-connection): Use it.
3348 (sql-get-login-ext): New function.
3349 (sql-get-login): Use it.
3350 (sql-make-alternate-buffer-name): Handle :file parameters.
3351
3352 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
3353
3354 * dired.el (dired-no-confirm): Document value t and fix defcustom to
3355 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
3356
3357 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
3358
3359 * dired.el (dired-mode-map): Use command remapping (bug#6632).
3360
3361 2010-07-22 Lawrence Mitchell <wence@gmx.li>
3362
3363 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
3364
3365 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
3366
3367 * net/tramp.el (tramp-get-ls-command)
3368 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
3369 instead of "/".
3370
3371 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
3372
3373 * progmodes/sql.el: Version 2.3.
3374 (sql-connection-alist): Changed keys from symbols to strings;
3375 enhanced the widget definition.
3376 (sql-mode-menu): Added submenu to select connections.
3377 (sql-interactive-mode-menu): Added "Save Connection" item.
3378 (sql-add-product): Fixed menu item.
3379 (sql-get-product-feature): Improved error handling.
3380 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
3381 (sql-make-alternate-buffer-name): Simplified.
3382 (sql-product-interactive): Handle missing product.
3383 (sql-connect): Support string keys, minor improvements.
3384 (sql-save-connection): New function.
3385 (sql-connection-menu-filter): New function.
3386
3387 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
3388
3389 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
3390 (tramp-open-connection-setup-interactive-shell): Apply
3391 workaround for IRIX64 bug. Move argument of last
3392 `tramp-send-command' where it belongs to.
3393
3394 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
3395
3396 * net/tramp.el (tramp-perl-file-attributes)
3397 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
3398 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
3399 front of `login-args'.
3400
3401 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
3402
3403 * time.el (display-time-world-mode): Define with `define-derived-mode'.
3404 Set `show-trailing-whitespace' to nil.
3405 (display-time-world-display): Simplify.
3406
3407 2010-07-18 Alan Mackenzie <acm@muc.de>
3408
3409 Enhance `c-file-style' in file/directory local variables.
3410 * progmodes/cc-mode.el (c-count-cfss): New function.
3411 (c-before-hack-hook): Call `c-set-style' differently according to
3412 whether c-file-style was set in file or directory local
3413 variables.
3414
3415 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
3416
3417 * progmodes/sql.el: Version 2.2.
3418 (sql-product, sql-user, sql-database, sql-server, sql-port): Use
3419 defcustom :safe keyword rather than putting safe-local-variable
3420 property.
3421 (sql-password): Use defcustom :risky keyword rather than putting
3422 risky-local-variable property.
3423 (sql-oracle-login-params, sql-sqlite-login-params)
3424 (sql-solid-login-params, sql-sybase-login-params)
3425 (sql-informix-login-params, sql-ingres-login-params)
3426 (sql-ms-login-params, sql-postgres-login-params)
3427 (sql-interbase-login-params, sql-db2-login-params)
3428 (sql-linter-login-params): Add `port' option.
3429 (sql-get-product-feature): Added NO-INDIRECT parameter.
3430 (sql-comint-oracle, sql-comint-sybase)
3431 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
3432 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
3433 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
3434 (sql-comint-linter): Renamed sql-connect-* functions to
3435 sql-comint-*.
3436 (sql-product-alist, sql-mode-menu): Renamed as above and
3437 :sqli-connect-func to :sqli-comint-func.
3438 (sql-connection): New variable.
3439 (sql-interactive-mode): Set it.
3440 (sql-connection-alist): New variable.
3441 (sql-connect): New function.
3442 (sql--alt-buffer-part, sql--alt-if-not-empty)
3443 (sql-make-alternate-buffer-name): Improved alternative buffer name.
3444
3445 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3446
3447 * image-mode.el (image-bookmark-make-record): Do not set context
3448 in an image (Bug#6650).
3449
3450 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
3451
3452 * simple.el (select-active-region): New function.
3453 (push-mark-command, set-mark, activate-mark)
3454 (handle-shift-selection): Use it.
3455 (deactivate-mark): Don't check for size of region.
3456
3457 * mouse.el (mouse-drag-track): Use select-active-region.
3458
3459 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
3460
3461 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
3462 "--dired" stronger.
3463
3464 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
3465
3466 * term/x-win.el (x-select-enable-primary): Change default to nil.
3467 (x-select-enable-clipboard): Add :version keyword.
3468
3469 * mouse.el (mouse-drag-copy-region):
3470 * simple.el (select-active-regions): Likewise.
3471
3472 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
3473
3474 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
3475 (vc-coding-system-for-diff): Use it to decide whether to inherit
3476 from the file the EOL format for reading the diffs of that file.
3477 (Bug#4451)
3478
3479 2010-07-16 Eli Zaretskii <eliz@gnu.org>
3480
3481 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
3482 unibyte, so compressed attachments are not compressed again.
3483
3484 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
3485
3486 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
3487 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
3488 (tramp-find-shell): Simplify setting connection property.
3489 (tramp-get-ls-command): Make test for "--color=never" stronger.
3490
3491 2010-07-15 Simon South <ssouth@member.fsf.org>
3492
3493 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
3494 blocks within record declarations (i.e. variant parts) correctly.
3495
3496 2010-07-15 Simon South <ssouth@member.fsf.org>
3497
3498 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
3499 over literal tokens when parsing so newlines aren't "absorbed" by
3500 single-line comments. Corrects the indentation of case blocks
3501 that have a comment on the first line.
3502
3503 2010-07-14 Karl Fogel <kfogel@red-bean.com>
3504
3505 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
3506 by Drew Adams (Bug#5504).
3507
3508 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
3509
3510 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
3511 now that Unicode is used (Bug#6594).
3512
3513 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
3514
3515 * term/x-win.el (x-select-enable-clipboard): Default to t.
3516 (x-initialize-window-system): Don't overwrite Paste menu item.
3517
3518 * simple.el (select-active-regions): Default to t.
3519 (push-mark-command): Don't overwrite primary with empty string.
3520
3521 * mouse.el: Bind mouse-2 to mouse-yank-primary.
3522 (mouse-drag-copy-region): Default to nil.
3523
3524 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
3525 Cut/Copy/Paste menu bar items.
3526
3527 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3528
3529 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3530 Patch applied by Karl Fogel.
3531
3532 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
3533 and `bookmark-current-buffer' if they have been already set in
3534 another buffer (e.g gnus-art).
3535
3536 2010-07-13 Karl Fogel <kfogel@red-bean.com>
3537 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3538
3539 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
3540
3541 * bookmark.el (bookmark-make-record-default): Allow unneeded
3542 information to be omitted from the record.
3543
3544 Adjust declarations and calls:
3545
3546 * info.el (bookmark-make-record-default): Adjust declaration.
3547 (Info-bookmark-make-record): Adjust call.
3548
3549 * woman.el (bookmark-make-record-default): Adjust declaration.
3550 (woman-bookmark-make-record): Adjust call.
3551
3552 * man.el (bookmark-make-record-default): Adjust declaration.
3553 (Man-bookmark-make-record): Adjust call.
3554
3555 * image-mode.el (bookmark-make-record-default): Adjust declaration.
3556
3557 * doc-view.el (bookmark-make-record-default): Adjust declaration.
3558
3559 2010-07-13 Karl Fogel <kfogel@red-bean.com>
3560
3561 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
3562 This is also from Thierry Volpiatto's patch in bug #6444. However,
3563 because it was extraneous to the functional change in that patch,
3564 and causes a re-indendation, I am committing it separately.
3565
3566 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3567
3568 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
3569 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
3570 Patch applied by Karl Fogel (Bug#6444).
3571
3572 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
3573
3574 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
3575
3576 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
3577
3578 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
3579 Dempsky; bug#5084). Remove incorrect binding for S-tab.
3580 (ns-alternatives-map): Change S-tab binding to backtab
3581 (bug#6616).
3582
3583 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
3584 under ns.
3585
3586 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
3587
3588 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
3589 (Bug#5806)
3590
3591 * language/tv-util.el (tai-viet-re): Remove format.
3592
3593 2010-07-12 Kenichi Handa <handa@m17n.org>
3594
3595 * language/hebrew.el: Remove no-byte-compile declaration.
3596 Change coding: tag to utf-8. Register hebrew-shape-gstring in
3597 composition-function-table for 3-character looking back.
3598 (hebrew-font-get-precomposed): New function.
3599 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
3600
3601 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
3602
3603 * mouse.el (mouse-drag-track): Handle select-active-regions
3604 (Bug#6612).
3605
3606 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
3607
3608 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
3609 empty argument to gvfs-copy.
3610
3611 2010-07-10 Glenn Morris <rgm@gnu.org>
3612
3613 * calendar/calendar.el (calendar-week-end-day): New function.
3614 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
3615 Respect calendar-week-start-day. (Bug#6606)
3616 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
3617 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
3618 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
3619 respect calendar-week-start-day.
3620
3621 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
3622
3623 * simple.el (use-region-p): Doc fix (Bug#6607).
3624
3625 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
3626
3627 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
3628 regexps for cucumber and ruby.
3629
3630 2010-07-08 Daiki Ueno <ueno@unixuser.org>
3631
3632 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
3633 (epa-file-insert-file-contents): Hack to prevent
3634 find-file from opening empty buffer when decryption failed
3635 (bug#6568).
3636
3637 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
3638
3639 * textmodes/ispell.el (ispell-alternate-dictionary):
3640 Use file-readable-p.
3641 Return nil if no word-list is found at default locations.
3642 (ispell-complete-word-dict): Default to nil.
3643 (ispell-command-loop): Use 'word-list' when using lookup-words.
3644 (lookup-words): Use ispell-complete-word-dict or
3645 ispell-alternate-dictionary. Check for word-list availability
3646 and handle errors if needed with better messages (Bug#6539).
3647 (ispell-complete-word): Use ispell-complete-word-dict or
3648 ispell-alternate-dictionary.
3649
3650 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
3651
3652 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
3653 builtins (BufferError, BytesWarning, WindowsError; callables
3654 bin, bytearray, bytes, format, memoryview, next, print; __package__).
3655
3656 2010-07-07 Glenn Morris <rgm@gnu.org>
3657
3658 * play/zone.el (top-level): Do not require timer, tabify, or cl.
3659 (zone-shift-left): Ignore intangibility, and any errors from
3660 forward-char.
3661 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
3662 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
3663 deleting, and copying text properties.
3664 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
3665 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
3666 to point-max is hard.
3667 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
3668 (zone-fill-out-screen): Ignore intangibility.
3669
3670 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
3671
3672 * menu-bar.el (menu-bar-mode):
3673 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
3674 if it has been set.
3675
3676 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
3677 word/line selection (Bug#6565).
3678
3679 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
3680
3681 * net/dbus.el (dbus-send-signal): Declare function.
3682
3683 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
3684
3685 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
3686 (dbus-register-property): New optional argument EMITS-SIGNAL.
3687 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
3688
3689 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
3690
3691 * mouse.el (mouse-drag-overlay): Variable deleted.
3692 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
3693 (mouse--remap-link-click-p): New function.
3694 (mouse-drag-track): Handle dragging by using temporary Transient
3695 Mark mode, instead of a special overlay.
3696 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
3697 mouse-show-mark.
3698
3699 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
3700 deleted.
3701
3702 2010-07-02 Juri Linkov <juri@jurta.org>
3703
3704 * autoinsert.el (auto-insert-alist): Fix readability
3705 by using dotted pair notation for lambda.
3706
3707 2010-07-02 Juri Linkov <juri@jurta.org>
3708
3709 * faces.el (read-face-name): Rename arg `string-describing-default'
3710 to `default'. Doc fix. Display the default value in quotes
3711 in the prompt. With empty input, return the `default' arg,
3712 unless the default value is a string (in which case return nil).
3713 (describe-face): Replace the string `default' arg of `read-face-name'
3714 with the symbol `default'.
3715
3716 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
3717
3718 * emulation/viper-cmd.el (viper-delete-backward-char)
3719 (viper-del-backward-char-in-insert)
3720 (viper-del-backward-char-in-replace, viper-change)
3721 (viper-backward-indent): Replace delete-backward-char with
3722 delete-char (Bug#6552).
3723
3724 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
3725
3726 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
3727
3728 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3729
3730 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
3731 argument passed to frame-creation-function (Bug#5378).
3732
3733 * faces.el (x-handle-named-frame-geometry)
3734 (x-handle-reverse-video, x-create-frame-with-faces)
3735 (face-set-after-frame-default, tty-create-frame-with-faces): Don't
3736 separately consult default-frame-alist. It is now passed as the
3737 PARAMETER argument.
3738
3739 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
3740
3741 * startup.el (command-line): Don't call tool-bar-setup in a
3742 tty-only build.
3743
3744 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3745
3746 * ruler-mode.el (ruler--save-header-line-format): New fun.
3747 (ruler-mode): Use it as a setter function, so as not to overwrite
3748 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
3749
3750 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
3751
3752 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
3753 (vc-root-diff, vc-print-root-log, vc-log-incoming)
3754 (vc-log-outgoing): Use it.
3755 (vc-diff-internal): Set diff-vc-backend.
3756
3757 * vc/diff-mode.el (diff-vc-backend): New var.
3758
3759 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
3760
3761 * dynamic-setting.el (font-setting-change-default-font): Remove
3762 call to message.
3763
3764 2010-06-28 Kenichi Handa <handa@m17n.org>
3765
3766 * international/quail.el (quail-insert-kbd-layout): Fix the
3767 showing of untranslated characters.
3768
3769 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
3770
3771 * simple.el (delete-active-region): New option.
3772 (delete-backward-char): Implement in Lisp.
3773 (delete-forward-char): New command.
3774
3775 * mouse.el (mouse-region-delete-keys): Deleted.
3776 (mouse-show-mark): Simplify.
3777
3778 * bindings.el (global-map): Bind delete and DEL, the former to
3779 delete-forward-char.
3780
3781 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
3782
3783 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
3784 (ruby-mode): Bind indent-line-function (Bug#5119).
3785
3786 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
3787
3788 * startup.el (command-line): Recognize "0" X resource value.
3789
3790 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
3791
3792 * startup.el (command-line): Use X resources to set the value of
3793 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
3794
3795 * menu-bar.el (menu-bar-mode):
3796 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
3797 Set init-value to t.
3798
3799 * frame.el (frame-notice-user-settings): Don't change
3800 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
3801 vice versa (Bug#2249).
3802
3803 2010-06-26 Eli Zaretskii <eliz@gnu.org>
3804
3805 * w32-fns.el (w32-convert-standard-filename): Doc fix.
3806
3807 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
3808
3809 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
3810 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
3811
3812 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
3813 default directories are expanded (Bug#6143).
3814
3815 2010-06-24 Juri Linkov <juri@jurta.org>
3816
3817 * minibuffer.el (completions-format): Change default from nil to
3818 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
3819
3820 2010-06-24 Juri Linkov <juri@jurta.org>
3821
3822 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
3823 buffer-locally to lambda that re-runs the vc diff command.
3824 (Bug#6447)
3825
3826 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
3827
3828 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
3829 echo area is in use (Bug#3412).
3830
3831 2010-06-22 Glenn Morris <rgm@gnu.org>
3832
3833 * textmodes/texinfmt.el (texinfo-format-region)
3834 (texinfo-raise-lower-sections, texinfo-format-separate-node)
3835 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
3836 (texinfo-format-option, texinfo-noindent):
3837 Use line-beginning-position and line-end-position.
3838
3839 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
3840 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
3841 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
3842 utf-8 characters.
3843
3844 2010-06-21 Karl Fogel <kfogel@red-bean.com>
3845
3846 * play/zone.el (zone-fall-through-ws): Fix next-line ->
3847 forward-line fallout.
3848
3849 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
3850
3851 * mouse.el (mouse-appearance-menu): Add docstring.
3852
3853 * help.el (describe-key): Print up-event using key-description.
3854
3855 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
3856
3857 * net/zeroconf.el (zeroconf-resolve-service)
3858 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
3859 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
3860
3861 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
3862
3863 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
3864
3865 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
3866
3867 Avoid displaying files with a nil state in vc-dir.
3868 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
3869 cases that cause insertion.
3870 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
3871 with a nil state.
3872
3873 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3874
3875 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
3876
3877 2010-06-29 Leo <sdl.web@gmail.com>
3878
3879 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
3880
3881 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
3882
3883 * generic-x.el (bat-generic-mode): Fix regexp for command line
3884 switches (Bug#5719).
3885
3886 2010-06-27 Masatake YAMATO <yamato@redhat.com>
3887
3888 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
3889 of nconc to avoid pure storage error (Bug#6239).
3890
3891 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
3892
3893 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3894 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
3895 bindings of bookmark-automatically-show-annotations (Bug#6515).
3896
3897 2010-06-25 Eli Zaretskii <eliz@gnu.org>
3898
3899 * arc-mode.el (archive-zip-extract): Don't quote the file name on
3900 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
3901
3902 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
3903
3904 * comint.el (make-comint, make-comint-in-buffer): Mention return
3905 value in the docstrings. (Bug#6498)
3906
3907 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
3908
3909 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
3910 since it is not present when using some non-default switches.
3911
3912 2010-06-23 Karl Fogel <kfogel@red-bean.com>
3913
3914 * simple.el (compose-mail): Fix doc string to refer to
3915 `compose-mail-user-agent-warnings', instead of to the
3916 nonexistent `compose-mail-check-user-agent'.
3917
3918 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
3919
3920 Fix an indentation bug:
3921
3922 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
3923 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
3924 of existing values.
3925
3926 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
3927 (c-clear->-pair-props-if-match-before): now return t when they've
3928 cleared properties, nil otherwise.
3929 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
3930 by taking account of the existing value.
3931
3932 * progmodes/cc-defs.el
3933 (c-clear-char-property-with-value-function): Fix this to clear the
3934 property rather than overwriting it with nil.
3935
3936 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
3937
3938 * emacs-lisp/package.el (package-print-package): Add link to
3939 package description via describe-package.
3940 (describe-package-1): List package requirements. Add button to
3941 perform installation.
3942 (package-menu-describe-package): New command.
3943
3944 * help-mode.el (help-package): New button type.
3945
3946 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
3947
3948 * emacs-lisp/package.el: Move package-list-packages binding to
3949 menu-bar.el.
3950 (describe-package, describe-package-1, package--dir): New funs.
3951 (package-activate-1): Use package--dir.
3952
3953 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
3954
3955 * help-mode.el (help-package-def): New button type.
3956
3957 * menu-bar.el: Move package-list-packages binding here from
3958 package.el.
3959
3960 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
3961
3962 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
3963
3964 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3965
3966 * emacs-lisp/edebug.el (edebug-read-list):
3967 Phase out old-style backquotes.
3968
3969 2010-06-17 Juri Linkov <juri@jurta.org>
3970
3971 * help-mode.el (help-mode): Set buffer-local variable
3972 revert-buffer-function to help-mode-revert-buffer.
3973 (help-mode-revert-buffer): New function.
3974
3975 * info.el (Info-revert-find-node): Check for major-mode Info-mode
3976 before popping to "*info*" (like in other Info functions).
3977 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
3978 old-history-forward. Pop to old-buffer-name or "*info*" to
3979 recreate the killed buffer. Set Info-history-forward from
3980 old-history-forward.
3981 (Info-breadcrumbs-depth): Add :group and :version.
3982
3983 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
3984
3985 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
3986
3987 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
3988
3989 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
3990 for languages like Portuguese with pt_{BR,PT} and no plain pt.
3991
3992 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
3993
3994 * emacs-lisp/package.el (package-menu-mode-map):
3995 Move initialization into declaration.
3996
3997 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
3998
3999 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
4000
4001 * emacs-lisp/package.el (package-archive-base): Point to
4002 elpa.gnu.org.
4003 (package-enable, package-load-list): New defcustoms.
4004 (package-user-dir, package-directory-list): Turn into defcustoms.
4005 Don't include package-user-dir in package-directory-list.
4006 (package--builtins-base): Don't include Emacs as a "package".
4007 (package-subdirectory-regexp): New var.
4008 (package-load-all-descriptors, package-compute-transaction)
4009 (package-download-transaction): Obey package-load-list.
4010 (package-activate-1): Rename from package-do-activate.
4011 (package-list-packages-internal): Check package-load-list.
4012 (package-load-descriptor, package-generate-autoloads)
4013 (package-unpack, package-unpack-single)
4014 (package--read-archive-file, package-delete): Use
4015 expand-file-name.
4016
4017 * emacs-lisp/package-x.el: New file. Package uploading
4018 functionality split out from package.el.
4019
4020 * startup.el (command-line): Load packages after reading init file.
4021
4022 2010-06-17 Tom Tromey <tromey@redhat.com>
4023
4024 * emacs-lisp/package.el: New file.
4025
4026 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
4027
4028 Fix vc-annotate for renamed files when using Git.
4029 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
4030 ls-files. Doe not pass the object as a file name to cat-file, it
4031 is not a file name.
4032 (vc-git-annotate-command): Pass the file name using -- to avoid
4033 ambiguity with the revision.
4034 (vc-git-previous-revision): Pass a relative file name.
4035
4036 2010-06-22 Glenn Morris <rgm@gnu.org>
4037
4038 * progmodes/js.el (js-mode-map): Use standard capitalization and
4039 ellipses for menu entries.
4040
4041 * wid-edit.el (widget-complete): Doc fix.
4042
4043 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
4044
4045 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
4046
4047 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
4048
4049 Fix annotating other revisions for renamed files in vc-annotate.
4050 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
4051 VC backend. Use it when non-nil.
4052 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
4053 (Bug#6487)
4054
4055 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
4056 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
4057 Do not pass the file name to the 'previous-revision call when we
4058 don't want a file diff. (Bug#6489)
4059
4060 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
4061
4062 Fix finding revisions for renamed files in vc-annotate.
4063 * vc/vc.el (vc-find-revision): Add an optional argument for
4064 the VC backend. Use it when non-nil.
4065 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
4066 backend to vc-find-revision. (Bug#6487)
4067
4068 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
4069
4070 Fix reading file names in Git annotate buffers.
4071 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
4072 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
4073
4074 2010-06-20 Alan Mackenzie <acm@muc.de>
4075
4076 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
4077 in file local variables, set it first.
4078
4079 2010-06-19 Glenn Morris <rgm@gnu.org>
4080
4081 * descr-text.el (describe-char-unicode-data): Insert separating
4082 space when needed. (Bug#6422)
4083
4084 * progmodes/idlwave.el (idlwave-action-and-binding):
4085 Fix typo in 2009-12-03 change. (Bug#6450)
4086
4087 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
4088
4089 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
4090 handling for `lambda' (misunderstanding).
4091
4092 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
4093
4094 * calc/calc-poly.el (math-accum-factors): Make sure that
4095 constants aren't distributed after they are factored out.
4096
4097 2010-06-16 Juri Linkov <juri@jurta.org>
4098
4099 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
4100 `list-colors-print'. (Bug#6332)
4101
4102 * subr.el (read-quoted-char): Fix up last change (bug#6290).
4103
4104 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
4105
4106 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
4107 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
4108
4109 * font-lock.el (font-lock-major-mode): Rename from
4110 font-lock-mode-major-mode to distinguish it from
4111 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
4112 (font-lock-set-defaults):
4113 * font-core.el (font-lock-default-function): Adjust users.
4114 (font-lock-mode): Don't set it at all.
4115
4116 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
4117
4118 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
4119
4120 2010-06-16 Glenn Morris <rgm@gnu.org>
4121
4122 * calendar/appt.el (appt-time-msg-list): Doc fix.
4123 (appt-check): Let-bind appt-warn-time.
4124 (appt-add): Make the 3rd argument optional.
4125 Simplify argument names. Doc fix. Check for integer WARNTIME.
4126 Only add WARNTIME to the output list if non-nil.
4127
4128 2010-06-16 Ivan Kanis <apple@kanis.eu>
4129
4130 * calendar/appt.el (appt-check): Let the 3rd element of
4131 appt-time-msg-list specify the warning time.
4132 (appt-add): Add new argument with the warning time. (Bug#5176)
4133
4134 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4135
4136 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
4137 older than version 1.6. (Bug#6361)
4138
4139 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
4140
4141 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
4142 used by cl-do-arglist. (Bug#6408)
4143
4144 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
4145
4146 * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
4147 portuguese casechars/not-casechars for missing 'çÇ'.
4148 Suggested by Rolando Pereira (bug#6434).
4149
4150 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
4151
4152 * facemenu.el (list-colors-sort): Doc fix.
4153
4154 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4155
4156 * progmodes/sql.el (sql-connect-mysql): Fix typo.
4157
4158 2010-06-14 Juri Linkov <juri@jurta.org>
4159
4160 Add sort option `list-colors-sort'. (Bug#6332)
4161 * facemenu.el (color-rgb-to-hsv): New function.
4162 (list-colors-sort): New defcustom.
4163 (list-colors-sort-key): New function.
4164 (list-colors-display): Doc fix. Sort list according to the option
4165 `list-colors-sort'.
4166 (list-colors-print): Add HSV values to `help-echo' property of
4167 RGB strings.
4168
4169 2010-06-14 Juri Linkov <juri@jurta.org>
4170
4171 * compare-w.el: Move to the "vc" subdirectory.
4172
4173 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
4174
4175 * image-mode.el (image-mode-map): Remap left-char and right-char.
4176
4177 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
4178
4179 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
4180
4181 * term/common-win.el (x-colors): Add all the color names defined
4182 in rgb.txt (Bug#6332).
4183
4184 * facemenu.el (list-colors-print): Don't print extra names if it
4185 will overflow the window width.
4186
4187 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
4188 change (Bug#6343).
4189
4190 2010-06-12 Eli Zaretskii <eliz@gnu.org>
4191
4192 * files.el (make-directory): Doc fix (bug#6396).
4193
4194 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
4195
4196 * net/tramp.el (tramp-remote-process-environment): Protect version
4197 string by apostroph.
4198 (tramp-shell-prompt-pattern): Do not use a shy group in case of
4199 XEmacs.
4200 (tramp-file-name-for-operation): Add `call-process-region'.
4201 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
4202
4203 * net/tramp-compat.el (top): Do not autoload
4204 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
4205 only when `start-file-process' is not bound.
4206 (tramp-advice-file-expand-wildcards): Do not use
4207 `tramp-handle-file-remote-p'.
4208 (tramp-compat-make-temp-file): Handle the case, that
4209 `make-temp-file' has no third argument EXTENSION.
4210
4211 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
4212
4213 * makefile.w32-in (WINS_BASIC): Include new directory vc.
4214
4215 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
4216
4217 2010-06-11 Juri Linkov <juri@jurta.org>
4218
4219 * finder.el (finder-known-keywords): Add keyword "vc"
4220 for version control.
4221
4222 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
4223 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
4224 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
4225 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
4226
4227 2010-06-11 Juri Linkov <juri@jurta.org>
4228
4229 Move version control related files to the "vc" subdirectory.
4230 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
4231 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
4232 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
4233 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
4234 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
4235 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
4236 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
4237 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
4238 Move files to the "vc" subdirectory.
4239
4240 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
4241
4242 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
4243 (Bug#6367).
4244
4245 2010-06-11 Stephen Eglen <stephen@gnu.org>
4246
4247 * shell.el: Bind `shell-resync-dirs' to M-RET.
4248
4249 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
4250
4251 * notifications.el: Move file from lisp/net, because it is
4252 supposed to talk locally to the user.
4253
4254 2010-06-10 Julien Danjou <julien@danjou.info>
4255
4256 * net/notifications.el (notifications-on-action-signal)
4257 (notifications-on-closed-signal): Pass notification id as first
4258 argument to the callback functions. Add docstrings.
4259 (notifications-notify): Fix docstring.
4260
4261 2010-06-10 Glenn Morris <rgm@gnu.org>
4262
4263 * emacs-lisp/authors.el (authors-ignored-files)
4264 (authors-valid-file-names): Add some files.
4265
4266 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
4267
4268 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
4269 merge conflict, giving preference to the emacs-23 version of the code.
4270
4271 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4272
4273 * emacs-lisp/advice.el (ad-compile-function):
4274 Define warning-suppress-types before we let-bind it (bug#6275).
4275
4276 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
4277 declare it, make it buffer-local and permanent-local (bug#6324).
4278 (vc-resynch-window): Adjust name.
4279 * vc-hooks.el (vc-find-file-hook): Adjust name.
4280
4281 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
4282
4283 * net/notifications.el (notifications-notify): Fix docstring.
4284
4285 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
4286
4287 Update to Unicode 6.0.0 beta.
4288 * international/charprop.el: Update copyright.
4289 * international/mule-cmds.el (ucs-names): Update character ranges.
4290 * international/uni-bidi.el:
4291 * international/uni-category.el:
4292 * international/uni-combining.el:
4293 * international/uni-comment.el:
4294 * international/uni-decimal.el:
4295 * international/uni-decomposition.el:
4296 * international/uni-digit.el:
4297 * international/uni-lowercase.el:
4298 * international/uni-mirrored.el:
4299 * international/uni-name.el:
4300 * international/uni-numeric.el:
4301 * international/uni-old-name.el:
4302 * international/uni-titlecase.el:
4303 * international/uni-uppercase.el: Regenerate.
4304
4305 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
4306
4307 * emacs-lisp/smie.el (comment-string-strip): Declare function.
4308 (smie-precs-precedence-table): Fix typo in docstring.
4309
4310 * vc-mtn.el (log-edit-extract-headers): Declare function.
4311
4312 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
4313
4314 * net/notifications.el (dbus-register-signal): Declare function.
4315 (notifications-notify): Fix typos and reflow docstring.
4316
4317 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
4318
4319 Improve VC create/retrieve tag/branch.
4320 * vc.el (vc-create-tag): Do not read the directory name for VCs
4321 with repository revision granularity. Adjust the tag/branch
4322 prompt. Reset VC properties.
4323 (vc-retrieve-tag): Do not read the directory name for VCs
4324 with repository revision granularity. Reset VC properties.
4325
4326 2010-06-09 Julien Danjou <julien@danjou.info>
4327
4328 * net/notifications.el: New file.
4329
4330 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
4331
4332 Add optional support for resetting VC properties.
4333 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
4334 call vc-file-clearprops when true.
4335 (vc-resynch-buffer): Add new optional argument, pass it down.
4336 (vc-resynch-buffers-in-directory): Likewise.
4337
4338 Improve support for special markup in the VC commit message.
4339 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
4340 * vc-hg.el (vc-hg-checkin): Add support for Date:.
4341 * vc-git.el (vc-git-checkin):
4342 * vc-bzr.el (vc-bzr-checkin): Likewise.
4343
4344 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4345
4346 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
4347 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
4348
4349 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
4350
4351 * iimage.el: Remove images as soon as the underlying text is modified.
4352 (iimage-modification-hook): New function.
4353 (iimage-mode-buffer): Use it.
4354
4355 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4356
4357 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
4358 smie-indent-offset-after. Add :prev case. Make a bit more generic.
4359 (smie-indent-virtual): Remove `virtual' arg. Update callers.
4360 (smie-indent-keyword): Add handling of open-paren keywords.
4361 (smie-indent-comment-continue): Don't assume comment-continue.
4362
4363 2010-06-07 Martin Rudalics <rudalics@gmx.at>
4364
4365 * window.el (pop-to-buffer): Remove the conditional that
4366 compares new-window and old-window, so it will reselect
4367 the selected window unconditionally.
4368 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
4369
4370 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4371
4372 * emacs-lisp/smie.el (smie-indent-offset-after)
4373 (smie-indent-forward-token, smie-indent-backward-token): New functions.
4374 (smie-indent-after-keyword): Use them.
4375 (smie-indent-fixindent): Only applies to the indentation of the BOL.
4376 (smie-indent-keyword): Tweak the black magic.
4377 (smie-indent-comment-continue): Strip comment-continue before use.
4378 (smie-indent-functions): Indent comments before keywords.
4379
4380 2010-06-06 Juri Linkov <juri@jurta.org>
4381
4382 * isearch.el (isearch-lazy-highlight-search): Fix looping
4383 by checking for empty match. This syncs this loop with the
4384 similar loop in `isearch-search'. (Bug#6362)
4385
4386 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
4387
4388 * net/dbus.el (dbus-register-method): Declare function.
4389 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
4390 (dbus-introspect): Doc fix.
4391 (dbus-event-bus-name, dbus-introspect-get-interface)
4392 (dbus-introspect-get-argument): Reflow docstrings.
4393
4394 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
4395
4396 vc-log-incoming/vc-log-outgoing fixes for Git.
4397 * vc-git.el (vc-git-log-view-mode): Fix font lock for
4398 incoming/outgoing logs.
4399 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
4400 instead of vc-git-compute-remote.
4401 (vc-git-compute-remote): Remove.
4402
4403 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
4404
4405 * term/common-win.el (x-colors): Add "dark green" and "dark
4406 turquoise" (Bug#6332).
4407
4408 2010-06-04 Juri Linkov <juri@jurta.org>
4409
4410 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
4411 Instead of setting `replace' to t and replacing the same string
4412 with itself, don't do certain actions when
4413 kill-do-not-save-duplicates is non-nil and string is equal to car
4414 of kill-ring: don't call menu-bar-update-yank-menu, don't push
4415 interprogram-paste strings to kill-ring, and don't push the input
4416 argument `string' to kill-ring.
4417 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
4418
4419 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
4420
4421 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
4422
4423 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
4424
4425 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
4426 (tramp-gvfs-handler-mounted-unmounted)
4427 (tramp-gvfs-connection-mounted-p): Handle default-location.
4428
4429 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
4430 move files to trash.
4431
4432 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
4433
4434 * international/mule-cmds.el (nonascii-insert-offset)
4435 (nonascii-translation-table): Add obsolescence information.
4436
4437 * international/mule.el (make-translation-table-from-vector): Doc fix.
4438
4439 2010-06-03 Glenn Morris <rgm@gnu.org>
4440
4441 * desktop.el (desktop-clear-preserve-buffers):
4442 Add "*Warnings*" buffer. (Bug#6336)
4443
4444 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
4445
4446 vc-log-incoming/vc-log-outgoing improvements for Git.
4447 * vc-git.el (vc-git-log-outgoing): Use the same format as the
4448 short log.
4449 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
4450
4451 Add bindings for vc-log-incoming and vc-log-outgoing.
4452 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
4453 and vc-log-outgoing.
4454 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
4455 and vc-log-outgoing.
4456
4457 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
4458
4459 * net/rcirc.el (rcirc-sort-nicknames): Remove.
4460 (rcirc-handler-366): Always sort nicknames.
4461
4462 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
4463
4464 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
4465
4466 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
4467
4468 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
4469
4470 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4471
4472 * net/rcirc.el (rcirc-sort-nicknames): Change default.
4473 (rcirc-sort-nicknames-join): Avoid setq.
4474
4475 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4476
4477 * net/rcirc.el (rcirc-sort-nicknames): New custom.
4478 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
4479 (rcirc-handler-366): Use them.
4480
4481 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4482
4483 Split smie-indent-calculate into more manageable chunks.
4484 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
4485 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
4486 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
4487 (smie-indent-exps): Extract from smie-indent-calculate.
4488 (smie-indent-functions): New var.
4489 (smie-indent-functions): Use them.
4490
4491 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
4492
4493 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
4494 (smie-indent-calculate): Simplify and cleanup.
4495
4496 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
4497
4498 * net/tramp-gvfs.el (top): Require url-util.
4499 (tramp-gvfs-mount-point): Remove.
4500 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
4501 New defuns.
4502 (with-tramp-dbus-call-method): Format trace message.
4503 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
4504 Implement backup call, when operation on local files fails.
4505 Use progress reporter. Flush properties of changed files.
4506 (tramp-gvfs-handle-make-directory): Make more traces.
4507 (tramp-gvfs-url-file-name): Hexify file name in url.
4508 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
4509 into account for the resulting file name.
4510 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
4511 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
4512 (tramp-gvfs-handler-mounted-unmounted)
4513 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
4514 attribute "default_location". Set "prefix" property.
4515 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
4516 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
4517 exists. Raise an error, if not (due to a corresponding answer
4518 "no" in interactive questions, for example).
4519
4520 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
4521
4522 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
4523
4524 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
4525
4526 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
4527 right-*. (Bug#6265)
4528
4529 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
4530
4531 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
4532 * vc-git.el (vc-git-compute-remote): New function.
4533 (vc-git-log-outgoing): Use it instead of hard coding a value.
4534 (vc-git-log-incoming): New function.
4535
4536 Improve state updating for VC tag commands.
4537 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
4538 to update the state of all buffers in the directory.
4539
4540 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
4541
4542 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4543
4544 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
4545 `file-directory-p' to the filename part rather than to the whole text.
4546
4547 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4548
4549 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
4550
4551 2010-05-31 Drew Adams <drew.adams@oracle.com>
4552
4553 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
4554
4555 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
4556
4557 * subr.el (momentary-string-display): Just use read-event to read
4558 the exit event (Bug#6238).
4559
4560 2010-05-30 Eli Zaretskii <eliz@gnu.org>
4561
4562 * international/mule.el (define-coding-system): Doc fix (bug#6313).
4563
4564 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
4565
4566 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
4567 Suggested by Eli Zaretskii <eliz@gnu.org>.
4568
4569 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4570
4571 * minibuffer.el (completion-file-name-table): Don't return a boundary
4572 past the end of `string' (bug#6299).
4573 (completion--file-name-table): Delegate to completion-file-name-table
4574 for the `boundaries' case.
4575
4576 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
4577
4578 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
4579 movement commands.
4580
4581 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
4582 `path-separator', but maintain compatibility with Emacs 20.2.
4583
4584 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
4585
4586 * server.el (server-process-filter): Receive parent-id argument
4587 from emacsclient.
4588 (server-create-window-system-frame): New arg. Pass parent-id as
4589 frame parameter.
4590
4591 2010-05-29 Eli Zaretskii <eliz@gnu.org>
4592
4593 Bidi-sensitive word movement with arrow keys.
4594 * subr.el (right-arrow-command, left-arrow-command): Move to
4595 bindings.el.
4596
4597 * bindings.el (right-char, left-char): Move from subr.el and
4598 rename from right-arrow-command and left-arrow-command.
4599 (right-word, left-word): New functions.
4600 (global-map) <right>: Bind to right-char.
4601 (global-map) <left>: Bind to left-char.
4602 (global-map) <C-right>: Bind to right-word.
4603 (global-map) <C-left>: Bind to left-word.
4604
4605 * ls-lisp.el (ls-lisp-classify-file): New function.
4606 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
4607 (ls-lisp-classify): Call ls-lisp-classify-file.
4608 (insert-directory): Remove blanks from switches.
4609
4610 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
4611
4612 * ansi-color.el: Delete unused escape sequences (Bug#6085).
4613 (ansi-color-drop-regexp): New constant.
4614 (ansi-color-apply, ansi-color-filter-region)
4615 (ansi-color-apply-on-region): Delete unrecognized control sequences.
4616 (ansi-color-apply): Build string list before calling concat.
4617
4618 2010-05-28 Juri Linkov <juri@jurta.org>
4619
4620 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
4621 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
4622 (Bug#5270)
4623
4624 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
4625
4626 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
4627 to ignored backtrace functions.
4628 (with-progress-reporter): Expand docstring.
4629 (tramp-handle-delete-file): Implement TRASH argument.
4630 (tramp-get-remote-trash): New defun.
4631
4632 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
4633
4634 * net/tramp-compat.el (tramp-compat-delete-file): Use
4635 `symbol-value' for backward compatibility.
4636
4637 * net/tramp.el (tramp-handle-make-symbolic-link)
4638 (tramp-handle-load)
4639 (tramp-do-copy-or-rename-file-via-buffer)
4640 (tramp-do-copy-or-rename-file-directly)
4641 (tramp-do-copy-or-rename-file-out-of-band)
4642 (tramp-handle-process-file, tramp-handle-call-process-region)
4643 (tramp-handle-shell-command, tramp-handle-file-local-copy)
4644 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4645 (tramp-delete-temp-file-function): Use `delete-file' instead
4646 of `tramp-compat-delete-file'.
4647
4648 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
4649 (tramp-fish-handle-make-symbolic-link)
4650 (tramp-fish-handle-process-file): Use `delete-file' instead
4651 of `tramp-compat-delete-file'.
4652
4653 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
4654 `delete-file' instead of `tramp-compat-delete-file'.
4655
4656 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
4657 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
4658 `tramp-compat-delete-file'.
4659
4660 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
4661 `delete-file' instead of `tramp-compat-delete-file'.
4662
4663 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4664 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4665 (tramp-smb-handle-write-region): Use `delete-file' instead of
4666 `tramp-compat-delete-file'.
4667 (tramp-smb-handle-delete-directory): Use 'trash as arg.
4668
4669 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4670
4671 * dired.el (dired-delete-file): New arg TRASH.
4672 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
4673 (dired-do-flagged-delete, dired-do-delete): Use trash.
4674
4675 * speedbar.el (speedbar-item-delete): Allow trashing.
4676
4677 * files.el (delete-directory): New arg TRASH.
4678
4679 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
4680 (ange-ftp-rename-remote-to-remote)
4681 (ange-ftp-rename-local-to-remote)
4682 (ange-ftp-rename-remote-to-local, ange-ftp-load)
4683 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
4684 `delete-file'.
4685 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
4686 allow trashing.
4687
4688 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
4689 handle new TRASH arg of `delete-file'.
4690
4691 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
4692 (tramp-handle-make-symbolic-link, tramp-handle-load)
4693 (tramp-do-copy-or-rename-file-via-buffer)
4694 (tramp-do-copy-or-rename-file-directly)
4695 (tramp-do-copy-or-rename-file-out-of-band)
4696 (tramp-handle-process-file, tramp-handle-call-process-region)
4697 (tramp-handle-shell-command, tramp-handle-file-local-copy)
4698 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4699 (tramp-delete-temp-file-function): Use null TRASH arg in
4700 tramp-compat-delete-file call.
4701
4702 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
4703 (tramp-fish-handle-delete-file)
4704 (tramp-fish-handle-make-symbolic-link)
4705 (tramp-fish-handle-process-file): Use null TRASH arg in
4706 `tramp-compat-delete-file' call.
4707
4708 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
4709 arg in `tramp-compat-delete-file' call.
4710
4711 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
4712 (tramp-gvfs-handle-write-region): Use null TRASH arg in
4713 `tramp-compat-delete-file' call.
4714
4715 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
4716 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
4717 `tramp-compat-delete-file' call.
4718
4719 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4720 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4721 (tramp-smb-handle-write-region): Use null TRASH arg in
4722 tramp-compat-delete-file call.
4723 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
4724 (tramp-smb-handle-delete-file): Rename arg.
4725
4726 * diff.el (diff-sentinel):
4727 * epg.el (epg--make-temp-file, epg-decrypt-string)
4728 (epg-verify-string, epg-sign-string, epg-encrypt-string):
4729 * jka-compr.el (jka-compr-partial-uncompress)
4730 (jka-compr-call-process, jka-compr-write-region):
4731 * server.el (server-sentinel): Remove optional arg from
4732 delete-file, reverting 2010-05-03 change.
4733
4734 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4735
4736 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
4737 font-lock-constant-face, not obsolete font-lock-reference-face.
4738
4739 2010-05-27 Kenichi Handa <handa@m17n.org>
4740
4741 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
4742 element of GSTRING is nil.
4743
4744 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
4745
4746 * emacs-lisp/smie.el (smie-forward-token-function)
4747 (smie-backward-token-function): New vars.
4748 (smie-backward-sexp, smie-forward-sexp)
4749 (smie-indent-hanging-p, smie-indent-calculate): Use them.
4750 (smie-default-backward-token): Rename from smie-backward-token and
4751 skip comments.
4752 (smie-default-forward-token): Rename from smie-forward-token and
4753 skip comments.
4754 (smie-next-sexp): Handle nil results from next-token.
4755 (smie-indent-calculate): Add a new case for special `fixindent' comments.
4756
4757 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4758
4759 * progmodes/verilog-mode.el (verilog-type-font-keywords):
4760 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4761
4762 2010-05-27 Masatake YAMATO <yamato@redhat.com>
4763
4764 * htmlfontify.el (hfy-face-resolve-face): New function.
4765 (hfy-face-to-style): Use it (Bug#6279).
4766
4767 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
4768
4769 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
4770 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
4771
4772 2010-05-26 Glenn Morris <rgm@gnu.org>
4773
4774 * emulation/edt.el (edt-load-keys): Use locate-library.
4775
4776 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
4777
4778 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
4779 (log-edit-changelog-entries): Doc fix.
4780 (log-edit-changelog-insert-entries): Args changed.
4781 Rename relative filenames in ChangeLog entries. Delete tabs.
4782 (log-edit-insert-changelog-entries): Reorganize return value of
4783 `log-edit-changelog-entries' to pass filenames to
4784 log-edit-changelog-insert-entries.
4785
4786 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4787
4788 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
4789 `image-dired-dired-insert-marked-thumbs' to
4790 `image-dired-dired-toggle-marked-thumbs'.
4791
4792 * image-dired.el: Require cl when compiling.
4793 (image-dired-dired-toggle-marked-thumbs): Rename from
4794 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
4795 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
4796 to 'no-dir. Skip files whose names don't match
4797 `image-file-name-regexp'. When file has a thumbnail overlay,
4798 delete it. (Bug#5270)
4799
4800 2010-05-25 Juri Linkov <juri@jurta.org>
4801
4802 * image-mode.el (image-mode): Add image-after-revert-hook to
4803 after-revert-hook.
4804 (image-after-revert-hook): New function. (Bug#5669)
4805
4806 2010-05-25 Juri Linkov <juri@jurta.org>
4807
4808 * image.el (image-animated-p): When delay between animated images
4809 is 0, set it to 10 (0.1 sec). (Bug#6258)
4810
4811 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
4812
4813 * net/tramp.el (tramp-handle-insert-directory): Don't use
4814 `forward-word', its default syntax could be changed.
4815
4816 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
4817
4818 * net/tramp.el (tramp-progress-reporter-update): New defun.
4819 (with-progress-reporter): Use it.
4820 (tramp-process-actions):
4821 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
4822 current message, in order to let progress reporter continue
4823 afterwards. (Bug#6257)
4824
4825 2010-05-25 Glenn Morris <rgm@gnu.org>
4826
4827 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
4828 Add :version.
4829
4830 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
4831
4832 * net/rcirc.el (rcirc-default-user-name): Change to "user".
4833 (rcirc-default-full-name): Change to "unknown".
4834 (rcirc-user-name-history): Add variable.
4835
4836 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
4837 Jonathan Rockway <jon@jrock.us>
4838
4839 * net/rcirc.el (rcirc-server-alist): Add :pass.
4840 (rcirc): When prompting for connection parameters, also prompt for
4841 username and password.
4842 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
4843 value to server when connecting.
4844
4845 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4846
4847 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
4848 (smie-merge-prec2s): Pass the tables as separate args.
4849 (smie-bnf-precedence-table): Adjust call accordingly.
4850 (smie-prec2-levels): Set levels at the end.
4851
4852 Replace Lisp calls to delete-backward-char by delete-char.
4853 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
4854 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
4855 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
4856 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
4857 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
4858 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
4859 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
4860 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
4861 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
4862 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
4863 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
4864 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
4865 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
4866 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
4867 delete-backward-char by calls to delete-char.
4868
4869 2010-05-25 Kenichi Handa <handa@m17n.org>
4870
4871 * language/hebrew.el (hebrew-shape-gstring): New function.
4872 Register it in composition-function-table for all Hebrew combining
4873 characters.
4874
4875 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4876
4877 * epa.el (epa--select-keys): Don't explicitly delete the window since
4878 that can fail (e.g. sole window in frame). Use dedication instead.
4879
4880 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
4881
4882 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
4883
4884 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
4885
4886 * image.el (image-refresh): Define as an alias for image-flush.
4887
4888 * image-mode.el (image-toggle-display-image): Caller changed.
4889
4890 2010-05-21 Juri Linkov <juri@jurta.org>
4891
4892 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
4893 Remove "all" from grep-files-aliases. Split grep-files-aliases by
4894 whitespace, call wildcard-to-regexp on substrings and concat them
4895 with "\\|". (Bug#6114)
4896
4897 2010-05-21 Alan Mackenzie <acm@muc.de>
4898
4899 * progmodes/cc-engine.el (c-parse-state-get-strategy):
4900 Replace parameter `here' with `here-' and `here-plus', which sandwich
4901 any pertinent CPP construct.
4902 (c-remove-stale-state-cache-backwards): Fix a bug which happens
4903 when doing (c-parse-state) in a CPP construct: Exclude any "new"
4904 CPP construct from taking part in the scanning.
4905
4906 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
4907
4908 * net/tramp.el (tramp-do-copy-or-rename-file)
4909 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
4910 Tune `with-progress-reporter' messages.
4911 (tramp-handle-vc-registered):
4912 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
4913 (tramp-fish-handle-insert-file-contents)
4914 (tramp-fish-maybe-open-connection):
4915 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4916 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
4917 (tramp-imap-handle-insert-file-contents)
4918 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
4919
4920 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
4921
4922 * add-log.el (change-log-font-lock-keywords):
4923 Highlight all authors in multi-author entries.
4924
4925 * smerge-mode.el (smerge-refine-ignore-whitespace)
4926 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
4927 Fix typos in docstrings.
4928 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
4929
4930 2010-05-21 Glenn Morris <rgm@gnu.org>
4931
4932 * progmodes/fortran.el (fortran-mode):
4933 * progmodes/f90.el (f90-mode): Derive from prog-mode.
4934
4935 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
4936 having a relative path in src/Makefile.in.
4937
4938 2010-05-20 Kevin Ryde <user42@zip.com.au>
4939
4940 * help-mode.el (help-make-xrefs): For Info node links turn
4941 newlines into spaces. Link node names with newlines are matched
4942 by help-xref-info-regexp and buttonized, this change ensures they
4943 can be followed successfully with RET. (Bug#6206)
4944
4945 2010-05-20 Juri Linkov <juri@jurta.org>
4946
4947 * locate.el (locate): Use pop-to-buffer instead of
4948 switch-to-buffer-other-window. (Bug#6204)
4949
4950 2010-05-20 Juri Linkov <juri@jurta.org>
4951
4952 * replace.el (replace-highlight): Fix lazy-highlighting
4953 for `M-s w str M-% str RET'.
4954
4955 2009-12-15 Masatake YAMATO <yamato@redhat.com>
4956
4957 * isearch.el (isearch-yank-word-or-char): Pull next subword
4958 when `subword-mode' is activated. (Bug#6220)
4959
4960 2010-05-20 Mark A. Hershberger <mah@everybody.org>
4961
4962 * isearch.el (isearch-update-post-hook): New hook.
4963 (isearch-update): Use the new hook. (Bug#6225)
4964
4965 2010-05-20 Juri Linkov <juri@jurta.org>
4966
4967 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
4968 [f1], [help], and (char-to-string help-char) instead of "\C-h".
4969 (Bug#6222)
4970
4971 2010-05-20 Juri Linkov <juri@jurta.org>
4972
4973 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
4974 (Bug#6223)
4975
4976 2010-05-20 Juri Linkov <juri@jurta.org>
4977
4978 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
4979 FILE-NAME to read from the minibuffer when called interactively
4980 with prefix argument instead of using buffer-file-name.
4981 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
4982
4983 * dired.el: Update autoloads.
4984
4985 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
4986
4987 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
4988 nxml-finish-element, for consistency with SGML mode.
4989
4990 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
4991 octave-close-block.
4992
4993 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
4994
4995 * composite.el: Require cl when compiling.
4996 (reference-point-alist, compose-gstring-for-graphic)
4997 (compose-gstring-for-terminal): Fix typos in docstrings.
4998
4999 2010-05-19 Juri Linkov <juri@jurta.org>
5000
5001 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
5002 set-window-parameter.
5003
5004 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
5005
5006 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
5007 where appropriate.
5008 (tramp-maybe-open-connection): Use it.
5009
5010 2010-05-19 Eli Zaretskii <eliz@gnu.org>
5011
5012 * simple.el (move-end-of-line): Make sure we are at line beginning
5013 before backing up to end of previous line.
5014
5015 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
5016
5017 * password-cache.el (password-cache-remove): Fix docstring.
5018
5019 * net/secrets.el: Autoload the widget functions.
5020 (secrets-search-items, secrets-create-item)
5021 (secrets-get-attributes, secrets-expand-item): Attributes will be
5022 stored on the password database without leading ":", as all other
5023 clients do as well.
5024 (secrets-mode): Fix docstring.
5025 (secrets-show-secrets): Provide it as autoloaded command only when
5026 D-Bus support is available. Check existence of Secret Service API.
5027
5028 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
5029
5030 * indent.el (indent-region): Deactivate region (bug#6200).
5031
5032 2010-05-19 Glenn Morris <rgm@gnu.org>
5033
5034 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
5035
5036 2010-05-19 Kenichi Handa <handa@m17n.org>
5037
5038 * composite.el: Register compose-gstring-for-graphic in
5039 composition-function-table only for combining characters (Mn, Mc, Me).
5040
5041 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
5042
5043 * calc/calc-trail.el (calc-trail-isearch-forward)
5044 (calc-trail-isearch-backward): Ensure that the new window
5045 point is set correctly.
5046
5047 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
5048
5049 * subr.el (read-quoted-char): Resolve modifiers after key
5050 remapping (bug#6212).
5051
5052 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
5053
5054 Add visualization code for secrets.
5055 * net/secrets.el (secrets-mode): New major mode.
5056 (secrets-show-secrets, secrets-show-collections)
5057 (secrets-expand-collection, secrets-expand-item)
5058 (secrets-tree-widget-after-toggle-function)
5059 (secrets-tree-widget-show-password): New defuns.
5060
5061 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
5062
5063 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
5064 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
5065 handled in smie-next-sexp.
5066 (smie-indent-calculate): Provide a starting indentation (so the
5067 recursion is well-founded ;-).
5068
5069 Fix handling of non-associative equal levels.
5070 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
5071 when it's not needed.
5072 (smie-op-left, smie-op-right): New functions.
5073 (smie-next-sexp): New function, extracted from smie-backward-sexp.
5074 Better handle equal levels to distinguish the associative case from
5075 the "multi-keyword construct" case.
5076 (smie-backward-sexp, smie-forward-sexp): Use it.
5077
5078 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
5079
5080 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
5081
5082 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
5083 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
5084
5085 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5086
5087 Provide a simple generic indentation engine and use it for Prolog.
5088 * emacs-lisp/smie.el: New file.
5089 * progmodes/prolog.el (prolog-smie-op-levels)
5090 (prolog-smie-indent-rules): New var.
5091 (prolog-mode-variables): Use them to configure SMIE.
5092 (prolog-indent-line, prolog-indent-level): Remove.
5093
5094 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
5095
5096 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
5097 order before computing the averages.
5098
5099 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
5100
5101 * calc/calc-vec.el (calc-histogram):
5102 (calcFunc-histogram): Allow vectors as inputs.
5103 (math-vector-avg): New function.
5104
5105 * calc/calc-ext.el (math-group-float): Have the number of digits
5106 being grouped depend on the radix (Bug#6189).
5107
5108 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
5109
5110 * version.el (emacs-copyright, emacs-version): Don't define here,
5111 now that emacs.c defines it.
5112
5113 2010-05-15 Eli Zaretskii <eliz@gnu.org>
5114
5115 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
5116 "Describe Language Environment" menu item.
5117
5118 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
5119
5120 Bidi-sensitive movement with arrow keys.
5121 * subr.el (right-arrow-command, left-arrow-command): New functions.
5122
5123 * bindings.el (global-map): Bind them to right and left arrow keys.
5124
5125 Don't override standard definition of convert-standard-filename.
5126 * files.el (convert-standard-filename): Call
5127 w32-convert-standard-filename and dos-convert-standard-filename on
5128 the corresponding systems.
5129
5130 * w32-fns.el (w32-convert-standard-filename): Rename from
5131 convert-standard-filename. Doc fix.
5132
5133 * dos-fns.el (dos-convert-standard-filename): Doc fix.
5134 (convert-standard-filename): Don't defalias.
5135 (register-name-alist, make-register, register-value)
5136 (set-register-value, intdos): Obsolete aliases for the
5137 corresponding dos-* functions and variables.
5138 (dos-intdos): Add a doc string.
5139
5140 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
5141
5142 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
5143 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
5144 (math-compose-tex-func):
5145 * calc/calccomp.el (math-compose-expr):
5146 * calc/calc-ext.el (math-format-flat-expr-fancy):
5147 * calc/calc-store.el (calc-read-var-name):
5148 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
5149
5150 * calc/calc.el (var-π, var-φ, var-γ): New variables.
5151 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
5152 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
5153 (math-standard-units): Add units.
5154
5155 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
5156
5157 * progmodes/asm-mode.el (asm-mode):
5158 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
5159
5160 * pcomplete.el (pcomplete-completions-at-point): New function,
5161 extracted from pcomplete-std-complete.
5162 (pcomplete-std-complete): Use it.
5163
5164 2010-05-15 Glenn Morris <rgm@gnu.org>
5165
5166 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
5167 Remove references to CVS, RCS and Old directories.
5168
5169 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
5170
5171 * calc/calc-bin.el (math-format-twos-complement): Group digits when
5172 appropriate.
5173
5174 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
5175
5176 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
5177 (sh-mode-syntax-table): Give it a default value instead.
5178 (sh-header-marker): Make buffer-local.
5179 (sh-mode): Move make-local-variable to the corresponding setq.
5180 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
5181 Use complete-with-action.
5182
5183 * simple.el (prog-mode): New (abstract) major mode.
5184 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
5185 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
5186
5187 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
5188
5189 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
5190 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
5191 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
5192 (sql-make-alternate-buffer-name, sql-placeholders-filter)
5193 (sql-escape-newlines-filter, sql-input-sender)
5194 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
5195
5196 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
5197
5198 Add TeX open-block and close-block keybindings to SGML, and vice versa.
5199
5200 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
5201 latex-open-block and C-c / to latex-close-block.
5202
5203 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
5204 and C-c C-e to sgml-close-tag.
5205
5206 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
5207
5208 * net/tramp.el (with-progress-reporter): Create reporter object
5209 only when the message would be displayed. Handle nested calls.
5210 (tramp-handle-load, tramp-handle-file-local-copy)
5211 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5212 (tramp-maybe-send-script, tramp-find-shell):
5213 Use `with-progress-reporter'.
5214 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
5215 Fix message text.
5216
5217 * net/tramp-smb.el (tramp-smb-handle-copy-file)
5218 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5219 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
5220 Use `with-progress-reporter'.
5221
5222 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
5223
5224 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
5225 process everytime when spellchecking from the minibuffer (bug#6143).
5226
5227 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
5228
5229 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
5230
5231 * dos-fns.el: Add "dos-" prefix for namespace control.
5232 (convert-standard-filename): Define as alias for
5233 dos-convert-standard-filename but only if applicable.
5234
5235 2010-05-12 Alan Mackenzie <acm@muc.de>
5236
5237 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
5238 Push the mark at the start of these functions when appropriate.
5239
5240 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5241
5242 * minibuffer.el (completion-cycle-threshold): New custom var.
5243 (completion--do-completion): Use it.
5244 (minibuffer-complete): Use cycling if appropriate.
5245
5246 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
5247
5248 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
5249 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
5250
5251 2010-05-11 Juri Linkov <juri@jurta.org>
5252
5253 * scroll-all.el (scroll-all-check-to-scroll):
5254 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
5255
5256 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5257
5258 * iimage.el (iimage-mode-map): Move initialization into declaration.
5259 (iimage-mode-buffer): Use with-silent-modifications.
5260 Simplify calling convention. Adjust callers.
5261 (iimage-mode): Don't run hook redundantly.
5262
5263 * minibuffer.el (completion-pcm--pattern->regex):
5264 Fix last change (bug#6160).
5265
5266 2010-05-10 Juri Linkov <juri@jurta.org>
5267
5268 Remove nodes visited during Isearch from the Info history.
5269 * info.el (Info-isearch-initial-history)
5270 (Info-isearch-initial-history-list): New variables.
5271 (Info-isearch-start): Record initial values of
5272 Info-isearch-initial-history and Info-isearch-initial-history-list.
5273 Add Info-isearch-end to isearch-mode-end-hook.
5274 (Info-isearch-end): New function.
5275
5276 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
5277
5278 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
5279 format string, in order to work around a bug in pdksh.
5280 Reported by Gilles Pion <gpion@lfdj.com>.
5281 (tramp-handle-verify-visited-file-modtime): Do not send a command
5282 when the connection is not established.
5283 (tramp-handle-set-file-times): Simplify the check for utc.
5284
5285 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
5286
5287 Fix use of `filter-buffer-substring' (rework previous change).
5288 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
5289 (cua-repeat-replace-region):
5290 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
5291 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5292 (cua-cut-region-to-global-mark): Use it.
5293
5294 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
5295
5296 * progmodes/sql.el: Version 2.1.
5297 (sql-product-alist): Redesign structure of product info.
5298 (sql-product, sql-user, sql-server, sql-database): Safe variables.
5299 (sql-port, sql-port-history): New variables.
5300 (sql-interactive-product): New variable.
5301 (sql-send-terminator): New variable.
5302 (sql-imenu-generic-expression): Add "Types" imenu entry.
5303 (sql-oracle-login-params, sql-sqlite-login-params)
5304 (sql-mysql-login-params, sql-solid-login-params)
5305 (sql-sybase-login-params, sql-informix-login-params)
5306 (sql-ingres-login-params, sql-ms-login-params)
5307 (sql-postgres-login-params, sql-interbase-login-params)
5308 (sql-db2-login-params, sql-linter-login-params)
5309 (sql-oracle-scan-on): New variables.
5310 (sql-mode-map): Add C-c C-i to start interactive mode.
5311 (sql-mode-menu): Update existing menu entries.
5312 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
5313 (sql-mode-oracle-font-lock-keywords)
5314 (sql-mode-postgres-font-lock-keywords)
5315 (sql-mode-ms-font-lock-keywords)
5316 (sql-mode-sybase-font-lock-keywords)
5317 (sql-mode-informix-font-lock-keywords)
5318 (sql-mode-interbase-font-lock-keywords)
5319 (sql-mode-ingres-font-lock-keywords)
5320 (sql-mode-solid-font-lock-keywords)
5321 (sql-mode-mysql-font-lock-keywords)
5322 (sql-mode-sqlite-font-lock-keywords)
5323 (sql-mode-db2-font-lock-keywords)
5324 (sql-mode-linter-font-lock-keywords): Update initialization to
5325 reduce run-time complexity.
5326 (sql-add-product, sql-del-product): New functions.
5327 (sql-set-product-feature, sql-get-product-feature): New functions.
5328 (sql-product-font-lock): Update product API.
5329 (sql-add-product-keywords): New function.
5330 (sql-highlight-product): Update product API.
5331 (sql-help-list-products): New function.
5332 (sql-help): Dynamically lists free and non-free products.
5333 (sql-get-login): Correct bug in handling history and added
5334 prompt for port.
5335 (sql-copy-column): Copy without properties.
5336 (sqli-input-sender): Apply filters to SQLi input.
5337 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
5338 Implement as a filter.
5339 (sql-escape-newlines-filter): Implement as a filter.
5340 (sql-remove-tabs-filter): New function.
5341 (sql-send-magic-terminator): New function.
5342 (sql-send-string): Implement magic terminator.
5343 (sql-send-region): Use `sql-send-string'.
5344 (sql-interactive-mode): Use product API.
5345 (sql-product-interactive): Use product API.
5346 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
5347 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
5348 (sql-db2, sql-linter): Use `sql-product-interactive'.
5349 (sql-connect): New function.
5350 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
5351 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
5352 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
5353 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
5354 Use `sql-connect'.
5355
5356 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5357
5358 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
5359 New custom variable.
5360 (completion-pcm--string->pattern): Use it.
5361 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
5362 Make it handle any symbol as `any'.
5363 (completion-pcm--merge-completions): Extract common suffix for the new
5364 `prefix' symbol as well.
5365 (completion-substring--all-completions): Use the new `prefix' symbol.
5366
5367 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
5368
5369 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
5370 not bound.
5371 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
5372 (tramp-compat-funcall): New defmacro.
5373 (tramp-compat-line-beginning-position)
5374 (tramp-compat-line-end-position)
5375 (tramp-compat-temporary-file-directory)
5376 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
5377 (tramp-compat-copy-file, tramp-compat-copy-directory)
5378 (tramp-compat-delete-file, tramp-compat-delete-directory)
5379 (tramp-compat-number-sequence, tramp-compat-process-running-p)
5380 * net/tramp.el (top, with-progress-reporter)
5381 (tramp-rfn-eshadow-setup-minibuffer)
5382 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
5383 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
5384 (tramp-completion-mode-p, tramp-check-for-regexp)
5385 (tramp-open-connection-setup-interactive-shell)
5386 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
5387 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
5388 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
5389 * net/tramp-cmds.el (tramp-cleanup-all-connections)
5390 (tramp-reporter-dump-variable, tramp-load-report-modules)
5391 (tramp-append-tramp-buffers)
5392 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
5393
5394 * net/tramp-imap.el (top): Autoload `epg-make-context'.
5395
5396 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5397
5398 * progmodes/compile.el (compilation-buffer-modtime): Rename from
5399 buffer-modtime. Adjust users.
5400
5401 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5402
5403 * international/mule.el (auto-coding-alist): Only purecopy
5404 car of each item, not the whole list (Bug#6083).
5405
5406 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5407
5408 * progmodes/js.el (js-mode): Make paragraph variables local before
5409 calling c-setup-paragraph-variables (Bug#6071).
5410
5411 2010-05-08 Eli Zaretskii <eliz@gnu.org>
5412
5413 * composite.el (compose-region, reference-point-alist): Fix typos
5414 in the doc strings.
5415
5416 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
5417
5418 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
5419 gnuplot's "set" command.
5420
5421 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
5422
5423 * abbrev.el (last-abbrev-text): Doc fix.
5424 (abbrev-prefix-mark): Don't escape parenthesis.
5425
5426 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
5427
5428 * composite.el (find-composition): Doc fix.
5429
5430 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
5431
5432 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
5433 (sql-oracle-program, sql-sqlite-options)
5434 (sql-query-placeholders-and-send): Doc fixes.
5435 (sql-set-product, sql-interactive-mode): Reflow docstrings.
5436 (sql-imenu-generic-expression, sql-buffer)
5437 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
5438 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
5439 (sql-mode-sybase-font-lock-keywords)
5440 (sql-mode-informix-font-lock-keywords)
5441 (sql-mode-interbase-font-lock-keywords)
5442 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
5443 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
5444 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
5445 (sql-product-feature, sql-highlight-product)
5446 (comint-line-beginning-position, sql-rename-buffer)
5447 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
5448 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
5449 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
5450 Fix typos in docstrings.
5451
5452 2010-05-08 Juri Linkov <juri@jurta.org>
5453
5454 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
5455 property instead of `invisible' and `after-string' (bug#5998).
5456
5457 2010-05-08 Juri Linkov <juri@jurta.org>
5458
5459 * image-mode.el (image-mode-as-text): Fix typo in docstring.
5460
5461 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
5462
5463 * filecache.el (file-cache-add-directory-list)
5464 (file-cache-add-directory-recursively): Fix typos in docstrings.
5465
5466 2010-05-08 Kenichi Handa <handa@m17n.org>
5467
5468 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
5469 (gujarati-composable-pattern): Fix typo.
5470
5471 2010-05-08 Kenichi Handa <handa@m17n.org>
5472
5473 * language/indian.el (oriya-composable-pattern)
5474 (tamil-composable-pattern, malayalam-composable-pattern):
5475 Add two-part vowels to "v" (vowel sign).
5476
5477 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5478
5479 * files.el (copy-directory): Handle symlinks (Bug#5982).
5480
5481 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
5482
5483 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
5484 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
5485 (Bug#5846).
5486
5487 2010-05-08 Glenn Morris <rgm@gnu.org>
5488
5489 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
5490
5491 * minibuffer.el (completion-at-point): Doc fix.
5492
5493 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5494
5495 * electric.el (Electric-command-loop): Minor tweak.
5496
5497 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
5498 better with dedicated windows.
5499
5500 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
5501
5502 * Version 23.2 released.
5503
5504 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
5505 Stefan Monnier <monnier@iro.umontreal.ca>
5506
5507 Highlight vendor specific properties.
5508 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
5509 (css-proprietary-property): New face.
5510 (css-font-lock-keywords): Use them.
5511
5512 2010-05-07 Eli Zaretskii <eliz@gnu.org>
5513
5514 * cus-start.el (all): Add native condition for tool-bar-* symbols.
5515
5516 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5517
5518 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
5519 * files.el (auto-mode-alist): Remove redundant entries.
5520
5521 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
5522 * simple.el (auto-save-mode): Move from files.el.
5523 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
5524
5525 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5526
5527 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5528
5529 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
5530
5531 * mail/binhex.el (binhex-decode-region-internal)
5532 * mail/uudecode.el (uudecode-decode-region-internal)
5533 * net/dns.el (dns-read-string-name, dns-write, dns-read)
5534 (dns-read-type, dns-query)
5535 * pgg-parse.el (pgg-parse-armor)
5536 * pgg.el (pgg-verify-region)
5537 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
5538 XEmacs.
5539
5540 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
5541
5542 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
5543
5544 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
5545
5546 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
5547 * emulation/cua-base.el (cua-repeat-replace-region):
5548 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5549 (cua-cut-region-to-global-mark):
5550 Remove text properties with `set-text-properties'.
5551
5552 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
5553
5554 * net/tramp.el (top, with-progress-reporter):
5555 Use `symbol-function' inside `funcall'.
5556
5557 * net/tramp-compat.el (tramp-compat-file-attributes)
5558 (tramp-compat-delete-file, tramp-compat-delete-directory):
5559 Handle only `wrong-number-of-arguments' error.
5560
5561 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
5562 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
5563 inside `funcall'.
5564
5565 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5566
5567 * minibuffer.el (completion--sreverse, completion--common-suffix):
5568 New functions.
5569 (completion-pcm--merge-completions): Extract common suffix when safe.
5570
5571 * emacs-lisp/easy-mmode.el (define-minor-mode):
5572 Make :variable more flexible.
5573 * files.el (auto-save-mode): Use it to define using define-minor-mode.
5574
5575 2010-05-05 Juri Linkov <juri@jurta.org>
5576
5577 Add `slow' and `history' tags to the desktop data.
5578
5579 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
5580 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
5581 (Info-finder-find-node): Require `finder.el' to be able
5582 to restore node from the desktop.
5583 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
5584 data `Info-history' and `slow' tag in the assoc list.
5585 (Info-restore-desktop-buffer): Don't restore nodes with the
5586 `slow' tag. Restore `Info-history'.
5587
5588 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
5589
5590 Add FORCE argument to `delete-file'.
5591
5592 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
5593 forcing to delete the temporary file.
5594 (ange-ftp-delete-file): Add FORCE arg.
5595 (ange-ftp-rename-remote-to-remote)
5596 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
5597 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
5598 Force file deletion.
5599
5600 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
5601
5602 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
5603 (tramp-handle-make-symbolic-link, tramp-handle-load)
5604 (tramp-do-copy-or-rename-file-via-buffer)
5605 (tramp-do-copy-or-rename-file-directly)
5606 (tramp-do-copy-or-rename-file-out-of-band)
5607 (tramp-handle-process-file, tramp-handle-call-process-region)
5608 (tramp-handle-shell-command, tramp-handle-file-local-copy)
5609 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5610 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
5611
5612 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
5613 (tramp-fish-handle-make-symbolic-link)
5614 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
5615
5616 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
5617 Use `tramp-compat-delete-file'.
5618
5619 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
5620 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
5621
5622 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
5623 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
5624
5625 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
5626 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
5627 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
5628 `tramp-compat-delete-file'.
5629
5630 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5631
5632 Minor cleanups.
5633 * subr.el (add-minor-mode): Use push.
5634 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
5635 * emulation/edt.el (edt-select-mode): Simplify.
5636
5637 Use define-minor-mode in more cases.
5638 * term/tvi970.el (tvi970-set-keypad-mode):
5639 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5640 (normal-erase-is-backspace-mode):
5641 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
5642 (set-scroll-bar-mode-1): (Re)move to its sole caller.
5643 (get-scroll-bar-mode): New function.
5644 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
5645
5646 Use define-minor-mode for less obvious cases.
5647 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
5648 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
5649 * international/iso-ascii.el (iso-ascii-mode):
5650 * frame.el (auto-raise-mode, auto-lower-mode):
5651 * composite.el (global-auto-composition-mode): Use define-minor-mode.
5652
5653 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
5654
5655 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
5656 in order to see error messages for failed logins.
5657
5658 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
5659
5660 * diff.el (diff-sentinel):
5661
5662 * epg.el (epg--make-temp-file, epg-decrypt-string)
5663 (epg-verify-string, epg-sign-string, epg-encrypt-string):
5664
5665 * jka-compr.el (jka-compr-partial-uncompress)
5666 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
5667
5668 * server.el (server-sentinel): Use delete-file's new FORCE arg
5669 (Bug#6070).
5670
5671 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5672
5673 Use define-minor-mode where applicable.
5674 * view.el (view-mode):
5675 * type-break.el (type-break-query-mode)
5676 (type-break-mode-line-message-mode):
5677 * textmodes/reftex.el (reftex-mode):
5678 * term/vt100.el (vt100-wide-mode):
5679 * tar-mode.el (tar-subfile-mode):
5680 * savehist.el (savehist-mode):
5681 * ibuf-ext.el (ibuffer-auto-mode):
5682 * composite.el (auto-composition-mode):
5683 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5684 Use define-minor-mode.
5685 (vhdl-mode): Use static mode-line format.
5686 (vhdl-mode-line-update): Delete.
5687 (vhdl-create-mode-menu, vhdl-activate-customizations)
5688 (vhdl-hs-minor-mode): Don't bother calling it.
5689
5690 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
5691
5692 * simple.el (with-wrapper-hook): Move.
5693 (buffer-substring-filters): Mark obsolete.
5694 (filter-buffer-substring-functions): New variable.
5695 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
5696
5697 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5698 Michael Albinus <michael.albinus@gmx.de>
5699
5700 Implement compression for inline methods.
5701
5702 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
5703 (tramp-copy-size-limit): Allow also nil.
5704 (tramp-inline-compress-commands): New defconst.
5705 (tramp-find-inline-compress, tramp-get-inline-compress)
5706 (tramp-get-inline-coding): New defuns.
5707 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
5708 replaced by `tramp-get-inline-coding'.
5709 (tramp-handle-file-local-copy, tramp-handle-write-region)
5710 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
5711
5712 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5713
5714 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
5715 Remove unused functions.
5716
5717 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
5718 Set find-tag-default-function as a variable rather than a property.
5719
5720 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
5721 * progmodes/etags.el (tags-completion-at-point-function):
5722 Remove left over interactive spec. Add autoloading stub.
5723 (complete-tag): Use tags-completion-at-point-function.
5724
5725 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
5726
5727 * minibuffer.el (tags-completion-at-point-function): Fix return value.
5728
5729 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
5730
5731 * ido.el (ido-init-completion-maps): Remove C-v binding.
5732 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
5733
5734 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
5735
5736 * minibuffer.el (tags-completion-at-point-function): New function.
5737 (completion-at-point-functions): Use it.
5738
5739 * progmodes/etags.el (complete-tag): Revert last change.
5740
5741 2010-04-29 Alan Mackenzie <acm@muc.de>
5742
5743 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
5744 off-by-one error (in end of macro position).
5745
5746 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5747
5748 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
5749 firefox is absent. Don't autoload.
5750 (browse-url-galeon-program): Don't autoload.
5751
5752 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
5753
5754 * bindings.el (complete-symbol): Move into minibuffer.el.
5755
5756 * minibuffer.el (complete-tag): Move from etags.el. If tags
5757 completion cannot be performed, return nil instead of signalling
5758 an error.
5759 (completion-at-point): Make it an alias for complete-symbol.
5760 (complete-symbol): Move from bindings.el, and replace with the
5761 body of completion-at-point.
5762
5763 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
5764
5765 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
5766
5767 * net/tramp.el (tramp-remote-selinux-p): New defun.
5768 (tramp-handle-file-selinux-context)
5769 (tramp-handle-set-file-selinux-context): Use it.
5770
5771 2010-04-28 Sam Steingold <sds@gnu.org>
5772
5773 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5774 `safe-local-variable' if the value is a string or a symbol with
5775 the property `bug-reference-url-format'.
5776
5777 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
5778
5779 * progmodes/bug-reference.el (bug-reference-url-format):
5780 Revert 2010-04-27 change due to security risk.
5781
5782 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5783
5784 Make it possible to locally disable a globally enabled mode.
5785 * simple.el (fundamental-mode): Run fundamental-mode-hook.
5786 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
5787 rather than kill-all-local-variables so it runs fundamental-mode-hook.
5788 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5789 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
5790 that subsequent hooks get a chance to disable it.
5791
5792 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
5793
5794 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5795 Avoid re-enabling a minor mode after the user turned the minor mode
5796 off if MODE-enable-in-buffers is run twice (typically once from
5797 fundamental-mode's after-change-major-mode-hook and a second time from
5798 run-mode-hook's own after-change-major-mode-hook).
5799
5800 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
5801
5802 2010-04-27 Sam Steingold <sds@gnu.org>
5803
5804 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5805 `safe-local-variable' if the value is a string or a function, as
5806 documented and implemented on 2010-04-02.
5807
5808 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
5809
5810 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
5811 when method is 'kill.
5812
5813 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
5814
5815 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
5816 condition in default directory check.
5817 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
5818 Kill ispell process when killing its associated buffer.
5819
5820 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
5821
5822 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
5823 but we aren't using it.
5824
5825 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
5826
5827 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
5828 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
5829
5830 2010-04-24 Glenn Morris <rgm@gnu.org>
5831
5832 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
5833 Ignore VCS-ignore files, and deleted nextstep preferences files.
5834 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
5835 (authors-ambiguous-files): New list.
5836 (authors-valid-file-names): Add some deleted files.
5837 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
5838 (authors-disambiguate-file-name): New function. (Bug#5501)
5839 (authors-canonical-file-name): Doc fix.
5840 Don't warn about obsolete files.
5841 (authors-canonical-file-name, authors-scan-el):
5842 Use authors-disambiguate-file-name.
5843
5844 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5845 Add autoload cookies.
5846 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
5847 (generated-autoload-file): Set file-local value to "htmlfontify.el".
5848 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
5849 They have definitions / compiler macros in cl.el.
5850 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5851 Replace manual autoloads with generated ones.
5852 (htmlfontify-unload-rgb-file): Remove autoload.
5853 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
5854
5855 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5856
5857 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
5858 (byte-compile-setq-default): Optimize for the
5859 single-var case and don't call byte-compile-form in this case to avoid
5860 inf-loop with byte-compile-set-default.
5861
5862 * progmodes/compile.el (compilation-start): Abbreviate default directory.
5863
5864 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
5865
5866 Implement SELINUX backends.
5867
5868 * net/tramp.el (tramp-file-name-handler-alist):
5869 Add `file-selinux-context' and `set-file-selinux-context'.
5870 (tramp-handle-file-selinux-context)
5871 (tramp-handle-set-file-selinux-context): New defuns.
5872 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
5873 Handle PRESERVE-SELINUX-CONTEXT.
5874
5875 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5876 Add `file-selinux-context' and `set-file-selinux-context'.
5877 (tramp-gvfs-handle-file-selinux-context)
5878 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
5879 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
5880
5881 * net/ange-ftp.el (ange-ftp-copy-file):
5882 * net/tramp-fish.el (tramp-fish-handle-copy-file):
5883 * net/tramp-imap.el (tramp-imap-handle-copy-file):
5884 * net/tramp-smb.el (tramp-smb-handle-copy-file):
5885 Add PRESERVE-SELINUX-CONTEXT.
5886
5887 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
5888
5889 Synchronize with Tramp repository.
5890
5891 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
5892 (tramp-action-process-alive, tramp-action-out-of-band)
5893 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
5894 (tramp-exists-file-name-handler): Fix docstring.
5895 (with-progress-reporter): New defmacro.
5896 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
5897 (tramp-maybe-open-connection): Use it.
5898
5899 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
5900
5901 Detect ssh 'ControlMaster' argument automatically in some cases.
5902
5903 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
5904 (tramp-default-method): Use it.
5905
5906 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
5907
5908 * net/tramp.el (tramp-handle-copy-file): Add new optional
5909 parameter `preserve-selinux-context'.
5910 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
5911
5912 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
5913
5914 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
5915 Ensure, that non remote files are still checked. Oops.
5916
5917 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
5918
5919 Fix Bug#5840.
5920
5921 * icomplete.el (icomplete-completions): Use `non-essential'.
5922
5923 * net/tramp.el (tramp-connectable-p): New defun.
5924 (tramp-handle-expand-file-name)
5925 (tramp-completion-handle-file-name-all-completions)
5926 (tramp-completion-handle-file-name-completion): Use it.
5927
5928 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
5929
5930 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
5931
5932 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
5933
5934 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
5935
5936 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
5937
5938 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
5939 is present.
5940
5941 * info.el (info-tool-bar-map): Add labels.
5942
5943 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
5944
5945 * cus-edit.el (custom-commands): Add labels for tool bar.
5946 (custom-buffer-create-internal, Custom-mode): Adjust for
5947 labels in custom-commands.
5948
5949 * dynamic-setting.el: Renamed from font-setting.el.
5950
5951 2010-04-21 John Wiegley <jwiegley@gmail.com>
5952
5953 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
5954 toggles the use of virtual buffers.
5955 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
5956 (ido-toggle-virtual-buffers): New function.
5957
5958 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
5959
5960 Use `define-derived-mode'; fix window selection; doc fixes.
5961 * play/tetris.el (tetris, tetris-update-speed-function)
5962 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
5963 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
5964 (tetris-rotate-next, tetris-end-game, tetris-start-game)
5965 (tetris-pause-game): Fix typos in docstrings.
5966 (tetris-mode-map, tetris-null-map):
5967 Move initialization into declaration.
5968 (tetris-mode): Define with `define-derived-mode';
5969 set show-trailing-whitespace to nil.
5970 (tetris): Prefer window already displaying the "*Tetris*" buffer.
5971
5972 2010-04-21 Karel Klíč <kklic@redhat.com>
5973
5974 * files.el (backup-buffer): Handle SELinux context, and return it
5975 if a backup was made by renaming.
5976 (backup-buffer-copy): Set SELinux context to the target file.
5977 (basic-save-buffer): Set SELinux context of the newly written file.
5978 (basic-save-buffer-1): Now it also returns any SELinux context.
5979 (basic-save-buffer-2): Set SELinux context of the newly created file,
5980 and return it.
5981 * net/tramp.el (tramp-file-name-for-operation):
5982 Add file-selinux-context.
5983
5984 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
5985
5986 Make the log-edit comments use RFC822 format throughout.
5987
5988 * vc.el (vc-checkin, vc-modify-change-comment):
5989 Adjust to new vc-start/finish-logentry.
5990 (vc-find-conflicted-file): New command.
5991 (vc-transfer-file): Adjust to new vc-checkin.
5992 (vc-next-action): Improve scoping.
5993
5994 * vc-hg.el (vc-hg-log-edit-mode): Remove.
5995 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
5996
5997 * vc-git.el (vc-git-log-edit-mode): Remove.
5998 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
5999 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
6000
6001 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
6002 (vc-start-logentry): Remove argument `extra'.
6003 (vc-finish-logentry): Remove extra args.
6004
6005 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
6006 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
6007 (vc-bzr-conflicted-files): New function.
6008
6009 * log-edit.el (log-edit-extra-flags)
6010 (log-edit-before-checkin-process): Remove.
6011 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
6012 (log-edit-headers-alist): New var.
6013 (log-edit-header-contents-regexp): New const.
6014 (log-edit-match-to-eoh): New function.
6015 (log-edit-font-lock-keywords): Use them.
6016 (log-edit): Insert a "Summary:" header as default.
6017 (log-edit-mode): Mark font-lock rules as case-insensitive.
6018 (log-edit-done): Cleanup headers.
6019 (log-view-process-buffer): Remove.
6020 (log-edit-extract-headers): New function to replace it.
6021
6022 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
6023
6024 * subr.el (default-direction-reversed): Remove obsolescence info.
6025
6026 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6027
6028 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
6029 windows/frames.
6030
6031 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
6032 I.e. include text after point in the completion region.
6033 Also, return nil when we're not after/in a symbol.
6034
6035 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
6036 default enable-multibyte-characters.
6037
6038 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6039
6040 * international/mule.el: Help the user choose a valid coding-system.
6041 (read-buffer-file-coding-system): New function.
6042 (set-buffer-file-coding-system): Use it. Prompt the user if the
6043 coding-system cannot encode all the chars.
6044
6045 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
6046 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
6047 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
6048 Don't use *vc-bzr-shelve*.
6049
6050 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
6051
6052 Fix the version number for added files.
6053 * vc-hg.el (vc-hg-working-revision): Check if the file is
6054 registered after hg parent fails (Bug#5961).
6055
6056 2010-04-19 Glenn Morris <rgm@gnu.org>
6057
6058 * htmlfontify.el (htmlfontify-buffer)
6059 (htmlfontify-copy-and-link-dir): Autoload entry points.
6060
6061 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
6062
6063 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
6064 name relative to the project root (Bug#5960).
6065
6066 2010-04-19 Glenn Morris <rgm@gnu.org>
6067
6068 * vc-git.el (vc-git-print-log): Doc fix.
6069
6070 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
6071
6072 * ido.el (ido-file-internal): Fix 2009-12-02 change.
6073
6074 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
6075
6076 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
6077 default settings (Bug#5928).
6078
6079 2010-04-19 Glenn Morris <rgm@gnu.org>
6080
6081 * progmodes/fortran.el (fortran-match-and-skip-declaration):
6082 New function.
6083 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
6084
6085 2010-04-19 Kenichi Handa <handa@m17n.org>
6086
6087 * language/indian.el (malayalam-composable-pattern): Fix previous
6088 change (add U+0D4D "SIGN VIRAMA").
6089 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
6090 (tamil-composable-pattern): Fix typo in the regexp.
6091 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
6092 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
6093 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
6094
6095 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
6096
6097 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
6098 paragraph-separate (Bug#5821).
6099
6100 2010-04-19 Juri Linkov <juri@jurta.org>
6101
6102 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
6103
6104 * info.el (Info-find-node-2): Comment out code that skips
6105 breadcrumbs line.
6106 (Info-mouse-follow-link): New command.
6107 (Info-link-keymap): New keymap.
6108 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
6109 Return a string with links instead of inserting breadcrumbs
6110 to the Info buffer.
6111 (Info-fontify-node): Comment out code that inserts breadcrumbs.
6112 Instead of putting the `invisible' text property over the Info
6113 header, make an overlay over the Info header with the `invisible'
6114 property and `after-string' set to the string returned by
6115 `Info-breadcrumbs'.
6116
6117 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
6118
6119 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
6120 Reported by monkey@sandpframing.com.
6121
6122 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6123
6124 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
6125 (tmm-get-keymap): Add key-binding shortcuts now that they're not
6126 available in the "keyseq cache" any more.
6127
6128 * custom.el (defcustom): Add edebug spec.
6129
6130 2010-04-18 Juri Linkov <juri@jurta.org>
6131
6132 Test for special mode-class in view-buffer instead of view-file (bug#5513).
6133
6134 * view.el (view-file, view-buffer): Move test for special mode-class
6135 from view-file to view-buffer.
6136
6137 * tar-mode.el (tar-extract): Turn if's into one cond
6138 like in arc-mode.el.
6139
6140 2010-04-18 Juri Linkov <juri@jurta.org>
6141
6142 Add 7z archive format support (bug#5475).
6143
6144 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
6145 (archive-7z-extract): New defcustom.
6146 (archive-find-type): Add magic string for 7z.
6147 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
6148 If `stderr-file' is non-nil, use `(t stderr-file)' for the
6149 `buffer' arg of `call-process'.
6150 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
6151 call the function `archive-7z-extract' with the variable
6152 `archive-7z-extract' let-bound to `archive-zip-extract'.
6153 (archive-7z-summarize, archive-7z-extract): New functions.
6154
6155 * international/mule.el (auto-coding-alist):
6156 * files.el (auto-mode-alist): Add 7z file extension.
6157
6158 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6159
6160 * loadup.el: Setup hash-cons for pure data.
6161
6162 Fix duplicate entries in cedet's loaddefs.el files.
6163 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
6164 Should make most file-local generated-autoload-file unnecessary.
6165 (print-readably): Silence warnings.
6166 (autoload-find-destination): Take load-name as an arg to make sure
6167 it's the same as the one that will be in the file.
6168 (autoload-generate-file-autoloads): Adjust to above changes.
6169 Try to make the dataflow a bit simpler.
6170
6171 * cvs-status.el (cvs-refontify): Remove unused.
6172
6173 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
6174
6175 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
6176
6177 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
6178 twos-complement mode.
6179
6180 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
6181
6182 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
6183 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
6184 (calc-inverse): Add "Option" to message, as appropriate.
6185 (calc-hyperbolic): Add "Option" to message, as appropriate.
6186 (calc-option, calc-is-option): New functions.
6187
6188 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
6189 (calc-option-prefix-help): New function.
6190
6191 * calc/calc-misc.el (calc-help): Add "Option" entry.
6192
6193 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
6194 (calc-option-flag): New variable.
6195 (calc-do): Set `calc-option-flag to nil.
6196 (calc-set-mode-line): Add "Opt " as appropriate.
6197
6198 2010-04-16 Juri Linkov <juri@jurta.org>
6199
6200 Move scrolling commands from simple.el to window.el
6201 because their primitives are implemented in window.c.
6202
6203 * simple.el (scroll-error-top-bottom)
6204 (scroll-up-command, scroll-down-command, scroll-up-line)
6205 (scroll-down-line, scroll-other-window-down)
6206 (beginning-of-buffer-other-window, end-of-buffer-other-window):
6207 * window.el (scroll-error-top-bottom)
6208 (scroll-up-command, scroll-down-command, scroll-up-line)
6209 (scroll-down-line, scroll-other-window-down)
6210 (beginning-of-buffer-other-window, end-of-buffer-other-window):
6211 Move from simple.el to window.el because their primitives are
6212 implemented in window.c.
6213
6214 2010-04-16 Juri Linkov <juri@jurta.org>
6215
6216 * isearch.el (isearch-lookup-scroll-key): Check both
6217 `isearch-scroll' and `scroll-command' properties.
6218 (scroll-up, scroll-down): Remove `isearch-scroll' property.
6219
6220 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
6221
6222 * simple.el (scroll-up-command, scroll-down-command)
6223 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
6224
6225 2010-04-15 Juri Linkov <juri@jurta.org>
6226
6227 * simple.el (scroll-up-command, scroll-down-command)
6228 (scroll-up-line, scroll-down-line): Put `scroll-command'
6229 property on the these symbols. Remove them from
6230 `scroll-preserve-screen-position-commands'.
6231
6232 * mwheel.el (mwheel-scroll): Put `scroll-command' and
6233 `isearch-scroll' properties on the `mwheel-scroll' symbol.
6234 Remove it from `scroll-preserve-screen-position-commands'.
6235
6236 * isearch.el (isearch-allow-scroll): Doc fix.
6237
6238 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
6239
6240 * net/tramp.el (tramp-error-with-buffer): Don't show the
6241 connection buffer when we are in completion mode.
6242 (tramp-file-name-handler): Catch the error for some operations
6243 when we are in completion mode. This gives the user the chance to
6244 correct the file name in the minibuffer.
6245
6246 2010-04-15 Glenn Morris <rgm@gnu.org>
6247
6248 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
6249
6250 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
6251
6252 Simplify by using `define-derived-mode'.
6253 * info.el (Info-mode):
6254 * calendar/todo-mode.el (todo-mode):
6255 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
6256 (gomoku-mode-map): Move initialization into declaration.
6257
6258 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
6259
6260 Fix Bug#5840.
6261 * ido.el (ido-file-name-all-completions-1):
6262 * minibuffer.el (minibuffer-completion-help):
6263 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
6264
6265 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6266
6267 * simple.el (non-essential): New var.
6268
6269 Add a new field `location' to bookmarks for non-file bookmarks.
6270 * bookmark.el (bookmark-location): Use the new field, if present.
6271 (bookmark-insert-location): Undo last change, not needed any more.
6272 * man.el (Man-bookmark-make-record):
6273 * woman.el (woman-bookmark-make-record): Add `location' field.
6274
6275 2010-04-14 Juri Linkov <juri@jurta.org>
6276
6277 * simple.el (scroll-error-top-bottom): New defcustom.
6278 (scroll-up-command, scroll-down-command): Use it. Doc fix.
6279
6280 * emulation/pc-select.el (pc-select-override-scroll-error):
6281 Obsolete in favor of `scroll-error-top-bottom'.
6282
6283 2010-04-14 Juri Linkov <juri@jurta.org>
6284
6285 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
6286 `scroll-up-command' and `M-v' to `scroll-down-command'.
6287
6288 * emulation/cua-rect.el (cua--init-rectangles):
6289 * forms.el (forms--change-commands):
6290 * image-mode.el (image-mode-map):
6291 Remap scroll-down-command and scroll-up-command
6292 in addition to scroll-down and scroll-up.
6293
6294 2010-04-14 Juri Linkov <juri@jurta.org>
6295
6296 * mwheel.el (scroll-preserve-screen-position-commands):
6297 Add mwheel-scroll to this list of commands.
6298
6299 * simple.el (scroll-preserve-screen-position-commands):
6300 Add scroll-up-command, scroll-down-command, scroll-up-line,
6301 scroll-down-line to this list of commands.
6302
6303 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
6304
6305 * obsolete/complete.el: Move from lisp/complete.el.
6306
6307 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
6308
6309 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
6310 to the minor mode function now turns the mode ON unconditionally.
6311
6312 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6313
6314 * vc-dir.el (vc-dir-kill-line): New command.
6315 (vc-dir-mode-map): Bind it to C-k.
6316
6317 * bookmark.el (bookmark-insert-location): Handle a nil filename.
6318
6319 * woman.el: Add bookmark declarations to silence the compiler.
6320 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
6321 step to compatibility between man and woman bookmarks.
6322 Adjust for Man-default-bookmark-title renaming.
6323 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
6324
6325 * man.el: Add bookmark declarations to silence the compiler.
6326 (Man-name-local-regexp): Make it match NAME as well.
6327 (Man-getpage-in-background): Return the buffer.
6328 (Man-notify-when-ready): Use `case'.
6329 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
6330 Don't hardcode "NAME". Simplify.
6331 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
6332 Rename from Man-bookmark-make-record.
6333 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
6334 we have the actual man-args. Use Man-getpage-in-background rather
6335 than `man' since the arg is already processed. Let bookmark.el do the
6336 window handling. Only wait for the relevant process.
6337 Don't forget to autoload.
6338
6339 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
6340
6341 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6342
6343 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
6344 New functions.
6345 (woman-mode): Setup bookmark support.
6346
6347 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
6348 (man-bookmark-jump): New functions.
6349 (Man-mode): Setup bookmark support.
6350
6351 2010-04-10 Jari Aalto <jari.aalto@cante.net>
6352
6353 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
6354 recognize ssh-keygen prompt (Bug#2817).
6355
6356 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
6357
6358 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
6359
6360 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
6361
6362 Synchronize with Tramp repository.
6363
6364 * net/tramp.el (tramp-completion-function-alist)
6365 (tramp-file-name-regexp, tramp-chunksize)
6366 (tramp-local-coding-commands, tramp-remote-coding-commands):
6367 Fix docstring.
6368 (tramp-remote-process-environment): Use `format' instead of `concat'.
6369 (tramp-handle-directory-files-and-attributes)
6370 (tramp-get-remote-path): Use `copy-tree'.
6371 (tramp-handle-file-name-all-completions): Backward/ XEmacs
6372 compatibility: Use `completion-ignore-case' if
6373 `read-file-name-completion-ignore-case' does not exist.
6374 (tramp-do-copy-or-rename-file-directly): Do not use
6375 `tramp-handle-file-remote-p'.
6376 (tramp-do-copy-or-rename-file-out-of-band):
6377 Use `tramp-compat-delete-directory'.
6378 (tramp-do-copy-or-rename-file-out-of-band)
6379 (tramp-compute-multi-hops, tramp-maybe-open-connection):
6380 Use `format-spec-make'.
6381 (tramp-find-foreign-file-name-handler)
6382 (tramp-advice-make-auto-save-file-name)
6383 (tramp-set-auto-save-file-modes): Remove superfluous check for
6384 `stringp'. This is done inside `tramp-tramp-file-p'.
6385 (tramp-debug-outline-regexp): New defconst.
6386 (tramp-get-debug-buffer): Use it.
6387 (tramp-check-for-regexp): Use (forward-line 1).
6388 (tramp-set-auto-save-file-modes): Adapt version check.
6389
6390 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
6391 Wrap call of `featurep' for 2nd argument.
6392 (tramp-compat-make-temp-file): Simplify fallback implementation.
6393 (tramp-compat-copy-tree): Remove function.
6394 (tramp-compat-delete-directory): Provide implementation for older
6395 Emacsen.
6396
6397 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
6398 Do not use `tramp-fish-handle-file-attributes.
6399
6400 * net/trampver.el: Update release number.
6401
6402 2010-04-10 Glenn Morris <rgm@gnu.org>
6403
6404 * progmodes/compile.el (compilation-save-buffers-predicate):
6405 Add missing :version tag.
6406
6407 2010-04-09 Sam Steingold <sds@gnu.org>
6408
6409 * progmodes/compile.el (compilation-save-buffers-predicate):
6410 Remove the "autoload" cookie.
6411
6412 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
6413 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
6414 and `bug-reference-prog-mode' can be used in hooks directly.
6415
6416 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
6417
6418 Add --author support to git commit.
6419 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
6420 (vc-git-log-edit-mode): New minor mode.
6421 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
6422 New declarations.
6423
6424 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
6425
6426 * vc-hooks.el, vc-git.el: Improve documentation comments.
6427
6428 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6429
6430 Fix some of the problems in defsubst* (bug#5728).
6431 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
6432 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
6433
6434 2010-04-07 Sam Steingold <sds@gnu.org>
6435
6436 * progmodes/compile.el (compilation-save-buffers-predicate):
6437 New custom variable.
6438 (compile, recompile): Pass it to `save-some-buffers'.
6439
6440 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
6441
6442 * wid-edit.el (widget-choose): Move cursor to the second line of
6443 the buffer (Bug#5695).
6444
6445 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
6446
6447 Add new VC methods: vc-log-incoming and vc-log-outgoing.
6448 * vc.el (vc-print-log-setup-buttons): New function split out from
6449 vc-print-log-internal.
6450 (vc-log-internal-common): New function, a parametrized version of
6451 vc-print-log-internal.
6452 (vc-print-log-internal): Just call vc-log-internal-common with the
6453 right arguments.
6454 (vc-incoming-outgoing-internal):
6455 (vc-log-incoming, vc-log-outgoing): New functions.
6456 (vc-log-view-type): New permanent local variable.
6457
6458 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
6459
6460 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
6461 of the dynamic bound vc-short-log.
6462 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
6463
6464 * vc-git.el (vc-git-log-outgoing): New function.
6465 (vc-git-log-view-mode): Use vc-log-view-type instead
6466 of the dynamic bound vc-short-log.
6467
6468 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
6469 of the dynamic bound vc-short-log. Highlight the tag.
6470 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
6471 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
6472 (vc-hg-incoming-mode): Remove.
6473 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
6474
6475 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
6476
6477 Fix default-directory for vc-root-diff.
6478 * vc.el (vc-root-diff): Bind default-directory to the root
6479 directory for the diff command.
6480
6481 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
6482
6483 * progmodes/verilog-mode.el (verilog-forward-sexp):
6484 (verilog-calc-1): Support "disable fork" and "fork wait" multi
6485 word keywords, suggested by Steve Pearlmutter.
6486 (verilog-pretty-declarations): Support lineup of declarations in
6487 port lists.
6488 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
6489 fix bug for /* / comments.
6490 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
6491 Speed up and simplfy as this is never called with a bound.
6492 (verilog-pretty-declarations): Enhance to line up declarations
6493 inside a parameter list, suggested by Alan Morgan.
6494 (verilog-pretty-expr): Tune assignment regular expression match
6495 string for corner cases; also use markers instead of character
6496 number as indent changes the later.
6497
6498 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
6499
6500 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
6501 as missing keyword.
6502 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
6503 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
6504 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
6505 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
6506 Tennant.
6507 (verilog-keywords):
6508 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
6509 1800-2009 keywords, including "global.".
6510
6511 2010-04-06 John Wiegley <jwiegley@gmail.com>
6512
6513 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
6514 appearing in buffer list (if a live buffer name matched a recentf
6515 file basename). Should use uniquify to offer a real solution.
6516
6517 2010-04-06 John Wiegley <jwiegley@gmail.com>
6518
6519 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
6520 comment to code, and add a :version tag.
6521 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
6522
6523 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
6524
6525 Enable recentf-mode if using virtual buffers.
6526 * ido.el (recentf-list): Declare for byte-compiler.
6527 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
6528 (ido-make-buffer-list): Simplify.
6529 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
6530
6531 2010-04-05 Juri Linkov <juri@jurta.org>
6532
6533 Scrolling commands which scroll a line instead of full screen.
6534 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
6535
6536 * simple.el (scroll-up-line, scroll-down-line): New commands.
6537 Put property isearch-scroll=t on them.
6538
6539 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
6540 Remove commands.
6541
6542 2010-04-05 Juri Linkov <juri@jurta.org>
6543
6544 Scrolling commands which do not signal errors at top/bottom.
6545 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
6546
6547 * simple.el (scroll-up-command, scroll-down-command): New commands.
6548 Put property isearch-scroll=t on them.
6549
6550 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
6551 `scroll-down-command' and [next] from `scroll-up' to
6552 `scroll-up-command'.
6553
6554 * emulation/cua-base.el: Put property CUA=move on
6555 `scroll-up-command' and `scroll-down-command'.
6556 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
6557 and `scroll-down-command' to `cua-scroll-down'.
6558
6559 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
6560
6561 * help.el (describe-mode): Return nil.
6562
6563 2010-04-04 John Wiegley <jwiegley@gmail.com>
6564
6565 * ido.el (ido-use-virtual-buffers): New variable to indicate
6566 whether "virtual buffer" support is enabled for IDO.
6567 (ido-virtual): Face used to indicate virtual buffers in the list.
6568 (ido-buffer-internal): If a buffer is chosen, and no such buffer
6569 exists, but a virtual buffer of that name does (which would be why
6570 it was in the list), recreate the buffer by reopening the file.
6571 (ido-make-buffer-list): If virtual buffers are being used, call
6572 `ido-add-virtual-buffers-to-list' before the make list hook.
6573 (ido-virtual-buffers): New variable which contains a copy of the
6574 current contents of the `recentf-list', albeit pared down for the
6575 sake of speed, and with proper faces applied.
6576 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
6577 create a list of "virtual buffers" to present to the user in
6578 addition to the currently open set. Note that this logic could
6579 get rather slow if that list is too large. With the default
6580 `recentf-max-saved-items' of 200, there is little speed penalty.
6581
6582 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6583
6584 * font-lock.el: Require CL when compiling.
6585 (font-lock-turn-on-thing-lock): Use `case'.
6586
6587 2010-04-03 Eli Zaretskii <eliz@gnu.org>
6588
6589 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
6590 Zaretskii.
6591
6592 2010-04-02 Juri Linkov <juri@jurta.org>
6593
6594 * ehelp.el (electric-help-orig-major-mode):
6595 New buffer-local variable.
6596 (electric-help-mode): Set it to original major-mode. Doc fix.
6597 (with-electric-help): Use `electric-help-orig-major-mode' instead
6598 of (default-value 'major-mode). Doc fix.
6599 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
6600
6601 2010-04-02 Sam Steingold <sds@gnu.org>
6602
6603 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
6604 `vc-hg-command' with a list of flags.
6605
6606 * progmodes/bug-reference.el (bug-reference-bug-regexp):
6607 Also accept "patch" and "RFE".
6608 (bug-reference-fontify): `bug-reference-url-format' can also be a
6609 function to be able to handle the bug kind.
6610 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
6611
6612 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
6613
6614 * tmm.el (tmm-get-keymap): Check with symbolp before passing
6615 value to fboundp, it may not be a symbol.
6616
6617 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6618
6619 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
6620
6621 2010-03-31 Juri Linkov <juri@jurta.org>
6622
6623 * simple.el (next-line, previous-line): Re-throw a signal
6624 with `signal' instead of using `ding'.
6625 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
6626
6627 2010-03-31 Juri Linkov <juri@jurta.org>
6628
6629 * simple.el (keyboard-escape-quit): Raise deselecting the active
6630 region higher than exiting the minibuffer.
6631 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
6632
6633 2010-03-31 Juri Linkov <juri@jurta.org>
6634
6635 * image.el (image-animated-p): Use `image-metadata' instead of
6636 `image-extension-data'. Get GIF extenstion data from metadata
6637 property `extension-data'.
6638
6639 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6640
6641 * simple.el (append-to-buffer): Simplify.
6642
6643 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
6644
6645 * textmodes/artist.el (artist-mode): Fix typo in docstring.
6646 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
6647
6648 2010-03-31 Kenichi Handa <handa@m17n.org>
6649
6650 * language/sinhala.el (composition-function-table): Fix regexp for
6651 the new Unicode specification.
6652
6653 * language/indian.el (devanagari-composable-pattern)
6654 (tamil-composable-pattern, kannada-composable-pattern)
6655 (malayalam-composable-pattern): Adjust for the new Unicode
6656 specification.
6657 (bengali-composable-pattern, gurmukhi-composable-pattern)
6658 (gujarati-composable-pattern, oriya-composable-pattern)
6659 (telugu-composable-pattern): New variables to cope with the new
6660 Unicode specification. Use them in composition-function-table.
6661
6662 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6663
6664 Make tmm-menubar work for the Buffers menu again (bug#5726).
6665 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
6666 vectors rather than cons cells, as used in menu-bar-update-buffers.
6667
6668 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6669
6670 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
6671 (js-insert-and-indent): Revert 2009-08-15 change, restoring
6672 electric punctuation for "{}();,:" (Bug#5586).
6673
6674 * mail/sendmail.el (mail-default-directory): Doc fix.
6675
6676 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6677
6678 * mail/sendmail.el (mail-default-directory): Doc fix.
6679
6680 2010-03-31 Eli Zaretskii <eliz@gnu.org>
6681
6682 * subr.el (version-regexp-alist, version-to-list)
6683 (version-list-<, version-list-=, version-list-<=)
6684 (version-list-not-zero, version<, version<=, version=): Doc fix.
6685 (Bug#5744).
6686
6687 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
6688
6689 * vc.el (vc-root-diff): Doc fix.
6690
6691 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6692
6693 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
6694
6695 * simple.el (append-to-buffer): Fix last change.
6696
6697 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6698
6699 * simple.el (append-to-buffer): Ensure that point is preserved if
6700 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
6701 (Bug#5749)
6702
6703 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6704
6705 * files.el (auto-mode-case-fold): Change default to t.
6706
6707 2010-03-30 Juri Linkov <juri@jurta.org>
6708
6709 * dired-x.el (dired-omit-mode): Doc fix.
6710
6711 2010-03-30 Juri Linkov <juri@jurta.org>
6712
6713 * replace.el (occur-accumulate-lines): Move occur-engine related
6714 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
6715 to be located after `occur-engine'.
6716
6717 2010-03-30 Juri Linkov <juri@jurta.org>
6718
6719 Make occur handle multi-line matches cleanly with context.
6720 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
6721
6722 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
6723 (occur-engine): Add local variables `ret', `prev-after-lines',
6724 `prev-lines'. Use more arguments for `occur-context-lines'.
6725 Set first elem of its returned list to `data', and the second elem
6726 to `prev-after-lines'. Don't print the separator line.
6727 In the end, print remaining context after-lines.
6728 (occur-context-lines): Add new arguments `begpt', `endpt',
6729 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
6730 after-lines of the previous match with before-lines of the
6731 current match and not overlap them. Return a list with two
6732 values: the output line and the list of context after-lines.
6733
6734 2010-03-30 Juri Linkov <juri@jurta.org>
6735
6736 * replace.el (occur-accumulate-lines): Fix a bug where the first
6737 context line at the beginning of the buffer was missing.
6738
6739 2010-03-30 Eli Zaretskii <eliz@gnu.org>
6740
6741 * files.el: Make bidi-display-reordering safe variable for boolean
6742 values.
6743
6744 2010-03-29 Phil Hagelberg <phil@evri.com>
6745 Chong Yidong <cyd@stupidchicken.com>
6746
6747 * subr.el: Extend progress reporters to perform "spinning".
6748 (progress-reporter-update, progress-reporter-do-update):
6749 Handle non-numeric value arguments.
6750 (progress-reporter--pulse-characters): New var.
6751
6752 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
6753
6754 * progmodes/compile.el (compilation-start): Fix regexp detection
6755 of initial cd command (Bug#5771).
6756
6757 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
6758
6759 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
6760
6761 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
6762
6763 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
6764 * progmodes/gdb-mi.el: Restore.
6765 * progmodes/gdb-ui.el: Remove.
6766 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
6767
6768 2010-03-25 Glenn Morris <rgm@gnu.org>
6769
6770 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
6771 all dired buffers, even tramp ones. (Bug#5755)
6772
6773 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6774
6775 Add "union tags" in mpc.el.
6776 * mpc.el: Remove backward compatibility code.
6777 (mpc-browser-tags): Change default.
6778 (mpc--find-memoize-union-tags): New var.
6779 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
6780 (mpc-cmd-find): Handle the case where the playlist does not exist.
6781 Handle union-tags.
6782 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
6783 (mpc-cmd-add): Use mpc-cmd-flush.
6784 (mpc-tagbrowser-tag-name): New fun.
6785 (mpc-tagbrowser-buf): Use it.
6786 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
6787
6788 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6789
6790 Misc cleanup.
6791 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
6792 Use replace-regexp-in-string.
6793 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
6794 (makefile-imake-mode-syntax-table): Move init into defvar.
6795 (makefile-mode): Use define-derived-mode.
6796
6797 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
6798 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
6799 not be present any more.
6800
6801 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6802
6803 * faces.el (set-face-attribute): Fix typo in docstring.
6804 (face-valid-attribute-values): Reflow docstring.
6805
6806 2010-03-24 Glenn Morris <rgm@gnu.org>
6807
6808 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
6809
6810 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
6811
6812 * indent.el (indent-for-tab-command): Doc fix.
6813
6814 2010-03-24 Alan Mackenzie <acm@muc.de>
6815
6816 * progmodes/cc-engine.el (c-remove-stale-state-cache):
6817 Fix off-by-one error. Fixes bug #5747.
6818
6819 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6820
6821 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
6822 (image-dired-read-comment): Doc fix.
6823
6824 * json.el (json-object-type, json-array-type, json-key-type)
6825 (json-false, json-null, json-read-number):
6826 * minibuffer.el (completion-in-region-functions):
6827 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
6828 (cal-tex-cursor-week):
6829 * emacs-lisp/trace.el (trace-function):
6830 * eshell/em-basic.el (eshell/printnl):
6831 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
6832 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
6833 * obsolete/levents.el (allocate-event, event-key, event-object)
6834 (event-point, event-process, event-timestamp, event-to-character)
6835 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
6836 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
6837 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
6838 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
6839 (reftex-highlight-selection): Fix typos in docstrings.
6840
6841 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6842
6843 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
6844
6845 2010-03-24 Glenn Morris <rgm@gnu.org>
6846
6847 * mail/rmail.el (rmail-highlight-face): Restore option deleted
6848 2008-02-13 without comment; mark it obsolete.
6849 (rmail-highlight-headers): Use rmail-highlight-face once more.
6850
6851 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
6852
6853 * woman.el (woman2-process-escapes): Only consume the newline if
6854 the filler character is on a line by itself (Bug#5729).
6855
6856 2010-03-24 Kenichi Handa <handa@m17n.org>
6857
6858 * language/indian.el (devanagari-composable-pattern): Add more
6859 consonants.
6860
6861 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
6862
6863 * net/trampver.el: Update release number.
6864
6865 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
6866
6867 * net/tramp.el (tramp-find-executable):
6868 Use `tramp-get-connection-buffer'. Make the regexp for checking
6869 output of "wc -l" more robust.
6870 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
6871 (tramp-open-connection-setup-interactive-shell): Remove workaround
6872 for OpenSolaris bug, it is not needed anymore.
6873
6874 2010-03-24 Glenn Morris <rgm@gnu.org>
6875
6876 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
6877
6878 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
6879
6880 * files.el (auto-mode-alist): Accept more verilog file patterns.
6881
6882 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6883
6884 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
6885
6886 2010-03-24 Glenn Morris <rgm@gnu.org>
6887
6888 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
6889 log-edit-before-checkin-process.
6890
6891 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
6892
6893 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
6894
6895 * vc-dispatcher.el (vc-start-logentry): Doc fix.
6896 (log-view-process-buffer, log-edit-extra-flags): Declare.
6897
6898 * log-edit.el (log-edit-before-checkin-process): Doc fix.
6899
6900 2010-03-23 Sam Steingold <sds@gnu.org>
6901
6902 Fix bug#5620: recalculate all markers on compilation buffer
6903 modifications, not on file modifications.
6904 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
6905 the buffer modification time, for buffers not associated with files.
6906 (compilation-mode): Create it.
6907 (compilation-filter): Update it.
6908 (compilation-next-error-function): Use it instead of
6909 `visited-file-modtime' for timestamp.
6910
6911 2010-03-23 Juri Linkov <juri@jurta.org>
6912
6913 Implement Occur multi-line matches.
6914 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
6915
6916 * replace.el (occur): Doc fix.
6917 (occur-engine): Set `begpt' to the beginning of the first line.
6918 Set `endpt' to the end of the last match line. At first, count
6919 line numbers between `origpt' and `begpt'. Split out code from
6920 `out-line' variable to new let-bindings `match-prefix' and
6921 `match-str'. In `out-line' add non-numeric prefix to all
6922 non-first lines of multi-line matches. Finally, count lines
6923 between `begpt' and `endpt' and add to `lines'.
6924
6925 2010-03-23 Juri Linkov <juri@jurta.org>
6926
6927 * replace.el (occur-accumulate-lines, occur-engine):
6928 Use `occur-engine-line' instead of duplicate code.
6929 (occur-engine-line): New function created from duplicate code
6930 in `occur-accumulate-lines' and `occur-engine'.
6931
6932 * replace.el (occur-engine-line): Add optional arg `keep-props'.
6933 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
6934
6935 2010-03-23 Juri Linkov <juri@jurta.org>
6936
6937 * finder.el: Remove TODO tasks.
6938
6939 * info.el (Info-finder-find-node): Add node "all"
6940 with all package info. Handle a list of multiple keywords
6941 separated by comma.
6942 (info-finder): In interactive use with a prefix argument,
6943 use `completing-read-multiple' to read a list of keywords
6944 separated by comma.
6945
6946 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
6947
6948 Add a new completion style `substring'.
6949 * minibuffer.el (completion-basic--pattern): New function.
6950 (completion-basic-try-completion, completion-basic-all-completions):
6951 Use it.
6952 (completion-substring--all-completions)
6953 (completion-substring-try-completion)
6954 (completion-substring-all-completions): New functions.
6955 (completion-styles-alist): New style `substring'.
6956
6957 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6958
6959 Get rid of .elc files after removal of the corresponding .el.
6960 * Makefile.in (compile-clean): New target.
6961 (compile-main): Use it.
6962
6963 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
6964
6965 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
6966 don't do make there. When compiling with separate object dir, there
6967 is no Makefile there.
6968
6969 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6970
6971 Get rid of the ELCFILES abomination, again.
6972 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6973 (all, compile): Don't call compile-last.
6974 (compile-main): Build the "elcfiles" list dynamically.
6975 (compile-targets): New (internal) target.
6976
6977 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
6978
6979 * Makefile.in (top_srcdir): Define.
6980 (abs_top_builddir): Define.
6981 (srcdir): Don't append `/..'.
6982 (EMACS): Use ${abs_top_builddir}.
6983 (all, compile, compile-always, compile-last): Don't set emacswd.
6984 (update-subdirs, update-authors): Use $(top_srcdir) instead of
6985 $(srcdir).
6986 (lisp): Use $(srcdir) instead of @srcdir@.
6987
6988 2010-03-21 Juri Linkov <juri@jurta.org>
6989
6990 Fix message of multi-line occur regexps and multi-buffer header lines.
6991 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
6992
6993 * replace.el (occur-1): Don't display regexp if it is longer
6994 than window-width. Use `query-replace-descr' to display regexp.
6995 (occur-engine): Don't display regexp in the buffer header for
6996 multi-buffer occur. Display a separate header line with total
6997 match count and regexp for multi-buffer occur.
6998 Use `query-replace-descr' to display regexp.
6999
7000 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
7001
7002 * net/secrets.el: Fix parenthesis.
7003 (secrets-enabled): Fix parenthesis.
7004
7005 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7006
7007 Use more relative file and directory names.
7008 * Makefile.in (EMACS): Arrange for it to work when we chdir.
7009 (setwins, setwins_almost, setwins_for_subdirs):
7010 Don't `cd'; output relative names.
7011 (all, compile, compile-always, compile-last): Set emacswd.
7012 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
7013 Just cd to the lisp source dir so we can use relative file names.
7014
7015 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
7016
7017 2010-03-20 Glenn Morris <rgm@gnu.org>
7018
7019 * textmodes/rst.el: Use faces for font-lock customization, and make the
7020 old -face variables obsolete.
7021 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
7022 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
7023 (rst-block-face, rst-external-face, rst-definition-face)
7024 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
7025 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
7026 Make obsolete.
7027 (rst-font-lock-keywords-function): Update for above changes.
7028
7029 2010-03-20 Juri Linkov <juri@jurta.org>
7030
7031 * s-region.el:
7032 * obsolete/s-region.el: Move to obsolete.
7033
7034 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
7035
7036 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
7037
7038 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
7039
7040 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
7041
7042 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
7043
7044 Add special markup processing for commit logs.
7045 * log-edit.el (log-edit-extra-flags): New variable.
7046 (log-edit): Add new argument MODE. Use that mode when non-nil
7047 instead of the log-view-mode.
7048 (log-view-process-buffer): New function.
7049
7050 * vc.el: Document that the checkin method takes optional
7051 arguments. Document new backend specific method: log-view-mode.
7052 (vc-default-log-edit-mode): New function.
7053 (vc-checkin): Use a backend specific log-view-mode.
7054 Pass extra arguments to the checkin method.
7055 (vc-modify-change-comment): Pass a dummy extra argument.
7056
7057 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
7058 log-edit.
7059 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
7060 (vc-finish-logentry): Process the log buffer before passing it
7061 down. Pass log-edit-extra-flags.
7062
7063 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
7064 command.
7065 (log-edit-extra-flags, log-edit-before-checkin-process):
7066 New declarations.
7067
7068 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
7069 command.
7070 (log-edit-extra-flags, log-edit-before-checkin-process):
7071 New declarations.
7072 (vc-hg-log-edit-mode): New derived mode.
7073
7074 * vc-arch.el (vc-arch-checkin):
7075 * vc-cvs.el (vc-cvs-checkin):
7076 * vc-git.el (vc-git-checkin):
7077 * vc-mtn.el (vc-mtn-checkin):
7078 * vc-rcs.el (vc-rcs-checkin):
7079 * vc-sccs.el (vc-sccs-checkin):
7080 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
7081
7082 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
7083
7084 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
7085 parent typo).
7086
7087 2010-03-19 Glenn Morris <rgm@gnu.org>
7088
7089 * password-cache.el (password-cache, password-cache-expiry): Autoload.
7090
7091 2010-03-18 Glenn Morris <rgm@gnu.org>
7092
7093 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
7094
7095 * replace.el (query-replace-history): Give it a doc string.
7096 (map-query-replace-regexp): Use query-replace-from-history-variable
7097 and query-replace-to-history-variable.
7098
7099 * mail/hashcash.el (declare-function): Remove duplicate definition.
7100
7101 * mail/emacsbug.el (report-emacs-bug-pretest-address):
7102 Make it an obsolete alias for report-emacs-bug-address.
7103 (message-strip-special-text-properties): Declare.
7104 (report-emacs-bug): Remove test for a pretest bug address.
7105 Combine message-mode-specific code.
7106
7107 * mail/supercite.el: Don't require sendmail.
7108 (mh-in-header-p): Declare rather than using with-no-warnings.
7109 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
7110 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
7111
7112 * calendar/cal-french.el: Convert to utf-8.
7113
7114 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
7115 Emacs scripts.
7116
7117 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
7118
7119 * net/secrets.el (secrets-enabled): New variable. Use it instead
7120 of a subfeature.
7121
7122 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
7123
7124 * net/secrets.el (top): Register the D-Bus signals only when the
7125 service "org.freedesktop.secrets" can be pinged.
7126 Provide subfeature `enabled'.
7127
7128 2010-03-14 Juri Linkov <juri@jurta.org>
7129
7130 Add finder unknown keywords.
7131
7132 * finder.el (finder-unknown-keywords): New function.
7133
7134 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
7135 to create a Finder node with unknown keywords.
7136
7137 2010-03-14 Juri Linkov <juri@jurta.org>
7138
7139 * finder.el (finder-compile-keywords): Replace `princ' with
7140 `prin1' on a list of symbols interned from keyword strings.
7141
7142 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
7143 a comma, then split keywords using a comma and optional whitespace.
7144 Otherwise, split by whitespace.
7145
7146 * complete.el:
7147 * face-remap.el:
7148 * log-view.el:
7149 * net/hmac-def.el:
7150 * net/hmac-md5.el:
7151 * net/netrc.el:
7152 * progmodes/mixal-mode.el: Fix keywords.
7153
7154 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
7155
7156 * Makefile.in (ELCFILES): Add net/secrets.elc.
7157
7158 * net/secrets.el: New file.
7159
7160 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
7161
7162 * facemenu.el (list-colors-display, list-colors-print): New arg
7163 callback. Use it to allow selecting colors.
7164
7165 * wid-edit.el (widget-image-insert): Insert image prop even if the
7166 current display is non-graphic.
7167 (widget-field-value-set): New fun.
7168 (editable-field): Use it.
7169 (widget-field-value-get): Clean up unused var.
7170 (widget-color-value-create, widget-color--choose-action):
7171 New funs. Allow using list-colors-display to choose color.
7172
7173 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
7174
7175 * cus-edit.el: Resort topmost custom groups.
7176 (custom-buffer-sort-alphabetically): Default to t.
7177 (customize-apropos): Use apropos-parse-pattern.
7178 (custom-search-field): New var.
7179 (custom-buffer-create-internal): Add custom-apropos search field.
7180 (custom-add-parent-links): Don't display parent doc.
7181 (custom-group-value-create): Don't sort top-level custom group.
7182 (custom-magic-value-create): Show visibility button before option name.
7183
7184 (custom-variable-state): New fun, from custom-variable-state-set.
7185 (custom-variable-state-set): Use it.
7186 (custom-group-value-create): Hide options with standard values
7187 using the :hidden-states property. Use progress reporter.
7188
7189 (custom-show): Simplify.
7190 (custom-visibility): Disable images by default.
7191 (custom-variable): New property :hidden-states.
7192 (custom-variable-value-create): Enable images for
7193 custom-visibility widgets. Use :hidden-states property to
7194 determine initial visibility.
7195
7196 * wid-edit.el (widget-image-find): Give images center ascent.
7197 (visibility): Add :on-image and :off-image properties.
7198 (widget-visibility-value-create): Use them.
7199
7200 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
7201
7202 * cus-edit.el (processes): Remove from development group.
7203 (oop, hypermedia): Delete group.
7204 (comm): Promote to top-level group.
7205
7206 * net/browse-url.el (browse-url):
7207 * net/xesam.el (xesam):
7208 * net/tramp.el (tramp):
7209 * net/goto-addr.el (goto-address):
7210 * net/ange-ftp.el (ange-ftp): Put in comm group.
7211
7212 * view.el (view): Remove from editing group.
7213
7214 * uniquify.el (uniquify): Put in files group.
7215
7216 * net/browse-url.el (browse-url):
7217 * ps-print.el (postscript): Put in external group.
7218
7219 * cus-edit.el (outlines):
7220 * textmodes/text-mode.el (text-mode-hook):
7221 * textmodes/table.el (table):
7222 * textmodes/picture.el (picture):
7223 * outline.el (outlines): Put in wp group.
7224
7225 * nxml/nxml-mode.el (nxml): Remove from wp group.
7226
7227 * net/tramp-imap.el (tramp-imap): Put in tramp group.
7228
7229 * mail/metamail.el (metamail): Remove from hypermedia group.
7230
7231 * cus-edit.el (abbrev):
7232 * whitespace.el (whitespace):
7233 * vcursor.el (vcursor):
7234 * reveal.el (reveal):
7235 * hl-line.el (hl-line): Put in convenience group.
7236
7237 * epg-config.el (epg): Put in data group.
7238
7239 * emulation/pc-select.el (pc-select): Put in emulations group.
7240
7241 * calculator.el (calculator): Put in applications group.
7242
7243 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
7244
7245 Add .dir-locals.el support for file-less buffers.
7246 * files.el (hack-local-variables): Split out code to apply local
7247 variable settings ...
7248 (hack-local-variables-apply): ... here. New function.
7249 (hack-dir-local-variables): Use the default directory for when the
7250 buffer does not have an associated file.
7251 (hack-dir-local-variables-non-file-buffer): New function.
7252 * diff-mode.el (diff-mode):
7253 * vc-annotate.el (vc-annotate-mode):
7254 * vc-dir.el (vc-dir-mode):
7255 * log-edit.el (log-edit-mode):
7256 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
7257
7258 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
7259
7260 Add support for shelving snapshots and for showing shelves.
7261 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
7262 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
7263 New functions.
7264 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
7265 (vc-bzr-extra-menu-map): Map them.
7266
7267 2010-03-11 Glenn Morris <rgm@gnu.org>
7268
7269 * cus-edit.el (customize-changed-options-previous-release):
7270 Bump to 23.1.
7271
7272 * image.el (image-animate-max-time): Fix :version tag.
7273
7274 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
7275
7276 * Branch for 23.2.
7277
7278 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7279
7280 * vc-git.el (vc-git-revision-table): Include remote branches.
7281
7282 2010-03-10 Kim F. Storm <storm@cua.dk>
7283
7284 Animated image API.
7285 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
7286
7287 * image.el (image-animate-max-time): New defcustom.
7288 (image-animated-types): New defconst.
7289 (create-animated-image, image-animate-timer)
7290 (image-animate-start, image-animate-stop, image-animate-timeout)
7291 (image-animated-p): New functions.
7292
7293 * image-mode.el (image-toggle-display-image):
7294 Replace `create-image' with `create-animated-image'.
7295
7296 2010-03-09 Miles Bader <miles@gnu.org>
7297
7298 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
7299 instead of "format:"; this ensures that the output is
7300 newline-terminated.
7301
7302 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
7303
7304 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
7305 that all errors are caught, and that the return value is always a
7306 list (Bug#5692).
7307
7308 2010-03-08 Kenichi Handa <handa@m17n.org>
7309
7310 * language/misc-lang.el (windows-1256): New coding system.
7311 (cp1256): New alias of windows-1256 (bug#5690).
7312
7313 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
7314
7315 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
7316 call to rfc822-bad-address. (Bug#5692)
7317
7318 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
7319
7320 * vc-git.el (vc-git-annotate-extract-revision-at-line):
7321 Use vc-git-root as default directory for revision path (Bug#5657).
7322
7323 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
7324
7325 * calculator.el (calculator): Don't bind split-window-keep-point
7326 (Bug#5674).
7327
7328 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
7329
7330 * vc-git.el: Re-flow to fit into 80 columns.
7331 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
7332 Remove spurious `quote' element in each case alternative.
7333 (vc-git-show-log-entry): Use prog1.
7334 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
7335
7336 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7337
7338 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
7339
7340 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
7341
7342 * macros.el (insert-kbd-macro): Look up keyboard macro using the
7343 definition, not the name (Bug#5481).
7344
7345 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
7346
7347 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
7348 argument with a local variable. (Bug#5670)
7349
7350 2010-03-02 Juri Linkov <juri@jurta.org>
7351
7352 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
7353
7354 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
7355
7356 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
7357 error when FILENAME and NEWNAME are existing remote directories.
7358
7359 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
7360 parameter DIR-FLAG.
7361
7362 2010-03-02 Glenn Morris <rgm@gnu.org>
7363
7364 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
7365 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
7366
7367 2010-03-01 Kenichi Handa <handa@m17n.org>
7368
7369 * language/burmese.el (burmese-composable-pattern): Rename from
7370 myanmar-composable-pattern.
7371
7372 * international/characters.el (script-list):
7373 * international/fontset.el (script-representative-chars):
7374 Change myanmar to burmese.
7375 (otf-script-alist): Likewise.
7376 (setup-default-fontset): Likewise. Re-fix :otf spec.
7377
7378 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
7379
7380 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
7381
7382 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
7383
7384 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
7385
7386 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
7387
7388 * net/tramp.el (tramp-handle-write-region): START can be a string.
7389 Take care in the checks. Reported by Dan Davison
7390 <davison@stats.ox.ac.uk>.
7391
7392 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
7393
7394 * net/dbus.el (dbus-introspect, dbus-get-property)
7395 (dbus-set-property, dbus-get-all-properties):
7396 Use `dbus-call-method' when noninteractive. (Bug#5645)
7397
7398 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
7399
7400 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
7401 * emacs-lisp/elint.el (elint-add-required-env):
7402 * calendar/icalendar.el (icalendar--add-diary-entry):
7403 * calc/calcalg2.el (math-tracing-integral):
7404 * files.el (recover-session-finish): Use with-current-buffer
7405 instead of save-excursion.
7406
7407 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
7408
7409 Fix in-buffer completion when after-change-functions modify the buffer.
7410 * minibuffer.el (completion--replace): New function.
7411 (completion--do-completion): Use it and use relative movement.
7412
7413 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
7414
7415 * international/fontset.el (setup-default-fontset): Fix :otf spec.
7416
7417 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
7418
7419 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
7420 Allow the characters _<> in the stack entry (Bug#5653).
7421
7422 2010-02-26 Kenichi Handa <handa@m17n.org>
7423
7424 * language/burmese.el: Fix entries in composition-function-table.
7425 (myanmar-composable-pattern): New variable.
7426
7427 * international/fontset.el (setup-default-fontset): Add an entry
7428 for myanmar.
7429
7430 * international/characters.el (script-list): Add Myanmar
7431 Extended-A.
7432
7433 2010-02-26 Glenn Morris <rgm@gnu.org>
7434
7435 * custom.el (custom-initialize-delay): Doc fix.
7436
7437 * mail/sendmail.el (send-mail-function): Autoload the call
7438 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
7439
7440 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
7441
7442 * files.el (hack-local-variables-filter): For eval forms, also
7443 check safe-local-variable-p (Bug#5636).
7444
7445 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
7446
7447 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
7448 setting the modes by `ignore-errors'. It might fail, for example
7449 if the file is not owned by the user but the group.
7450 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
7451
7452 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
7453
7454 * files.el (directory-listing-before-filename-regexp): Use
7455 stricter matching for iso-style dates, to avoid false matches with
7456 date-like filenames (Bug#5597).
7457
7458 * htmlfontify.el (htmlfontify): Doc fix.
7459
7460 * eshell/eshell.el (eshell): Doc fix.
7461
7462 * startup.el (fancy-about-screen): In mode-line, apply
7463 mode-line-buffer-id face only to the buffer name (Bug#5613).
7464
7465 2010-02-20 Kevin Ryde <user42@zip.com.au>
7466
7467 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7468 In `watcom' anchor regexp to start of line, to avoid slowness
7469 (Bug#5599).
7470
7471 2010-02-20 Eli Zaretskii <eliz@gnu.org>
7472
7473 * subr.el (remove-yank-excluded-properties): Explain in a comment
7474 why `category' property is removed.
7475
7476 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
7477
7478 * isearch.el (isearch-update-post-hook, isearch-update): Revert
7479 2010-02-17 change.
7480
7481 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
7482
7483 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
7484 (icalendar--convert-weekly-to-ical)
7485 (icalendar--convert-yearly-to-ical)
7486 (icalendar--convert-block-to-ical)
7487 (icalendar--convert-cyclic-to-ical)
7488 (icalendar--convert-anniversary-to-ical): Take care of time
7489 specifications where hour has 1-digit only (Bug#5549).
7490
7491 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
7492
7493 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
7494 of disassemble output in GDB 7.1.
7495
7496 2010-02-19 Glenn Morris <rgm@gnu.org>
7497
7498 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
7499 property. (Bug#5593)
7500
7501 2010-02-18 Sam Steingold <sds@gnu.org>
7502
7503 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
7504
7505 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
7506
7507 Use abbreviated file names in bookmarks (bug#5591).
7508 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
7509 calls to expand-file-name.
7510 (bookmark-relocate): Use abbreviated file names in bookmarks.
7511 (bookmark-load): Use abbreviated file names in messages.
7512
7513 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
7514
7515 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
7516 expand "." and "..". Reported by Thierry Volpiatto
7517 <thierry.volpiatto@gmail.com>.
7518
7519 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
7520
7521 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
7522 permissions of the temporary file to "0600". In case the remote
7523 file has no read permissions for the owner, there might be
7524 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
7525
7526 22010-02-18 Glenn Morris <rgm@gnu.org>
7527
7528 * emacs-lisp/authors.el (authors-renamed-files-alist):
7529 Add entries for INSTALL.CVS.
7530
7531 2010-02-17 Mark A. Hershberger <mah@everybody.org>
7532
7533 * vc-bzr.el: Fix typo in Known Bugs section.
7534
7535 * isearch.el (isearch-update-post-hook): New hook.
7536 (isearch-update): Use the new hook.
7537
7538 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
7539
7540 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
7541 Fix errors in copying directories.
7542 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
7543 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
7544 (tramp-handle-delete-file)
7545 (tramp-handle-dired-recursive-delete-directory)
7546 (tramp-handle-write-region): Flush also the cache for the upper
7547 directory.
7548
7549 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
7550
7551 * simple.el (save-interprogram-paste-before-kill): Doc fix.
7552
7553 * cus-edit.el (hardware): Doc fix.
7554
7555 * man.el (man): Add to external custom group.
7556
7557 * delim-col.el (columns): Move to wp custom group.
7558
7559 * doc-view.el (doc-view): Add to data custom group.
7560
7561 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
7562
7563 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
7564 by ispell-parse-output (Bug#5575).
7565
7566 2010-02-16 Kenichi Handa <handa@m17n.org>
7567
7568 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
7569 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
7570 (skkdic-convert): Use `euc-japan' coding system for writing.
7571
7572 2010-02-16 Glenn Morris <rgm@gnu.org>
7573
7574 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
7575 tex-main-file before using it. (Bug#5562)
7576
7577 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
7578
7579 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
7580 warnings, since it is annoying for the user to see them each time he
7581 runs the code.
7582
7583 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
7584
7585 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
7586 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
7587 instead of PROC for caching "first-password-request". Otherwise,
7588 new processes would not profit from passwords already entered.
7589
7590 * net/tramp-cache.el (tramp-dump-connection-properties):
7591 Don't save "first-password-request" property.
7592
7593 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
7594
7595 * outline.el (outline-head-from-level):
7596 * simple.el (with-wrapper-hook):
7597 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
7598 (elint-defun, elint-buffer-env, elint-top-form-logged)
7599 (elint-unbound-variable):
7600 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
7601 Fix typos in docstrings.
7602
7603 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
7604
7605 * files.el (insert-directory): When WILDCARD-REGEXP and
7606 FULL-DIRECTORY-P are nil, insert the file entry instead of the
7607 whole directory. (Bug#5551)
7608
7609 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
7610 dired's alignment sanity. (Bug#5516)
7611
7612 2010-02-14 Juri Linkov <juri@jurta.org>
7613
7614 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
7615 Remove remaining ^H with their preceding chars. (Bug#5566)
7616
7617 2010-02-13 Glenn Morris <rgm@gnu.org>
7618
7619 * simple.el (transpose-subr): Give it a doc-string.
7620
7621 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
7622 Doc fixes.
7623
7624 2010-02-12 Juri Linkov <juri@jurta.org>
7625
7626 * arc-mode.el (archive-unique-fname): Make directories for nested
7627 archives. (Bug#5540)
7628
7629 2010-02-12 Juri Linkov <juri@jurta.org>
7630
7631 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
7632
7633 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
7634
7635 * subr.el (copy-overlay): Handle deleted overlays.
7636
7637 * man.el (Man-completion-table): Don't signal an error if we can't run
7638 manual-program (bug#4056).
7639
7640 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
7641
7642 * textmodes/artist.el (artist-mt): Fix typos in docstring.
7643
7644 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7645
7646 * info.el (Info-bookmark-jump): Simplify.
7647
7648 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
7649 (bookmark-default-handler): Accept new bookmark field `buffer'.
7650
7651 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
7652
7653 * iswitchb.el (iswitchb-completions): Revert last change.
7654
7655 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
7656
7657 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
7658 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
7659 This prevents file names like "~/" being listed literally.
7660
7661 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
7662
7663 * term/xterm.el (xterm-maybe-set-dark-background-mode):
7664 Remove dead code. (Bug#5546)
7665
7666 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
7667
7668 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
7669 correctly (Bug#5548).
7670
7671 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
7672
7673 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
7674 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
7675
7676 2010-02-08 Kenichi Handa <handa@m17n.org>
7677
7678 * international/mule-util.el (with-coding-priority): Add autoload
7679 cookie for putting `lisp-indent-function'.
7680
7681 2010-02-07 Glenn Morris <rgm@gnu.org>
7682
7683 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
7684 Move F2003 named interfaces from keywords-2 to keywords-1, and
7685 use function-name-face rather than constant-face.
7686 Simplify "abstract interface" regexp.
7687
7688 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
7689
7690 * eshell/esh-util.el (eshell-file-attributes): New optional arg
7691 ID-FORMAT. Pass it to `file-attributes'.
7692
7693 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
7694
7695 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
7696
7697 * faces.el (set-face-attribute): Allow calling
7698 internal-set-lisp-face-attribute with 'unspecified family and
7699 foundry argument (Bug#5536).
7700
7701 2010-02-07 Glenn Morris <rgm@gnu.org>
7702
7703 * progmodes/f90.el (f90-font-lock-keywords-2)
7704 (f90-looking-at-type-like, f90-looking-at-program-block-end):
7705 Handle F2003 named interfaces.
7706
7707 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
7708
7709 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
7710 beg and end before calling c-get-state-before-change-functions.
7711
7712 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
7713
7714 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
7715
7716 2010-02-05 Juri Linkov <juri@jurta.org>
7717
7718 * doc-view.el (doc-view-mode):
7719 * image-mode.el (image-mode): Put property mode-class=special.
7720 (Bug#4896)
7721
7722 2010-02-05 Mark A. Hershberger <mah@everybody.org>
7723
7724 * vc-svn.el (vc-svn-revision-table): New function.
7725
7726 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
7727
7728 * net/ange-ftp.el (ange-ftp-insert-directory):
7729 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7730 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7731 Handle also directories. (Bug#5478)
7732
7733 2010-02-05 Glenn Morris <rgm@gnu.org>
7734
7735 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
7736
7737 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
7738
7739 * startup.el (command-line-1): Convert options beginning with a
7740 single dash as well (Bug#5519).
7741
7742 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
7743
7744 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
7745 * minibuffer.el (completion-initials-expand): Only check the presence
7746 of delims *within* the boundaries, since otherwise the / delim is
7747 always found for files.
7748
7749 Fix up various corner case problems.
7750 * doc-view.el (doc-view-last-page-number): New function.
7751 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
7752 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
7753 (doc-view-kill-proc): Avoid inf-loop in freak cases.
7754 (doc-view-reconvert-doc): Use the new recursive delete-directory.
7755 (doc-view-convert-current-doc): Don't create the resolution.el file
7756 here any more.
7757 (doc-view-pdf/ps->png): Do it here instead.
7758 (doc-view-already-converted-p): Check that resolution.el is present.
7759 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
7760 windows that are not yet showing images.
7761
7762 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
7763
7764 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
7765 `dired-uncache' for every elemnt which is an absolute file name.
7766
7767 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
7768 directory, handle its directory component.
7769 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
7770 function is called permanently and creates noise, otherwise.
7771
7772 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7773 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7774 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
7775
7776 2010-02-04 David Burger <dburger@google.com> (tiny change)
7777
7778 * macros.el (apply-macro-to-region-lines):
7779 Minor simplification. (Bug#5485)
7780
7781 2010-02-04 Glenn Morris <rgm@gnu.org>
7782
7783 * mail/rmail.el (rmail-show-message-1): Handle malformed
7784 quoted-printable text. (Bug#5441)
7785
7786 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
7787
7788 * simple.el (visual-line-mode): Capitalize lighter.
7789
7790 2010-02-03 John Wiegley <jwiegley@gmail.com>
7791
7792 * iswitchb.el (iswitchb-completions): Add bookmark files to the
7793 list of files considered for "virtual buffer" completions.
7794
7795 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
7796
7797 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
7798 also in case of (and (not full) (not wildcard)). This is needed
7799 when dired is called with a list of files, which are not in
7800 `default-directory'. (Bug#5478)
7801
7802 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
7803
7804 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
7805
7806 2010-02-02 Juri Linkov <juri@jurta.org>
7807
7808 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
7809 from unidiff to allow function-line after @@.
7810
7811 2010-02-02 Juri Linkov <juri@jurta.org>
7812
7813 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
7814 '(RCS SCCS) with inverted condition.
7815
7816 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
7817
7818 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
7819 messages.
7820
7821 2010-02-01 Juri Linkov <juri@jurta.org>
7822
7823 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
7824 compare with "pkunzip" and "pkzip" instead of only "pkzip".
7825 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
7826 only when (car archive-zip-extract) is "unzip". (Bug#5475)
7827
7828 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
7829
7830 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
7831 (doc-view-revert-buffer): New command.
7832 (doc-view-mode-map): Use it.
7833
7834 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
7835
7836 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
7837 pending merge is detected.
7838
7839 2010-01-31 Juri Linkov <juri@jurta.org>
7840
7841 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
7842 beginning of interactive spec like all other grep commands do.
7843 Put "all" in front of "gz". (Bug#5260)
7844
7845 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
7846
7847 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
7848
7849 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
7850
7851 * dirtrack.el (dirtrack): Warn instead of signalling error if the
7852 regexp is incorrect (Bug#5476).
7853
7854 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
7855
7856 * net/tramp.el (tramp-handle-insert-directory): Handle also
7857 symlinks, when FILENAME is not in `default-directory'.
7858
7859 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
7860
7861 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
7862 FILE is not in `default-directory'. (Bug#5478)
7863
7864 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
7865 of SWITCHES. Handle the case, FILENAME is not in
7866 `default-directory'. (Bug#5478)
7867 (tramp-register-file-name-handlers): Add safe-magic property.
7868
7869 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
7870
7871 * arc-mode.el (archive-zip-extract): Quote the argument passed to
7872 unzip (Bug#5475).
7873
7874 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
7875
7876 * progmodes/flymake.el (flymake-allowed-file-name-masks)
7877 (flymake-master-make-header-init): Add other C++ filename masks.
7878 (flymake-find-possible-master-files)
7879 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
7880
7881 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
7882
7883 Fix some busybox annoyances.
7884
7885 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
7886 not responding." string.
7887 (tramp-open-connection-setup-interactive-shell): Dump stty
7888 settings. Enable "neveropen" arg for all `tramp-send-command'
7889 calls. Handle "=" in variable values properly.
7890 (tramp-find-inline-encoding): Raise an error, when no encoding is
7891 found.
7892 (tramp-wait-for-output): Check, whether PROC buffer is available.
7893 Remove spurious " ^H" sequences, sent by busybox.
7894 (tramp-get-ls-command): Suppress coloring, if possible.
7895
7896 2010-01-28 Glenn Morris <rgm@gnu.org>
7897
7898 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
7899
7900 * log-edit.el (log-edit-strip-single-file-name): Add missing
7901 :safe, :group, and :version tags.
7902
7903 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
7904
7905 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
7906 buffers. (Bug#5477)
7907
7908 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
7909
7910 * files.el (delete-directory): Handle moving to trash without
7911 first doing recursion (Bug#5436).
7912
7913 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
7914
7915 * vc-hooks.el (vc-path): Mark as obsolete.
7916
7917 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
7918
7919 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
7920 names too.
7921
7922 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
7923 for the short log.
7924 (vc-bzr-log-view-mode): Adjust regexp for the above change.
7925
7926 2010-01-25 Mark A. Hershberger <mah@everybody.org>
7927
7928 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
7929
7930 * vc-bzr.el (vc-bzr-revision-table): New function.
7931
7932 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
7933
7934 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
7935 diff-index command. This requires at least git-1.5.5. (Bug#1589).
7936
7937 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
7938
7939 Remove support for adding --signoff on commit.
7940 Future support will use an incompatible generic mechanism.
7941 * vc-git.el (vc-git-add-signoff): Remove variable.
7942 (vc-git-toggle-signoff): Remove function.
7943 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
7944
7945 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
7946 from xterm-set-background-mode. Return t if the background mode
7947 was set.
7948 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
7949 earlier, call it again in case the background mode has changed.
7950
7951 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
7952
7953 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
7954 (Bug#3541).
7955
7956 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
7957
7958 * emacs-lisp/assoc.el (aelement): Doc fix.
7959 (aput, adelete, amake): Use lexical-let (Bug#5450).
7960
7961 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
7962
7963 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
7964 is the same as subprogram call, not declaration. (Bug#5435).
7965
7966 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
7967
7968 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
7969 (tramp-smb-maybe-open-connection): Use it.
7970
7971 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
7972
7973 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
7974
7975 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
7976
7977 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
7978 just because we see "encoding: 8bit".
7979 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
7980
7981 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
7982
7983 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
7984
7985 2010-01-22 Eli Zaretskii <eliz@gnu.org>
7986
7987 * jka-compr.el (jka-compr-load): If load-file is not in
7988 load-history, try its file-truename version. (bug#5447)
7989
7990 2010-01-21 Alan Mackenzie <acm@muc.de>
7991
7992 Fix a situation where deletion of a cpp construct throws an error.
7993 * progmodes/cc-engine.el (c-invalidate-state-cache):
7994 Before invoking c-with-all-but-one-cpps-commented-out, check that the
7995 special cpp construct is still in the buffer.
7996 (c-parse-state): Record the special cpp with markers, not numbers.
7997
7998 2010-01-21 Kenichi Handa <handa@m17n.org>
7999
8000 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
8001 process last-command-event, as it is now decoded first (Bug#5380).
8002
8003 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
8004
8005 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
8006
8007 2010-01-20 Glenn Morris <rgm@gnu.org>
8008
8009 * indent.el (tab-always-indent): Fix custom-type.
8010
8011 2010-01-19 Alan Mackenzie <acm@muc.de>
8012
8013 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
8014 buffer throws "args out of range".
8015 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
8016 playing the role of delimiter.
8017
8018 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
8019
8020 * progmodes/ada-mode.el: Fix bug#5400.
8021 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
8022 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
8023 changed. Delete RECURSIVE parameter; never used. Improve doc string.
8024 Improve comments in "is" portion. Handle null procedure declaration.
8025 (ada-move-to-end): Improve doc string.
8026
8027 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
8028
8029 * ido.el (ido-cur-list): Initialize to nil.
8030 Remove obsolete information from commentary.
8031 (ido-choice-list): Initialize to nil.
8032 (ido-get-bufname): Reject minibuffers.
8033 (ido-make-buffer-list): If "default" is a nonexistent
8034 buffer, ignore it, as per the function's comment.
8035 (ido-kill-buffer-internal): New function.
8036 (ido-kill-buffer-at-head): Use it.
8037 (ido-visit-buffer): Likewise.
8038
8039 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
8040
8041 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
8042
8043 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
8044
8045 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
8046 Fix typos in chart titles.
8047
8048 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
8049 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
8050 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
8051 (describe-class, eieio-describe-generic, describe-generic):
8052 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
8053 (eieio-speedbar-expand):
8054 * emulation/viper-cmd.el (viper-exec-form-in-vi)
8055 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
8056 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
8057 (viper-del-backward-char-in-replace, viper-backward-indent)
8058 (viper-brac-function, viper-register-to-point, viper-submit-report):
8059 * net/tramp.el (tramp-remote-coding-commands):
8060 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
8061 Fix typos in docstrings.
8062
8063 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
8064
8065 * mail/sendmail.el (mail-yank-original): Set the mark if the
8066 specified function for yanking does not do it.
8067
8068 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
8069
8070 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
8071
8072 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
8073 resyncing a directory.
8074
8075 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
8076
8077 * progmodes/ada-mode.el: Fix bug#1920.
8078 (ada-ident-re): Delete ., allow multibyte characters.
8079 (ada-goto-label-re): New; matches goto labels.
8080 (ada-block-label-re): New; matches block labels.
8081 (ada-label-re): New; matches both.
8082 (ada-named-block-re): Deleted; callers changed to use
8083 `ada-block-label-re' instead.
8084 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
8085 Use `ada-block-label-re'.
8086 (ada-indent-on-previous-lines): Improve handling of goto labels.
8087 (ada-get-indent-block-start): Special-case block label.
8088 (ada-get-indent-label): Split into `ada-indent-block-label' and
8089 `ada-indent-goto-label'.
8090 (ada-goto-stmt-start, ada-goto-next-non-ws):
8091 Optionally ignore goto labels.
8092 (ada-goto-next-word): Simplify.
8093 (ada-indent-newline-indent-conditional): Insert newline before
8094 trying to fix indentation; doc fix.
8095
8096 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
8097
8098 * calc/calc.el (calc-command-flags): Give it an initial value.
8099
8100 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
8101
8102 * files.el (minibuffer-with-setup-hook):
8103 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
8104 (artist-key-draw-continously, artist-key-do-continously-continously)
8105 (artist-key-set-point-continously, artist-mouse-draw-continously):
8106 Fix typos in docstrings.
8107
8108 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
8109
8110 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
8111 return t (Bug#3898).
8112
8113 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
8114
8115 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
8116 can parse the output of the external commands (Bug#5279).
8117
8118 2010-01-16 Jari Aalto <jari.aalto@cante.net>
8119
8120 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
8121
8122 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
8123
8124 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
8125
8126 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
8127
8128 * startup.el (command-line): Remove unused --icon-type arg.
8129 Handle --display arg, passing it to command-line-1 (Bug#5392).
8130
8131 2010-01-16 Mario Lang <mlang@delysid.org>
8132
8133 * emacs-lisp/chart.el (chart-translate-namezone):
8134 * textmodes/artist.el (artist-compute-popup-menu-table):
8135 Remove duplicated words in doc-strings.
8136
8137 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
8138
8139 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
8140 to mairix-search to suppress threading (Bug#5342).
8141
8142 2010-01-15 Kenichi Handa <handa@m17n.org>
8143
8144 * international/mule-cmds.el (canonicalize-coding-system-name):
8145 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
8146
8147 2010-01-15 Glenn Morris <rgm@gnu.org>
8148
8149 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
8150
8151 * wid-edit.el (widget-keymap): Doc fix.
8152
8153 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
8154 former seems to be more widely accepted by various svn versions.
8155
8156 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
8157
8158 * find-cmd.el (find-constituents):
8159 * vc-arch.el (vc-arch-root):
8160 * window.el (window-body-height, pop-up-frames):
8161 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
8162 * progmodes/ada-stmt.el (ada-if):
8163 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
8164 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
8165 (ispell-encoding8-command, ispell-aspell-supports-utf8)
8166 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
8167
8168 * progmodes/flymake.el (flymake-post-syntax-check):
8169 Fix typo in error message.
8170
8171 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
8172
8173 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
8174 which is always a string. (Bug#5313)
8175
8176 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
8177
8178 * progmodes/ada-xref.el (ada-default-prj-properties):
8179 Simplify previous change.
8180
8181 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8182
8183 * progmodes/ada-xref.el (ada-default-prj-properties):
8184 Default ada_project_path to $ADA_PROJECT_PATH.
8185
8186 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8187
8188 * progmodes/ada-mode.el (ada-create-keymap):
8189 Override `narrow-to-defun' with `ada-narrow-to-defun'.
8190
8191 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8192
8193 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
8194 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
8195 (ada-get-current-indent, ada-imenu-generic-expression)
8196 (ada-which-function): Check for it.
8197
8198 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8199
8200 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
8201 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
8202
8203 2010-01-14 Glenn Morris <rgm@gnu.org>
8204
8205 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
8206
8207 2010-01-14 Kenichi Handa <handa@m17n.org>
8208
8209 * composite.el (auto-composition-mode): Make it a buffer local
8210 variable (permanent-local).
8211 (auto-composition-function): Set the default value to
8212 auto-compose-chars.
8213 (auto-composition-mode): Make it a simple function, not a minor mode.
8214 (global-auto-composition-mode): Likewise.
8215 (turn-on-auto-composition-if-enabled): Delete it.
8216
8217 2010-01-13 Karl Fogel <kfogel@red-bean.com>
8218
8219 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
8220
8221 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
8222
8223 * files.el (copy-directory): Compute target for recursive
8224 directories with identical names. (Bug#5343)
8225
8226 2010-01-12 Glenn Morris <rgm@gnu.org>
8227
8228 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
8229 it to bug-gnu-emacs rather than emacs-pretest-bug.
8230
8231 2010-01-11 Sam Steingold <sds@gnu.org>
8232
8233 * imenu.el (imenu-default-create-index-function): Detect infinite
8234 loops caused by imenu-prev-index-position-function.
8235
8236 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
8237
8238 * htmlfontify.el (htmlfontify-load-rgb-file)
8239 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
8240 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
8241 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
8242 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
8243 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
8244 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
8245 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
8246 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
8247 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
8248 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
8249 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
8250 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
8251 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
8252 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
8253 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
8254 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
8255 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
8256 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
8257 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
8258 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
8259 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
8260 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
8261 backslash-quoting from parentheses, etc.
8262
8263 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
8264
8265 * progmodes/js.el: Autoload javascript-mode alias.
8266
8267 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
8268
8269 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
8270 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
8271 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
8272 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
8273 Fix typos in docstrings.
8274 (ffap-url-regexp): Doc fix.
8275 (ffap-at-mouse): Fix typo in message.
8276
8277 2010-01-11 Glenn Morris <rgm@gnu.org>
8278
8279 * version.el (emacs-copyright): Set copyright year to 2010.
8280
8281 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
8282
8283 * format.el (format-annotate-function): Only set
8284 write-region-post-annotation-function after running to-fn so as not to
8285 affect nested write-region calls (bug#5273).
8286
8287 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
8288
8289 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
8290 wisent/python.el.
8291
8292 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
8293
8294 * man.el (Man-goto-section): Signal error if the section is not
8295 found (Bug#5317).
8296
8297 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
8298
8299 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
8300 URLs with a leading triple slash in the file: scheme. (Bug#5345)
8301
8302 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
8303
8304 * progmodes/compile.el: Don't treat compile-command as safe if
8305 compilation-read-command might be nil (Bug#4218).
8306
8307 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
8308
8309 * startup.el (command-line-1): Use orig-argi to check for ignored X and
8310 NS options.
8311
8312 2010-01-08 Kenichi Handa <handa@m17n.org>
8313
8314 * international/fontset.el (build-default-fontset-data):
8315 Exclude characters in scripts kana, hangul, han, or cjk-misc.
8316
8317 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
8318
8319 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
8320 to `create-file-buffer' as it expects, not just a buffer name.
8321 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
8322 to help uniquify. (Bug#3224)
8323
8324 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
8325
8326 * font-setting.el (font-setting-change-default-font): Use user-spec
8327 instead of name.
8328
8329 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
8330
8331 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
8332
8333 2010-01-05 Tom Tromey <tromey@redhat.com>
8334
8335 * progmodes/python.el (python-font-lock-keywords):
8336 Handle qualified decorators (Bug#881).
8337
8338 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
8339
8340 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
8341 in a lightweight checkout.
8342
8343 2010-01-05 Kenichi Handa <handa@m17n.org>
8344
8345 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
8346
8347 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
8348
8349 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
8350
8351 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
8352
8353 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
8354 checkouts. (Bug#618)
8355 (vc-bzr-log-view-mode): Also highlight the author.
8356 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
8357 (vc-bzr-shelve-menu-map):
8358 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
8359 (vc-bzr-shelve-apply): Make prompt more explicit.
8360
8361 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
8362
8363 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
8364 They are valid characters in URL paths (rfc3986), and at least
8365 Firefox does not understand the encoded version (Bug#3166).
8366
8367 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
8368
8369 * progmodes/octave-mod.el (octave-end-keywords)
8370 (octave-block-begin-or-end-regexp, octave-block-match-alist):
8371 Add "end" keyword (Bug#3061).
8372 (octave-end-as-array-index-p): New function.
8373 (calculate-octave-indent): Use it.
8374
8375 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8376
8377 * bookmark.el: Consistently put the text property on the bookmark name.
8378 (bookmark-bmenu-marks-width): Bump back to 2, to include
8379 annotation marks.
8380 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
8381 property on the bookmark name, instead of not putting it at all.
8382 (bookmark-bmenu-list): Fix where we put the text property.
8383
8384 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8385
8386 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
8387 for showing buffer modified state (as added in the previous change).
8388
8389 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8390
8391 * bookmark.el: Show modified state of bookmark buffer more accurately.
8392 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
8393 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
8394 (with-buffer-modified-unmodified): New macro.
8395 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8396 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
8397 Use new macro to preserve the buffer modified state.
8398
8399 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8400
8401 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
8402 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
8403 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
8404 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
8405 (bookmark-bmenu-rename, bookmark-bmenu-locate)
8406 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
8407 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
8408
8409 2010-01-02 Eli Zaretskii <eliz@gnu.org>
8410
8411 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8412 Make the lines in the generated doc string shorter. (Bug#4668)
8413
8414 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
8415
8416 * net/rcirc.el: Add follow-link binding (Bug#4738).
8417
8418 2010-01-02 Eli Zaretskii <eliz@gnu.org>
8419
8420 * Makefile.in (bzr-update): Rename from cvs-update.
8421 (cvs-update): New target for backward compatibility.
8422
8423 * makefile.w32-in (bzr-update): Rename from cvs-update.
8424 (cvs-update): New target for backward compatibility.
8425
8426 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8427
8428 * bookmark.el: Remove gratuitous gratitude.
8429
8430 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8431
8432 * bookmark.el (bookmark-bmenu-any-marks): New function.
8433 (bookmark-bmenu-save): Clear buffer modification if no marks.
8434
8435 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8436
8437 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
8438 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
8439 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
8440 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
8441
8442 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
8443 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
8444 To: emacs-devel {_AT_} gnu.org
8445 Subject: bookmark.el bug report
8446 Date: Mon, 28 Dec 2009 14:19:16 +0800
8447 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
8448
8449 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8450
8451 * bookmark.el: Improvements suggested by Drew Adams:
8452 (bookmark-bmenu-ensure-position): New name for
8453 `bookmark-bmenu-check-position'. Just ensure the position,
8454 don't return any meaningful value.
8455 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
8456 New constants.
8457
8458 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
8459
8460 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
8461 (bookmark-yank-point, bookmark-bmenu-check-position):
8462 Fix typos in docstrings.
8463 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
8464 (bookmark-name-from-full-record, bookmark-get-position)
8465 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
8466 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
8467 Remove useless quoting of parenthesis, etc. in docstrings.
8468
8469 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
8470 (ediff-append-custom-diff): Fix typo in error message.
8471 (ediff-meta-mark-equal-files): Fix typos in messages.
8472
8473 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
8474
8475 * net/imap-hash.el (imap-hash-make): Doc fix.
8476 (imap-hash-test): Fix typo in error message; reflow docstring.
8477 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
8478 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
8479 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
8480 Fix typos in docstrings.
8481 (imap-hash-open-connection): Fix typo in error message.
8482
8483 * play/gomoku.el (gomoku): Fix typos in docstring.
8484
8485 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
8486 (gdb-jsonify-buffer): Fix typos in docstring.
8487 (gdb-goto-breakpoint): Fix typo in error message.
8488 ("Display Other Windows"): Fix typo in help message.
8489 (gdb-speedbar-expand-node): Fix typo in question.
8490
8491 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
8492 (idlwave-html-system-help-location, idlwave-html-help-location)
8493 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
8494 (idlwave-help-browser-generic-args, idlwave-help-directory)
8495 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
8496 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
8497 (idlwave-online-help, idlwave-help-html-link)
8498 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
8499 Fix typos in docstrings.
8500 (idlwave-help-with-source, idlwave-help-find-routine-definition):
8501 Reflow docstrings.
8502 (idlwave-help-assistant-start): Fix typo in error message.
8503
8504 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
8505 (octave-electric-space): Fix typos in docstrings.
8506
8507 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
8508
8509 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
8510
8511 2010-01-01 Juri Linkov <juri@jurta.org>
8512
8513 * comint.el (comint-input-ring-size): Make it a defcustom and
8514 increase the default to 500 (Bug#5148).
8515
8516 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
8517
8518 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
8519 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
8520 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
8521
8522 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
8523
8524 Show working revision correctly for mercurial.
8525 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
8526 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
8527
8528 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
8529
8530 Declare some functions for the byte-compiler.
8531 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
8532 (speedbar-timer-fn, speedbar-change-expand-button-char)
8533 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
8534
8535 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
8536
8537 This changeset reverts GDB Graphical Interface to use annotations.
8538 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
8539
8540 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
8541
8542 Make vc-dir work on subdirectories of the bzr root.
8543 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
8544 file names relative to it.
8545 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
8546 relative directory to vc-bzr-after-dir-status.
8547
8548 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
8549
8550 * font-lock.el (font-lock-refresh-defaults): New function, which
8551 can be used to let font-lock react to external changes in
8552 variables like font-lock-defaults and keywords.
8553 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
8554
8555 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
8556
8557 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
8558
8559 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
8560
8561 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
8562
8563 Supersede color.diff settings in git log (bug#5211).
8564
8565 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
8566 escape chars in its output when the user has color.diff set to `always'.
8567 This fix works on git 1.4.2 and newer (released on 2006-08-13).
8568
8569 2009-12-26 Kevin Ryde <user42@zip.com.au>
8570
8571 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
8572 node. Keep previous "Index" name to work with past coreutils too.
8573
8574 * man.el (man): Revise docstring a bit to show -a and -l as
8575 examples. Add -k description since support for it has otherwise
8576 been a secret. (Further to bug#3717.)
8577 (Man-bgproc-sentinel): When "-k foo" produces no output show error
8578 "no matches" rather than "Can't find manpage", as the latter reads
8579 like -k was interpreted as a page name, which is not so. (Bug#5431)
8580
8581 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
8582
8583 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
8584 switches. Check also for //SUBDIRED// line.
8585
8586 2009-12-25 Kenichi Handa <handa@m17n.org>
8587
8588 * language/indian.el (devanagari-composable-pattern): Fixed to
8589 handle ZWNJ and ZWJ. Use it in composition-function-table for
8590 Devanagari.
8591 (malayalam-composable-pattern): Fix previous change.
8592
8593 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8594
8595 * ps-print.el (ps-face-attributes): It was not returning the
8596 attribute face for faces specified as string. Reported by harven
8597 <harven@free.fr>. (Bug#5254)
8598 (ps-print-version): New version 7.3.5.
8599
8600 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
8601
8602 * calendar/icalendar.el (icalendar--convert-tz-offset):
8603 Fix timezone names.
8604 (icalendar--convert-tz-offset): Fix the "last-day-problem".
8605 (icalendar--add-diary-entry): Remove the trailing blank that
8606 diary-make-entry inserts.
8607
8608 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
8609
8610 Make `file-expand-wildcards' work for remote files.
8611
8612 * files.el (file-expand-wildcards): In case of remote files, check
8613 only local file name part for wildcards. Provide feature 'files
8614 and subfeature 'remote-wildcards. (Bug#5198)
8615
8616 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
8617 if there is already an established connection.
8618 (tramp-advice-file-expand-wildcards): Remove it.
8619
8620 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
8621 (tramp-advice-file-expand-wildcards): Move from tramp.el.
8622 Activate advice for older GNU Emacs versions. (Bug#5237)
8623
8624 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
8625
8626 Some doc fixes (more needed).
8627
8628 * find-cmd.el (find-constituents): Reflow docstring.
8629 (find-cmd, find-prune, find-command): Fix typos in docstrings.
8630 (find-generic): Doc fix.
8631
8632 2009-12-17 Juri Linkov <juri@jurta.org>
8633
8634 Fix regression from 23.1 to allow multiple modes in Local Variables.
8635
8636 * files.el (hack-local-variables-filter): While ignoring duplicates,
8637 don't take `mode' into account.
8638 (hack-local-variables-filter, hack-dir-local-variables):
8639 Don't remove duplicate `mode' from local-variables-alist (like `eval').
8640
8641 2009-12-17 Juri Linkov <juri@jurta.org>
8642
8643 Make `dired-diff' safer. (Bug#5225)
8644
8645 * dired-aux.el (dired-diff): Signal an error when `file' equals to
8646 `current' or when `file' is a directory of the `current' file.
8647
8648 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
8649
8650 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
8651 unconditionally preloaded files.
8652
8653 2009-12-16 Juri Linkov <juri@jurta.org>
8654
8655 Revert to old 23.1 logic of using the file at the mark as default.
8656 * dired-aux.el (dired-diff): Use the file at the mark as default
8657 if it's not the same as the current file, and the target dir is
8658 the current dir or the mark is active. Add the current file
8659 as the arg of `dired-dwim-target-defaults'. Use the default file
8660 in the prompt. (Bug#5225)
8661
8662 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
8663
8664 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
8665 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
8666 (tramp-check-for-regexp): Check also, when an echoing shell stops
8667 to echo sent commands.
8668
8669 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
8670
8671 * Makefile.in: Revert last change (Bug#5191).
8672
8673 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
8674
8675 * vc-hg.el (vc-hg-print-log): Fix argument order.
8676 (vc-hg-working-revision): Make sure the command is executed in a
8677 known environment so that we can parse the output. (Bug#4417)
8678
8679 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
8680
8681 * progmodes/python.el (python-symbol-completions): Remove text
8682 properties from symbol string before calling python-send-receive.
8683
8684 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
8685
8686 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
8687 when there are values for both file and line. (Bug#5060)
8688
8689 2009-12-14 Juri Linkov <juri@jurta.org>
8690
8691 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
8692 whitespace after the file name of the first line of unified format,
8693 because git-diff doesn't output whitespace and file modification time
8694 after the file name.
8695
8696 2009-12-14 David Kastrup <dak@gnu.org>
8697
8698 * info.el (Info-hide-cookies-node): Before hiding a cookie,
8699 check if it already has the `display' property added by
8700 `Info-display-images-node', and not put the `invisible' property
8701 in this case.
8702
8703 2009-12-13 Glenn Morris <rgm@gnu.org>
8704
8705 * mail/emacsbug.el (message-sort-headers): Define for compiler.
8706 (report-emacs-bug): In message-mode, sort manually before storing
8707 original report text. (Bug#5178)
8708 Remove superfluous save-excursion.
8709
8710 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
8711
8712 * net/dbus.el (dbus-property-handler): Filter lambda forms out
8713 when responding to "GetAll" properties.
8714
8715 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
8716
8717 * simple.el (compose-mail): Remove mail-setup-with-from from
8718 customization checks.
8719
8720 2009-12-12 Eli Zaretskii <eliz@gnu.org>
8721
8722 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
8723 RAR archives created on Unix systems.
8724
8725 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
8726
8727 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
8728 the varalias that was accidentally removed by the 2009-11-19 change
8729 (bug#5186).
8730
8731 2009-12-12 Kenichi Handa <handa@m17n.org>
8732
8733 * language/indian.el (indian-compose-regexp): New function.
8734 (malayalam-composable-pattern): Fix the pattern.
8735 (composition-function-table): Set malayalam-composable-pattern for
8736 Malayalam characters.
8737
8738 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
8739
8740 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
8741 rather than down-mouse-1, based on follow-link conventions.
8742
8743 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
8744 are compiled.
8745
8746 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
8747
8748 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
8749 (verilog-vmm-statement-re, verilog-ovm-statement-re)
8750 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
8751 (verilog-leap-to-head, verilog-backward-token):
8752 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
8753
8754 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
8755
8756 * progmodes/verilog-mode.el (verilog-auto-lineup)
8757 (verilog-nameable-item-re): Cleanup user-visible spelling and
8758 documentation errors. One reported by Gary Delp.
8759 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
8760 (verilog-read-decls): Fix AUTOWIRE with types declared in a
8761 package, bug195. Reported by Pierre-David Pfister.
8762
8763 2009-12-11 Glenn Morris <rgm@gnu.org>
8764
8765 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
8766
8767 * mail/emacsbug.el: No longer require sendmail.
8768 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
8769 (report-emacs-bug-orig-text): Doc fix.
8770 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
8771 New local variables, to adapt to different mail-user-agents.
8772 (report-emacs-bug): Fix test for a gnu.org address.
8773 Use overlays for emphasis, since font-lock defeats 'face property.
8774 Pretest bugs also end up at the newsgroup these days.
8775 Stop message-mode stripping text properties.
8776 Set and use the new buffer-local variables.
8777 (report-emacs-bug-hook): Add doc-string.
8778 Remove some unnecessary save-excursions and simplify.
8779 Use the appropriate hook and send-command.
8780
8781 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
8782 capitalization of some menu entries.
8783
8784 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8785
8786 * whitespace.el (whitespace-display-char-on):
8787 Ensure `buffer-display-table' is unique when two or more windows are
8788 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
8789 New version 12.1.
8790
8791 2009-12-10 Eli Zaretskii <eliz@gnu.org>
8792
8793 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
8794 characters in the Attribute field.
8795
8796 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
8797
8798 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
8799
8800 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
8801
8802 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
8803 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8804 Disregard autoload-excludes.
8805 (update-directory-autoloads): Obey autoload-excludes here instead.
8806 But don't store its contents in no-autoloads and remove entries that
8807 refer to excludes files.
8808
8809 2009-12-10 Glenn Morris <rgm@gnu.org>
8810
8811 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
8812 (expand-mail-aliases): Define for compiler.
8813
8814 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
8815 Define for compiler.
8816
8817 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
8818 appropriate for the mail-user-agent in use.
8819
8820 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
8821
8822 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
8823
8824 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
8825
8826 Fix short log parsing and fontification.
8827 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
8828 Fix fontification for the [merge] label.
8829
8830 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
8831
8832 Drop some properties to avoid surprises (bug#5002).
8833 * htmlfontify.el (hfy-ignored-properties): New defcustom.
8834 (hfy-fontify-buffer): Use it.
8835
8836 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
8837
8838 Minor cleanup.
8839 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
8840 Adjust all callers.
8841 (ffap-locate-file): Remove unused arg `dir-ok' and make other
8842 args compulsory. Adjust callers.
8843 (ffap-gopher-at-point): Remove unused var `name'.
8844
8845 Get rid of the ELCFILES abomination.
8846 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
8847 (compile-elcfiles): New phony target.
8848 (compile-main): Compute ELCFILES dynamically.
8849 (compile-clean): New target to remove left-over elc files.
8850 (compile, all): Use it.
8851
8852 2009-12-09 Kenichi Handa <handa@etlken>
8853
8854 * international/mule-diag.el: Require help-mode instead of help-fns.
8855
8856 2009-12-09 Kenichi Handa <handa@m17n.org>
8857
8858 * international/mule-cmds.el (ucs-names): Supply sufficiently
8859 fine ranges instead of pre-calculating accurate ranges.
8860 Iterate with bigger gc-cons-threshold.
8861
8862 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
8863
8864 Add support for stashing a snapshot of the current tree.
8865 * vc-git.el (vc-git-stash-snapshot): New function.
8866 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
8867
8868 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
8869
8870 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
8871 instead of `(beginning|end)-of-line'.
8872
8873 2009-12-08 Glenn Morris <rgm@gnu.org>
8874
8875 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
8876
8877 * Makefile.in (ELCFILES): Regenerate.
8878
8879 2009-12-07 Juri Linkov <juri@jurta.org>
8880
8881 Don't lazy-highlight the comint output in history Isearch mode.
8882
8883 * comint.el (comint-history-isearch-search): Instead of
8884 `comint-line-beginning-position', use `comint-after-pmark-p'
8885 to check if point if before the process mark, and go to
8886 `process-mark' in this case.
8887
8888 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8889
8890 * textmodes/tex-mode.el (latex-complete)
8891 (latex-indent-or-complete): Remove.
8892 (latex-mode): Set completion-at-point-functions instead.
8893
8894 Provide a standard completion command and hook it into TAB.
8895 * minibuffer.el (completion-at-point-functions): New var.
8896 (completion-at-point): New command.
8897 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
8898 * progmodes/python.el (python-mode-map): Use completion-at-point.
8899 (python-completion-at-point): Rename from python-partial-symbol and
8900 adjust for use in completion-at-point-functions.
8901 (python-mode): Setup completion-at-point for Python completion.
8902 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
8903 extracted from lisp-complete-symbol.
8904 (lisp-complete-symbol): Use it.
8905 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
8906 setup completion-at-point for Elisp completion.
8907 (emacs-lisp-mode-map, lisp-interaction-mode-map):
8908 Use completion-at-point.
8909 * ielm.el (ielm-map): Use completion-at-point.
8910 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
8911 * progmodes/sym-comp.el: Move to...
8912 * obsolete/sym-comp.el: Move from progmodes.
8913
8914 2009-12-07 Eli Zaretskii <eliz@gnu.org>
8915
8916 Prevent save-buffer in Rmail buffers from using the coding-system
8917 of the current message, and from clobbering the encoding mnemonics
8918 in the mode line (Bug#4623).
8919
8920 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
8921 flag, too.
8922 (rmail-message-encoding): New variable.
8923 (rmail-write-region-annotate): Record the encoding of the current
8924 message in rmail-message-encoding.
8925 (rmail-after-save-hook): New function, restores the encoding of
8926 the current message after the message collection is saved.
8927
8928 2009-12-07 Juri Linkov <juri@jurta.org>
8929
8930 * progmodes/grep.el (grep-read-files): Use `completing-read'
8931 instead of `read-string'. Set its `collection' arg to
8932 `read-file-name-internal'. (Bug#4301)
8933
8934 2009-12-07 Juri Linkov <juri@jurta.org>
8935
8936 Correctly restore original Isearch point. (Bug#4994)
8937
8938 * isearch.el (isearch-mode): Move `isearch-push-state' after
8939 `(run-hooks 'isearch-mode-hook)'.
8940 (isearch-cancel): When `isearch-push-state-function' is defined,
8941 let-bind `isearch-cmds' to the first state (the last element of
8942 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
8943 function and restores the original point). Otherwise, move point
8944 to `isearch-opoint'.
8945
8946 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8947
8948 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
8949 chars that don't have names, so the table can be built much faster at
8950 run-time.
8951
8952 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
8953
8954 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
8955 change. Suggested by David Kastrup.
8956
8957 * simple.el (compose-mail): Check for incompatibilities and warn.
8958 (compose-mail-user-agent-warnings): New option.
8959
8960 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
8961
8962 Support showing a single log entry from vc-annotate.
8963 * vc.el (print-log): Add a new argument: START-REVISION.
8964 (vc-print-log-internal): Add a new optional argument and
8965 pass it to the backend.
8966 (vc-print-log, vc-print-root-log): Adjust callers.
8967 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
8968 buffer already displays the requested log entry, use it.
8969 Otherwise display only the log entry in question.
8970 * vc-svn.el (vc-svn-print-log):
8971 * vc-mtn.el (vc-mtn-print-log):
8972 * vc-hg.el (vc-hg-state):
8973 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
8974 (vc-git-show-log-entry): Return t on success.
8975 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
8976 (vc-bzr-show-log-entry): Return t on success.
8977 * vc-rcs.el (vc-rcs-print-log):
8978 * vc-sccs.el (vc-sccs-print-log):
8979 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
8980
8981 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
8982
8983 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
8984 Add menus to the meta mode. (Bug#5043)
8985
8986 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
8987
8988 * ediff-init.el (ediff-event-key): Use event-to-character instead of
8989 event-key.
8990
8991 * ediff.el (ediff-buffers-internal): Add unwind-protect.
8992
8993 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
8994
8995 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
8996 Berbain <raphael.berbain@gmail.com>.
8997
8998 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
8999 characters.
9000 (tramp-initial-end-of-output): New defconst.
9001 (tramp-methods, tramp-find-shell)
9002 (tramp-open-connection-setup-interactive-shell)
9003 (tramp-maybe-open-connection): Use it.
9004 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
9005 existence of `#' and `$'.
9006
9007 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
9008 `tramp-initial-end-of-output'.
9009
9010 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
9011
9012 Get the background mode from the terminal for xterm, and set
9013 faces accordingly.
9014 * term/xterm.el (xterm-set-background-mode): New function.
9015 (terminal-init-xterm): Use it in case xterm supports background
9016 color queries. Recompute faces after getting the background
9017 color.
9018
9019 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
9020
9021 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
9022 number comment back on its own line, for easier parsing.
9023
9024 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9025
9026 Make it work for non-file buffers (bug#5102).
9027 * doc-view.el (doc-view-current-cache-dir):
9028 Use doc-view-buffer-file-name rather than buffer-file-name.
9029 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
9030
9031 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
9032
9033 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
9034 author field is too short.
9035
9036 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
9037
9038 * vc-git.el (vc-git-print-log): Handle a limit argument.
9039 Display the short log in graph form and with labels.
9040 (vc-git-log-view-mode): Handle labels.
9041
9042 Make vc-revert change VC state from 'added to 'unregistered.
9043 * vc-git.el (vc-git-revert): Call git reset first.
9044
9045 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
9046
9047 * net/newst-backend.el, net/newst-plainview.el:
9048 * net/newst-reader.el, net/newst-ticker.el:
9049 * net/newst-treeview.el, net/newsticker.el:
9050 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
9051
9052 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
9053
9054 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
9055
9056 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
9057 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
9058 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
9059 Update annotation regexp.
9060
9061 * simple.el (beginning-of-visual-line): Constrain to field
9062 boundaries (Bug#5106).
9063
9064 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
9065
9066 * xml.el (xml-substitute-numeric-entities): Move
9067 newsticker--decode-numeric-entities in newst-backend.el to
9068 xml-substitute-numeric-entities in xml.el. (Bug#5008)
9069 * net/newst-backend.el (newsticker--parse-generic-feed)
9070 (newsticker--parse-generic-items)
9071 (newsticker--decode-numeric-entities): Move
9072 newsticker--decode-numeric-entities in newst-backend.el to
9073 xml-substitute-numeric-entities in xml.el. (Bug#5008)
9074
9075 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
9076
9077 * progmodes/js.el (js--js-not): Add null to the list of values.
9078
9079 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
9080
9081 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
9082
9083 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9084
9085 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
9086 delimiter if it is at the end of the current line.
9087 (bibtex-generate-url-list): Fix docstring.
9088
9089 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9090
9091 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
9092 minibuffer's content with itself.
9093 Fold the confirm-after-completion case into the `confirm' case.
9094 (completion-pcm-word-delimiters): Add : and / to the delimiters.
9095
9096 2009-12-06 Kevin Ryde <user42@zip.com.au>
9097
9098 * ffap.el (ffap-rfc-path): Make this a defcustom since
9099 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
9100
9101 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
9102 manuals, similar to existing setup for help-mode. (Bug#3913.)
9103
9104 2009-12-05 Juri Linkov <juri@jurta.org>
9105
9106 Save and restore dired buffer's point positions too. (Bug#4880)
9107
9108 * dired.el (dired-save-positions): Return in the first element
9109 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
9110 Doc fix.
9111 (dired-restore-positions): First restore buffer's position.
9112 While restoring window's positions, check if window still displays
9113 the original buffer.
9114
9115 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
9116
9117 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
9118 if possible.
9119
9120 * shell.el (shell): Require ansi-color (Bug#5113).
9121
9122 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
9123
9124 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
9125
9126 2009-12-05 Alan Mackenzie <acm@muc.de>
9127
9128 * progmodes/cc-mode.el (c-before-hack-hook)
9129 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
9130 `c-file-style' to work again. This reversion restores the current
9131 software to its state in Emacs 23.1. (Bug#4146)
9132
9133 2009-12-05 Kevin Ryde <user42@zip.com.au>
9134
9135 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
9136 comment-start-skip to comment-end-skip as comment (Bug#4781).
9137
9138 2009-12-05 Juri Linkov <juri@jurta.org>
9139
9140 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
9141 for virtual nodes. (Bug#4147)
9142 (Info-find-node-2): Set `Info-current-node-virtual' to nil
9143 when moving from a virtual node.
9144 (Info-mode-menu): Add `Info-virtual-index' to the menu.
9145 (Info-mode): Add `Info-virtual-index' to the docstring.
9146
9147 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9148
9149 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
9150 track of the buffer position of the end of a BibTeX entry as this
9151 position may change during reformatting.
9152 (bibtex-format-entry): Remove whitespace before processing
9153 numerical fields so that we recognize the latter properly.
9154 (bibtex-reformat): Do not use push which changes the global value
9155 of bibtex-entry-format.
9156 (bibtex-field-braces-alist, bibtex-field-strings-alist)
9157 (bibtex-field-re-init): Replace only space characters by regexp
9158 for whitespace.
9159 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
9160 (bibtex-initialize): Also update bibtex-strings.
9161 (bibtex-kill-field): Preserve white space at end of entry.
9162 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
9163 Update bibtex-reference-keys.
9164
9165 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9166
9167 * minibuffer.el (completion-pcm--merge-try): Also consider placing
9168 point after a star, if that's the only place where modifications can
9169 make progress.
9170
9171 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
9172
9173 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
9174 in docstrings.
9175
9176 2009-12-04 Juri Linkov <juri@jurta.org>
9177
9178 * proced.el (proced): Call `(proced-update t)' to update process
9179 information instead of only running proced-post-display-hook.
9180 (proced-send-signal): Add a leading space to the buffer name
9181 " *Marked Processes*" to make this buffer ephemeral.
9182
9183 2009-12-04 Juri Linkov <juri@jurta.org>
9184
9185 * dired.el (dired-auto-revert-buffer): New defcustom.
9186 (dired-internal-noselect): Use it.
9187
9188 2009-12-04 Juri Linkov <juri@jurta.org>
9189
9190 Change roles of modes and functions in image-mode.el (Bug#5062).
9191
9192 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
9193 in `auto-mode-alist'.
9194 (image-mode-previous-major-mode): New variable.
9195 (image-minor-mode-map): Rename from `image-mode-text-map'.
9196 (image-mode): Move graceful error-handling code from
9197 `image-minor-mode' to here. On errors call `image-mode-as-text'.
9198 (image-minor-mode): Remove all image-handling code.
9199 Replace `image-mode-text-map' with `image-minor-mode-map'.
9200 Check for `image-type' in mode-line format string.
9201 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
9202 (image-mode-as-text): New function with most code from
9203 `image-mode-maybe'.
9204 (image-toggle-display-text): Move code that removes image
9205 properties from `image-toggle-display' to here.
9206 (image-toggle-display-image): New function with code that adds
9207 image properties copied from `image-toggle-display'.
9208 (image-toggle-display): Remove most code with leaving only code
9209 that toggles between `image-mode-as-text' and `image-mode'.
9210
9211 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
9212
9213 * net/newst-treeview.el
9214 (newsticker--treeview-list-highlight-start): Restored call to
9215 save-excursion: Selected item was stuck.
9216 (newsticker--treeview-list-select): New.
9217 (newsticker--treeview-item-show-text)
9218 (newsticker--treeview-item-show)
9219 (newsticker--treeview-item-update): Use new
9220 newsticker-treeview-item-mode.
9221 (newsticker-treeview-update): Keep current item.
9222 (newsticker-treeview-next-new-or-immortal-item): Doc change.
9223 (newsticker--treeview-first-feed): Doc change.
9224 (newsticker-treeview-list-menu)
9225 (newsticker-treeview-item-menu): Added menu entries.
9226 (newsticker-treeview-item-mode): New.
9227
9228 * net/newst-backend.el (newsticker-customize): Delete other
9229 windows.
9230
9231 2009-12-04 Sam Steingold <sds@gnu.org>
9232
9233 * log-view.el (log-view-mode-map): "q" calls quit-window,
9234 like in all the other non-self-insert buffers.
9235
9236 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
9237
9238 Minor cleanup.
9239 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
9240 key decoding rather than do it manually via last-input-event +
9241 ascii-character.
9242 (term-exec): Use delete-and-extract-region.
9243 (term-handle-ansi-terminal-messages): Remove unused var `end'.
9244 (term-process-pager): Remove unused var `i'.
9245 (term-dynamic-simple-complete): Make obsolete.
9246 (serial-update-config-menu): Remove unused vars `y' and `str'.
9247 (term-update-mode-line): Remove unused var `temp'.
9248
9249 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9250
9251 Limit the number of log entries displayed by default.
9252 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
9253 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
9254 using a prefix argument.
9255
9256 2009-12-03 Glenn Morris <rgm@gnu.org>
9257
9258 * progmodes/idlwave.el (class): Restore still useful declaration.
9259
9260 2009-12-03 Alan Mackenzie <acm@muc.de>
9261
9262 Enhance `c-parse-state' to run efficiently in "brace deserts".
9263
9264 * progmodes/cc-mode.el (c-basic-common-init):
9265 Call c-state-cache-init.
9266 (c-neutralize-syntax-in-and-mark-CPP): Rename from
9267 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
9268 placing `category' properties value 'c-cpp-delimiter at its boundaries.
9269
9270 * progmodes/cc-langs.el (c-before-font-lock-function):
9271 c-extend-and-neutralize-syntax-in-CPP has been renamed
9272 c-neutralize-syntax-in-and-mark-CPP.
9273
9274 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
9275 with `category' properties now, not `syntax-table' ones.
9276
9277 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
9278 enhanced (but slower) version of c-end-of-macro that won't land
9279 inside a literal or on another awkward character.
9280 (c-state-cache-too-far, c-state-cache-start)
9281 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
9282 (c-state-nonlit-pos-cache-limit, c-state-point-min)
9283 (c-state-point-min-lit-type, c-state-point-min-lit-start)
9284 (c-state-min-scan-pos, c-state-brace-pair-desert)
9285 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
9286 buffer local variables.
9287 (c-state-literal-at, c-state-lit-beg)
9288 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
9289 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
9290 (c-state-cache-top-paren, c-state-cache-after-top-paren)
9291 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
9292 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
9293 (c-renarrow-state-cache)
9294 (c-append-lower-brace-pair-to-state-cache)
9295 (c-state-push-any-brace-pair, c-append-to-state-cache)
9296 (c-remove-stale-state-cache)
9297 (c-remove-stale-state-cache-backwards, c-state-cache-init)
9298 (c-invalidate-state-cache-1, c-parse-state-1)
9299 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
9300 (c-parse-state): Enhance and refactor.
9301 (c-debug-parse-state): Amend to deal with all the new variables.
9302
9303 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
9304 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
9305 modify to use category text properties rather than syntax-table ones.
9306 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
9307 to switch off/on the syntactic paren property of C++ template
9308 delimiters using the category property.
9309 (c-with-<->-as-parens-suppressed): Macro to invoke code with
9310 template delims suppressed.
9311 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
9312 New constant/macros which apply category properties to the start
9313 and end of preprocessor constructs.
9314 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
9315 "comment out" the syntactic value of characters in preprocessor
9316 constructs.
9317 (c-with-cpps-commented-out)
9318 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
9319 with characters in all or all but one preprocessor constructs
9320 "commented out".
9321
9322 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9323
9324 * proced.el (proced-filter-alist): Use regexp-quote.
9325
9326 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
9327
9328 Cleanup.
9329 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
9330 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
9331 arguments. Expand `default-directory'.
9332
9333 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
9334 the benefit of returning an expanded localname.
9335 (tramp-tramp-file-p): Handle the case NAME is not a string.
9336
9337 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9338
9339 Add support for bzr shelve/unshelve.
9340 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
9341 (vc-bzr-extra-menu-map): New variables.
9342 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
9343 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
9344 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
9345 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
9346 (vc-bzr-dir-extra-headers): Display shelves.
9347
9348 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
9349
9350 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9351
9352 * textmodes/bibtex.el (bibtex-complete-internal):
9353 Use completion-in-region.
9354 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
9355
9356 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9357
9358 Support applying stashes. Improve UI.
9359 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
9360 (vc-git-stash-apply, vc-git-stash-pop)
9361 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
9362 (vc-git-stash-menu): New functions.
9363 (vc-git-stash-menu-map): New variable.
9364 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
9365
9366 2009-12-03 Glenn Morris <rgm@gnu.org>
9367
9368 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
9369 (vc-print-log-internal): Fix previous change.
9370 (vc-revert): Correct pluralization.
9371
9372 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9373
9374 * progmodes/make-mode.el (makefile-special-targets-list): No need for
9375 it to be an alist any more.
9376 (makefile-complete): Use completion-in-region.
9377
9378 * progmodes/octave-mod.el (octave-complete-symbol):
9379 Use completion-in-region.
9380
9381 Misc cleanup.
9382 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
9383 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
9384 (idlwave-complete-class): Don't quote lambda.
9385 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
9386 (idlwave-mode-map): Move initialization into declaration.
9387 (idlwave-action-and-binding): Use backquotes.
9388 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
9389 Simplify.
9390 (idlwave-is-pointer-dereference): Remove unused var `pos'.
9391 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
9392 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
9393 `parts', and `all-parts'.
9394 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
9395 (idlwave-convert-xml-system-routine-info): Remove unused string
9396 `version-string'.
9397 (idlwave-display-user-catalog-widget): Use dolist.
9398 (idlwave-scanning-lib): Declare dynamically-scoped var.
9399 (idlwave-scan-library-catalogs): Remove unused var `flags'.
9400 (completion-highlight-first-word-only): Declare to silence bytecomp.
9401 (idlwave-popup-select): Tighten scope of `resp'.
9402 (idlwave-find-struct-tag): Remove unused var `beg'.
9403 (idlwave-after-load-rinfo-hook): Declare.
9404 (idlwave-sintern-class-info): Remove unused var `taglist'.
9405 (idlwave-find-class-definition): Remove unused var `list'.
9406 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
9407 (idlwave-what-module-find-class): Remove unused var `classes'.
9408
9409 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
9410
9411 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
9412
9413 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9414
9415 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
9416 buffers visited. Remove redundant current-buffer-saving.
9417
9418 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9419
9420 Use completion-in-buffer and remove uses of dynamic scoping.
9421 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
9422 (pascal-buffer-to-use, pascal-flag): Don't declare.
9423 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
9424 (pascal-get-completion-decl, pascal-keyword-completion):
9425 Add `pascal-str' argument, save-excursion,
9426 return the found completions, and don't filter with pascal-pred.
9427 (pascal-completion-cache): New var.
9428 (pascal-completion): Don't switch buffer any more (it was never
9429 necessary). Don't save-excursion any more (it's done by the called
9430 subroutines). Use a cache to avoid redundant computations.
9431 Use complete-with-action rather than pascal-completion-response and
9432 let it apply the predicate as well.
9433 (pascal-complete-word): Use completion-in-buffer when
9434 pascal-toggle-completions is nil.
9435 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
9436 not used any more.
9437 (pascal-comp-defun): Don't change buffer any more.
9438 Use complete-with-action rather than pascal-completion-response and
9439 let it apply the predicate as well.
9440 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
9441 when neded.
9442
9443 2009-12-02 Kenichi Handa <handa@m17n.org>
9444
9445 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
9446 shape for all Indic scripts.
9447
9448 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9449
9450 Use completion-in-buffer.
9451 * wid-edit.el (widget-field-text-end): New function.
9452 (widget-field-value-get): Use it.
9453 (widget-string-complete, widget-file-complete)
9454 (widget-color-complete): Use it and completion-in-region.
9455 (widget-complete): Don't narrow the buffer.
9456
9457 2009-12-02 Glenn Morris <rgm@gnu.org>
9458
9459 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
9460 (rmail-select-summary): Use rmail-pop-to-buffer.
9461 * mail/rmailsum.el: Replace all pop-to-buffer calls with
9462 rmail-pop-to-buffer, to prevent horizontal splits.
9463
9464 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
9465 save-excursion with save-current-buffer.
9466 Widen before searching. (Bug#5093)
9467 (diary-list-sexp-entries): Remove superfluous save-excursion.
9468
9469 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
9470
9471 * woman.el (woman-make-bufname): Handle man-pages with "." in the
9472 name. (Bug#5038)
9473
9474 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
9475
9476 * ido.el (ido-file-internal): Handle filenames at point that do
9477 not have a directory part. (Bug#5049)
9478
9479 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
9480
9481 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
9482 (mpc-songs-jump-to, mpc-resume): Doc fixes.
9483
9484 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
9485
9486 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
9487 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
9488 any more.
9489
9490 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9491
9492 * comint.el (comint-insert-input): Ignore clicks to the right of
9493 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
9494
9495 * vc.el (vc-print-log-internal): Don't wait for the process to
9496 terminate before setting up the major mode.
9497
9498 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
9499 in case.
9500
9501 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
9502 the last element.
9503
9504 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
9505
9506 2009-12-01 Glenn Morris <rgm@gnu.org>
9507
9508 * window.el (window--display-buffer-2): Fix previous changes.
9509
9510 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
9511
9512 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
9513
9514 2009-12-01 Glenn Morris <rgm@gnu.org>
9515
9516 * Makefile.in (ELCFILES): Add mpc.elc.
9517
9518 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9519
9520 * mpc.el: New file.
9521
9522 2009-12-01 Glenn Morris <rgm@gnu.org>
9523
9524 * window.el (window-to-use): Define for compiler.
9525
9526 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
9527 consistent with others (no final period).
9528
9529 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
9530 (rmail-mime-show): Downcase the encoding. (Bug#5070)
9531
9532 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
9533
9534 Make vc-print-log buttons work.
9535 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
9536
9537 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
9538
9539 * savehist.el (savehist-autosave-interval): Allow setting to nil
9540 through customize. (Bug#5056)
9541
9542 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
9543
9544 Fix references to jit-lock properties.
9545 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9546 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
9547 (perl-font-lock-special-syntactic-constructs):
9548 Quote jit-lock-defer-multiline property.
9549
9550 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
9551
9552 * vc-git.el (vc-git-registered): Call vc-git-root only once.
9553
9554 2009-11-30 Juri Linkov <juri@jurta.org>
9555
9556 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
9557 value `buffer' of `multi-isearch-next-buffer-current-function'.
9558 Use `(current-buffer)' when `buffer' is nil.
9559 (multi-isearch-next-buffer-from-list): Don't fallback to
9560 `(current-buffer)' when `buffer' is nil. (Bug#4947)
9561
9562 2009-11-30 Juri Linkov <juri@jurta.org>
9563
9564 * misearch.el (multi-isearch-read-buffers): Move canonicalization
9565 of buffers with `get-buffer' to `multi-isearch-buffers'.
9566 (multi-isearch-buffers, multi-isearch-buffers-regexp):
9567 Canonicalize BUFFERS with `get-buffer'. Doc fix.
9568 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
9569 FILES with `expand-file-name' converting relative file names
9570 to absolute. Doc fix. (Bug#4727)
9571
9572 2009-11-30 Juri Linkov <juri@jurta.org>
9573
9574 * misearch.el (multi-isearch-read-buffers)
9575 (multi-isearch-read-matching-buffers): New functions.
9576 (multi-isearch-buffers, multi-isearch-buffers-regexp):
9577 Use them in the `interactive' spec. Doc fix.
9578 (multi-isearch-read-files, multi-isearch-read-matching-files):
9579 New functions.
9580 (multi-isearch-files, multi-isearch-files-regexp):
9581 Use them in the `interactive' spec. Doc fix. (Bug#4725)
9582
9583 2009-11-30 Juri Linkov <juri@jurta.org>
9584
9585 * doc-view.el (doc-view-continuous):
9586 Rename from `doc-view-continuous-mode'.
9587 (doc-view-menu): Move "Toggle display" to the top.
9588 Add submenu "Continuous" with radio buttons "Off"/"On"
9589 and "Save as Default".
9590 (doc-view-scroll-up-or-next-page)
9591 (doc-view-scroll-down-or-previous-page)
9592 (doc-view-next-line-or-next-page)
9593 (doc-view-previous-line-or-previous-page): Rename
9594 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
9595
9596 2009-11-30 Juri Linkov <juri@jurta.org>
9597
9598 * comint.el (comint-mode-map): Rebind `M-r' from
9599 `comint-previous-matching-input' to
9600 `comint-history-isearch-backward-regexp'.
9601 Unbind `M-s' to allow global key binding `M-s'.
9602 Add menu items for `comint-history-isearch-backward' and
9603 `comint-history-isearch-backward-regexp'. (Bug#3746)
9604
9605 2009-11-30 Juri Linkov <juri@jurta.org>
9606
9607 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
9608 For def=recenter, replace `recenter' with `recenter-top-bottom'
9609 that is called with `this-command' and `last-command' let-bound
9610 to `recenter-top-bottom'. When the last `def' was not `recenter',
9611 set `recenter-last-op' to nil. (Bug#4981)
9612
9613 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9614
9615 Minor cleanup and simplification.
9616 * filecache.el (file-cache-add-directory)
9617 (file-cache-add-directory-recursively)
9618 (file-cache-add-from-file-cache-buffer)
9619 (file-cache-delete-file-regexp, file-cache-delete-directory)
9620 (file-cache-files-matching-internal, file-cache-display): Use dolist.
9621 (file-cache-temp-minibuffer-message): Delete function.
9622 (file-cache-minibuffer-complete): Use minibuffer-message instead.
9623
9624 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
9625 Don't signal an error when bumping into EOB in tr, s, or y.
9626
9627 2009-11-29 Juri Linkov <juri@jurta.org>
9628
9629 * startup.el (fancy-about-text): Fix wording of Guided Tour.
9630 (Bug#4960)
9631
9632 * descr-text.el (describe-char-unidata-list): Use lowercase name
9633 for "Unicode name" like in other tags.
9634
9635 2009-11-29 Juri Linkov <juri@jurta.org>
9636
9637 * ediff-util.el (ediff-minibuffer-with-setup-hook):
9638 New compatibility macro.
9639 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
9640
9641 2009-11-29 Juri Linkov <juri@jurta.org>
9642
9643 Add defcustom to define the cycling order of `recenter-top-bottom'.
9644 (Bug#4981)
9645
9646 * window.el (recenter-last-op): Doc fix.
9647 (recenter-positions): New defcustom.
9648 (recenter-top-bottom): Rewrite to use `recenter-positions'.
9649 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
9650
9651 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
9652
9653 Improve integration of Tramp and ange-ftp in eshell.
9654
9655 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
9656 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
9657 (eshell/sudo): Flatten args. Let-bind `default-directory'.
9658
9659 * eshell/esh-util.el (top): Require also Tramp when compiling.
9660 (eshell-directory-files-and-attributes): Check for FTP remote
9661 connection.
9662 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
9663 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
9664 (eshell-file-attributes): Handle ".". Return `entry'.
9665
9666 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
9667 (ange-ftp-directory-files-and-attributes)
9668 (ange-ftp-real-directory-files-and-attributes): New defuns.
9669
9670 * net/tramp.el (tramp-maybe-open-connection): Open the remote
9671 shell with "exec" when possible. This prevents trailing prompts
9672 in `start-file-process'.
9673
9674 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9675
9676 Try and remove assumptions about point-min==1.
9677 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
9678 (rng-compute-mode-line-string): Show the validation percentage in
9679 terms of the narrowed text, not the widened text.
9680 (rng-do-some-validation): Don't catch internal errors when debugging.
9681 (rng-first-error): Simplify.
9682 (rng-after-change-function): Remove work around. AFAIK the bug has
9683 been fixed a while ago.
9684
9685 * image-mode.el (image-minor-mode): Exit more gracefully when the image
9686 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
9687
9688 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
9689
9690 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
9691 `cd' doesn't always do it for us (bug#5067).
9692
9693 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
9694 on 2009-10-25 as part of some other change (bug#5067).
9695
9696 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9697
9698 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
9699 `suspicious'.
9700 (byte-compile-warnings): Use byte-compile-warning-types.
9701 (byte-compile-save-excursion): Warn about use of set-buffer right
9702 after save-excursion.
9703
9704 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
9705 the excursion as well.
9706
9707 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
9708
9709 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
9710 providing a Tramp related implementation of "su" and "sudo".
9711 (eshell-unix-initialize): Add "su" and "sudo".
9712
9713 2009-11-27 Daiki Ueno <ueno@unixuser.org>
9714
9715 * net/socks.el (socks-send-command): Convert binary request to
9716 unibyte before sending. This fixes mishandling of some port
9717 numbers such as 129.
9718
9719 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9720
9721 * help.el (describe-bindings-internal): Remove `interactive'.
9722
9723 * man.el (Man-completion-table): Trim a terminating "(".
9724 Remove the space between name page a section.
9725 Add the command's description on the `help-echo' property.
9726 Remove `process-connection-type' binding since it's unused by
9727 call-process.
9728 Provide completion for the "<section> <name>" format as well.
9729 (Man-default-man-entry): Remove spurious var shadowing the argument.
9730
9731 2009-11-26 Kevin Ryde <user42@zip.com.au>
9732
9733 * log-view.el: Add "Keywords: tools", since its other keywords
9734 aren't in finder-known-keywords, and following vc.el.
9735
9736 * sha1.el (sha1-string-external): default-directory "/" in case
9737 otherwise non-existent. process-connection-type pipe for touch of
9738 efficiency recommended by elisp manual. (An aside in Bug#3911.)
9739
9740 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9741
9742 Misc coding convention cleanups.
9743 * htmlfontify.el (hfy-init-kludge-hook): Rename from
9744 hfy-init-kludge-hooks.
9745 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
9746 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
9747 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
9748 and push.
9749 (hfy-slant, hfy-weight): Use tables rather than code.
9750 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
9751 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
9752 (hfy-face-attr-for-class): Initialize `face-spec' directly.
9753 (hfy-face-to-css): Remove `nconc' with single arg.
9754 (hfy-p-to-face-lennart): Use `or'.
9755 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
9756 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
9757 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
9758 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
9759 (hfy-force-fontification): Use run-hooks.
9760
9761 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
9762
9763 Various minor fixes.
9764 * htmlfontify.el (hfy-default-header): Add toggle_invis since
9765 Javascript belongs in the header, not the body.
9766 (hfy-javascript): Remove.
9767 (hfy-fontify-buffer): Don't insert it any more.
9768 (hfy-face-at): Handle (face0 face1 face2) style face properties.
9769 Fix bug in invis handling when there were no invis props in a chunk.
9770
9771 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9772
9773 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
9774
9775 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
9776
9777 * finder.el (finder-mode-map): Add a menu.
9778
9779 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
9780
9781 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
9782 "unsigned" structs.
9783
9784 (verilog-leap-to-head, verilog-backward-token): Handle "disable
9785 fork" statement better.
9786
9787 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
9788
9789 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
9790 (verilog-delete-auto, verilog-delete-empty-auto-pair)
9791 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
9792 Reported by Clay Douglass.
9793
9794 (verilog-auto-inst, verilog-auto-star-safe)
9795 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
9796 Fix removing "// Interfaces" when saving .* expansions. Reported by
9797 Pierre-David Pfister.
9798
9799 2009-11-26 Glenn Morris <rgm@gnu.org>
9800
9801 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
9802 the scope.
9803
9804 2009-11-25 Johan Bockgård <bojohan@gnu.org>
9805
9806 * vc-annotate.el (vc-annotate-revision-previous-to-line):
9807 Really use previous revision.
9808
9809 2009-11-25 Kevin Ryde <user42@zip.com.au>
9810
9811 * man.el (Man-completion-table): default-directory "/" in case
9812 doesn't otherwise exist. process-environment COLUMNS=999 so as
9813 not to truncate long names. process-connection-type pipe to avoid
9814 any chance of hitting the pseudo-tty TIOCGWINSZ.
9815 (man): completion-ignore-case t for friendliness and since man
9816 itself is case-insensitive on the command line.
9817 Further to Bug#3717.
9818
9819 * arc-mode.el: Add "Keywords: files", so the details in its
9820 commentary can be reached from finder-by-keyword.
9821 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
9822 editing mode, but it's comms related and sgml-mode.el has "comm"
9823 on that basis too.
9824 * textmodes/bibtex-style.el: Add "Keywords: tex".
9825 * international/isearch-x.el, international/ja-dic-cnv.el:
9826 * international/ja-dic-utl.el, international/kkc.el:
9827 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
9828
9829 2009-11-25 Juri Linkov <juri@jurta.org>
9830
9831 * man.el (Man-completion-table): Modify regexp to include
9832 section names to completion strings. (Bug#3717)
9833
9834 2009-11-25 Juri Linkov <juri@jurta.org>
9835
9836 Search recursively in gzipped files. (Bug#4982)
9837
9838 * progmodes/grep.el (grep-highlight-matches): Add new options
9839 `always' and `auto'. Doc fix.
9840 (grep-process-setup): Check `grep-highlight-matches' for
9841 `auto-detect' to determine the need to compute grep defaults.
9842 Move Windows/DOS specific --colors settings handling
9843 to `grep-compute-defaults'. Check `grep-highlight-matches'
9844 to get the value of "--color=".
9845 (grep-compute-defaults): Compute `grep-highlight-matches' when it
9846 has the value `auto-detect'. Move Windows/DOS specific settings
9847 from `grep-process-setup'.
9848 (zrgrep): New command with alias `rzgrep'.
9849
9850 2009-11-25 Juri Linkov <juri@jurta.org>
9851
9852 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
9853 to nil instead of switching off view-mode. (Bug#4896)
9854
9855 2009-11-25 Juri Linkov <juri@jurta.org>
9856
9857 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
9858
9859 * mwheel.el (mwheel-scroll-up-function)
9860 (mwheel-scroll-down-function): New defvars.
9861 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
9862 `scroll-up', and `mwheel-scroll-down-function' instead of
9863 `scroll-down'.
9864
9865 * doc-view.el (doc-view-scroll-up-or-next-page)
9866 (doc-view-scroll-down-or-previous-page): Add optional ARG.
9867 Use this ARG in the call to image-scroll-up/image-scroll-down.
9868 Change `interactive' spec to "P". Goto next/previous page only
9869 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
9870 SPC/DEL case). Doc fix.
9871 (doc-view-next-line-or-next-page)
9872 (doc-view-previous-line-or-previous-page): Rename arg to ARG
9873 for consistency.
9874 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
9875 `doc-view-scroll-up-or-next-page', and buffer-local
9876 `mwheel-scroll-down-function' to
9877 `doc-view-scroll-down-or-previous-page'.
9878
9879 2009-11-25 Juri Linkov <juri@jurta.org>
9880
9881 Provide additional default values (directories at other Dired
9882 windows) via M-n in the minibuffer of some Dired commands.
9883
9884 * dired-aux.el (dired-diff, dired-compare-directories)
9885 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
9886 `minibuffer-default' in `minibuffer-with-setup-hook'.
9887 (dired-dwim-target-directory): Find a window that displays Dired
9888 buffer instead of failing when the next window is not Dired.
9889 Use `get-window-with-predicate' to find for the next Dired window.
9890 (dired-dwim-target-defaults): New function.
9891
9892 * ediff-util.el (ediff-read-file-name):
9893 Use `dired-dwim-target-defaults' to set `minibuffer-default'
9894 in `minibuffer-with-setup-hook'.
9895
9896 2009-11-25 Juri Linkov <juri@jurta.org>
9897
9898 Provide additional default values (file name at point or at the
9899 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
9900
9901 * minibuffer.el (read-file-name-defaults): New function.
9902 (read-file-name): Reset `minibuffer-default' to nil when
9903 it duplicates initial input `insdef'.
9904 Bind `minibuffer-default-add-function' to lambda that
9905 calls `read-file-name-defaults' in `minibuffer-selected-window'.
9906 (minibuffer-insert-file-name-at-point): New command.
9907
9908 * files.el (file-name-at-point-functions): New defcustom.
9909 (find-file-default): Remove defvar.
9910 (find-file-read-args): Don't use `find-file-default'.
9911 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9912 to `read-file-name'.
9913 (find-file-literally): Use `read-file-name' with
9914 `confirm-nonexistent-file-or-buffer'.
9915
9916 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
9917
9918 * dired.el (dired-read-dir-and-switches):
9919 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9920 to `read-file-name'.
9921 (dired-file-name-at-point): New function.
9922 (dired-mode): Add hook `dired-file-name-at-point' to
9923 `file-name-at-point-functions'.
9924
9925 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
9926
9927 Really make the *Completions* window soft-dedicated (bug#5030).
9928 * window.el (window--display-buffer-2): Add `dedicated' argument.
9929 (display-buffer): Pass it when needed so the dedicated flag is set
9930 after calling set-window-buffer, which would otherwise reset it.
9931
9932 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
9933
9934 * progmodes/meta-mode.el (meta-complete-symbol):
9935 * progmodes/etags.el (complete-tag):
9936 * mail/mailabbrev.el (mail-abbrev-complete-alias):
9937 Use completion-in-region.
9938
9939 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
9940 (dabbrev-completion): Use completion-in-region.
9941 (dabbrev--abbrev-at-point): Simplify regexp.
9942
9943 * abbrev.el (abbrev--before-point): Use word-motion functions
9944 if :regexp is not specified (bug#5031).
9945
9946 * subr.el (string-prefix-p): New function.
9947
9948 * man.el (Man-completion-cache): New var.
9949 (Man-completion-table): Use it.
9950
9951 * vc.el (vc-print-log-internal): Make `limit' optional for better
9952 compatibility (e.g. with vc-annotate.el).
9953
9954 2009-11-24 Kevin Ryde <user42@zip.com.au>
9955
9956 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
9957 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
9958
9959 * emacs-lisp/elint.el (elint-add-required-env): Better error message
9960 when .el source file not found or other error.
9961
9962 2009-11-24 Markus Triska <markus.triska@gmx.at>
9963
9964 * linum.el (linum-update-window): Ignore intangible (bug#4996).
9965
9966 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9967
9968 Handle the [back] button properly (bug#4979).
9969 * descr-text.el (describe-text-properties): Add a `buffer' argument.
9970 Use help-setup-xref, help-buffer, and with-help-window.
9971 (describe-char): Add `buffer' argument.
9972 Pass proper command to help-setup-xref. Don't meddle with
9973 help-xref-stack-item directly.
9974 (describe-text-category): Use with-help-window and help-buffer.
9975
9976 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
9977 for the displayed buffer (bug#4887).
9978
9979 * man.el (Man-completion-table): New function.
9980 (man): Use it.
9981
9982 2009-11-24 David Reitter <david.reitter@gmail.com>
9983
9984 * vc-git.el (vc-git-registered): Use checkout directory (where
9985 .git is) rather than the file's directory and a relative path spec
9986 to work around a bug in git.
9987
9988 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
9989
9990 Improve handling of processes on remote hosts.
9991
9992 * eshell/esh-util.el (eshell-path-env): New defvar.
9993 (eshell-parse-colon-path): New defun.
9994 (eshell-file-attributes): Use `eshell-parse-colon-path'.
9995
9996 * eshell/esh-ext.el (eshell-search-path):
9997 Use `eshell-parse-colon-path'.
9998 (eshell-remote-command): Remove argument HANDLER.
9999 (eshell-external-command): Check for FTP remote connection.
10000
10001 * eshell/esh-proc.el (eshell-gather-process-output):
10002 Use `file-truename', in order to start also symlinked files.
10003 Apply `start-file-process' instead of `start-process'.
10004 Shorten `command' to the local file name part.
10005
10006 * eshell/em-cmpl.el (eshell-complete-commands-list):
10007 Use `eshell-parse-colon-path'.
10008
10009 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
10010
10011 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
10012 to `eshell-directory-change-hook'.
10013
10014 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
10015
10016 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
10017 because it could be enabled automatically if view-read-only is non-nil.
10018
10019 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
10020
10021 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
10022 made on 2009-11-22.
10023
10024 2009-11-24 Glenn Morris <rgm@gnu.org>
10025
10026 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
10027 deleted variable bookmark-bmenu-bookmark-column.
10028
10029 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
10030
10031 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
10032
10033 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
10034
10035 * net/browse-url.el (browse-url-filename-alist): On Windows, add
10036 two slashes to the "file:" prefix.
10037 (browse-url-file-url): De-munge Cygwin filenames before passing
10038 them to Windows browser.
10039 (browse-url-default-windows-browser): Use call-process.
10040
10041 2009-11-23 Juri Linkov <juri@jurta.org>
10042
10043 Implement DocView Continuous mode. (Bug#4896)
10044 * doc-view.el (doc-view-continuous-mode): New defcustom.
10045 (doc-view-mode-map): Bind C-n/<down> to
10046 `doc-view-next-line-or-next-page', C-p/<up> to
10047 `doc-view-previous-line-or-previous-page'.
10048 (doc-view-next-line-or-next-page)
10049 (doc-view-previous-line-or-previous-page): New commands.
10050
10051 2009-11-23 Juri Linkov <juri@jurta.org>
10052
10053 Implement Isearch in comint input history. (Bug#3746)
10054 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
10055 `isearch-mode-hook'.
10056 (comint-history-isearch): New defcustom.
10057 (comint-history-isearch-backward)
10058 (comint-history-isearch-backward-regexp): New commands.
10059 (comint-history-isearch-message-overlay): New buffer-local variable.
10060 (comint-history-isearch-setup, comint-history-isearch-end)
10061 (comint-goto-input, comint-history-isearch-search)
10062 (comint-history-isearch-message, comint-history-isearch-wrap)
10063 (comint-history-isearch-push-state)
10064 (comint-history-isearch-pop-state): New functions.
10065
10066 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
10067
10068 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
10069 return.
10070 (tramp-handle-make-symbolic-link)
10071 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
10072 Quote file names.
10073 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
10074 (tramp-handle-process-file): Use it.
10075
10076 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
10077
10078 * window.el (move-to-window-line-last-op): Remove.
10079 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
10080
10081 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
10082
10083 Make M-r mirror the new cycling behavior of C-l.
10084 * window.el (move-to-window-line-last-op): New var.
10085 (move-to-window-line-top-bottom): New command.
10086 (global-map): Bind M-r move-to-window-line-top-bottom.
10087
10088 2009-11-23 Sven Joachim <svenjoac@gmx.de>
10089
10090 * dired-x.el (dired-guess-shell-alist-default):
10091 Support xz format. (Bug#4953)
10092
10093 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
10094
10095 * emulation/viper-cmd.el: Use viper-last-command-char instead of
10096 last-command-char/last-command-event.
10097 (viper-prefix-arg-value): Do correct conversion of event-char for
10098 XEmacs.
10099
10100 * emulation/viper-util.el, emulation/viper.el:
10101 Use viper-last-command-char instead of
10102 last-command-char/last-command-event.
10103
10104 * ediff-init.el, ediff-mult.el, ediff-util.el:
10105 Replace last-command-char and last-command-event
10106 with (ediff-last-command-char) everywhere.
10107
10108 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
10109 created in fundamental mode.
10110
10111 * ediff.el (ediff-version): Revert the change of interactive-p to
10112 called-interactively-p.
10113
10114 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
10115
10116 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
10117 generation from word-movement command names.
10118
10119 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
10120
10121 * cus-start.el (all): Add native condition for font-use-system-font.
10122
10123 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
10124
10125 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
10126 Correct the patch from 2009-11-18. (Bug#3910)
10127
10128 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
10129
10130 * progmodes/subword.el: Rename from lisp/subword.el.
10131
10132 * subword.el: Rename to progmodes/subword.el.
10133
10134 * Makefile.in (ELCFILES): Adapt to subword.el move.
10135
10136 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10137 Stefan Monnier <monnier@iro.umontreal.ca>
10138
10139 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
10140 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
10141 (bookmark-bmenu-show-filenames): Use push.
10142 (bookmark-bmenu-hide-filenames): Use local var instead of
10143 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
10144 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
10145 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
10146 filenames now that the bookmark names are always available.
10147
10148 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10149
10150 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
10151 (bookmark-search-pattern): Move and leave unbound.
10152 (bookmark-bmenu-mode-map): Change binding.
10153 (bookmark-read-search-input): Simplify.
10154 Don't use text-char-description. Don't error on non-char events.
10155 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
10156 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
10157 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
10158 Use a local var for the timer.
10159 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
10160 (i.e. bookmark-bmenu-search).
10161
10162 2009-11-21 Glenn Morris <rgm@gnu.org>
10163
10164 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
10165
10166 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
10167
10168 * net/browse-url.el (browse-url-default-windows-browser):
10169 Use cygstart for cygwin.
10170
10171 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
10172
10173 * bookmark.el: Formatting and doc fixes only:
10174 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
10175 (bookmark-bmenu-search): Wrap to fit within 80 columns.
10176 Minor grammar and punctuation fixes in doc string.
10177 (bookmark-read-search-input): Adjust to fit within 80 columns.
10178
10179 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
10180
10181 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
10182 (c-backward-into-nomenclature): Adapt to subword renaming.
10183
10184 * subword.el (subword-forward, subword-backward, subword-mark)
10185 (subword-kill, subword-backward-kill, subword-transpose)
10186 (subword-downcase, subword-upcase, subword-capitalize)
10187 (subword-forward-internal, subword-backward-internal):
10188 Rename from forward-subword, backward-subword, mark-subword,
10189 kill-subword, backward-kill-subword, transpose-subwords,
10190 downcase-subword, upcase-subword, capitalize-subword,
10191 forward-subword-internal, backward-subword-internal.
10192
10193 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10194
10195 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
10196 New options.
10197 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
10198 New vars.
10199 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
10200 (bookmark-bmenu-filter-alist-by-regexp)
10201 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
10202 (bookmark-bmenu-search): New command.
10203 (bookmark-bmenu-mode-map): Bind it.
10204
10205 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
10206
10207 * progmodes/cc-cmds.el: declare-functioned forward-subword and
10208 backward-subword to quit the byte-compiler.
10209
10210 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
10211
10212 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
10213
10214 * progmodes/cc-cmds.el (c-update-modeline)
10215 (c-forward-into-nomenclature, c-backward-into-nomenclature):
10216 Refer to subword.el functions instead of cc-subword.el.
10217
10218 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
10219 subword.el functions instead of cc-subword.el.
10220
10221 * progmodes/cc-subword.el: Rename to subword.el.
10222 * subword.el: Rename from progmodes/cc-subword.el.
10223 (subword-mode-map): Rename from c-subword-mode-map.
10224 (subword-mode): Rename from c-subword-mode.
10225 (global-subword-mode): New global minor mode.
10226 (forward-subword): Rename from c-forward-subword.
10227 (backward-subword): Rename from c-backward-subword.
10228 (mark-subword): Rename from c-mark-subword.
10229 (kill-subword): Rename from c-kill-subword.
10230 (backward-kill-subword): Rename from c-backward-kill-subword.
10231 (transpose-subwords): Rename from c-tranpose-subword.
10232 (downcase-subword): Rename from c-downcase-subword.
10233 (capitalize-subword): Rename from c-capitalize-subword.
10234 (forward-subword-internal): Rename from c-forward-subword-internal.
10235 (backward-subword-internal): Rename from c-backward-subword-internal.
10236
10237 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
10238
10239 * vc.el (vc-deduce-fileset): Allow non-state changing operations
10240 from a dired buffer.
10241 (vc-dired-deduce-fileset): New function.
10242 (vc-root-diff, vc-print-root-log): Use it.
10243
10244 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
10245 nil LIMIT argument to vc-print-log-internal.
10246
10247 2009-11-20 Glenn Morris <rgm@gnu.org>
10248
10249 * Makefile.in (ELCFILES): Regenerate.
10250
10251 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
10252
10253 * calc/calc.el (calc-set-mode-line):
10254 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10255 (math-format-number): Rename `math-format-complement-signed' to
10256 `math-format-twos-complement'.
10257
10258 * calc/calc-bin.el (math-format-twos-complement): Rename from
10259 math-format-complement-signed.
10260 (calc-radix): Rename `calc-complement-signed-mode' to
10261 `calc-twos-complement-mode'.
10262 (calc-octal-radix, calc-hex-radix): Add an argument for
10263 two's complement.
10264
10265 * calc/calc-embed.el (calc-embedded-mode-vars):
10266 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10267
10268 * calc/calc-ext.el (calc-init-extensions):
10269 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10270 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
10271
10272 * calc/calc-units.el (math-build-units-table-buffer):
10273 Let `calc-twos-complement-mode' be nil.
10274
10275 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
10276 entries.
10277
10278 * calc/calc-vec.el (calcFunc-vunpack):
10279 * calc/calc-aent.el (calc-do-calc-eval):
10280 * calc/calc-forms.el (math-format-date):
10281 * calc/calc-graph.el (calc-graph-plot):
10282 * calc/calc-math.el (math-use-emacs-fn):
10283 * calc/calccomp.el (math-compose-expr):
10284 Let `calc-twos-complement-mode' be nil.
10285
10286 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10287
10288 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
10289 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
10290 * minibuffer.el (completion-in-region-functions): New hook.
10291 (completion-in-region): New function.
10292 * emacs-lisp/lisp.el (lisp-complete-symbol):
10293 * pcomplete.el (pcomplete-std-complete): Use it.
10294
10295 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10296
10297 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
10298 (latex-complete-alist): New vars.
10299 (latex-string-prefix-p, latex-complete-bibtex-keys)
10300 (latex-complete-envnames, latex-complete-refkeys)
10301 (latex-complete-data): New functions.
10302 (latex-complete, latex-indent-or-complete): New commands.
10303
10304 * window.el (display-buffer-mark-dedicated): New var.
10305 (display-buffer): Obey it.
10306 * minibuffer.el (minibuffer-completion-help): Use it.
10307
10308 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
10309
10310 * filecache.el (file-cache-add-file): Use push and cons.
10311 (file-cache-delete-file-regexp): Use push.
10312 (file-cache-complete): Use completion-in-region.
10313
10314 * simple.el (with-wrapper-hook): Fix thinko.
10315
10316 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
10317 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
10318 Use with-current-buffer and string-to-number.
10319 (hfy-fallback-colour-values): Use assoc-string.
10320 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
10321 (hfy-face-at): Remove unused var `found-face'.
10322 (hfy-compile-stylesheet): Remove unused var `css'.
10323 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
10324 and `orig-buffer'.
10325 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
10326 Use with-current-buffer.
10327 (hfy-text-p): Use expand-file-name and fewer setq.
10328
10329 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
10330
10331 * htmlfontify.el, hfy-cmap.el: New files.
10332
10333 2009-11-19 Juri Linkov <juri@jurta.org>
10334
10335 * minibuffer.el (completions-format): New defcustom.
10336 (completion--insert-strings): Implement vertical format.
10337
10338 * simple.el (switch-to-completions): Move point to the first
10339 completion when point was at the beginning of the buffer.
10340
10341 2009-11-19 Juri Linkov <juri@jurta.org>
10342
10343 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
10344
10345 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
10346
10347 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
10348
10349 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
10350 (mail-signature): Change default to t.
10351 (mail-from-style): Deprecate `system-default' value.
10352 (mail-insert-from-field): For default value of mail-from-style,
10353 default to `angles' unless `angles' needs quoting and `parens'
10354 does not.
10355 (mail-citation-prefix-regexp): Use citation regexp from
10356 message-mode.
10357
10358 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
10359
10360 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
10361 Set variables for computing the prompt for reading password.
10362
10363 2009-11-19 Glenn Morris <rgm@gnu.org>
10364
10365 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
10366
10367 * textmodes/flyspell.el (sgml-lexical-context): Declare.
10368
10369 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
10370 (newsticker-treeview-listwindow-height): Fix custom type.
10371
10372 2009-11-19 Kenichi Handa <handa@m17n.org>
10373
10374 * descr-text.el (describe-char-padded-string): Compose with TAB
10375 only if there's a font for CH.
10376 (describe-char): Fix the condition for detecting a trivial composition.
10377
10378 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
10379
10380 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
10381 more accurate version of the regexp. (Bug#3910)
10382
10383 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
10384
10385 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
10386
10387 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
10388
10389 * font-setting.el (font-use-system-font): Declare for byte-compiler.
10390 (font-setting-change-default-font): Fix typo in docstring.
10391
10392 2009-11-18 Alan Mackenzie <acm@muc.de>
10393
10394 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
10395
10396 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
10397
10398 * font-setting.el (font-use-system-font): Move ...
10399
10400 * cus-start.el (all): ... to here.
10401
10402 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
10403
10404 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
10405 Don't set `ad-return-value' if `ad-do-it' doesn't.
10406
10407 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
10408 modification time.
10409
10410 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
10411
10412 * menu-bar.el: Put "Use system font" in Option-menu.
10413 (menu-bar-options-save): Add font-use-system-font.
10414
10415 * loadup.el: If feature system-font-setting or font-render-setting is
10416 there, load font-setting.
10417
10418 * Makefile.in (ELCFILES): Add font-settings.el.
10419 * font-setting.el: New file.
10420
10421 2009-11-17 Glenn Morris <rgm@gnu.org>
10422
10423 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
10424
10425 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
10426 Preserve point in the list buffer. (Bug#4939)
10427 Use point-at-eol.
10428 (newsticker--treeview-list-update-highlight)
10429 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
10430
10431 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
10432
10433 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
10434 Remove.
10435
10436 * calc/calc-ext.el (calc-init-extensions): Remove references to
10437 symclip.
10438
10439 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
10440
10441 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
10442 * calc/calc-help.el (calc-b-prefix-help): Remove references to
10443 `calc-symclip'.
10444
10445 2009-11-16 Kevin Ryde <user42@zip.com.au>
10446
10447 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10448 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
10449
10450 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
10451 (lm-keywords-list): Allow comma-only separator like "foo,bar".
10452 Ignore trailing spaces by omit-nulls to split-string (fixing
10453 regression from Emacs 21 due to the incompatible split-string
10454 change). (Bug #4928.)
10455
10456 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
10457
10458 * vc.el (vc-log-show-limit): Default to 2000.
10459 (vc-print-log-internal): Insert buttons to request more entries
10460 when limiting the output.
10461
10462 * vc-sccs.el (vc-sccs-print-log):
10463 * vc-rcs.el (vc-rcs-print-log):
10464 * vc-cvs.el (vc-cvs-print-log):
10465 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
10466 LIMIT is non-nil.
10467
10468 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
10469
10470 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
10471 error when `tramp-gvfs-dbus-event-vector' is set.
10472 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
10473
10474 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10475
10476 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
10477
10478 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
10479
10480 * net/dbus.el (dbus-unregister-service): New defun.
10481 (dbus-register-property): Register the handlers of
10482 "org.freedesktop.DBus.Properties" for SERVICE.
10483 (dbus-property-handler): Fix docstring.
10484
10485 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10486
10487 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
10488 Quote doc string reference in defvaralias as it is not in special form.
10489 (byte-compile-output-docform): Doc fix.
10490
10491 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
10492
10493 * calc/calc.el (math-2-word-size, math-half-2-word-size)
10494 (calc-complement-signed-mode): New variables.
10495 (calc-set-mode-line): Add indicator for twos-complements.
10496 (math-format-number): Format twos-complement notation.
10497
10498 * calc/calc-bin.el (calc-word-size): Reset the variables
10499 `math-2-word-size' and `math-half-2-word-size'.
10500 (math-format-complement-signed, math-symclip, calcFunc-symclip)
10501 (calc-symclip): New functions.
10502
10503 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
10504
10505 * calc/calc-embed.el (calc-embedded-mode-vars):
10506 Add `calc-complement-signed-mode' to the list of modes.
10507
10508 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
10509 (calc-b-oper-keys): Add `calc-symclip' to list.
10510
10511 * calc/calc-ext.el (math-read-number-fancy): Read complement
10512 signed numbers.
10513 (calc-init-extensions): Add binding for `calc-symclip'.
10514 Add autoload for `calcFunc-symclip' and `calc-symclip'.
10515
10516 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
10517 `calc-symclip'.
10518 (calc-modes-menu): Add item for twos complement mode.
10519
10520 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
10521
10522 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
10523
10524 * register.el (jump-to-register, insert-register): Handle Semantic
10525 tags. From commented-out advice in semantic/senator.el.
10526
10527 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
10528
10529 * vc.el (vc-log-show-limit): New variable.
10530 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
10531 when using a prefix argument.
10532 (vc-print-log-internal): Add new argument LIMIT.
10533
10534 * vc-svn.el (vc-svn-print-log):
10535 * vc-mtn.el (vc-mtn-print-log):
10536 * vc-hg.el (vc-hg-print-log):
10537 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
10538 pass it to the log command when set. Make the BUFFER argument
10539 non-optional.
10540
10541 * vc-sccs.el (vc-sccs-print-log):
10542 * vc-rcs.el (vc-rcs-print-log):
10543 * vc-git.el (vc-git-print-log):
10544 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
10545 ignore it. Make the BUFFER argument non-optional
10546
10547 * bindings.el (mode-line-buffer-identification): Do not purecopy.
10548
10549 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
10550
10551 * dired.el (dired-mode-map): Move encryption items to "Operate"
10552 menu (Bug#4703).
10553
10554 * strokes.el (strokes-update-window-configuration): Make strokes
10555 buffer current before erasing (Bug#4906).
10556
10557 2009-11-15 Juri Linkov <juri@jurta.org>
10558
10559 * simple.el (set-mark-default-inactive): Add :type, :group
10560 and :version. (Bug#4876)
10561
10562 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
10563
10564 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
10565 (archive-unique-fname): ... here. (Bug#4929)
10566
10567 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10568
10569 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
10570 with a real fix.
10571
10572 * novice.el (disabled-command-function): Add useful args.
10573 Setup the help buffer so that [back] works.
10574 Remove redundant call to help-mode.
10575 (disabled-command-function): Use `case'.
10576 (en/disable-command): New function extracted from enable-command.
10577 (enable-command, disable-command): Use it.
10578
10579 2009-11-14 Glenn Morris <rgm@gnu.org>
10580
10581 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
10582 constants. (Bug#4913)
10583
10584 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
10585
10586 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
10587
10588 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
10589 defined in C that have no doc-strings. (Bug#1063)
10590
10591 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
10592
10593 * cus-edit.el (data, files):
10594 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
10595
10596 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
10597
10598 * simple.el (shell-command): Doc fix (Bug#4891).
10599
10600 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
10601
10602 2009-11-14 Glenn Morris <rgm@gnu.org>
10603
10604 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
10605 statements for vc-diff, emerge-quit, and rmail-cease-edit.
10606 If they are already loaded, eval-after-load will do the right thing.
10607
10608 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
10609 compiling.
10610
10611 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
10612
10613 * simple.el (x-selection-owner-p): Declare.
10614 (read-mail-command): Use custom radio type rather than choice.
10615 (completion-no-auto-exit): Doc fix.
10616
10617 * custom.el (defgroup):
10618 * epg-config.el (epg): Doc fixes.
10619
10620 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
10621
10622 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
10623 * international/ccl.el (define-ccl-program): Do not purecopy the
10624 docstring, defconst does it anyway.
10625
10626 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10627
10628 * add-log.el (add-change-log-entry): Avoid displaying the changelog
10629 a second time.
10630
10631 * x-dnd.el (x-dnd-maybe-call-test-function):
10632 * window.el (split-window-vertically):
10633 * whitespace.el (whitespace-help-on):
10634 * vc-rcs.el (vc-rcs-consult-headers):
10635 * userlock.el (ask-user-about-lock-help)
10636 (ask-user-about-supersession-help):
10637 * type-break.el (type-break-force-mode-line-update):
10638 * time-stamp.el (time-stamp-conv-warn):
10639 * terminal.el (te-set-output-log, te-more-break, te-filter)
10640 (te-sentinel, terminal-emulator):
10641 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
10642 (term-write-input-ring, term-check-source, term-start-output-log):
10643 (term-display-buffer-line, term-dynamic-list-completions):
10644 (term-ansi-make-term, serial-term):
10645 * subr.el (selective-display):
10646 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10647 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
10648 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
10649 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
10650 (speedbar-remove-localized-speedbar-support)
10651 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
10652 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
10653 (speedbar-buffers-line-directory):
10654 * simple.el (shell-command-on-region, append-to-buffer)
10655 (prepend-to-buffer):
10656 * shadowfile.el (shadow-save-todo-file):
10657 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
10658 (scroll-bar-maybe-set-window-start):
10659 * sb-image.el (speedbar-image-dump):
10660 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
10661 (load-save-place-alist-from-file):
10662 * ps-samp.el (ps-print-message-from-summary):
10663 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
10664 (ps-background-image, ps-begin-job, ps-do-despool):
10665 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
10666 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
10667 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
10668 (pr-call-process, pr-file-list, pr-interface-save):
10669 * novice.el (disabled-command-function)
10670 (enable-command, disable-command):
10671 * mouse.el (mouse-buffer-menu-alist):
10672 * mouse-copy.el (mouse-kill-preserving-secondary):
10673 * macros.el (kbd-macro-query):
10674 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
10675 * informat.el (batch-info-validate):
10676 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
10677 * hippie-exp.el (try-expand-dabbrev-visible):
10678 * help-mode.el (help-make-xrefs):
10679 * help-fns.el (describe-variable):
10680 * generic-x.el (bat-generic-mode-run-as-comint):
10681 * finder.el (finder-mouse-select):
10682 * find-dired.el (find-dired-sentinel):
10683 * filesets.el (filesets-file-close):
10684 * files.el (list-directory):
10685 * faces.el (list-faces-display, describe-face):
10686 * facemenu.el (list-colors-display):
10687 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
10688 * epg.el (epg--process-filter, epg-cancel):
10689 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
10690 (epa--read-signature-type):
10691 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
10692 (emerge-file-names):
10693 * ehelp.el (electric-helpify):
10694 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
10695 * ediff-vers.el (rcs-ediff-view-revision):
10696 * ediff-util.el (ediff-setup):
10697 * ediff-mult.el (ediff-append-custom-diff):
10698 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
10699 (ediff-wordify):
10700 * echistory.el (Electric-command-history-redo-expression):
10701 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
10702 * disp-table.el (describe-display-table):
10703 * dired.el (dired-find-buffer-nocreate):
10704 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
10705 * dabbrev.el (dabbrev--same-major-mode-p):
10706 * chistory.el (list-command-history):
10707 * apropos.el (apropos-documentation):
10708 * allout.el (allout-obtain-passphrase):
10709 (allout-copy-exposed-to-buffer):
10710 (allout-verify-passphrase): Use with-current-buffer.
10711
10712 2009-11-13 Glenn Morris <rgm@gnu.org>
10713
10714 * Makefile.in (ELCFILES): Regenerate.
10715
10716 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
10717
10718 * net/dbus.el (dbus-registered-objects-table): Rename from
10719 `dbus-registered-functions-table', because it contains also properties.
10720 (dbus-unregister-object): Unregister also properties.
10721 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
10722 Use a timeout of 500 msec, in order to not block.
10723 (dbus-register-property, dbus-property-handler): New defuns.
10724
10725 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10726
10727 * simple.el (minibuffer-default-add-completions): Drop deprecated
10728 4th arg.
10729
10730 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
10731
10732 * textmodes/artist.el (artist-mouse-choose-operation):
10733 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
10734 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
10735 (artist-compute-up-event-key): New function.
10736 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
10737
10738 2009-11-13 Kenichi Handa <handa@m17n.org>
10739
10740 * language/japan-util.el: Make sure that the value of jisx0208
10741 property is jisx0208 character.
10742
10743 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
10744
10745 * international/mule.el (auto-coding-regexp-alist): Only purecopy
10746 car or each item, not the whole list.
10747
10748 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
10749
10750 * minibuffer.el (minibuffer-completion-help):
10751 Use minibuffer-hide-completions.
10752
10753 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
10754
10755 * dired.el (dired-save-positions, dired-restore-positions): New funs.
10756 (dired-revert): Use them (bug#4880).
10757
10758 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
10759
10760 * tooltip.el (tooltip-frame-parameters): Undo previous change.
10761
10762 2009-11-12 Juri Linkov <juri@jurta.org>
10763
10764 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
10765 New functions.
10766 (find-file-literally-at-point): Alias of `ffap-literally'.
10767
10768 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
10769
10770 * textmodes/ispell.el (ispell-skip-region-alist):
10771 * textmodes/css-mode.el (auto-mode-alist):
10772 * progmodes/compile.el (auto-mode-alist):
10773 * international/mule.el (ctext-non-standard-encodings-alist)
10774 (ctext-non-standard-encodings-regexp):
10775 * simple.el (shell-command-switch, text-read-only):
10776 * replace.el (occur-mode-map):
10777 * paths.el (rmail-file-name):
10778 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
10779 * find-file.el (ff-special-constructs):
10780 * files.el (file-name-handler-alist):
10781 * composite.el: Purecopy strings.
10782
10783 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
10784
10785 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
10786
10787 * widget.el (define-widget): Purecopy the docstring.
10788 * international/mule-cmds.el (charset): Do not purecopy the
10789 docstring here, define-widget does it.
10790
10791 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
10792 * textmodes/bibtex-style.el (auto-mode-alist):
10793 * progmodes/inf-lisp.el (inferior-lisp-prompt):
10794 * progmodes/compile.el (compile-command):
10795 * language/korea-util.el (default-korean-keyboard):
10796 * international/mule-conf.el (file-coding-system-alist):
10797 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
10798 * tooltip.el (tooltip-frame-parameters):
10799 * newcomment.el (comment-end, comment-padding):
10800 * dired.el (dired-trivial-filenames):
10801 * comint.el (comint-file-name-prefix): Purecopy initial values.
10802
10803 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
10804
10805 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
10806 (tramp-advice-minibuffer-electric-tilde): Unload advices via
10807 `tramp-unload'.
10808 (tramp-advice-make-auto-save-file-name)
10809 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
10810 after removing the advice.
10811
10812 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
10813
10814 * progmodes/grep.el (grep-regexp-alist):
10815 * international/mule-cmds.el (iso-2022-control-alist):
10816 * emacs-lisp/timer.el (timer-duration-words):
10817 * subr.el (version-separator, version-regexp-alist):
10818 * minibuffer.el (completion-styles-alist):
10819 * faces.el (face-attribute-name-alist, list-faces-sample-text):
10820 Change defvars to defconsts.
10821
10822 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
10823 * loadup.el ("international/mule-conf"): Load the byte compiled version.
10824 * international/mule-conf.el: Allow to be byte compiled.
10825
10826 * international/mule.el (define-charset): Purecopy props.
10827 (load-with-code-conversion): Purecopy doc string and file name.
10828 (put-charset-property): Purecopy strings.
10829 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
10830
10831 * international/mule-cmds.el (register-input-method): Purecopy arguments.
10832 (define-char-code-property): Correctly purecopy the table.
10833
10834 * international/ccl.el (define-ccl-program): Purecopy the docstring.
10835
10836 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
10837
10838 * subr.el (add-hook): Purecopy strings.
10839 (eval-after-load): Purecopy load-history-regexp and the form.
10840
10841 * custom.el (custom-declare-group): Purecopy load-file-name.
10842
10843 * subr.el (menu-bar-separator): New defconst.
10844 * net/eudc.el (eudc-tools-menu):
10845 * international/mule-cmds.el (set-coding-system-map)
10846 (mule-menu-keymap):
10847 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
10848 * vc-hooks.el (vc-menu-map):
10849 * replace.el (occur-mode-map):
10850 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
10851 (menu-bar-edit-menu, menu-bar-goto-menu)
10852 (menu-bar-custom-menu, menu-bar-showhide-menu)
10853 (menu-bar-options-menu, menu-bar-tools-menu)
10854 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
10855 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
10856 (menu-bar-help-menu):
10857 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
10858 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
10859
10860 * term/x-win.el (x-gtk-stock-map):
10861 * progmodes/vera-mode.el (auto-mode-alist):
10862 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
10863 (inferior-lisp-program, inferior-lisp-load-command):
10864 * progmodes/hideshow.el (hs-special-modes-alist):
10865 * progmodes/gud.el (same-window-regexps):
10866 * progmodes/grep.el (grep-program, find-program, xargs-program):
10867 * net/telnet.el (same-window-regexps):
10868 * net/rlogin.el (same-window-regexps):
10869 * language/ethiopic.el (font-ccl-encoder-alist):
10870 * vc-sccs.el (vc-sccs-master-templates):
10871 * vc-rcs.el (vc-rcs-master-templates):
10872 * subr.el (cl-assertion-failed):
10873 * simple.el (next-error-overlay-arrow-position):
10874 * lpr.el (lpr-command):
10875 * locate.el (locate-ls-subdir-switches):
10876 * info.el (same-window-regexps, info)
10877 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10878 * image-mode.el (image-mode, auto-mode-alist):
10879 * hippie-exp.el (hippie-expand-ignore-buffers):
10880 * format.el (format-alist):
10881 * find-dired.el (find-ls-subdir-switches, find-grep-options)
10882 (find-name-arg):
10883 * facemenu.el (facemenu-keybindings):
10884 * dired.el (dired-listing-switches, dired-chown-program):
10885 * diff.el (diff-switches, diff-command):
10886 * cus-edit.el (same-window-regexps):
10887 * bindings.el (mode-line-mule-info)
10888 (mode-line-buffer-identification): Purecopy strings.
10889
10890 2009-11-11 Juri Linkov <juri@jurta.org>
10891
10892 * simple.el (dired-get-filename) <declare-function>:
10893 Tell the byte-compiler about dired-get-filename.
10894 (shell-command): In Dired mode, get filename from the current line
10895 as the default value.
10896
10897 2009-11-10 Glenn Morris <rgm@gnu.org>
10898
10899 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
10900 * calendar/holidays.el, progmodes/cperl-mode.el:
10901 Update x-popup-menu declarations.
10902
10903 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
10904 (list-load-path-shadows): Use dolist.
10905 (list-load-path-shadows): Use with-current-buffer.
10906
10907 2009-11-10 Juri Linkov <juri@jurta.org>
10908
10909 * minibuffer.el (read-file-name): Support a list of default values
10910 in `default-filename'. Use the first file name where only one
10911 element is required. Doc fix.
10912
10913 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
10914
10915 * net/dbus.el (dbus-unregister-object): Release service, if no
10916 other method is registered for it.
10917
10918 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
10919
10920 * bookmark.el (bookmark-completing-read): Sort bookmark names if
10921 bookmark-sort-flag is non-nil (Bug#4653).
10922
10923 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
10924
10925 * emulation/cua-base.el: Add CUA property to some CC mode commands
10926 (Bug#4100).
10927
10928 2009-11-08 Kevin Ryde <user42@zip.com.au>
10929
10930 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
10931 at end of sentence (Bug#4818).
10932
10933 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
10934
10935 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10936 Handle "see declaration of" MSFT statements (Bug#4100).
10937
10938 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
10939
10940 * net/tramp.el (tramp-advice-make-auto-save-file-name)
10941 (tramp-advice-file-expand-wildcards): Unload via
10942 `ad-remove-advice'.
10943
10944 * net/trampver.el: Update release number.
10945
10946 2009-11-08 Kevin Ryde <user42@zip.com.au>
10947
10948 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
10949 `ad-do-it'.
10950
10951 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
10952
10953 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
10954 in order to keep context in SELinux.
10955
10956 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
10957
10958 * dired-aux.el (dired-query): Place cursor in echo area and allow
10959 C-g.
10960
10961 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
10962 menu item if not on a directory (Bug#4701).
10963
10964 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
10965
10966 Sync with Tramp 2.1.17.
10967
10968 * net/tramp.el (tramp-handle-copy-directory): Don't use
10969 `file-remote-p' (due to compatibility).
10970
10971 * net/tramp-compat.el (tramp-compat-copy-directory)
10972 (tramp-compat-delete-directory): New defuns.
10973
10974 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10975 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
10976 `tramp-compat-delete-directory'.
10977
10978 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
10979 (tramp-smb-handle-delete-directory): Use
10980 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
10981
10982 * net/trampver.el: Update release number.
10983
10984 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
10985
10986 * tar-mode.el (tar-copy): Call write-region on the right buffer
10987 (Bug#4857).
10988
10989 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
10990 by hand, if necessary (Bug#4878).
10991
10992 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
10993
10994 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
10995 align size column (Bug#4839).
10996
10997 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
10998 statement.
10999
11000 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
11001
11002 * progmodes/ld-script.el (auto-mode-alist):
11003 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
11004
11005 * cus-face.el (custom-declare-face): Purecopy face spec.
11006
11007 2009-11-06 Kenichi Handa <handa@m17n.org>
11008
11009 * international/uni-bidi.el: Re-generated.
11010 * international/uni-category.el: Re-generated.
11011 * international/uni-combining.el: Re-generated.
11012 * international/uni-mirrored.el: Re-generated.
11013
11014 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
11015
11016 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
11017 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
11018 (tex-start-options, slitex-run-command, latex-run-command)
11019 (tex-run-command, tex-directory):
11020 * textmodes/ispell.el (ispell-html-skip-alists)
11021 (ispell-tex-skip-alists, ispell-tex-skip-alists):
11022 * textmodes/fill.el (adaptive-fill-first-line-regexp):
11023 (adaptive-fill-regexp):
11024 * textmodes/dns-mode.el (auto-mode-alist):
11025 * progmodes/python.el (interpreter-mode-alist):
11026 * progmodes/etags.el (tags-compression-info-list):
11027 * progmodes/etags.el (tags-file-name):
11028 * net/browse-url.el (browse-url-galeon-program)
11029 (browse-url-firefox-program):
11030 * mail/sendmail.el (mail-signature-file)
11031 (mail-citation-prefix-regexp):
11032 * international/mule-conf.el (eight-bit):
11033 * international/latexenc.el (latex-inputenc-coding-alist):
11034 * international/fontset.el (x-pixel-size-width-font-regexp):
11035 * emacs-lisp/warnings.el (warning-type-format):
11036 * emacs-lisp/trace.el (trace-buffer):
11037 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
11038 (emacs-lisp-mode-map):
11039 * calendar/holidays.el (holiday-solar-holidays)
11040 (holiday-bahai-holidays, holiday-islamic-holidays)
11041 (holiday-christian-holidays, holiday-hebrew-holidays)
11042 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
11043 (hebrew-holidays-1, holiday-oriental-holidays)
11044 (holiday-general-holidays):
11045 * x-dnd.el (x-dnd-known-types):
11046 * tool-bar.el (tool-bar):
11047 * startup.el (site-run-file):
11048 * shell.el (shell-dumb-shell-regexp):
11049 * rfn-eshadow.el (file-name-shadow-tty-properties)
11050 (file-name-shadow-properties):
11051 * paths.el (remote-shell-program, news-directory):
11052 * mouse.el ([C-down-mouse-3]):
11053 * menu-bar.el (menu-bar-tools-menu):
11054 * jka-cmpr-hook.el (jka-compr-load-suffixes)
11055 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
11056 (jka-compr-compression-info-list):
11057 * isearch.el (search-whitespace-regexp):
11058 * image-file.el (image-file-name-extensions):
11059 * find-dired.el (find-ls-option):
11060 * files.el (directory-listing-before-filename-regexp)
11061 (directory-free-space-args, insert-directory-program)
11062 (list-directory-brief-switches, magic-fallback-mode-alist)
11063 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
11064 (automount-dir-prefix):
11065 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
11066 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
11067 (face-font-registry-alternatives, face-font-registry-alternatives)
11068 (face-font-family-alternatives):
11069 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
11070 (facemenu-foreground-menu, facemenu-face-menu):
11071 * epa-hook.el (epa-file-name-regexp):
11072 * dnd.el (dnd-protocol-alist):
11073 * textmodes/rst.el (auto-mode-alist):
11074 * button.el (default-button): Purecopy strings.
11075
11076 2009-11-06 Glenn Morris <rgm@gnu.org>
11077
11078 * Makefile.in (ELCFILES): Update.
11079
11080 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
11081
11082 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
11083 * emacs-lisp/levents.el: Move to obsolete/levents.el.
11084
11085 * nxml/xsd-regexp.el (xsdre-gen-categories):
11086 * nxml/xmltok.el (xmltok-parse-entity):
11087 * nxml/rng-parse.el (rng-parse-validate-file):
11088 * nxml/rng-maint.el (rng-format-manual)
11089 (rng-manual-output-force-new-line):
11090 * nxml/rng-loc.el (rng-save-schema-location-1):
11091 * nxml/rng-cmpct.el (rng-c-parse-file):
11092 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
11093 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
11094
11095 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
11096
11097 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
11098 Remove extra save-excursions and make-variable-buffer-local's.
11099 Suggested by Stefan Monnier.
11100
11101 (verilog-getopt-file, verilog-module-inside-filename-p)
11102 (verilog-set-define): Merge GNU 1.35 and repair changes from
11103 switching to using with-current-buffer.
11104
11105 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
11106 being treated as a number and confusing AUTORESET.
11107 Reported by Dan Dever.
11108
11109 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
11110 Add verilog-auto-ignore-concat to fix backward compatibility with
11111 older verilog-modes. Reported by Dan Katz.
11112
11113 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
11114 containing closing anchors "...$".
11115
11116 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
11117 Reported by Wade Smith.
11118
11119 (verilog-batch-execute-func): Comment on function usage.
11120
11121 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
11122
11123 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
11124 for labels.
11125
11126 (verilog-label-re, verilog-calc-1): Support proper indent of named
11127 asserts.
11128
11129 (verilog-backward-token, verilog-basic-complete-re)
11130 (verilog-beg-of-statement, verilog-indent-re): Support proper
11131 indent of the assert statement at the beginning of a block of text.
11132
11133 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
11134 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
11135 tokens as begins.
11136
11137 2009-11-05 Glenn Morris <rgm@gnu.org>
11138
11139 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
11140 Emacs 19. (Bug#1531)
11141 (byte-compile-fix-header): Update for the above change.
11142 Drop test for epoch::version.
11143
11144 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
11145 * cus-dep.el (custom-make-dependencies):
11146 * finder.el (finder-compile-keywords):
11147 Use autoload-rubric's feature argument.
11148
11149 * calendar/diary-lib.el (top-level): Make load behave more like require.
11150
11151 * vc-git.el (vc-git-stash-map): Move definition before use.
11152
11153 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
11154
11155 * custom.el (custom-declare-group): Purecopy standard-value.
11156 (custom-declare-group): Purecopy custom-prefix.
11157
11158 * international/mule.el (load-with-code-conversion):
11159 Call do-after-load-evaluation unconditionally.
11160
11161 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
11162
11163 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
11164
11165 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
11166
11167 2009-11-04 Glenn Morris <rgm@gnu.org>
11168
11169 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
11170 (byte-compile-compatibility): Remove option.
11171 (byte-compile-close-variables, byte-compile-fix-header)
11172 (byte-compile-insert-header, byte-compile-output-docform)
11173 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
11174 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
11175 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
11176 (byte-compile-insert, byte-compile-defun):
11177 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
11178 (byte-defop-compiler19): Remove.
11179 Without byte-compile-compatibility, the 'emacs19-opcode property is not
11180 used by anything. Replace all calls with byte-defop-compiler.
11181
11182 2009-11-04 Juri Linkov <juri@jurta.org>
11183
11184 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
11185 (menu-bar-options-menu): Don't quote the `prop' arg of
11186 `menu-bar-make-mm-toggle'.
11187
11188 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
11189
11190 * calendar/calendar.el (cal-loaddefs):
11191 * calendar/diary-lib.el (diary-loaddefs):
11192 * calendar/holidays.el (hol-loaddefs):
11193 * eshell/esh-module.el (esh-groups): Load rather than require.
11194
11195 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
11196
11197 * calendar/todo-mode.el (todo-add-category): Don't hardcode
11198 point-min==1.
11199 (todo-top-priorities): Only display-buffer when called interactively.
11200 (todo-item-start): Don't save excursion point.
11201 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
11202 (todo-insert-item-here, todo-file-item, todo-remove-item):
11203 Adjust uses of todo-item-start and todo-item-end.
11204
11205 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
11206 (autoload-rubric): Don't use any more.
11207
11208 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
11209 and only put a prop if it is non-nil.
11210
11211 2009-11-03 Juri Linkov <juri@jurta.org>
11212
11213 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
11214 (menu-bar-options-menu): Fix list quoting (Bug#4429).
11215
11216 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
11217 and "Menu" to make top-level menu item visually one unit (like
11218 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
11219 multi-word menu items). Fix :help string for quit-window.
11220
11221 2009-11-03 Glenn Morris <rgm@gnu.org>
11222
11223 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
11224 (byte-compile-file-form-define-abbrev-table)
11225 (byte-compile-file-form-custom-declare-variable)
11226 (byte-compile-variable-ref, byte-compile-defvar):
11227 Whether or not a warning is enabled should only affect whether we issue
11228 the warning, not whether or not we collect the relevant data.
11229 Eg warnings can be turned on and off throughout the course of a file.
11230
11231 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
11232 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
11233
11234 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
11235
11236 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
11237 * play/mpuz.el (mpuz-create-buffer):
11238 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
11239 (lm-print-y,s,noise, lm-print-w0, lm-init):
11240 * play/gomoku.el (gomoku-prompt-for-move):
11241 * play/fortune.el (fortune-in-buffer):
11242 * play/dissociate.el (dissociated-press):
11243 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
11244 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
11245 * mail/supercite.el (sc-eref-show):
11246 * mail/smtpmail.el (smtpmail-send-it):
11247 * mail/rmailsum.el (rmail-summary-next-labeled-message)
11248 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
11249 (rmail-summary-undelete-many, rmail-summary-rmail-update)
11250 (rmail-summary-goto-msg, rmail-summary-expunge)
11251 (rmail-summary-get-new-mail, rmail-summary-search-backward)
11252 (rmail-summary-add-label, rmail-summary-output-menu)
11253 (rmail-summary-output-body):
11254 * mail/rfc822.el (rfc822-addresses):
11255 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
11256 * mail/mailpost.el (post-mail-send-it):
11257 * mail/hashcash.el (hashcash-generate-payment):
11258 * mail/feedmail.el (feedmail-run-the-queue)
11259 (feedmail-queue-send-edit-prompt-help-first)
11260 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
11261 (feedmail-deduce-address-list):
11262 * eshell/esh-ext.el (eshell-remote-command):
11263 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
11264 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
11265 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
11266 (viper-save-string-in-file, viper-valid-marker):
11267 * emulation/viper-keym.el (viper-toggle-key):
11268 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
11269 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
11270 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
11271 * emulation/viper-cmd.el (viper-exec-form-in-vi)
11272 (viper-exec-form-in-emacs, viper-brac-function):
11273 * emulation/viper.el (viper-delocalize-var):
11274 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
11275 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
11276 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
11277 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
11278 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
11279 * emulation/edt.el (edt-electric-helpify):
11280 * emulation/cua-rect.el (cua--rectangle-aux-replace):
11281 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
11282 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
11283 (cua-indent-to-global-mark-column):
11284 * calendar/diary-lib.el (calendar-mark-1):
11285 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
11286 Use with-current-buffer.
11287 * emulation/viper.el (viper-delocalize-var): Use dolist.
11288
11289 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
11290
11291 * comint.el (comint-replace-by-expanded-history-before-point):
11292 Replace !! with the previous input string literally (Bug#1795).
11293
11294 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
11295
11296 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
11297 to be made up of whitespace.
11298
11299 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
11300
11301 * minibuffer.el (read-file-name): Don't use file dialogs for
11302 remote directories (Bug#99).
11303
11304 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
11305
11306 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
11307
11308 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
11309
11310 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
11311 instead of deleting the window or frame.
11312
11313 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
11314
11315 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
11316 Support face colors.
11317
11318 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
11319 New function. Support face colors (Bug#1168).
11320 (tex-common-initialization): Use it.
11321
11322 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
11323 mode allows it (Bug#1168).
11324
11325 2009-10-31 Juri Linkov <juri@jurta.org>
11326
11327 * facemenu.el (list-colors-display): Don't mark buffer as
11328 modified (Bug#3948).
11329
11330 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
11331
11332 * international/mule-diag.el (list-character-sets-1): Minor
11333 message fix (Bug#3526).
11334
11335 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
11336 face property (Bug#4834).
11337 (etags-list-tags, etags-tags-apropos-additional)
11338 (etags-tags-apropos, tags-select-tags-table): Add follow-link
11339 property.
11340
11341 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
11342 items.
11343
11344 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
11345
11346 * textmodes/two-column.el (2C-split):
11347 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
11348 * textmodes/tex-mode.el (tex-set-buffer-directory):
11349 * textmodes/spell.el (spell-region, spell-string):
11350 * textmodes/reftex.el (reftex-erase-buffer):
11351 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
11352 * textmodes/reftex-toc.el (reftex-toc-promote-action):
11353 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
11354 (reftex-select-item):
11355 * textmodes/reftex-ref.el (reftex-label-info-update)
11356 (reftex-offer-label-menu):
11357 * textmodes/reftex-index.el (reftex-index-change-entry)
11358 (reftex-index-phrases-info):
11359 * textmodes/reftex-global.el (reftex-create-tags-file)
11360 (reftex-save-all-document-buffers, reftex-ensure-write-access):
11361 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
11362 (reftex-view-crossref-from-bibtex):
11363 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
11364 (reftex-extract-bib-entries-from-thebibliography)
11365 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
11366 * textmodes/refbib.el (r2b-capitalize-title):
11367 (r2b-convert-buffer, r2b-help):
11368 * textmodes/page-ext.el (pages-directory)
11369 (pages-directory-goto-with-mouse):
11370 * textmodes/bibtex.el (bibtex-validate-globally):
11371 * textmodes/bib-mode.el (bib-capitalize-title):
11372 * textmodes/artist.el (artist-clear-buffer, artist-system):
11373 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
11374 (local-set-scheme-interaction-buffer, xscheme-process-filter)
11375 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
11376 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
11377 (xscheme-send-control-g-interrupt, xscheme-start-process)
11378 (xscheme-process-sentinel, xscheme-cd):
11379 * progmodes/verilog-mode.el (verilog-read-always-signals)
11380 (verilog-set-define, verilog-getopt-file)
11381 (verilog-module-inside-filename-p):
11382 * progmodes/sh-script.el:
11383 * progmodes/python.el (python-pdbtrack-get-source-buffer)
11384 (python-pdbtrack-grub-for-buffer, python-execute-file):
11385 * progmodes/octave-inf.el (inferior-octave):
11386 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
11387 (idlwave-shell-compile-helper-routines, idlwave-set-local)
11388 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
11389 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
11390 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
11391 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
11392 (idlwave-shell-filter, idlwave-shell-examine-highlight)
11393 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
11394 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
11395 (idlwave-shell-examine-display, idlwave-shell-run-region)
11396 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
11397 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
11398 * progmodes/idlw-help.el (idlwave-help-get-special-help)
11399 (idlwave-help-get-help-buffer):
11400 * progmodes/gud.el (gud-basic-call, gud-find-class)
11401 (gud-tooltip-activate-mouse-motions-if-enabled):
11402 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
11403 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
11404 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
11405 (ebrowse-tags-next-file):
11406 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
11407 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
11408 (ebnf-eps-finish-and-write):
11409 * progmodes/cpp.el (cpp-edit-save):
11410 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
11411 * progmodes/cc-defs.el (c-emacs-features):
11412 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
11413 (antlr-directory-dependencies):
11414 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
11415 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
11416 (ada-find-any-references, ada-make-filename-from-adaname)
11417 (ada-make-body-gnatstub):
11418 * obsolete/rnews.el (news-list-news-groups):
11419 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
11420 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
11421 * net/rcirc.el (rcirc-debug):
11422 * net/newst-treeview.el (newsticker--treeview-list-add-item)
11423 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
11424 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
11425 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
11426 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
11427 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
11428 (newsticker--treeview-list-clear-highlight)
11429 (newsticker--treeview-list-update-highlight)
11430 (newsticker--treeview-list-highlight-start)
11431 (newsticker--treeview-tree-update-highlight)
11432 (newsticker--treeview-get-selected-item)
11433 (newsticker-treeview-mark-list-items-old)
11434 (newsticker--treeview-set-current-node):
11435 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
11436 * net/newst-backend.el (newsticker--get-news-by-funcall)
11437 (newsticker--get-news-by-wget, newsticker--image-get)
11438 (newsticker--image-sentinel):
11439 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
11440 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
11441 (eudc-ph-close-session):
11442 * net/eudc.el (eudc-save-options):
11443 * language/thai-word.el (thai-update-word-table):
11444 * language/japan-util.el (japanese-string-conversion):
11445 * international/titdic-cnv.el (tsang-quick-converter)
11446 (ziranma-converter, ctlau-converter):
11447 * international/mule-cmds.el (describe-language-environment):
11448 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
11449 (skkdic-convert-postfix, skkdic-convert-prefix):
11450 (skkdic-convert-okuri-nasi, skkdic-convert):
11451 * emacs-lisp/re-builder.el (reb-update-overlays):
11452 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
11453 * emacs-lisp/gulp.el (gulp-send-requests):
11454 * emacs-lisp/find-gc.el (trace-call-tree):
11455 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
11456 (eieio-describe-generic):
11457 * emacs-lisp/eieio-base.el (eieio-persistent-read):
11458 * emacs-lisp/edebug.el (edebug-outside-excursion):
11459 * emacs-lisp/debug.el (debugger-make-xrefs):
11460 * emacs-lisp/cust-print.el (custom-prin1-to-string):
11461 * emacs-lisp/chart.el (chart-new-buffer):
11462 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
11463 Use with-current-buffer.
11464 * textmodes/artist.el (artist-system): Don't call
11465 copy-sequence on a fresh string.
11466 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
11467
11468 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
11469
11470 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
11471 is no item to edit. (Bug#4820)
11472 (todo-top-priorities): Restore point and restore narrowing in Todo
11473 buffer. (Bug#4820)
11474
11475 2009-10-31 Glenn Morris <rgm@gnu.org>
11476
11477 * net/ange-ftp.el (top-level): Don't require dired when compiling.
11478 (comint-last-output-start, comint-last-input-start)
11479 (comint-last-input-end): Don't defvar when compiling.
11480 (ange-ftp-process-file): Use bound-and-true-p.
11481
11482 * pcmpl-rpm.el (top-level): Move provide statement to end.
11483 (pcmpl-rpm): Remove unused custom group.
11484
11485 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
11486
11487 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
11488
11489 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11490 (byte-compile-warnings): Add `constants' as an option.
11491 (byte-compile-callargs-warn, byte-compile-arglist-warn)
11492 (display-call-tree): Update for byte-compile-fdefinition possibly
11493 returning `(macro lambda ...)'. (Bug#4778)
11494 (byte-compile-variable-ref, byte-compile-setq-default):
11495 Respect `constants' member of byte-compile-warnings.
11496
11497 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11498
11499 * vc-bzr.el (vc-bzr-revision-keywords): New var.
11500 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
11501 to "submit:".
11502
11503 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
11504
11505 * textmodes/ispell.el (ispell-skip-region-alist):
11506 * international/mule-conf.el (eight-bit):
11507 * international/fontset.el (font-encoding-alist):
11508 * startup.el (pure-space-overflow-message):
11509 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
11510 * paths.el (gnus-nntp-service, rmail-spool-directory)
11511 (term-file-prefix):
11512 * files.el (save-some-buffers-action-alist):
11513 * cmuscheme.el (same-window-buffer-names):
11514 * ielm.el (same-window-buffer-names):
11515 * shell.el (same-window-buffer-names):
11516 * mail/sendmail.el (same-window-buffer-names):
11517 * progmodes/inf-lisp.el (same-window-buffer-names):
11518 * bindings.el (mode-line-client)
11519 (mode-line-column-line-number-mode-map):
11520 * language/tibetan.el (tibetan-precomposition-rule-regexp)
11521 (tibetan-precomposed-regexp): Purecopy string arguments.
11522
11523 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11524
11525 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
11526 (calcDigit-nondigit):
11527 * calc/calc-yank.el (calc-copy-to-buffer):
11528 * calc/calc-units.el (calc-invalidate-units-table):
11529 * calc/calc-trail.el (calc-trail-yank):
11530 * calc/calc-store.el (calc-insert-variables):
11531 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
11532 * calc/calc-prog.el (calc-read-parse-table):
11533 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
11534 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
11535 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
11536 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
11537 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
11538 (calc-graph-name, calc-graph-find-command, calc-graph-view)
11539 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
11540 * calc/calc-ext.el (calc-realign):
11541 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
11542 (calc-embedded-finish-edit, calc-embedded-make-info)
11543 (calc-embedded-finish-command, calc-embedded-stack-change):
11544 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
11545
11546 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
11547 shell-dynamic-complete-filename in preference to
11548 comint-dynamic-complete-filename.
11549
11550 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11551 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11552 Don't consider whether the display supports colors.
11553 (bookmark-import-new-list): Use dolist.
11554 (bookmark-bmenu-mode-map): Move initialization into declaration.
11555 (bookmark-bmenu-list): Use dolist, simplify.
11556 (bookmark-show-all-annotations): Use save-selected-window and dolist.
11557 (menu-bar-final-items): Use push.
11558
11559 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
11560
11561 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
11562 it works on remote files.
11563 (vc-hg-diff): Don't pass any `--cwd' argument.
11564
11565 2009-10-27 Kevin Ryde <user42@zip.com.au>
11566
11567 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11568 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
11569 (Further to Bug#3921).
11570
11571 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
11572
11573 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
11574 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
11575 calling `tramp-imap-put-file'. Add file size to the call.
11576 (tramp-imap-get-file-entries): Compute also user name, file size,
11577 and date.
11578 (tramp-imap-handle-insert-directory): Insert uid and gid.
11579 (tramp-imap-handle-file-attributes): Transform uid and gid
11580 according to `id-format'.
11581 (tramp-imap-put-file): New optional parameter SIZE. Encode file
11582 size in header X-Size.
11583
11584 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
11585
11586 * simple.el (transpose-subr): Give clearer error when the mark
11587 is not set. (Bug#4807)
11588
11589 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
11590
11591 * net/tramp.el (tramp-perl-file-truename): New defconst.
11592 Perl code contributed by yary <not.com@gmail.com> (tiny change).
11593 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
11594 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
11595 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
11596
11597 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
11598 Ignore `dired-call-process'.
11599 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
11600
11601 2009-10-26 Julian Scheid <julians37@gmail.com>
11602
11603 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
11604 (tramp-get-remote-readlink): New defun.
11605 (tramp-handle-file-truename): Use it.
11606 (tramp-handle-file-exists-p): Check file-attributes cache, assume
11607 file exists if cache value present.
11608 (tramp-check-cached-permissions): New defun.
11609 (tramp-handle-file-readable-p): Use it.
11610 (tramp-handle-file-writable-p): Likewise.
11611 (tramp-handle-file-executable-p): Likewise.
11612 (tramp-handle-file-name-all-completions): Try using Perl to get
11613 partial completions. When perl not available, combine `cd' and
11614 `ls' into single remote operation and use shell expansion to get
11615 partial remote directory contents. Set `file-exists-p' cache for
11616 directory and any files returned by ls. Change cache handling to
11617 support partial directory contents. Use error message emitted by
11618 remote `cd' or Perl code for local tramp-error.
11619 (tramp-do-copy-or-rename-file-directly): Avoid separate
11620 tramp-send-command-and-check call.
11621 (tramp-handle-process-file): Merge three remote ops into one.
11622 Do not flush all caches when `process-file-side-effects' is set.
11623 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
11624 file-attributes shows uid/gid to be set already.
11625
11626 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
11627
11628 * textmodes/tex-mode.el (tex-dvi-view-command)
11629 (tex-show-queue-command, tex-open-quote):
11630 * progmodes/ruby-mode.el (auto-mode-alist)
11631 (interpreter-mode-alist): Purecopy strings.
11632
11633 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
11634
11635 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
11636 string for the hook, keymap and abbrev table.
11637
11638 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
11639
11640 * x-dnd.el (x-dnd-xdnd-to-action):
11641 * startup.el (fancy-startup-text, fancy-about-text): Change to
11642 defconst from defvar.
11643
11644 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
11645
11646 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
11647 Purecopy initialization strings.
11648
11649 * mail/sendmail.el (mail-header-separator)
11650 (mail-personal-alias-file):
11651 * mail/rmail.el (rmail-default-dont-reply-to-names)
11652 (rmail-ignored-headers, rmail-retry-ignored-headers)
11653 (rmail-highlighted-headers, rmail-secondary-file-directory)
11654 (rmail-secondary-file-regexp):
11655 * files.el (null-device, file-name-invalid-regexp)
11656 (locate-dominating-stop-dir-regexp)
11657 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
11658 (interpreter-mode-alist): Use mapcar instead of mapc.
11659
11660 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
11661
11662 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
11663 (completion-ignored-extensions):
11664 (debug-ignored-errors): Purecopy strings.
11665
11666 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
11667
11668 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
11669 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
11670 (pcomplete--here): Use push.
11671
11672 * subr.el (all-completions): Declare the 4th arg obsolete.
11673
11674 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11675
11676 * pcomplete.el (pcomplete-unquote-argument-function): New var.
11677 (pcomplete-unquote-argument): New function.
11678 (pcomplete--common-suffix): Always pay attention to case.
11679 (pcomplete--table-subvert): Quote and unquote the text.
11680 (pcomplete--common-quoted-suffix): New function.
11681 (pcomplete-std-complete): Use it and pcomplete-begin.
11682
11683 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
11684 we're inside a dedicated or minibuffer window.
11685
11686 2009-10-24 Karl Fogel <kfogel@red-bean.com>
11687
11688 * bookmark.el: Update documentation, especially documentation
11689 of `bookmark-alist' and of the bookmark file format.
11690 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
11691
11692 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
11693
11694 * mail/emacsbug.el (report-emacs-bug): Clarify that the
11695 keybindings apply to the mail buffer (Bug#4003). Shrink help
11696 window to buffer.
11697
11698 * whitespace.el (whitespace-mode, whitespace-newline-mode)
11699 (global-whitespace-mode, global-whitespace-newline-mode)
11700 (whitespace-toggle-options, global-whitespace-toggle-options):
11701 Doc fix (Bug#3660).
11702
11703 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
11704 of xmltok-start before the end tag was inserted (Bug#2840).
11705
11706 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
11707 patterns that are preceded by an open-paren (Bug#1320).
11708
11709 2009-10-24 Sven Joachim <svenjoac@gmx.de>
11710
11711 * files.el (delete-directory): Delete symlinks to directories with
11712 delete-file (Bug#4739).
11713
11714 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
11715
11716 * vc.el (vc-backend-for-registration): Rename from
11717 vc-get-backend-for-registration. Update callers.
11718
11719 * international/mule-cmds.el (set-language-info-alist):
11720 Purecopy lang-env.
11721 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
11722 (charset): Purecopy the name.
11723 (define-char-code-property): Purecopy string arguments.
11724
11725 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
11726 Purecopy string arguments.
11727
11728 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11729 * ediff-hook.el (menu-bar-ediff-menu):
11730 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
11731 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
11732
11733 2009-10-24 Glenn Morris <rgm@gnu.org>
11734
11735 * comint.el (comint-dynamic-list-completions):
11736 * term.el (term-dynamic-list-completions): Use choose-completion rather
11737 than obsolete alias mouse-choose-completion.
11738
11739 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
11740 file-cache-choose-completion.
11741 (file-cache-choose-completion): Handle an optional event argument.
11742 (file-cache-mouse-choose-completion): Make it an obsolete alias.
11743
11744 * progmodes/octave-mod.el (octave-complete-symbol):
11745 Use choose-completion if mouse-choose-completion is ever removed.
11746
11747 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
11748 use.
11749
11750 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
11751 compiler.
11752
11753 * vc-hooks.el (vc-responsible-backend): Fix declaration.
11754
11755 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11756
11757 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
11758 Ignore `pred' now that we receive one.
11759 Handle test-completion specially.
11760
11761 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
11762
11763 * vc.el (vc-responsible-backend): Throw an error if not backend is
11764 found. Remove the REGISTER argument. Move the code dealing with
11765 REGISTER ...
11766 (vc-get-backend-for-registration): ... here. New function.
11767 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
11768 of vc-responsible-backend, pass the file name instead of the
11769 directory name.
11770
11771 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
11772
11773 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
11774 New funs.
11775 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
11776 (pcomplete-comint-setup): Don't modify a global var via
11777 accidental side-effects.
11778 (pcomplete-shell-setup): Adjust call accordingly.
11779 (pcomplete-parse-comint-arguments): Use push.
11780
11781 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
11782
11783 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11784 Allow uncapitalized info node names (Bug#3921).
11785
11786 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
11787 to the DEBUG file (Bug#3781).
11788
11789 2009-10-23 Jari Aalto <jari.aalto@cante.net>
11790
11791 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
11792 dictionary entry (Bug#4579).
11793
11794 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
11795
11796 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
11797 from `rfn-eshadow-update-overlay-hook' when unloading.
11798 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
11799 "rsyncc". Adjust doc string.
11800 (tramp-temp-buffer-file-name): New buffer-local defvar.
11801 (tramp-handle-insert-file-contents, tramp-handle-write-region):
11802 Keep temporary file when indicated by method ("rsync" and
11803 "rsyncc").
11804 (tramp-handle-write-region): Handle APPEND.
11805 (tramp-delete-temp-file-function): New defun. Added to
11806 `kill-buffer-hook'.
11807
11808 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
11809
11810 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
11811
11812 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
11813
11814 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
11815 (color-name-rgb-alist, tty-standard-colors)
11816 (tty-color-mode-alist): Change to defconst.
11817
11818 * simple.el (mark-inactive): Purecopy message.
11819
11820 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
11821 (global-map, yank-menu):
11822 * textmodes/ispell.el (ispell-menu-map):
11823 * net/eudc.el (eudc-tools-menu):
11824 * international/mule-cmds.el (describe-language-environment-map)
11825 (setup-language-environment-map, set-coding-system-map)
11826 (mule-menu-keymap):
11827 * vc-hooks.el (vc-menu-entry, vc-menu-map):
11828 * replace.el (occur-mode-map):
11829 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
11830
11831 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
11832
11833 * calc/calc.el (math-read-number, math-read-number-simple): Use
11834 `save-match-data'.
11835
11836 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
11837
11838 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
11839 rather than fiddling with global-map bindings, since it should only
11840 affect per-terminal settings.
11841 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
11842
11843 * minibuffer.el (completion-table-with-terminator): Allow to specify
11844 the terminator-regexp.
11845
11846 * simple.el (switch-to-completions): Look for *Completions* in other
11847 frames as well.
11848
11849 * pcomplete.el: Allow the use of completion-tables.
11850 (pcomplete-std-complete): New command.
11851 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
11852 (pcomplete--here): Use a function for `form' rather than an expression,
11853 so it can be byte-compiled.
11854 (pcomplete-here, pcomplete-here*): Adjust accordingly.
11855 Add edebug declaration.
11856 (pcomplete-show-completions): Remove unused var `curbuf'.
11857 (pcomplete-do-complete, pcomplete-stub):
11858 Don't assume `completions' is a list of strings any more.
11859
11860 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
11861
11862 * find-dired.el (find-name-arg): Fix typo in docstring.
11863
11864 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
11865
11866 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
11867 (pcmpl-linux-fs-types): Same, and update to new modules layout.
11868
11869 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
11870 pcomplete-entries.
11871
11872 * comint.el (comint-read-input-ring, comint-write-input-ring)
11873 (comint-substitute-in-file-name)
11874 (comint-dynamic-complete-as-filename)
11875 (comint-dynamic-simple-complete)
11876 (comint-dynamic-list-filename-completions)
11877 (comint-dynamic-list-completions)
11878 (comint-redirect-results-list-from-process): Minor simplifications.
11879
11880 2009-10-21 Kevin Ryde <user42@zip.com.au>
11881
11882 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
11883 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
11884 the first form. And insert a blank line after ";;; Code" since
11885 that's usual style. (Bug#4612)
11886
11887 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
11888
11889 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11890
11891 * minibuffer.el (completion-table-with-terminator): Properly implement
11892 boundaries, in case `terminator' appears in the suffix.
11893 (completion--embedded-envvar-table): Don't return boundaries if
11894 there's no valid completion. Simplify.
11895 (completion-file-name-table): New completion table extracted from
11896 completion--file-name-table.
11897 (completion--file-name-table): Use it.
11898 (read-file-name-predicate): Declare obsolete.
11899 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
11900 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
11901 completion-file-name-table, and use the `pred' argument.
11902 * files.el (locate-file-completion-table): Use the `pred' arg rather
11903 than read-file-name-predicate.
11904 (abbreviate-file-name): Use \` rather than ^ for BOS.
11905
11906 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
11907
11908 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
11909 vc-responsible-backend to register, it causes problems.
11910
11911 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11912
11913 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
11914
11915 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
11916
11917 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
11918 (tramp-smb-handle-file-attributes): Use it.
11919 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
11920 (tramp-smb-handle-insert-directory): Use `mapc' rather than
11921 `mapcar'. Use `tramp-smb-get-stat-capability'.
11922 Add `dired-filename' text properties.
11923 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
11924 (tramp-smb-maybe-open-connection): Simplify check for smbclient
11925 version.
11926
11927 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
11928
11929 * subr.el (read-key-delay): Reduce to 0.01.
11930 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
11931 (bug#4751).
11932
11933 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
11934
11935 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
11936
11937 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
11938 (Info-menu): Remove unused vars `last' and `completions'.
11939 (Info-index-nodes): Remove unused var `node'.
11940
11941 * info.el (Info-complete-menu-item): Use complete-with-action.
11942
11943 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
11944
11945 Make vc-annotate work through copies and renames.
11946 * vc-annotate.el (vc-annotate-extract-revision-at-line):
11947 Return the file name too.
11948 (vc-annotate-revision-at-line)
11949 (vc-annotate-find-revision-at-line)
11950 (vc-annotate-revision-previous-to-line)
11951 (vc-annotate-show-log-revision-at-line): Update to get the file
11952 name from vc-annotate-extract-revision-at-line.
11953 (vc-annotate-show-diff-revision-at-line-internal): Change the
11954 argument to mean whether to show a file diff or not. Get the file
11955 name from vc-annotate-extract-revision-at-line.
11956 (vc-annotate-show-diff-revision-at-line):
11957 Update vc-annotate-show-diff-revision-at-line call.
11958 (vc-annotate-warp-revision): Add an optional file argument.
11959
11960 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
11961 (vc-git-annotate-extract-revision-at-line): Also return the file
11962 name if found.
11963
11964 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
11965 command. Remove unused code.
11966 (vc-hg-annotate-re): Update to match --follow output.
11967 (vc-hg-annotate-extract-revision-at-line): Also return the file
11968 name if found.
11969
11970 * vc.el: Update annotate-extract-revision-at-line documentation.
11971
11972 2009-10-18 Kevin Ryde <user42@zip.com.au>
11973
11974 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
11975 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
11976
11977 * net/browse-url.el (browse-url): Identify alist with "consp and
11978 not functionp" and let all other things go down the `apply' leg,
11979 as suggested by Stefan. (Further to bug#4531.)
11980
11981 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
11982
11983 * minibuffer.el (read-file-name): Check for repeat before putting
11984 a default argument in file-name-history (Bug#4657).
11985
11986 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
11987 read syntax (Bug#4737).
11988
11989 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
11990
11991 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11992
11993 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
11994 (html-tag-alist, html-tag-help): Add descriptions for undocumented
11995 entries and make note of obsolete tags.
11996
11997 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
11998
11999 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
12000
12001 2009-10-18 Glenn Morris <rgm@gnu.org>
12002
12003 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
12004 grep, so that binary files (eg international/uni-bidi.el) can match.
12005 Remove test for "UnicodeData" files, since it is hopefully unnecessary
12006 now, and in any case the file header format has changed.
12007
12008 2009-10-17 Glenn Morris <rgm@gnu.org>
12009
12010 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
12011 (flyspell-get-word, flyspell-large-region)
12012 (flyspell-auto-correct-previous-word): Doc/error message fixes.
12013
12014 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
12015
12016 * Makefile.in (ELCFILES): Add ede/shell.
12017
12018 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
12019
12020 * term/common-win.el (x-colors): Purecopy it.
12021
12022 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12023
12024 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
12025 permissive for when the buffer is empty.
12026 (tar-header-block-tokenize): Decode the username and groupname.
12027 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
12028
12029 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12030
12031 * international/mule-cmds.el (select-safe-coding-system): If the file
12032 has a coding cookie, use it regardless of any other setting (bug#4712).
12033
12034 2009-10-17 Glenn Morris <rgm@gnu.org>
12035
12036 * foldout.el (foldout-mouse-swallow-events):
12037 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
12038
12039 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
12040 (dired-keep-marker-copy, dired-keep-marker-hardlink)
12041 (dired-keep-marker-symlink, dired-dwim-target)
12042 (dired-copy-preserve-time): Do not autoload these defcustoms.
12043
12044 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
12045 messages from messing up the file coding. (Bug#4623)
12046
12047 2009-10-17 Jari Aalto <jari.aalto@cante.net>
12048
12049 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
12050 if no match is found for the current dictionary. (Bug#4578)
12051
12052 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
12053 optional, since that is how it is documented, and this is often called
12054 with a nil argument. (Bug#4577)
12055 (flyspell-external-point-words, flyspell-auto-correct-word)
12056 (flyspell-correct-word-before-point, flyspell-word-search-forward)
12057 (flyspell-word-search-backward): Remove nil argument in calls to
12058 flyspell-get-word, since it is not needed now.
12059
12060 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
12061
12062 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
12063
12064 2009-10-16 Glenn Morris <rgm@gnu.org>
12065
12066 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
12067
12068 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
12069
12070 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
12071 (ange-ftp-file-size): New function.
12072 (ange-ftp-file-attributes): Use it.
12073
12074 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
12075
12076 * net/tramp-smb.el (tramp-smb-version): New defvar.
12077 (tramp-smb-maybe-open-connection): Use it, in order to avoid
12078 repeated checks.
12079
12080 2009-10-16 Glenn Morris <rgm@gnu.org>
12081
12082 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
12083 Maybe copy some custom properties from old to new name. (Bug#4706)
12084
12085 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
12086
12087 * subr.el (error, sit-for, start-process-shell-command)
12088 (start-file-process-shell-command): Set the calling convention
12089 after the function definition.
12090
12091 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12092
12093 * subr.el (error, sit-for, start-process-shell-command)
12094 (start-file-process-shell-command): Use the new
12095 set-advertised-calling-convention feature.
12096
12097 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
12098
12099 * international/ucs-normalize.el (ucs-normalize-version):
12100 Change to 1.2.
12101 (check-range): Adjust for Unicode 5.2.
12102
12103 2009-10-15 Juri Linkov <juri@jurta.org>
12104
12105 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
12106 to the `menu-item' format.
12107
12108 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
12109
12110 * net/tramp.el (tramp-replace-environment-variables): Do not fail
12111 if the environment variable does not exist.
12112
12113 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12114 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
12115 parameter.
12116 (tramp-smb-handle-add-name-to-file)
12117 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
12118 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
12119 (tramp-smb-handle-file-attributes)
12120 (tramp-smb-do-file-attributes-with-stat)
12121 (tramp-smb-handle-file-local-copy)
12122 (tramp-smb-handle-insert-directory)
12123 (tramp-smb-handle-make-directory)
12124 (tramp-smb-handle-make-directory-internal)
12125 (tramp-smb-handle-make-symbolic-link)
12126 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
12127 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
12128 (tramp-smb-maybe-open-connection): Apply the changed parameters.
12129 (tramp-smb-read-file-entry): Read Disk names in compressed format.
12130 Handle long file names.
12131 (tramp-smb-get-cifs-capabilities): Check, whether the connection
12132 process is running.
12133 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
12134 Read share names with "-g" option.
12135
12136 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
12137
12138 * net/rcirc.el (rcirc-view-log-file): New command.
12139 (rcirc-track-minor-mode-map): Remove C-c ` binding.
12140 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
12141 specified.
12142
12143 2009-10-15 Glenn Morris <rgm@gnu.org>
12144
12145 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
12146 from the second command-line argument.
12147 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
12148 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
12149 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
12150 w32-batch-update-autoloads.
12151 * emacs-lisp/autoload.el (autoload-make-program): New variable.
12152 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
12153
12154 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
12155 the headers cannot be located. Simplify, subtracting superflous
12156 save-excursions.
12157
12158 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
12159
12160 Replace completion-base-size by completion-base-position to fix bugs
12161 such as (bug#4699).
12162 * simple.el (completion-base-position): New var.
12163 (completion-base-size): Mark as obsolete.
12164 (choose-completion): Make it work for mouse events as well.
12165 Pass the new base-position to choose-completion-string.
12166 (choose-completion-guess-base-position): New function, extracted from
12167 choose-completion-delete-max-match.
12168 (choose-completion-delete-max-match): Use it. Make obsolete.
12169 (choose-completion-string): Use the new base-position info.
12170 (completion-root-regexp): Delete.
12171 (completion-setup-function): Preserve completion-base-position.
12172 Eliminate obsolete base-size manipulation.
12173 * minibuffer.el (display-completion-list): Don't mess with base-size.
12174 (minibuffer-completion-help): Set completion-base-position instead.
12175 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
12176 choose-completion.
12177 * textmodes/bibtex.el (bibtex-complete):
12178 * emacs-lisp/crm.el (crm--choose-completion-string):
12179 Adjust to new calling convention.
12180 * complete.el (partial-completion-mode): Use minibufferp to avoid
12181 bumping into incompatible change to choose-completion-string-functions.
12182 * ido.el (ido-choose-completion-string): Make its calling convention
12183 more permissive.
12184 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
12185 base-size manipulation.
12186 (comint-dynamic-list-input-ring): Use dotimes and push.
12187 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
12188 fundamental-mode. Use `or'.
12189
12190 2009-10-14 Juri Linkov <juri@jurta.org>
12191
12192 * misearch.el (multi-isearch-next-buffer-from-list)
12193 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
12194
12195 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12196
12197 * Makefile.in (compile-onefile): Load `bytecomp' rather than
12198 `bytecomp.el'.
12199
12200 * minibuffer.el (completion-pcm--merge-completions): Make sure the
12201 string we return is all made up of text from the completions rather
12202 than part from the completions and part from the input (bug#4219).
12203
12204 * ido.el (ido-everywhere): Use define-minor-mode.
12205
12206 * buff-menu.el (list-buffers, ctl-x-map):
12207 Mark the entry points with ;;;###autoload cookies.
12208
12209 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
12210
12211 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
12212 correctly in the detached head case.
12213 (vc-git-print-log): Remove unused binding.
12214
12215 * vc.el (vc-responsible-backend): When a directory is passed for
12216 for registration create a VC repository if no backend is
12217 responsible for the directory argument.
12218 (vc-deduce-fileset): Tell vc-responsible-backend to register.
12219
12220 * vc.el: Move comments about RCS and SCCS ...
12221 * vc-rcs.el:
12222 * vc-sccs.el: ... here, respectively.
12223
12224 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12225
12226 * minibuffer.el (completion--file-name-table): Return nil if there's
12227 no file completion, even if substitute-in-file-name changed
12228 the string (bug#4708).
12229
12230 2009-10-13 Juri Linkov <juri@jurta.org>
12231
12232 * files-x.el (read-file-local-variable-value): Don't filter out
12233 minor modes from mode name completion (bug#4664).
12234
12235 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
12236
12237 * international/mule-cmds.el (ucs-names): Remove exclusion of
12238 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
12239
12240 2009-10-13 Kenichi Handa <handa@m17n.org>
12241
12242 * international/uni-name.el: Regenerated.
12243
12244 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
12245
12246 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
12247 should be automatically buffer-local, but isn't.)
12248
12249 2009-10-12 Sam Steingold <sds@gnu.org>
12250
12251 * progmodes/compile.el (compilation-next-error-function): Fix the
12252 timestamps if the buffer has been visited before.
12253 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
12254 non-anchored patterns, like the perl one (bug#3928).
12255
12256 2009-10-12 Glenn Morris <rgm@gnu.org>
12257
12258 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
12259 Let-bind `size'.
12260
12261 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
12262
12263 * proced.el (proced-unload-function): New function.
12264
12265 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
12266 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
12267 Doc fix.
12268
12269 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
12270
12271 2009-10-11 Juri Linkov <juri@jurta.org>
12272
12273 * files-x.el (read-file-local-variable-value):
12274 Provide default value only for bound variables (bug#4664).
12275
12276 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
12277
12278 * net/tramp.el (tramp-local-host-p): Function shall return nil for
12279 connection methods like smb.
12280
12281 * net/tramp-cache.el (tramp-flush-connection-property): The hash
12282 can be empty.
12283
12284 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12285 (tramp-smb-file-name-handler-alist): Add handlers for
12286 `add-name-to-file', `make-symbolic-link'.
12287 (tramp-smb-handle-add-name-to-file)
12288 (tramp-smb-do-file-attributes-with-stat)
12289 (tramp-smb-handle-make-symbolic-link)
12290 (tramp-smb-get-cifs-capabilities): New defuns.
12291 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
12292 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
12293 (tramp-smb-handle-file-local-copy)
12294 (tramp-smb-handle-make-directory-internal)
12295 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
12296 The file name syntax depends on cifs capabilities.
12297 (tramp-smb-handle-file-attributes):
12298 Call `tramp-smb-do-file-attributes-with-stat' if possible.
12299 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
12300 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
12301
12302 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
12303
12304 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
12305 (eieio-defclass): Apply deftype handler and setf-method properties
12306 directly.
12307 (eieio-add-new-slot): Avoid union function from cl library.
12308 (eieio--typep): New function.
12309 (eieio-perform-slot-validation): Use it.
12310
12311 2009-10-10 Karl Fogel <kfogel@red-bean.com>
12312
12313 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
12314 Update documentation to refer to the variables documented in r1.135.
12315 (Bug#4188)
12316
12317 2009-10-10 Karl Fogel <kfogel@red-bean.com>
12318
12319 * bookmark.el (Info-suffix-list): Remove this unused variable.
12320 (bookmark-current-point): Remove this obsolete variable.
12321 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
12322 Adjust for removal of bookmark-current-point.
12323
12324 (bookmarks-already-loaded, bookmark-current-buffer)
12325 (bookmark-yank-point): Document. (Bug#4188)
12326
12327 2009-10-10 Glenn Morris <rgm@gnu.org>
12328
12329 * frame.el (frame-height): Doc fix.
12330
12331 * calendar/calendar.el (calendar-split-width-threshold): New option.
12332 (calendar-basic-setup): Use calendar-split-width-threshold.
12333
12334 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
12335
12336 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
12337 Ideographic Supplement" range (U+1F200..U+1F2FF).
12338
12339 2009-10-09 Karl Fogel <kfogel@red-bean.com>
12340
12341 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
12342 since the list will have been rebuilt anyway. (Bug#4349)
12343
12344 2009-10-09 Karl Fogel <kfogel@red-bean.com>
12345
12346 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
12347 (bookmark-bmenu-execute-deletions): Don't save here, as
12348 bookmark-delete will now do so if necessary.
12349 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
12350 (Bug#4348)
12351
12352 2009-10-09 Glenn Morris <rgm@gnu.org>
12353
12354 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
12355
12356 2009-10-09 Karl Fogel <kfogel@red-bean.com>
12357
12358 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
12359 (bookmark-jump-other-window): Just invoke bookmark-jump with new
12360 argument now, so the two function's behaviors will match. (Bug#3645)
12361
12362 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
12363
12364 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
12365 (tramp-file-name-real-host, tramp-file-name-port):
12366 Apply `save-match-data'.
12367
12368 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
12369 case both directories are remote.
12370 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
12371 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
12372
12373 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
12374
12375 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
12376
12377 2009-10-07 Glenn Morris <rgm@gnu.org>
12378
12379 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
12380 of concat.
12381
12382 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
12383
12384 * files-x.el (read-file-local-variable): Include some
12385 non-user-variables in the completion table (bug#4664).
12386
12387 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
12388
12389 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
12390 message.
12391
12392 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12393 (tramp-smb-file-name-handler-alist): Add handler for
12394 `copy-directory', `expand-file-name', `set-file-modes'.
12395 (tramp-smb-handle-copy-directory)
12396 (tramp-smb-handle-expand-file-name)
12397 (tramp-smb-handle-set-file-modes): New defuns.
12398 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
12399 (tramp-smb-handle-file-attributes): Simplify check for retrieving
12400 entry.
12401 (tramp-smb-handle-insert-directory): Don't flush the cache.
12402 (tramp-smb-maybe-open-connection): Check for samba client and
12403 server versions.
12404
12405 2009-10-07 Eli Zaretskii <eliz@gnu.org>
12406
12407 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
12408 to not error out of search for "^lisp=" fails.
12409
12410 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
12411
12412 * makefile.w32-in (WINS_UPDATES): New macro.
12413 (custom-deps, finder-data, autoloads): Use it.
12414
12415 2009-10-07 Glenn Morris <rgm@gnu.org>
12416
12417 * Makefile.in (autoloads): Revert previous change.
12418 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
12419 the list of preloaded files passed on the command-line, get
12420 it from src/Makefile.
12421
12422 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
12423 show the original buffer rather than a random one.
12424
12425 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
12426
12427 * help.el (describe-no-warranty): Place point in a slightly better
12428 position in the GPLv3 text.
12429
12430 2009-10-06 Sam Steingold <sds@gnu.org>
12431
12432 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
12433 the comm attribute is present before calling regexp-quote.
12434
12435 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
12436
12437 * play/animate.el (animate-string): For good effect, make sure
12438 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
12439
12440 * play/animate.el (animate-sequence, animate-birthday-present):
12441 * misc.el (butterfly): Don't set `indent-tabs-mode'.
12442
12443 2009-10-06 Glenn Morris <rgm@gnu.org>
12444
12445 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
12446
12447 * emacs-lisp/autoload.el (autoload-excludes): New variable.
12448 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
12449 (batch-update-autoloads): Process a string value of autoload-excludes,
12450 set during the build process.
12451 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
12452
12453 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
12454 inside with-parsed... macro so that `v' is defined.
12455
12456 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
12457 * progmodes/fortran.el (fortran-end-of-block)
12458 (fortran-beginning-of-block):
12459 Also push mark in the macro case.
12460
12461 * emerge.el (emerge-show-file-name):
12462 * calc/calc.el (calc-quit):
12463 * calc/calc-misc.el (calc-big-or-small):
12464 * calc/calc-graph.el (calc-graph-view):
12465 * calc/calc-ext.el (calc-reset):
12466 * calendar/calendar.el (calendar-basic-setup):
12467 Use window-full-height-p.
12468
12469 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
12470 header we don't understand, don't insert another. (Bug#4624)
12471 If changing mime charset, insert the new one in the right place.
12472
12473 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
12474
12475 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
12476 (cal-tex-cursor-month): Correctly increment the end date for diary and
12477 holiday listing. (Bug#4626)
12478
12479 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12480
12481 * help-fns.el (describe-function-1): Don't burp if the function is not
12482 a symbol.
12483
12484 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
12485
12486 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
12487 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
12488 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
12489 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
12490
12491 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
12492 (eieio-default-superclass): Reflow docstrings.
12493 (this, class-option-assoc, defclass, eieio-class-un-autoload)
12494 (eieio-unbind-method-implementations, defmethod)
12495 (eieio-validate-slot-value, eieio-validate-class-slot-value)
12496 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
12497 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
12498 (eieio-slot-originating-class-p, eieio-slot-name-index)
12499 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
12500 (constructor, initialize-instance, no-next-method, object-print)
12501 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
12502 Fix typos in docstrings.
12503 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
12504 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
12505 (next-method-p): Doc fixes.
12506 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
12507 Fix typos in error messages.
12508 (eieio-defmethod): Fix typo in description of generic method.
12509
12510 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
12511 (eieio-persistent-save-interactive, slot-missing):
12512 Fix typos in docstrings.
12513 (eieio-instance-inheritor-slot-boundp): Doc fix.
12514
12515 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
12516 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
12517
12518 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
12519 (eieio-custom-object-apply-reset):
12520 Fix typos in docstrings and error messages.
12521
12522 * emacs-lisp/eieio-datadebug.el (data-debug-show):
12523 Fix typo in docstring.
12524
12525 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
12526 (eieio-browse-tree): Doc fix.
12527 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
12528 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
12529 Fix typos in docstrings.
12530
12531 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
12532 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
12533 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
12534 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
12535 Reflow docstrings.
12536
12537 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
12538
12539 * vc-hg.el (log-view-vc-backend): Declare for compiler.
12540 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
12541 Set log-view-vc-backend so that diff can work.
12542
12543 * log-view.el (log-view-diff): Use vc-diff-internal instead of
12544 vc-version-diff.
12545 (vc-diff-internal): Autoload this instead of vc-version-diff.
12546
12547 2009-10-05 Eli Zaretskii <eliz@gnu.org>
12548
12549 * simple.el (eval-expression): Doc fix.
12550
12551 * progmodes/cwarn.el (cwarn-mode): Doc fix.
12552
12553 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
12554
12555 * files.el (directory-files-no-dot-files-regexp): New defconst.
12556 (delete-directory): Use it.
12557 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
12558
12559 * net/tramp.el (tramp-verbose): Fix docstring.
12560 (tramp-methods): Add recursive option to `tramp-copy-args'.
12561 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
12562 "scp1_old", "scp2_old", "rsync", "rsyncc".
12563 (tramp-default-method): Check also for `auth-source-user-or-password'.
12564 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
12565 Add handler for `copy-directory'.
12566 (tramp-handle-copy-directory): New defun.
12567 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
12568 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
12569 Optimize sent command.
12570
12571 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12572
12573 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
12574 window if necessary.
12575
12576 * calendar/calendar.el (calendar-basic-setup): Don't call
12577 switch-to-buffer in a dedicated window.
12578
12579 2009-10-05 Karl Fogel <kfogel@red-bean.com>
12580
12581 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
12582 don't do anything related to relocating, just return nil.
12583 (bookmark-error-no-filename): New error.
12584 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
12585 bookmark has no file. Don't even attempt to handle things that
12586 are not files; the whole point of custom handlers is to keep that
12587 knowledge elsewhere anyway. Tighten some comments.
12588 (bookmark-file-or-variation-thereof): Remove now-unused function.
12589 (bookmark-location): Doc string fix.
12590 (Bug#4250)
12591
12592 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12593
12594 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
12595 don't use a file dialog, because they usually don't know how to read
12596 a directory target from the user. (Bug#4230)
12597 Also, make sure the prompt can display directories as well as files.
12598
12599 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12600
12601 * bookmark.el (bookmark-set, bookmark-buffer-name):
12602 Improve doc strings. (Bug#1193)
12603
12604 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12605
12606 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
12607 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
12608 (bookmark-get-annotation, bookmark-set-annotation)
12609 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
12610 (bookmark-set-position, bookmark-get-front-context-string)
12611 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
12612 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
12613 (bookmark-jump-other-window, bookmark-handle-bookmark)
12614 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
12615 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
12616 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
12617 Improve doc strings to say whether bookmark can be a string or
12618 a record or both, and make other consistency and clarity fixes.
12619 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
12620 (bookmark-default-annotation-text, bookmark-yank-word)
12621 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
12622 (bookmark-import-new-list, bookmark-maybe-rename)
12623 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12624 (bookmark-bmenu-bookmark): Give these doc strings.
12625 (bookmark-bmenu-check-position): Give this a doc string, but also
12626 add a FIXME comment about how the function may be pointless.
12627 (bookmark-default-handler): Rework doc string and change a
12628 parameter name, to clarify that this takes a bookmark record
12629 not a bookmark name.
12630 (bookmark-set): Change a parameter name to indicate its meaning,
12631 and improve the doc string a bit.
12632 (Bug#4188)
12633
12634 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12635
12636 * bookmark.el (bookmark-alist): Document the new `handler' element
12637 in the param alist.
12638 (bookmark-make-record-function): Adjust documentation for above.
12639 (Bug#4193)
12640
12641 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12642
12643 * info.el (Info-bookmark-make-record): Document this function.
12644 (Info-bookmark-jump): Document with a doc string, not just a comment.
12645 (Bug#4203)
12646
12647 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
12648
12649 * files.el (copy-directory): New defun.
12650
12651 * dired-aux.el (dired-copy-file-recursive): Use it.
12652
12653 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
12654
12655 * files-x.el (modify-dir-local-variable)
12656 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
12657 docstrings.
12658
12659 * recentf.el (recentf-unload-function): New function.
12660
12661 2009-10-04 Glenn Morris <rgm@gnu.org>
12662
12663 * window.el (window-full-height-p): Add doc string.
12664
12665 2009-10-04 Martin Rudalics <rudalics@gmx.at>
12666
12667 * window.el (window-full-height-p): New function. (Bug#4543)
12668
12669 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
12670
12671 * vc.el: Remove commented out code.
12672 (vc-derived-from-dir-mode): Remove, unused.
12673 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
12674
12675 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
12676
12677 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
12678 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
12679 there could be recursive loading when `default-directory' is a
12680 remote file name. (Bug#4614)
12681
12682 2009-10-03 Glenn Morris <rgm@gnu.org>
12683
12684 * calendar/calendar.el (calendar-basic-setup): Handle the case where
12685 the frame is wide.
12686 (calendar-generate-window): Test for shrinkability rather than width.
12687
12688 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
12689 reusing existing buffers, in case we happen to visit two files with the
12690 same basename. (Bug#4593)
12691
12692 2009-10-02 Eli Zaretskii <eliz@gnu.org>
12693
12694 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
12695 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
12696 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
12697 subdirs of cedet as well.
12698 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
12699
12700 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
12701
12702 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
12703 Obey advertised-signature-table.
12704
12705 * help-fns.el (help-function-arglist): Don't check
12706 advertised-signature-table.
12707 (describe-function-1): Do it here instead so it also applies to subrs.
12708
12709 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
12710
12711 * simple.el (start-file-process): Say in the doc-string, that file
12712 handlers might not support pty association, if PROGRAM is nil.
12713
12714 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
12715 HOST and USER are strings. They are nil, when there are
12716 incomplete entries in ~/.netrc, for example.
12717 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
12718 root directory ("device busy" error otherwise).
12719
12720 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
12721 Flush file properties of created directory.
12722
12723 2009-10-02 Eli Zaretskii <eliz@gnu.org>
12724
12725 * makefile.w32-in (WINS_BASIC): Remove cedet.
12726 (WINS_CEDET): Add cedet.
12727 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
12728
12729 2009-10-02 Kevin Ryde <user42@zip.com.au>
12730
12731 * net/browse-url.el (browse-url): Pass any symbol in
12732 browse-url-browser-function to `apply', since if you've mistakenly put
12733 an unbound symbol then the error is clearer. (Bug#4531)
12734
12735 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
12736
12737 * allout.el (allout-init, allout-back-to-current-heading)
12738 (allout-beginning-of-current-entry, allout-ascend-to-depth)
12739 (allout-ascend, allout-up-current-level, allout-end-of-level)
12740 (allout-previous-visible-heading, allout-forward-current-level)
12741 (allout-backward-current-level, allout-show-children):
12742 * apropos.el (apropos-describe-plist):
12743 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
12744 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
12745 * completion.el (add-completion, add-permanent-completion):
12746 * descr-text.el (describe-text-category, describe-char):
12747 * desktop.el (desktop-lazy-abort):
12748 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
12749 * dired.el (dired-build-subdir-alist):
12750 * ediff.el (ediff-version):
12751 * elide-head.el (elide-head, elide-head-show):
12752 * emerge.el (emerge-version):
12753 * env.el (getenv):
12754 * face-remap.el (variable-pitch-mode):
12755 * faces.el (describe-face):
12756 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
12757 (dired-at-point):
12758 * files.el (find-file-existing, auto-save-mode):
12759 * font-lock.el (font-lock-fontify-buffer):
12760 * help-fns.el (describe-function, describe-variable)
12761 (describe-syntax, describe-categories):
12762 * help.el (view-lossage, describe-bindings, describe-key)
12763 (describe-mode):
12764 * hexl.el (hexl-current-address):
12765 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
12766 * info.el (Info-goto-emacs-key-command-node):
12767 * log-edit.el (log-edit-insert-cvs-template)
12768 (log-edit-insert-cvs-rcstemplate):
12769 * menu-bar.el (menu-bar-mode):
12770 * mouse.el (mouse-appearance-menu):
12771 * newcomment.el (comment-indent-new-line):
12772 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
12773 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
12774 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
12775 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
12776 * recentf.el (recentf-mode):
12777 * savehist.el (savehist-mode, savehist-save):
12778 * shadowfile.el (shadow-copy-files):
12779 * simple.el (kill-ring-save, next-line, previous-line)
12780 (normal-erase-is-backspace-mode):
12781 * strokes.el (strokes-update-window-configuration)
12782 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
12783 (strokes-xpm-for-stroke):
12784 * time.el (emacs-uptime, emacs-init-time):
12785 * tutorial.el (tutorial--describe-nonstandard-key)
12786 (tutorial--detailed-help):
12787 * type-break.el (type-break-mode)
12788 (type-break-mode-line-message-mode, type-break-query-mode)
12789 (type-break-guesstimate-keystroke-threshold):
12790 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
12791 * version.el (emacs-version):
12792 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
12793 * winner.el (winner-mode):
12794 * calendar/timeclock.el (timeclock-in, timeclock-out)
12795 (timeclock-status-string, timeclock-change)
12796 (timeclock-workday-remaining-string)
12797 (timeclock-workday-elapsed-string)
12798 (timeclock-when-to-leave-string):
12799 * calendar/todo-mode.el (todo-add-category):
12800 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
12801 * emacs-lisp/autoload.el (update-file-autoloads):
12802 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
12803 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
12804 (checkdoc-message-text, checkdoc-defun):
12805 * emacs-lisp/debug.el (debugger-list-functions):
12806 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12807 * emacs-lisp/eieio-opt.el (eieio-describe-class)
12808 (eieio-describe-generic):
12809 * emacs-lisp/lisp-mnt.el (lm-synopsis):
12810 * emacs-lisp/shadow.el (list-load-path-shadows):
12811 * emulation/cua-base.el (cua-mode):
12812 * emulation/edt.el (edt-set-scroll-margins):
12813 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
12814 (tpu-toggle-regexp, tpu-toggle-search-direction)
12815 (tpu-toggle-rectangle, tpu-toggle-control-keys):
12816 * emulation/tpu-extras.el (tpu-set-scroll-margins):
12817 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
12818 (viper-set-parsing-style-toggling-macro)
12819 (viper-set-emacs-state-searchstyle-macros):
12820 * emulation/viper.el (viper-set-hooks):
12821 * eshell/esh-mode.el (eshell-truncate-buffer):
12822 * international/mule-cmds.el (prefer-coding-system)
12823 (describe-input-method, describe-language-environment):
12824 * international/mule-diag.el (list-character-sets)
12825 (describe-character-set, describe-coding-system)
12826 (describe-fontset, list-fontsets, list-input-methods):
12827 * mail/sendmail.el (mail-signature):
12828 * net/ange-ftp.el (ange-ftp-copy-file):
12829 * net/browse-url.el (browse-url):
12830 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
12831 * net/quickurl.el (quickurl-add-url):
12832 * net/rcirc.el (names, topic):
12833 * net/xesam.el (xesam-mode):
12834 * play/5x5.el (5x5-new-game):
12835 * play/yow.el (apropos-zippy):
12836 * progmodes/ada-mode.el (ada-mode-version):
12837 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
12838 (f90-end-of-block)
12839 (f90-beginning-of-block):
12840 * progmodes/fortran.el (fortran-end-of-block)
12841 (fortran-beginning-of-block):
12842 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
12843 * progmodes/python.el (python-describe-symbol, python-shell):
12844 * term/ns-win.el (ns-print-buffer):
12845 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
12846 * textmodes/flyspell.el (flyspell-mode-on):
12847 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
12848 (pages-directory-for-addresses):
12849 * textmodes/table.el (table-recognize-cell)
12850 (table-query-dimension, table-generate-source)
12851 (table-insert-sequence, table--warn-incompatibility):
12852 * textmodes/tex-mode.el (tex-validate-buffer):
12853 * textmodes/texinfmt.el (texinfmt-version)
12854 (texinfo-format-buffer):
12855 Use `called-interactively-p' instead of `interactive-p'.
12856
12857 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
12858
12859 * image-mode.el (image-toggle-display):
12860 * emacs-lisp/elp.el (elp-instrument-function):
12861 * emacs-lisp/advice.el (ad-make-advised-definition):
12862 * emacs-lisp/easy-mmode.el (define-minor-mode):
12863 * net/browse-url.el (browse-url-maybe-new-window):
12864 * progmodes/sh-script.el (sh-learn-buffer-indent):
12865 Pass new argument 'any to `called-interactively-p'.
12866
12867 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
12868
12869 * international/uni-bidi.el:
12870 * international/uni-category.el:
12871 * international/uni-combining.el:
12872 * international/uni-comment.el:
12873 * international/uni-decimal.el:
12874 * international/uni-decomposition.el:
12875 * international/uni-digit.el:
12876 * international/uni-lowercase.el:
12877 * international/uni-mirrored.el:
12878 * international/uni-name.el:
12879 * international/uni-numeric.el:
12880 * international/uni-old-name.el:
12881 * international/uni-titlecase.el:
12882 * international/uni-uppercase.el:
12883 Regenerate from Unicode 5.2.0 data.
12884
12885 2009-10-01 Glenn Morris <rgm@gnu.org>
12886
12887 * Makefile.in (ELCFILES): Regenerate.
12888
12889 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
12890
12891 * subr.el (interactive-p): Mark obsolete.
12892 (called-interactively-p): Make the optional-ness of `kind' obsolete.
12893 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
12894 advertised-signature-table for subroutines as well.
12895
12896 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
12897 (set-advertised-calling-convention): New function.
12898 (make-obsolete, define-obsolete-function-alias)
12899 (make-obsolete-variable, define-obsolete-variable-alias):
12900 Make the optional-ness of `when' obsolete.
12901 (define-obsolete-face-alias): Make `when' non-optional.
12902 * help-fns.el (help-function-arglist):
12903 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
12904 Use advertised-signature-table.
12905
12906 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
12907
12908 * files.el (delete-directory): New defun. The original function
12909 in fileio.c has been renamed to `delete-directory-internal'.
12910
12911 * dired.el (dired-delete-file): Call `delete-directory' with
12912 RECURSIVE parameter.
12913
12914 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
12915 parameter RECURSIVE. Implementation is missing.
12916
12917 * net/tramp.el (tramp-handle-make-directory): Flush upper
12918 directory's file properties.
12919 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
12920 (tramp-handle-dired-recursive-delete-directory): Flush directory
12921 properties after the remove command only.
12922
12923 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
12924 Handle optional parameter RECURSIVE.
12925
12926 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
12927 Handle optional parameter RECURSIVE.
12928
12929 * net/tramp-smb.el (tramp-smb-errors): Add error message for
12930 connection timeout.
12931 (tramp-smb-handle-delete-directory): Handle optional parameter
12932 RECURSIVE.
12933
12934 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
12935
12936 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
12937 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
12938 (byte-compile-defmacro): Use backquotes.
12939
12940 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
12941
12942 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
12943 has no associated file.
12944 (vc-resynch-buffer): Use vc-dir-buffers.
12945
12946 2009-10-01 Glenn Morris <rgm@gnu.org>
12947
12948 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
12949 (chart-file-count):
12950 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
12951 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
12952 * emacs-lisp/eieio-opt.el (eieio-describe-class):
12953 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
12954 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
12955 (eieio-copy-parents-into-subclass, make-instance, class-children)
12956 (eieio-generic-form):
12957
12958 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
12959 match-data. (Bug#4555).
12960
12961 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
12962 rather than parsing it as a regexp. This relaxes the layout
12963 requirements and makes errors easier to detect.
12964 (check-declare-verify): Check file is regular.
12965 (check-declare-directory): Doc fix.
12966 * subr.el (declare-function): Doc fix.
12967
12968 * ibuffer.el (ibuffer-format-qualifier):
12969 * isearch.el (hi-lock-regexp-okay):
12970 * calc/calc.el (math-zerop):
12971 * mail/uce.el (rmail-msgbeg, rmail-msgend):
12972 * term/w32-win.el (setup-default-fontset, set-fontset-font):
12973 Remove unused declarations.
12974
12975 2009-09-30 Glenn Morris <rgm@gnu.org>
12976
12977 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
12978
12979 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
12980 filename is not a string.
12981
12982 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
12983
12984 * files.el (safe-local-eval-forms): Fix typo.
12985
12986 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
12987
12988 * vc-hooks.el (vc-dir-buffers): New var.
12989 (vc-state-refresh): New function.
12990 (vc-state): Use it.
12991 (vc-after-save): Always ask the backend to recompute the new state.
12992 Always call vc-dir if necessary, using vc-dir-buffers.
12993 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
12994 Use vc-dir-buffers.
12995 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
12996 (vc-dir-prepare-status-buffer, vc-dir-update)
12997 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
12998 Don't call expand-file-name on default-directory.
12999
13000 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
13001
13002 * speedbar.el (speedbar-item-delete):
13003 * calc/calc-prog.el (calc-kbd-if):
13004 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
13005
13006 * epa.el (epa-key-list-mode-map):
13007 * hi-lock.el (hi-lock-menu): Fix typos in menus.
13008
13009 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
13010 (hs-show-hook): Fix typo in docstring.
13011
13012 2009-09-29 Glenn Morris <rgm@gnu.org>
13013
13014 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
13015 file-name-nondirectory call preventing location of cedet files.
13016 (check-declare-verify): Use literal search rather than re-search.
13017 Add basic defmethod and defclass, and define-overloadable-function.
13018
13019 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13020 Use tramp-compat-file-attributes rather than nonexistent
13021 tramp-compat-handle-file-attributes.
13022
13023 * Makefile.in (lisptagsfiles4): New.
13024 (AUTOGENEL): Add cedet loaddefs files.
13025 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
13026 (update-elclist, compile-always, backup-compiled-files)
13027 (bootstrap-clean): Add yet another directory level.
13028 (update-elclist): Use LC_COLLATE rather than COLLATE.
13029 (ELCFILES): Update, via `make update-elclist'.
13030
13031 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
13032
13033 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
13034 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
13035 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
13036
13037 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
13038
13039 * Makefile.in (lisptagsfiles3): Define.
13040 (TAGS, TAGS-LISP): Use it.
13041 (update-elclist): Add third directory level to look for elc files.
13042 (compile-always): Likewise.
13043 (backup-compiled-files): Likewise.
13044 (bootstrap-clean): Likewise.
13045 (ELCFILES): Update.
13046
13047 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
13048
13049 * Makefile.in (ELCFILES): Add CEDET files.
13050
13051 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
13052
13053 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
13054
13055 * net/tramp.el (top): Require tramp-imap.
13056
13057 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13058 Use `tramp-compat-handle-file-attributes'.
13059
13060 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
13061
13062 * net/tramp-imap.el: New package.
13063
13064 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13065
13066 * whitespace.el (whitespace-trailing-regexp)
13067 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
13068 Fix doc string.
13069
13070 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
13071
13072 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
13073 menu.
13074
13075 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
13076 menu-bar-ediff-menu.
13077
13078 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
13079 define-overloadable-function.
13080
13081 * progmodes/autoconf.el: Provide autoconf as well, so that this
13082 file can be `require'd.
13083
13084 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
13085
13086 * emacs-lisp/autoload.el (generated-autoload-feature)
13087 (generated-autoload-load-name): New vars.
13088 (autoload-rubric, autoload-generate-file-autoloads): Use them.
13089 (make-autoload): Recognize define-overloadable-function and
13090 defclass forms (for EIEIO).
13091
13092 * Makefile.in (update-subdirs): Exclude cedet directory.
13093
13094 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
13095
13096 * term/ns-win.el: Don't set the region face background. (Bug#4381)
13097
13098 * faces.el: Default light-background background for region face to
13099 ns_selection_color under NS.
13100
13101 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
13102
13103 * net/imap-hash.el: New library, see NEWS.
13104
13105 * Makefile.in (ELCFILES): Add imap-hash.el.
13106
13107 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
13108
13109 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
13110 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
13111 * help-macro.el (make-help-screen): Avoid using an ambiguous function
13112 definition where the docstring could be taken for the return value.
13113
13114 2009-09-26 Glenn Morris <rgm@gnu.org>
13115
13116 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
13117 Add option to only show images below a certain size.
13118 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
13119 save-excursion calls.
13120
13121 2009-09-26 Eli Zaretskii <eliz@gnu.org>
13122
13123 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
13124 subdirectories) and eieio.
13125
13126 2009-09-26 Alan Mackenzie <acm@muc.de>
13127
13128 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
13129 buggy bracketing. (Bug#4289)
13130
13131 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
13132 character constants (as case labels). (Bug#4289)
13133
13134 2009-09-25 Juri Linkov <juri@jurta.org>
13135
13136 * files.el (safe-local-eval-forms): Allow time-stamp in
13137 before-save-hook (Bug#4554).
13138
13139 2009-09-25 Drew Adams <drew.adams@oracle.com>
13140
13141 * menu-bar.el (list-buffers-directory): Doc fix.
13142
13143 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
13144
13145 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
13146 Try and avoid copying twice the same paragraph.
13147 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
13148 Remove save-excursion.
13149 (log-edit-changelog-entry): Do it here instead.
13150
13151 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
13152
13153 * bs.el (bs--get-file-name): Use `list-buffers-directory'
13154 when available, instead of hardcoding mode names. Doc fix.
13155
13156 * menu-bar.el (list-buffers-directory): Add docstring.
13157 Make automatically buffer-local.
13158
13159 * dired.el (dired-mode):
13160 * files.el (cd-absolute):
13161 * pcvs.el (cvs-temp-buffer):
13162 * pcvs-util.el (cvs-get-buffer-create):
13163 * shell.el (shell-mode):
13164 * vc-dir.el (vc-dir-mode):
13165 Don't make `list-buffers-directory' buffer local.
13166
13167 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
13168
13169 * comint.el (comint-exec, comint-run, make-comint):
13170 Doc fixes (Bug#4542).
13171
13172 2009-09-25 Glenn Morris <rgm@gnu.org>
13173
13174 * mail/rmailmm.el (rmail-mime): New custom group.
13175 Move all defcustoms in this file into this group.
13176 (rmail-mime-media-type-handlers-alist): Revert previous change.
13177 (rmail-mime-show-images): New option.
13178 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
13179 references to it, since it wasn't actually used for anything.
13180 (rmail-mime-insert-image): New function.
13181 (rmail-mime-image): Use rmail-mime-insert-image.
13182 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
13183 obey the value of `rmail-mime-show-images' option. Print the size of
13184 attachments.
13185
13186 2009-09-25 David Engster <deng@randomsample.de>
13187
13188 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
13189
13190 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13191
13192 * whitespace.el: Does not highlight trailing spaces While point is
13193 at end of line. Does not highligt spaces at beginning of buffer
13194 while point is at beginning of buffer. Does not highlight spaces
13195 at end of buffer while point is at end of buffer. (Bug#4177)
13196 New version 12.0.
13197 (whitespace-display-mappings): Adjust initialization.
13198 (whitespace-point, whitespace-font-lock-refontify): New vars.
13199 (whitespace-color-on, whitespace-color-off): Adjust code.
13200 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
13201 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
13202 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
13203
13204 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
13205
13206 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
13207
13208 * textmodes/sgml-mode.el: Remove xml-mode alias.
13209
13210 * files.el (auto-mode-alist, conf-mode-maybe)
13211 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
13212
13213 2009-09-24 Alan Mackenzie <acm@muc.de>
13214
13215 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
13216 c-forward-conditionals, but it doesn't move point and doesn't set
13217 the mark.
13218 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
13219 (c-down-conditional-with-else, c-backward-conditional)
13220 (c-forward-conditional): Refactor to use c-scan-conditionals.
13221
13222 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
13223
13224 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
13225 (help-default-arg-highlight): Remove.
13226 (help-highlight-arg): New function.
13227 (help-do-arg-highlight): Use it.
13228 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
13229
13230 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13231
13232 * term.el (term-set-scroll-region, term-handle-ansi-escape):
13233 Undo last change, which didn't fix the problem and introduced others.
13234
13235 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
13236
13237 * progmodes/gdb-mi.el: Don't require speedbar.
13238 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
13239
13240 2009-09-24 Glenn Morris <rgm@gnu.org>
13241
13242 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
13243
13244 * term/ns-win.el (ns-reg-to-script): Define for compiler.
13245
13246 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
13247 there is no newline after the final mime boundary. (Bug#4539)
13248 Move markers on insertion so that any buttons inserted don't end up in
13249 the next part of a multipart message.
13250 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
13251 (rmail-mime-bulk-handler): Optionally handle images.
13252 (rmail-mime-image): New button action.
13253 (rmail-mime-image-handler): New function.
13254 (rmail-mime-mode): New mode.
13255 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
13256
13257 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13258
13259 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
13260 than just dropping elements from it (bug#4504).
13261
13262 * term.el (term-set-scroll-region): Don't move cursor any more.
13263 (term-handle-ansi-escape): Call term-goto here instead.
13264 Suggested by Ivan Kanis <apple@kanis.eu>.
13265
13266 * term.el: Require CL.
13267 (term-ansi-reset): New function.
13268 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
13269 (term-handle-colors-array): Simplify.
13270
13271 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
13272
13273 * allout.el (allout-overlay-interior-modification-handler)
13274 (allout-obtain-passphrase):
13275 * epa-file.el (epa-file-write-region):
13276 * ps-print.el (ps-begin-job):
13277 * vc-hooks.el (vc-toggle-read-only):
13278 * vc-rcs.el (vc-rcs-rollback):
13279 * vc-sccs.el (vc-sccs-rollback):
13280 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
13281 (vc-version-diff, vc-revert, vc-rollback):
13282 * wdired.el (wdired-check-kill-buffer):
13283 * emacs-lisp/authors.el (authors):
13284 * net/socks.el (socks-open-connection):
13285 * net/zeroconf.el (zeroconf-service-add-hook):
13286 * obsolete/vc-mcvs.el (vc-mcvs-register):
13287 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
13288 (gdb-select-frame):
13289 * progmodes/grep.el (lgrep, rgrep):
13290 * progmodes/idlw-help.el (idlwave-help-check-locations)
13291 (idlwave-help-html-link, idlwave-help-assistant-open-link):
13292 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13293 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
13294 (reftex-toc-rename-label): Fix typos in error messages.
13295
13296 * dired-aux.el (dired-do-shell-command): Reflow docstring.
13297 (dired-copy-how-to-fn): Doc fix.
13298 (dired-files-attributes, dired-read-shell-command):
13299 Fix typos in docstrings.
13300
13301 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
13302 (dired-x-find-file-other-window): Reflow docstrings.
13303 (dired-omit-marker-char, dired-read-shell-command)
13304 (dired-x-submit-report): Fix typos in docstrings.
13305
13306 * shell.el (shell-mode-hook):
13307 * view.el (View-scroll-line-forward):
13308 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
13309 Fix typos in docstrings.
13310
13311 * net/dig.el (dig-invoke): Fix typo in docstring.
13312 (query-dig): Reflow docstring.
13313
13314 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
13315 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
13316 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
13317 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
13318 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
13319 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
13320 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
13321 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
13322 (idlwave-completion-map, idlwave-current-indent)
13323 (idlwave-custom-ampersand-surround, idlwave-customize)
13324 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
13325 (idlwave-define-abbrev, idlwave-determine-class-special)
13326 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
13327 (idlwave-end-block-reg, idlwave-end-of-statement)
13328 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
13329 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
13330 (idlwave-explicit-class-listed, idlwave-file-header)
13331 (idlwave-fill-paragraph, idlwave-find-class-definition)
13332 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
13333 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
13334 (idlwave-in-quote, idlwave-indent-action-table)
13335 (idlwave-indent-expand-table, idlwave-indent-line)
13336 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
13337 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
13338 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
13339 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
13340 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
13341 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
13342 (idlwave-outlawed-buffers, idlwave-popup-select)
13343 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
13344 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
13345 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
13346 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
13347 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
13348 (idlwave-statement-type, idlwave-struct-skip)
13349 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
13350 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
13351 (idlwave-what-module-find-class): Fix typos in docstrings.
13352 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
13353 (idlwave-calculate-cont-indent, idlwave-expand-equal)
13354 (idlwave-find-module, idlwave-find-structure-definition)
13355 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
13356 (idlwave-list-load-path-shadows, idlwave-next-statement)
13357 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
13358 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
13359 (idlwave-template): Reflow docstrings.
13360
13361 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
13362 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
13363 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
13364 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
13365 (idlwave-shell-display-line, idlwave-shell-display-wframe)
13366 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
13367 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
13368 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
13369 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
13370 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
13371 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
13372 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
13373 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
13374 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
13375 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
13376 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
13377 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
13378 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
13379 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
13380 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
13381 Fix typos in docstrings.
13382 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
13383 (idlwave-shell-hide-output, idlwave-shell-mode)
13384 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
13385 Reflow docstrings.
13386
13387 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
13388
13389 2009-09-24 Ivan Kanis <apple@kanis.eu>
13390
13391 * term.el (term-bold-attribute): New var.
13392 (term-handle-colors-array): Use it.
13393
13394 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
13395
13396 * progmodes/gdb-mi.el (gdb-version): New variable.
13397 (gdb-non-stop-handler): Set gdb-version.
13398 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
13399 Condition "--thread" option on gdb-version.
13400 (gdb-invalidate-threads): Remove unused argument.
13401
13402 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13403
13404 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
13405 to looking-back to avoid ridiculous slow down in large files (bug#4511).
13406
13407 2009-09-23 Glenn Morris <rgm@gnu.org>
13408
13409 * mail/rmail.el (rmail-reply): Don't try to add a References header when
13410 replying to mail without References or Message-Id. (Bug#4525)
13411
13412 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
13413
13414 * term/ns-win.el (ns-reg-to-script): New variable.
13415
13416 2009-09-23 Daiki Ueno <ueno@unixuser.org>
13417
13418 * epg.el (epg-wait-for-status): Preserve existing 'error results.
13419
13420 2009-09-22 Sam Steingold <sds@gnu.org>
13421
13422 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
13423 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
13424 to 1 because hg returns status 1 when nothing is found.
13425 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
13426
13427 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
13428
13429 * textmodes/fill.el: Convert to utf-8 encoding.
13430 (fill-french-nobreak-p): Remove redundant » and « inherited from our
13431 pre-Unicode days.
13432
13433 * add-log.el (change-log-fill-forward-paragraph): New function.
13434 (change-log-mode): Use it so fill-region DTRT.
13435 Set fill-indent-according-to-mode here rather than in
13436 change-log-fill-paragraph.
13437 (change-log-fill-paragraph): Remove.
13438
13439 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
13440
13441 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
13442 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
13443
13444 2009-09-22 Glenn Morris <rgm@gnu.org>
13445
13446 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
13447 the scroll-bar scroll the calendar window rather than the buffer.
13448
13449 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
13450 commands that move point (as opposed to scrolling).
13451
13452 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
13453
13454 * emacs-lisp/elint.el (elint): New custom group.
13455 (elint-log-buffer): Make it a defcustom.
13456 (elint-scan-preloaded, elint-ignored-warnings)
13457 (elint-directory-skip-re): New options.
13458 (elint-builtin-variables): Doc fix.
13459 (elint-preloaded-env): New variable.
13460 (elint-unknown-builtin-args): Add an entry for encode-time.
13461 (elint-extra-errors): Make it a variable rather than a constant.
13462 (elint-preloaded-skip-re): New constant.
13463 (elint-directory): Skip files matching elint-directory-skip-re.
13464 (elint-features): New variable, local to linted buffers.
13465 (elint-update-env): Initialize elint-features. Possibly add
13466 elint-preloaded-env to the buffer's environment.
13467 (elint-get-top-forms): Bind elint-current-pos, for log messages.
13468 Skip quoted forms.
13469 (elint-init-form): New function, extracted from elint-init-env.
13470 Make non-list forms a warning rather than an error.
13471 Add the mode-map for define-derived-mode. Handle define-minor-mode,
13472 easy-menu-define, put that adds an error-condition, and provide.
13473 When requiring cl, also require cl-macs. Really require cl, to handle
13474 some cl macros. Store required libraries in the list elint-features,
13475 so as not to re-load them. Treat cc-require like require.
13476 (elint-init-env): Call elint-init-form to do the work.
13477 Handle eval-and-compile and such like.
13478 (elint-add-required-env): Do not clear messages.
13479 (elint-special-forms): Add handlers for function, defalias, if, when,
13480 unless, and, or.
13481 (elint-form): Add optional argument to ignore elint-special-forms,
13482 useful to prevent recursive calls from handlers. Doc fix.
13483 Respect elint-ignored-warnings.
13484 (elint-form): Respect elint-ignored-warnings.
13485 (elint-bound-variable, elint-bound-function): New variables.
13486 (elint-unbound-variable): Respect elint-bound-variable.
13487 (elint-get-args): Respect elint-bound-function.
13488 (elint-check-cond-form): Add some simple handling for (f)boundp and
13489 featurep tests.
13490 (elint-check-defalias-form): New handler.
13491 (elint-check-let-form): Make an empty let a warning rather than an
13492 error.
13493 (elint-check-setq-form): Make an empty setq a warning rather than an
13494 error. Respect elint-ignored-warnings.
13495 (elint-check-defvar-form): Accept null doc-strings.
13496 (elint-check-conditional-form): New handler. Does some simple-minded
13497 checking of featurep and (f)boundp tests.
13498 (elint-put-function-args): New function.
13499 (elint-initialize): Use elint-scan-doc-file rather than
13500 elint-find-builtin-variables. Use elint-put-function-args.
13501 Possibly scan preloaded-file-list.
13502 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
13503 extend to handle functions as well.
13504
13505 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
13506
13507 * linum.el (linum-delete-overlays, linum-update-window):
13508 Do not modify the right margin. (Bug#3971)
13509
13510 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
13511
13512 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
13513 nxml-mode instead of xml-mode.
13514
13515 2009-09-21 Kevin Ryde <user42@zip.com.au>
13516
13517 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
13518
13519 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13520
13521 * net/dig.el (dig-mode): Use define-derived-mode.
13522
13523 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
13524
13525 * vc-dispatcher.el (vc-do-command): Return the process object in
13526 the asynchronous case. Use when instead of if. Do not run
13527 vc-exec-after to display a message if not enabled. (Bug#4463)
13528
13529 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
13530 properties to the stash strings.
13531 (vc-git-stash-list): Return a list of strings.
13532 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
13533 (vc-git-stash-show-at-point): New functions.
13534 (vc-git-stash-map): New keymap.
13535
13536 * register.el (ctl-x-r-map): Define the keys here instead of
13537 using autoload.
13538
13539 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
13540
13541 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
13542 list, to workaround performance problem (bug#4485).
13543
13544 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
13545
13546 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
13547
13548 2009-09-20 Daiki Ueno <ueno@unixuser.org>
13549
13550 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
13551 Document that this option is not recommended to use.
13552
13553 2009-09-19 Glenn Morris <rgm@gnu.org>
13554
13555 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
13556 variable `var'.
13557
13558 * calc/calc-alg.el (var):
13559 * calc/calcalg2.el (var): Define for compiler.
13560
13561 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
13562
13563 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
13564 Doc fix (Bug#3932).
13565
13566 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
13567
13568 * time-stamp.el (time-stamp-month-dd-yyyy)
13569 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
13570 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
13571 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
13572 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
13573 Remove functions that have been obsolete since 1995 (Bug#4436).
13574
13575 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
13576 indent buffer only if called interactively (Bug#4452).
13577
13578 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
13579 Eli Zaretskii <eliz@gnu.org>
13580
13581 This fixes bug#4197 (merged to bug#865, though not identical).
13582 * server.el (server-auth-dir): Add docstring note about FAT32.
13583 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
13584 but warn against using them.
13585
13586 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
13587
13588 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
13589 older GDB where there is no has_more field.
13590
13591 2009-09-19 Glenn Morris <rgm@gnu.org>
13592
13593 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13594
13595 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
13596
13597 * files.el (auto-mode-alist): Change default for XML files to nXML
13598 mode (Bug#4169).
13599
13600 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
13601
13602 * server.el (server-ensure-safe-dir): Pass 'integer
13603 to `file-attributes', as suggested.
13604
13605 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
13606
13607 * dired-aux.el (dired-query-alist): Remove spurious backslash.
13608 (dired-query): Use read-key.
13609
13610 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
13611
13612 * cus-start.el (ns-use-qd-smoothing): Remove.
13613
13614 2009-09-18 Glenn Morris <rgm@gnu.org>
13615
13616 * allout.el (top-level): Remove unnecessary progn.
13617
13618 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
13619
13620 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
13621 definition of abbrev table.
13622
13623 * speedbar.el (speedbar-track-mouse):
13624 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
13625 * net/eudc.el (eudc-expand-inline):
13626 * net/newst-backend.el (newsticker--cache-read-feed):
13627 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
13628 condition-case handlers.
13629
13630 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
13631
13632 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
13633 (gdb-var-list): Add an element for has_more field.
13634 (gdb-non-stop-handler): Enable pretty printing for STL containers.
13635 (gdb-var-create-handler, gdb-var-list-children-handler-1)
13636 (gdb-var-update-handler-1): Parse output of dynamic variable
13637 objects (STL containers).
13638 (gdb-var-delete-1): Pass var1 as an explicit second argument.
13639 (gdb-get-field): Delete alias. Use bindat-get-field directly.
13640
13641 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
13642 gdb-var-list.
13643 (gud-speedbar-buttons): Make node expandable if expression "has more"
13644 children.
13645
13646 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
13647
13648 * startup.el (emacs-quick-startup): Remove variable and all uses.
13649 (command-line): Set `inhibit-x-resources' instead.
13650 (command-line-1): Use `inhibit-x-resources' instead.
13651
13652 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
13653
13654 * subr.el: Fix last change to avoid using the `unless' macro,
13655 which breaks bootstrapping.
13656
13657 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13658
13659 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
13660 extended definitions, in case we reload subr.el after having
13661 loaded CL.
13662 (eval-next-after-load): Mark as obsolete.
13663
13664 2009-09-17 Juri Linkov <juri@jurta.org>
13665
13666 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
13667 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
13668 (menu-bar-showhide-menu, menu-bar-tools-menu)
13669 (menu-bar-describe-menu, menu-bar-help-menu)
13670 (minibuffer-local-completion-map, minibuffer-local-map):
13671 Fix list quoting.
13672
13673 2009-09-17 Glenn Morris <rgm@gnu.org>
13674
13675 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
13676 arguments, whether or not it has a handler.
13677
13678 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
13679
13680 * simple.el (hard-newline): Give it a doc-string.
13681
13682 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13683 (lisp-mode-syntax-table): Give them doc-strings.
13684
13685 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
13686
13687 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
13688 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
13689 (menu-bar-options-menu, menu-bar-showhide-menu)
13690 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
13691 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
13692 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
13693 (menu-bar-options-menu, menu-bar-tools-menu)
13694 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
13695 (menu-bar-help-menu):
13696 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
13697 string arguments.
13698
13699 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
13700 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
13701 calls for the menu names and :help.
13702
13703 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13704
13705 * mouse.el (minor-mode-menu-from-indicator): Pay attention
13706 to :minor-mode-function (bug#4455).
13707
13708 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13709
13710 * startup.el (command-line): Initialize the window-system after
13711 processing the command-line.
13712
13713 * textmodes/page.el (what-page): Make sure we don't inf-loop if
13714 page-delimiter matches the empty string.
13715
13716 2009-09-16 Glenn Morris <rgm@gnu.org>
13717
13718 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
13719 byte-compile-not-obsolete-var. It's a list now.
13720 (byte-compile-not-obsolete-funcs): New variable.
13721 (byte-compile-warn-obsolete): Don't warn about functions if they are in
13722 byte-compile-not-obsolete-funcs.
13723 (byte-compile-variable-ref, byte-compile-defvar): Update for
13724 byte-compile-not-obsolete-vars name-change and list nature.
13725 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
13726 and variables behind (f)boundp tests.
13727 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
13728
13729 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
13730
13731 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
13732
13733 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13734
13735 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
13736 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
13737 Don't autoload.
13738
13739 2009-09-15 Stephen Eglen <stephen@gnu.org>
13740
13741 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
13742 the virtual-buffers, use the name of the buffer specified by
13743 find-file-noselect, as the match may be a symlink. (This was a
13744 problem if the target and the symlink had different names.)
13745
13746 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13747
13748 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
13749
13750 * desktop.el (desktop-path): Check user-emacs-directory.
13751
13752 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
13753
13754 * loadup.el: Use after-load-functions to GC after loading each file.
13755 Remove the explicit GC calls that used to be sprinkled around.
13756
13757 * subr.el (after-load-functions): New hook.
13758 (do-after-load-evaluation): Run it. Use string-match-p to detect
13759 `obsolete' packages, rather than painfully extracting the relevant
13760 directory name.
13761
13762 2009-09-15 Glenn Morris <rgm@gnu.org>
13763
13764 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
13765 free variable `doc'.
13766
13767 * dired.el (dired-mode-map): Add menu entry for async shell command.
13768
13769 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
13770 variables, also consider the .elc files, since the .el files are
13771 normally gzipped (subsequent code locates the .el.gz from the .elc).
13772
13773 * calc/calc-prog.el (arglist): Define for compiler.
13774
13775 * calendar/diary-lib.el (diary-display-function): Change the default to
13776 fancy display.
13777 (body): Define for compiler.
13778
13779 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
13780 (byte-compile-file-form, byte-compile-lambda)
13781 (byte-compile-top-level-body, byte-compile-form)
13782 (byte-compile-variable-ref, byte-compile-setq)
13783 (byte-compile-setq-default, byte-compile-body)
13784 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
13785 (batch-byte-compile): Give some more local variables with common names
13786 a "bytecomp-" prefix to avoid masking warnings about free variables.
13787
13788 * startup.el (command-line-1): Give local variables with common names a
13789 distinguishing prefix, so as not to hide free variable warnings during
13790 bootstrap.
13791
13792 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
13793 clever and add a suffix to make a unique name, just let the user decide
13794 whether or not to overwrite it. If the input is a directory, write the
13795 default filename to that directory. (Bug#4388)
13796 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
13797 is a filename-as-a-directory.
13798
13799 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13800
13801 * textmodes/page.el (what-page): Don't move to beginning of line.
13802 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
13803
13804 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
13805
13806 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
13807
13808 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
13809
13810 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
13811 * help.el (help-for-help-internal): Add purecopy calls for text.
13812
13813 * vc.el (top): print-log method now takes an optional SHORTLOG
13814 argument. Add a new method: root.
13815 (vc-root-diff, vc-print-root-log): New functions.
13816 (vc-log-short-style): New variable.
13817 (vc-print-log-internal): Add support for showing short logs.
13818
13819 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
13820 vc-print-root-log and vc-print-root-diff.
13821
13822 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
13823 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
13824 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
13825 short logs.
13826
13827 * vc-cvs.el (vc-cvs-print-log):
13828 * vc-mtn.el (vc-mtn-print-log):
13829 * vc-rcs.el (vc-rcs-print-log):
13830 * vc-sccs.el (vc-sccs-print-log):
13831 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
13832 that is ignored for now.
13833
13834 * vc-mtn.el (vc-mtn-annotate-command):
13835 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
13836
13837 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13838
13839 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
13840 to function-key-map, and give them ascii-character property.
13841 * term/x-win.el (x-alternatives-map):
13842 * term/ns-win.el (ns-alternatives-map):
13843 * term/internal.el (msdos-key-remapping-map):
13844 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
13845
13846 2009-09-14 Glenn Morris <rgm@gnu.org>
13847
13848 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
13849 temp-buffers (2009-09-12).
13850
13851 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13852
13853 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
13854 the new read-key function.
13855
13856 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
13857
13858 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
13859 is defined (Bug#4405).
13860
13861 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
13862
13863 * recentf.el (recentf-cleanup): Use a hash table to find
13864 duplicates (Bug#4407).
13865
13866 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
13867
13868 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
13869 kp-0 to ascii equivalents (Bug#4325).
13870
13871 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
13872
13873 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
13874
13875 * eshell/em-hist.el:
13876 * eshell/em-dirs.el (eshell-complete-user-reference):
13877 Declare pcomplete functions and variables to avoid compiler warnings.
13878
13879 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
13880
13881 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
13882 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
13883 * eshell/em-alias.el (eshell-aliases-file):
13884 * eshell/em-hist.el (eshell-history-file-name):
13885 Use expand-file-name instead of concat to make file names (Bug#4308).
13886
13887 2009-09-13 Glenn Morris <rgm@gnu.org>
13888
13889 * ediff-merg.el (ediff-do-merge):
13890 * filesets.el (filesets-run-cmd):
13891 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
13892 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
13893 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
13894 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
13895 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
13896 Replace empty `let's with `progn'.
13897
13898 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13899
13900 * mail/sendmail.el (send-mail-function):
13901 * tooltip.el (tooltip-mode):
13902 * simple.el (transient-mark-mode):
13903 * rfn-eshadow.el (file-name-shadow-mode):
13904 * frame.el (blink-cursor-mode):
13905 * font-core.el (global-font-lock-mode):
13906 * files.el (temporary-file-directory)
13907 (small-temporary-file-directory, auto-save-file-name-transforms):
13908 * epa-hook.el (auto-encryption-mode):
13909 * composite.el (global-auto-composition-mode):
13910 Use custom-initialize-delay.
13911 * startup.el (command-line): Don't explicitly call
13912 custom-reevaluate-setting for all the above vars.
13913 * custom.el (custom-initialize-safe-set)
13914 (custom-initialize-safe-default): Delete.
13915
13916 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13917
13918 * term/x-win.el (x-initialize-window-system):
13919 * term/w32-win.el (w32-initialize-window-system):
13920 * term/ns-win.el (ns-initialize-window-system): Don't call
13921 mouse-wheel-mode since it's enabled globally by default already.
13922
13923 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
13924 actually define the variable, but only silences the byte-compiler.
13925 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
13926 before looking it up.
13927 (mouse-wheel-scroll-amount): Also reset the bindings if this value
13928 is changed.
13929
13930 2009-09-12 Glenn Morris <rgm@gnu.org>
13931
13932 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
13933 1000.
13934 (elint-add-required-env): Don't beep on error.
13935 (elint-forms): In case of error, return ENV unchanged.
13936 (elint-init-env): Skip non-list forms.
13937 (elint-log): Handle unknown file positions.
13938
13939 2009-09-12 Daiki Ueno <ueno@unixuser.org>
13940
13941 * epg.el (epg-make-context): Add autoload cookie.
13942 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
13943 (epg-decrypt-string, epg-start-verify, epg-verify-file)
13944 (epg-verify-string, epg-start-sign, epg-sign-file)
13945 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
13946 (epg-encrypt-string, epg-start-export-keys)
13947 (epg-export-keys-to-file, epg-export-keys-to-string)
13948 (epg-start-import-keys, epg-import-keys-from-file)
13949 (epg-import-keys-from-string, epg-start-receive-keys)
13950 (epg-receive-keys, epg-import-keys-from-server)
13951 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
13952 (epg-sign-keys, epg-start-generate-key)
13953 (epg-generate-key-from-file, epg-generate-key-from-string):
13954 Remove autoload cookie.
13955
13956 2009-09-12 Eli Zaretskii <eliz@gnu.org>
13957
13958 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
13959 reevaluation of trash-directory.
13960
13961 * mwheel.el: Fix last change.
13962 (mouse-wheel-mode): New defvar.
13963 (mouse-wheel-mode): Remove autoload cookie.
13964
13965 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13966
13967 * mwheel.el (mwheel-installed-bindings): New var.
13968 (mouse-wheel-mode): Use it, so as to make sure we really remove all
13969 the bindings we set last time. Use custom-initialize-delay.
13970 * loadup.el: Load mwheel after term/*-win.el.
13971 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
13972 and mouse-wheel-up-event now that their first evaluation is done
13973 sufficiently late to be correct.
13974
13975 * startup.el (tutorial-directory): Make it a defcustom.
13976 Use custom-initialize-delay rather than eval-at-startup to set it.
13977 * image.el (image-load-path): Make it a defcustom.
13978 Use custom-initialize-delay rather than eval-at-startup to set it.
13979 * subr.el (eval-at-startup): Remove.
13980 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
13981
13982 * subr.el (do-after-load-evaluation): Warn the user after loading an
13983 obsolete package.
13984
13985 2009-09-12 Glenn Morris <rgm@gnu.org>
13986
13987 * proced.el (proced-mark-alt): Remove alias.
13988 (proced-mode-map): Remove proced-mark-alt.
13989
13990 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
13991 Elint file and directory. Remove initialization entry.
13992
13993 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
13994 commands.
13995 (elint-current-buffer): Set mode-line-process.
13996 (elint-init-env): Handle define-derived-mode.
13997 Fix declare-function with unspecified arglist. Guard against odd
13998 defalias statements (eg iso-insert's 8859-1-map).
13999 (elint-add-required-env): Use a temp buffer.
14000 (elint-form): Just print the function/macro name, not the whole form.
14001 Return env unchanged if we fail to parse a macro.
14002 (elint-forms): Guard against parse errors.
14003 (elint-output): New function, to handle batch mode.
14004 (elint-log-message): Add optional argument. Use elint-output.
14005 (elint-set-mode-line): New function.
14006
14007 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
14008
14009 * emacs-lisp/elp.el (elp-not-profilable): Add more
14010 functions (Bug#4233).
14011
14012 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
14013
14014 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
14015 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
14016
14017 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
14018
14019 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
14020 (gdb-var-list-children): Use json parsing.
14021
14022 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
14023
14024 * progmodes/js.el (js--proper-indentation): Handle the case where
14025 char-before is null. Reported by Deniz Dogan.
14026
14027 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
14028
14029 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
14030
14031 2009-09-11 Daiki Ueno <ueno@unixuser.org>
14032
14033 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
14034 (epg-digest-algorithm-alist): Add SHA224.
14035 (epg-context-set-passphrase-callback)
14036 (epg-context-set-progress-callback): Add description about
14037 callback function.
14038
14039 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
14040
14041 * custom.el (custom-delayed-init-variables): New var.
14042 (custom-initialize-delay): New function.
14043 * startup.el (command-line): "Re"evaluate all vars in
14044 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
14045 explicitly any more.
14046 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
14047 to avoid creating a ~/.emacs.d at build-time (bug#4347).
14048
14049 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
14050
14051 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
14052
14053 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
14054 (gdb-var-update-handler): Use json parsing.
14055
14056 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
14057
14058 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
14059 decode annotated text, regardless of language environment. (Bug#2741)
14060
14061 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
14062
14063 * Makefile.in (autoloads): Make rmail.el writable as well.
14064
14065 2009-09-11 Glenn Morris <rgm@gnu.org>
14066
14067 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
14068 loaddefs.el.
14069 * dired.el: Regenerate with extracted autoloads.
14070 * Makefile.in (autoloads): Make dired.el writable.
14071
14072 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
14073 * ibuffer.el: Regenerate with extracted autoloads.
14074 * Makefile.in (autoloads): Make ibuffer.el writable.
14075
14076 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
14077 * version.el (emacs-copyright, emacs-major-version)
14078 (emacs-minor-version): Reformat doc-strings for make-docfile.
14079
14080 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
14081 functions and variables, since they must be stuff specific to some other
14082 platform.
14083 (apropos-print): Make mouse-click message less specific about button.
14084
14085 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
14086 that records where a macro was defined.
14087 * help-fns.el (describe-function-1): Mention if a function has a
14088 compiler-macro.
14089 * help-mode.el (help-function-cmacro): New button.
14090
14091 * locate.el (top-level): Always require dired.
14092 (locate-mode-map): Initialize inside the defvar.
14093
14094 * net/ange-ftp.el (dired-compress-file): Declare.
14095 (ange-ftp-dired-compress-file): Add doc string.
14096
14097 * term/ns-win.el (x-display-name, x-setup-function-keys):
14098 Unify doc-strings with X versions.
14099
14100 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
14101
14102 * emulation/crisp.el (crisp-mode-map): Move initialization
14103 into declaration.
14104 (crisp-mode): Use define-minor-mode.
14105
14106 * progmodes/xscheme.el (xscheme-evaluation-commands):
14107 Put a :advertised-binding property rather than using
14108 advertised-xscheme-send-previous-expression.
14109 (advertised-xscheme-send-previous-expression): Declare obsolete.
14110 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
14111 `advertised-undo'.
14112 (crisp-mode): Add corresponding bindings to
14113 undo's :advertised-binding instead.
14114 * dired.el (dired-mode-map): Put a :advertised-binding property rather
14115 than using dired-advertised-find-file.
14116 (dired-advertised-find-file):
14117 * simple.el (advertised-undo):
14118 * wid-edit.el (advertised-widget-backward): Declare obsolete.
14119 (widget-keymap): Put a :advertised-binding property rather
14120 than using advertised-widget-backward.
14121 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
14122 than using advertised-undo.
14123 * tutorial.el (tutorial--default-keys): Adjust accordingly.
14124
14125 2009-09-10 Simon South <ssouth@slowcomputing.org>
14126
14127 * progmodes/delphi.el (delphi-tab): Indent region when Transient
14128 Mark mode is enabled and region is active; otherwise indent or
14129 insert TAB as usual.
14130 (delphi-mode): Update description of TAB-key binding.
14131
14132 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
14133
14134 * subr.el (define-key-rebound-commands): Mark obsolete.
14135 * startup.el (precompute-menubar-bindings): Remove.
14136 (normal-top-level): Remove obsolete code that tried to precompute
14137 menubar bindings.
14138 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
14139 define-key-rebound-commands and precompute-menubar-bindings.
14140
14141 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
14142
14143 * net/imap.el (imap-interactive-login): Better messages.
14144 (imap-open): Fix bug with renamed buffer on reconnect.
14145 (imap-authenticate): Add buffer-local imap-last-authenticator variable
14146 for easier debugging and cleaner code. On successful (guessed based on
14147 server capabilities) secondary authentication, set imap-state
14148 correctly.
14149 (imap-last-authenticator): Define imap-last-authenticator as a variable
14150 to avoid warnings.
14151
14152 2009-09-10 Glenn Morris <rgm@gnu.org>
14153
14154 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
14155
14156 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
14157 (byte-compile-file-form-autoload): Don't warn about unknown functions
14158 where the autoload statement comes after the use.
14159 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
14160 that any handlers inside the body (eg require) are in turn respected.
14161
14162 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
14163 effects.
14164
14165 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
14166 and syntax and abbrev tables basic docs, if they don't have any.
14167
14168 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
14169
14170 * international/mule-cmds.el (top-level): Require cl when compiling.
14171 (view-hello-file): Use default-value rather than
14172 default-enable-multibyte-characters.
14173
14174 * progmodes/fortran.el: Move all safe and risky properties into the
14175 defcustoms.
14176
14177 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
14178 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
14179 * mail/undigest.el:
14180 Put autoloads in rmail.el rather than loaddefs.el.
14181 * mail/rmail.el: Regenerate with extracted autoloads.
14182
14183 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
14184 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
14185
14186 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
14187
14188 Reported in thread for Bug#4375.
14189 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
14190 "-data-evaluate-expression" instead of print.
14191 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
14192 (gdb-tooltip-print): Parse output from above MI command.
14193 (gdb): Revert 2009-08-11 change. User should detach inferior
14194 manually.
14195
14196 Remove the word "separate" from IO functions as inferior
14197 output is now never displayed in the GUD buffer.
14198
14199 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
14200
14201 * startup.el (command-line-normalize-file-name): On Windows and
14202 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
14203
14204 2009-09-10 Juri Linkov <juri@jurta.org>
14205
14206 * isearch.el (isearch-text-char-description): Propertize escape
14207 character sequences with the `escape-glyph' face. (Bug#4344)
14208
14209 * simple.el (shell-command): Set asynchronous process filter to
14210 `comint-output-filter'. (Bug#4343)
14211
14212 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
14213 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
14214 the list. Move "asm" to the bottom.
14215 (grep-find-ignored-directories): Add `choice' with nil value
14216 to empty the list easily.
14217 (grep-find-ignored-files): New option.
14218 (grep-files-history): Set to nil by default instead of '("ch" "el").
14219 (grep-compute-defaults): Add "<X>" to `grep-template'.
14220 (grep-read-files): Bind new local variables `default-alias' and
14221 `default-extension'. Use a list of default values for the file prompt.
14222 (lgrep): Add `--exclude=' command line options composed from
14223 `grep-find-ignored-files'.
14224 (rgrep): Add `-name' command line options composed from
14225 `grep-find-ignored-files'. (Bug#4301)
14226
14227 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
14228
14229 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
14230 (bug#4368).
14231
14232 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
14233
14234 * calendar/time-date.el (autoload):
14235 Expand define-obsolete-function-alias into defalias and make-obsolete
14236 for old Emacsen that Gnus supports.
14237 (with-no-warnings): Define it for old Emacsen.
14238 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14239 is available.
14240 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14241 float-time is available; suppress compile warning for time-to-seconds.
14242
14243 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
14244
14245 * net/imap.el (imap-message-map): Docstring fix.
14246
14247 2009-09-09 Glenn Morris <rgm@gnu.org>
14248
14249 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
14250 line numbers too. (Bug#4374)
14251
14252 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
14253
14254 * smerge-mode.el (smerge-remove-props, smerge-refine):
14255 Use with-silent-modifications (bug#4342).
14256
14257 * subr.el (with-silent-modifications): New macro.
14258
14259 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
14260
14261 * files.el (top-level): Require `cl' when compiling.
14262
14263 2009-09-07 Glenn Morris <rgm@gnu.org>
14264
14265 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
14266
14267 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
14268 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
14269
14270 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
14271
14272 * vc-git.el (vc-git-annotate-command): Use separator to parse
14273 arguments correctly.
14274
14275 2009-09-06 Eli Zaretskii <eliz@gnu.org>
14276
14277 * proced.el (proced-mode): Doc fix.
14278
14279 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
14280
14281 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
14282 lstat fails.
14283 (tramp-do-file-attributes-with-ls): Check for file existence at
14284 remote end.
14285 (tramp-do-file-attributes-with-stat): Likewise.
14286 (tramp-convert-file-attributes): Return nil when attr is nil.
14287
14288 2009-09-05 Glenn Morris <rgm@gnu.org>
14289
14290 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
14291 properties to this button.
14292 (diary-fancy-display): Don't extend the button to the final newline.
14293 (diary-fancy-display-mode): Continue to define "q" as a local key.
14294
14295 * calendar/cal-china.el (holiday-chinese): Make it slightly more
14296 efficient.
14297
14298 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
14299
14300 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
14301 (byte-compile-dest-file-function): New option.
14302 (byte-compile-dest-file): Doc fix.
14303 Obey byte-compile-dest-file-function.
14304 (byte-compile-cl-file-p): New function.
14305 (byte-compile-eval): Only suppress noruntime warnings about cl functions
14306 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
14307 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
14308 than for file being previously loaded.
14309 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
14310 (byte-compile-file-form-require): Handle the case where requiring a file
14311 indirectly causes CL to be loaded.
14312
14313 2009-09-05 Karl Fogel <kfogel@red-bean.com>
14314
14315 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
14316 before killing the old buffer, since by the time `kill-buffer' is
14317 run so many buffer variables have been set to nil that it may not
14318 behave as expected. (Bug#4061)
14319
14320 2009-09-05 Karl Fogel <kfogel@red-bean.com>
14321
14322 * files.el (find-alternate-file): If the old buffer is modified
14323 and visiting a file, behave similarly to `kill-buffer' when
14324 killing it, thus reverting to the pre-1.878 behavior; see
14325 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
14326 for discussion. Also, consult `buffer-file-name' as a variable
14327 not as a function, for consistency with the rest of the code.
14328
14329 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
14330
14331 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
14332 also when adding a new directory.
14333
14334 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
14335 defun.
14336
14337 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
14338
14339 * files.el (locate-file-completion-table): Make it provide boundary
14340 information, so partial-completion works better.
14341
14342 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
14343
14344 * mail/footnote.el (Footnote-text-under-cursor):
14345 Check footnote-text-marker-alist before using it (bug#4324).
14346
14347 2009-09-04 Glenn Morris <rgm@gnu.org>
14348
14349 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
14350 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
14351 * play/solitaire.el, play/tetris.el:
14352 Remove leading * from defcustom and defface docs.
14353
14354 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
14355 necessary.
14356 (diary-fancy-overriding-map): New variable.
14357 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
14358 Use view-mode.
14359
14360 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
14361 goto-line.
14362
14363 2009-09-03 Glenn Morris <rgm@gnu.org>
14364
14365 * arc-mode.el (archive-mode):
14366 * dos-fns.el (set-default-process-coding-system):
14367 * man.el (Man-getpage-in-background):
14368 * menu-bar.el (menu-bar-describe-menu):
14369 * server.el (server-process-filter):
14370 * startup.el (command-line):
14371 * tar-mode.el (tar-header-block-tokenize, tar-extract):
14372 * w32-fns.el (set-default-process-coding-system):
14373 * x-dnd.el (x-dnd-handle-file-name):
14374 * international/mule-cmds.el (mule-menu-keymap)
14375 (set-default-coding-systems, language-info-alist, set-language-info)
14376 (set-language-environment, standard-display-european-internal)
14377 (set-locale-environment):
14378 * international/mule-diag.el (mule-diag):
14379 * mail/emacsbug.el (report-emacs-bug):
14380 * mail/rmail.el (rmail-mode):
14381 * mail/sendmail.el (mail-setup):
14382 Use default-value rather than default-enable-multibyte-characters.
14383
14384 * progmodes/f90.el: Move all safe properties into the defcustoms.
14385 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
14386
14387 * calendar/appt.el (appt-check):
14388 * calendar/diary-lib.el (diary-set-header, diary-live-p)
14389 (diary-check-diary-file, diary-list-entries)
14390 (diary-include-other-diary-files, diary-simple-display)
14391 (diary-fancy-display, diary-print-entries)
14392 (diary-mark-included-diary-files, diary-make-entry):
14393 Don't call substitute-in-file-name on diary-file.
14394
14395 2009-09-03 Eduard Wiebe <usenet@pusto.de>
14396 Stefan Monnier <monnier@iro.umontreal.ca>
14397
14398 * mail/footnote.el (footnote-prefix): Make it a defcustom.
14399 (footnote-mode-map): Move initialization into the declaration.
14400 (footnote-minor-mode-map): Define it rather than changing global-map.
14401 (footnote-mode): Use define-minor-mode.
14402
14403 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
14404
14405 * net/tramp.el (tramp-handle-file-attributes-with-ls)
14406 (tramp-do-file-attributes-with-perl)
14407 (tramp-do-file-attributes-with-stat): Rename from
14408 `tramp-handle-file-attributes-with-*'.
14409 (tramp-handle-file-attributes): Use them.
14410 (tramp-do-directory-files-and-attributes-with-perl)
14411 (tramp-do-directory-files-and-attributes-with-stat): Rename from
14412 `tramp-handle-directory-files-and-attributes-with-*'.
14413 (tramp-handle-directory-files-and-attributes): Use them.
14414 (tramp-method-out-of-band-p): Additional parameter SIZE.
14415 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
14416 (tramp-handle-write-region): Use it.
14417 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
14418 (tramp-handle-vc-registered): Check, whether the first run did
14419 return files to be tested.
14420 (tramp-advice-make-auto-save-file-name): Do not call directly
14421 `tramp-handle-make-auto-save-file-name', because this would bypass
14422 the locking mechanism.
14423
14424 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
14425 (file-remote-p, process-file, start-file-process, set-file-times)
14426 (tramp-compat-file-attributes): Compatibility functions shall not
14427 call directly `tramp-handle-*', because this would bypass the
14428 locking mechanism.
14429 (tramp-compat-number-sequence): New defun.
14430
14431 2009-09-02 Glenn Morris <rgm@gnu.org>
14432
14433 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
14434 alias for float-time.
14435 (time-to-number-of-days): In Emacs, use float-time.
14436 * net/newst-backend.el (time-add): Suppress warnings from compat
14437 function.
14438 * time.el (emacs-uptime, emacs-init-time):
14439 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
14440 Use float-time rather than time-to-seconds.
14441
14442 * minibuffer.el (completion-initials-expand): Fix typo.
14443
14444 * faces.el (modeline, modeline-inactive, modeline-highlight)
14445 (modeline-buffer-id):
14446 * info.el (info-menu-5): Mark these face aliases as obsolete.
14447
14448 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
14449
14450 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
14451 space ...
14452 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
14453 no "--thread" option.
14454 (gdb-stopped): Don't print "Switched to thread" message when it is
14455 unchanged.
14456
14457 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
14458
14459 * minibuffer.el (completion-try-completion)
14460 (completion-all-completions): Remove ill-defined (and
14461 mistakenly installed and luckily never used nor documented)
14462 `completion-styles' property.
14463 (completion-initials-expand, completion-initials-all-completions)
14464 (completion-initials-try-completion): New functions.
14465 (completion-styles-alist): Add doc to each entry.
14466 Add new `initials' entry.
14467
14468 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
14469
14470 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
14471 MI command -var-evaluate-expression.
14472 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
14473 and tweak for case of string child.
14474 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
14475
14476 2009-09-01 Glenn Morris <rgm@gnu.org>
14477
14478 * add-log.el (change-log-date-face, change-log-name-face)
14479 (change-log-email-face, change-log-file-face, change-log-list-face)
14480 (change-log-conditionals-face, change-log-function-face)
14481 (change-log-acknowledgement-face):
14482 * cus-edit.el (custom-invalid-face, custom-rogue-face)
14483 (custom-modified-face, custom-set-face, custom-changed-face)
14484 (custom-saved-face, custom-button-face, custom-button-pressed-face)
14485 (custom-documentation-face, custom-state-face, custom-comment-face)
14486 (custom-comment-tag-face, custom-variable-tag-face)
14487 (custom-variable-button-face, custom-face-tag-face)
14488 (custom-group-tag-face-1, custom-group-tag-face):
14489 * diff-mode.el (diff-header-face, diff-file-header-face)
14490 (diff-index-face, diff-hunk-header-face, diff-removed-face)
14491 (diff-added-face, diff-changed-face, diff-function-face)
14492 (diff-context-face, diff-nonexistent-face):
14493 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
14494 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
14495 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14496 (Info-title-4-face):
14497 * isearch.el (isearch-lazy-highlight-face):
14498 * log-view.el (log-view-file-face, log-view-message-face):
14499 * paren.el (show-paren-match-face, show-paren-mismatch-face):
14500 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14501 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14502 (cvs-msg-face):
14503 * smerge-mode.el (smerge-mine-face, smerge-other-face)
14504 (smerge-base-face, smerge-markers-face):
14505 * wid-edit.el (widget-documentation-face, widget-button-face)
14506 (widget-field-face, widget-single-line-field-face)
14507 (widget-inactive-face, widget-button-pressed-face):
14508 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
14509 (woman-addition-face):
14510 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
14511 (eshell-ls-executable-face, eshell-ls-readonly-face)
14512 (eshell-ls-unreadable-face, eshell-ls-special-face)
14513 (eshell-ls-missing-face, eshell-ls-archive-face)
14514 (eshell-ls-backup-face, eshell-ls-product-face)
14515 (eshell-ls-clutter-face):
14516 * eshell/em-prompt.el (eshell-prompt-face):
14517 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
14518 * obsolete/old-whitespace.el (whitespace-highlight-face):
14519 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
14520 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
14521 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
14522 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
14523 (antlr-font-lock-literal-face):
14524 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14525 (ebrowse-root-class-face, ebrowse-file-name-face)
14526 (ebrowse-default-face, ebrowse-member-attribute-face)
14527 (ebrowse-member-class-face, ebrowse-progress-face):
14528 * progmodes/make-mode.el (makefile-space-face):
14529 * progmodes/sh-script.el (sh-heredoc-face):
14530 * textmodes/flyspell.el (flyspell-incorrect-face)
14531 (flyspell-duplicate-face):
14532 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
14533 * textmodes/texinfo.el (texinfo-heading-face):
14534 Mark face aliases with "-face" suffix as obsolete.
14535
14536 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
14537 compiler.
14538
14539 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
14540 (eudc-bob-sound-menu): Use defvar rather than defconst, since
14541 easy-menu-define wants to modify these.
14542
14543 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
14544
14545 * net/browse-url.el (browse-url-file-url):
14546 * term/internal.el (dos-codepage-setup):
14547 Use default-value rather than default-enable-multibyte-characters.
14548
14549 * progmodes/etags.el (etags-goto-tag-location):
14550 * progmodes/flymake.el (flymake-highlight-line)
14551 (flymake-goto-file-and-line, flymake-goto-line):
14552 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
14553 (gdb-goto-breakpoint):
14554 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14555 * progmodes/python.el (python-find-function)
14556 (python-pdbtrack-track-stack-file):
14557 * progmodes/verilog-mode.el (verilog-surelint-off):
14558 * term/ns-win.el (ns-open-file-select-line):
14559 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
14560 Use forward-line rather than goto-line.
14561
14562 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
14563 * textmodes/reftex-index.el (reftex-display-index):
14564 * textmodes/reftex-ref.el (reftex-offer-label-menu):
14565 * textmodes/reftex-toc.el (reftex-toc):
14566 Remove unnecessary bindings of default-major-mode (all are followed by
14567 major-mode check and possible mode switch).
14568
14569 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
14570
14571 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14572 Handle watchpoints (bug#4282).
14573 (def-gdb-thread-buffer-command): Enable thread to be selected by
14574 clicking without selecting threads buffer first.
14575 (gdb-current-context-command): Use selected frame so that "up",
14576 "down" etc work in the GUD buffer.
14577 (gdb-update): Find selected frame before rendering stack buffer.
14578 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
14579
14580 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
14581
14582 * progmodes/sym-comp.el (displayed-completions): Remove.
14583 (symbol-complete): Use minibuffer-complete.
14584
14585 2009-08-31 Glenn Morris <rgm@gnu.org>
14586
14587 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
14588
14589 * apropos.el (apropos-symbols-internal):
14590 Handle (obsolete) face aliases.
14591
14592 * faces.el (describe-face): Adjust the output format to be more like
14593 describe-variable, and to mention (obsolete) face aliases.
14594 Adjust the whitespace so that help-setup-xref works.
14595
14596 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
14597 * calendar/diary-lib.el (diary-button-face):
14598 Mark these face aliases as obsolete.
14599
14600 * calendar/calendar.el (calendar-today): Doc fix.
14601
14602 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
14603
14604 * progmodes/gdb-mi.el (gdb-control-all-threads)
14605 (gdb-control-current-thread): Force tool bar update.
14606 (gdb-non-stop-handler): New function.
14607 (gdb-init-1): Use it to test if non-stop mode is supported.
14608 Remove unused gdbmi buffer type.
14609
14610 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
14611
14612 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
14613 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
14614
14615 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
14616
14617 * comint.el (comint-exec-1): Check command is non-null first.
14618 Part of gdb-mi.el change (2009-08-28).
14619
14620 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14621
14622 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
14623
14624 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
14625
14626 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
14627 instead of `dolist' to avoid a recursive require when bootstrapping.
14628
14629 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14630
14631 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
14632
14633 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
14634
14635 * net/imap.el (imap-send-command): Simplify.
14636 (imap-wait-for-tag): point-max -> buffer-size.
14637
14638 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
14639
14640 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
14641 with constant argument.
14642
14643 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
14644
14645 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
14646
14647 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
14648 Change default, since most of our files don't have a history.
14649 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
14650 the user.
14651
14652 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14653 Add comint-run.
14654
14655 * calc/calc.el: Improve commenting convention.
14656 (calc-digit-map, toplevel): Simplify.
14657
14658 * comint.el (comint-insert-input): Be careful to only set point if we
14659 don't delegate to some other command.
14660
14661 * proced.el (proced-signal-list): Make it an alist.
14662 (proced-grammar-alist): Capitalize names.
14663 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
14664 Disable undo manually and make it read-only.
14665 Use completion-annotate-function.
14666
14667 * minibuffer.el (minibuffer-message): If the current buffer is not
14668 a minibuffer, insert the message in the echo area rather than at the
14669 end of the buffer.
14670 (completion-annotate-function): New variable.
14671 (minibuffer-completion-help): Use it.
14672 (completion--embedded-envvar-table): Environment vars are
14673 always case-sensitive.
14674
14675 2009-08-30 Glenn Morris <rgm@gnu.org>
14676
14677 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
14678 from fortran-current-defun.
14679 (fortran-beginning-of-subprogram): Be more precise about finding the
14680 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
14681 (fortran-end-of-subprogram): Simplify.
14682 (fortran-current-defun): Use fortran-start-prog-re.
14683
14684 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
14685
14686 * subr.el (do-after-load-evaluation): Simplify.
14687
14688 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
14689
14690 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
14691
14692 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
14693 (vc-rcs-print-log): Use it.
14694
14695 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
14696
14697 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
14698
14699 * paths.el (abbrev-file-name): Move to abbrev.el.
14700 * abbrev.el (abbrev-file-name): Move from paths.el.
14701 Obey user-emacs-directory.
14702 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
14703 user-emacs-directory.
14704 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
14705 abbrev-file-name and calc-settings-file any more.
14706 * startup.el (command-line): Recompute abbrev-file-name and
14707 abbreviated-home-dir.
14708 (normal-no-mouse-startup-screen): Improve the generic code and get rid
14709 of the special code for when C-h bindings haven't been changed.
14710 (display-startup-echo-area-message): Use with-current-buffer.
14711 (command-line-1): Use a list of strings, rather than a list of lists
14712 of strings for longopts.
14713
14714 * files.el (get-free-disk-space): Use / for default-directory.
14715
14716 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
14717 Use with-current-buffer.
14718
14719 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
14720 Recognize immutable variables like most-positive-fixnum.
14721 (byte-compile-setq-default): Check and warn if trying to assign
14722 to an immutable variable, or a non-variable.
14723
14724 * progmodes/cc-vars.el (c-comment-continuation-stars):
14725 * progmodes/cc-engine.el (c-looking-at-bos):
14726 * progmodes/cc-cmds.el (c-toggle-auto-state)
14727 (c-forward-into-nomenclature, c-backward-into-nomenclature)
14728 (c-comment-line-break-function): Add version of obsolescence.
14729
14730 2009-08-28 Juri Linkov <juri@jurta.org>
14731
14732 * files.el (magic-fallback-mode-alist): Add ZIP magic number
14733 associated with `archive-mode'.
14734
14735 * image.el (image-type-header-regexps): Use only JPEG magic number
14736 to determine JPEG images, and don't use `image-jpeg-p' because
14737 Emacs can display non-JFIF non-Exif JPEG images.
14738
14739 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
14740
14741 * arc-mode.el (archive-mode):
14742 * emacs-lisp/re-builder.el (re-builder-unload-function):
14743 Protect against the default value of `major-mode' being nil.
14744
14745 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
14746
14747 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
14748 Fix typos in docstrings.
14749
14750 * progmodes/js.el (js--macro-decl-re): Doc fix.
14751 (js--plain-method-re, js--split-name): Refloc docstring.
14752 (js--class-styles, js--make-merged-item, js--splice-into-items):
14753 Fix typos in docstrings; reflow docstrings.
14754 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
14755 (js--variable-decl-matcher, js--inside-pitem-p)
14756 (js--parse-state-at-point, js--get-all-known-symbols)
14757 (js--symbol-history, js-find-symbol, js--js-references)
14758 (js--moz-interactor, js--js-encode-value, js--read-tab):
14759 Fix typos in docstrings.
14760
14761 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14762
14763 * textmodes/reftex.el (reftex-get-file-buffer-force):
14764 * progmodes/verilog-mode.el (verilog-batch-execute-func):
14765 * emulation/viper.el (viper-go-away, viper-set-hooks):
14766 * emacs-lisp/re-builder.el (re-builder-unload-function):
14767 * emacs-lisp/bytecomp.el (byte-compile-file):
14768 * ses.el (ses-unload-function):
14769 * hexl.el (hexl-find-file):
14770 * files.el (normal-mode):
14771 * ehelp.el (with-electric-help):
14772 * autoinsert.el (auto-insert-alist):
14773 * arc-mode.el (archive-mode):
14774 Use (default-value 'major-mode) instead of default-major-mode.
14775
14776 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
14777 * international/mule.el (load-with-code-conversion):
14778 * emacs-lisp/debug.el (debug):
14779 * ediff-vers.el (ediff-rcs-get-output-buffer):
14780 * dired.el (dired-internal-noselect): Don't let-bind
14781 default-major-mode around code that doesn't use it.
14782 E.g. buffer creation via get-buffer-create doesn't use it.
14783
14784 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
14785
14786 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
14787 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
14788 when writing the temp file. Otherwise, epa-file gets confused.
14789 (tramp-register-file-name-handlers): Make it a defun. Move also
14790 `epa-file-handler' to the front of `file-name-handler-alist'.
14791
14792 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14793
14794 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
14795 start right after a ^M.
14796 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
14797 (tramp-completion-file-name-regexp-separate)
14798 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
14799 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
14800 Don't modify last-coding-system-used by accident.
14801 (tramp-completion-file-name-handler): Apply the checks here,
14802 instead during registration.
14803 (tramp-register-file-name-handlers): Renamed from
14804 `tramp-register-file-name-handler'. Register both
14805 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
14806 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
14807
14808 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
14809
14810 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
14811 Remove variable ...
14812 (gdb-init-1, gdb-display-separate-io-buffer)
14813 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
14814 references to it.
14815 (gdb-inferior-io-mode): Use make-comint-in-buffer.
14816 (gdb-inferior-filter): Use comint-output-filter to stop
14817 echoing and remove ^M characters.
14818
14819 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14820
14821 * emulation/viper-init.el (viper-restore-cursor-type):
14822 * emulation/cua-base.el (cua--update-indications):
14823 Replace default-cursor-type with (default-value 'cursor-type).
14824
14825 * mail/sendmail.el (mail-recover-1):
14826 * international/mule-diag.el (describe-current-coding-system-briefly)
14827 (describe-current-coding-system):
14828 * international/mule-cmds.el (select-safe-coding-system)
14829 (select-message-coding-system)
14830 (set-language-environment-coding-systems, set-locale-environment):
14831 * hexl.el (hexl-insert-multibyte-char):
14832 * dos-w32.el (find-buffer-file-type-coding-system):
14833 * simple.el (what-cursor-position):
14834 Replace uses of default-buffer-file-coding-system
14835 with (default-value 'buffer-file-coding-system).
14836
14837 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
14838 Replace uses of default-cursor-in-non-selected-windows
14839 with (default-value 'cursor-in-non-selected-windows).
14840 Use with-current-buffer.
14841
14842 * mail/feedmail.el: Use CL macros.
14843 (feedmail-run-the-queue, feedmail-send-it-immediately):
14844 * dos-w32.el (find-buffer-file-type): Replace uses of
14845 default-buffer-file-type with (default-value 'buffer-file-type).
14846
14847 2009-08-28 Glenn Morris <rgm@gnu.org>
14848
14849 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
14850 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
14851 Use default-value of major-mode rather than default-major-mode.
14852
14853 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
14854
14855 * Makefile.in (update-elcfiles): Report left over elc files.
14856
14857 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
14858 expand-file-name and with-current-buffer.
14859 (mail-get-names, mail-directory): Use with-current-buffer.
14860
14861 * vc.el (vc-read-revision): New function.
14862 (vc-version-diff, vc-merge): Use it.
14863
14864 2009-08-27 Sam Steingold <sds@gnu.org>
14865
14866 * simple.el (kill-do-not-save-duplicates): New user option.
14867 (kill-new): When it is non-nil, and the new string is the same as
14868 the latest kill, set replace to t to avoid duplicates in kill-ring.
14869
14870 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
14871
14872 * net/tramp.el (tramp-handle-process-file): Do not flush all
14873 caches when `process-file-side-effects' is set.
14874 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
14875 instead of `tramp-find-file-exists-command'.
14876 Unset `process-file-side-effects'.
14877
14878 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
14879
14880 * net/tramp.el (tramp-methods): New method "rsyncc".
14881 (top): Add completion function for "rsyncc".
14882 (tramp-message-show-message): New defvar.
14883 (tramp-message, tramp-error): Use it.
14884 (tramp-do-copy-or-rename-file-directly): Extend check for direct
14885 remote copying.
14886 (tramp-do-copy-or-rename-file-out-of-band): Handle new
14887 `tramp-methods' entry `copy-env' of "rsyncc".
14888 (tramp-vc-registered-read-file-names): New defconst.
14889 (tramp-vc-registered-file-names): New defvar.
14890 (tramp-handle-vc-registered): Implement optimization strategy.
14891 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
14892 (tramp-vc-file-name-handler): New defun.
14893 (tramp-get-ls-command, tramp-get-test-command)
14894 (tramp-get-file-exists-command, tramp-get-remote-ln)
14895 (tramp-get-remote-perl, tramp-get-remote-stat)
14896 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
14897
14898 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
14899 (tramp-cache-inhibit-cache): Extend doc string. It allows also
14900 timestamps.
14901 (tramp-get-file-property): Check for timestamps in
14902 `tramp-cache-inhibit-cache'.
14903 (tramp-set-file-property): Write timestamp.
14904
14905 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14906
14907 * language/japan-util.el (japanese-symbol-table): Add entries for
14908 cp932-2-byte.
14909
14910 * international/characters.el: Add category `j' to cp932-2-byte.
14911
14912 2009-08-27 Kenichi Handa <handa@m17n.org>
14913
14914 * international/fontset.el (build-default-fontset-data): New macro.
14915 (setup-default-fontset): Use build-default-fontset-data for CJK,
14916 tibetan, ethiopic, and ipa.
14917
14918 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
14919
14920 * cus-start.el (default-major-mode): Customize `major-mode' instead.
14921 (enable-multibyte-characters): Not customizable any more.
14922
14923 * subr.el (default-mode-line-format, default-header-line-format)
14924 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
14925 (default-direction-reversed, default-truncate-lines)
14926 (default-left-margin, default-tab-width, default-case-fold-search)
14927 (default-left-margin-width, default-right-margin-width)
14928 (default-left-fringe-width, default-right-fringe-width)
14929 (default-fringes-outside-margins, default-scroll-bar-width)
14930 (default-vertical-scroll-bar, default-indicate-empty-lines)
14931 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
14932 (default-fringe-cursor-alist, default-scroll-up-aggressively)
14933 (default-scroll-down-aggressively, default-fill-column)
14934 (default-cursor-type, default-buffer-file-type)
14935 (default-cursor-in-non-selected-windows)
14936 (default-buffer-file-coding-system, default-major-mode)
14937 (default-enable-multibyte-characters): Mark as obsolete.
14938
14939 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
14940
14941 * vc-dir.el (vc-dir-update): Remove debug helper.
14942
14943 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
14944
14945 2009-08-26 Sam Steingold <sds@gnu.org>
14946
14947 * simple.el (save-interprogram-paste-before-kill): New user option.
14948 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
14949 save the interprogram-paste into kill-ring before overriding it
14950 with the Emacs kill.
14951
14952 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
14953
14954 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
14955 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
14956 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
14957 and move to vc-rcs.el.
14958 (vc-default-next-revision): Rename to vc-rcs-next-revision and
14959 move to vc-rcs.el.
14960 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
14961 (vc-rcs-update-changelog): Remove.
14962 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
14963 and move to vc-rcs.el.
14964
14965 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
14966 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
14967 renaming.
14968 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
14969 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
14970 vc.el, renamed to be RCS specific.
14971
14972 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
14973 New functions.
14974 (vc-cvs-update-changelog): Move here from vc.el.
14975
14976 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
14977 New functions.
14978
14979 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
14980
14981 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
14982
14983 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
14984
14985 * vc-git.el (vc-git-register): Use "git add" for directories.
14986 (vc-git-stash, vc-git-stash-show): New functions.
14987 (vc-git-extra-menu-map): Bind them.
14988
14989 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
14990 directory correctly in case the item is a directory itself.
14991
14992 * vc.el: Document the desired behavior for reverted files in the
14993 `added' state.
14994 (vc-default-prettify-state-info): Remove function, unused.
14995
14996 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
14997
14998 2009-08-26 Glenn Morris <rgm@gnu.org>
14999
15000 * bindings.el (standard-mode-line-format): Reposition dashes in
15001 which-func entry. (Bug#4217)
15002
15003 * files.el (enable-local-variables, enable-local-eval)
15004 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
15005 the defcustoms.
15006 (auto-mode-alist, ignored-local-variables)
15007 (save-some-buffers-action-alist): Move risky declarations to the
15008 definitions.
15009 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
15010 (font-lock-defaults, format-alist, imenu--index-alist)
15011 (imenu-generic-expression, input-method-alist, minor-mode-alist)
15012 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
15013 (mode-line-modified, mode-line-mule-info, mode-line-position)
15014 (mode-line-process, mode-line-remote, outline-level)
15015 (parse-time-rules, rmail-output-file-alist)
15016 (special-display-buffer-names, vc-mode):
15017 Move risky declarations to the relevant files.
15018 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
15019 (mode-line-modified, mode-line-process, mode-line-position)
15020 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
15021 * font-core.el (font-lock-defaults):
15022 * format.el (format-alist):
15023 * vc-hooks.el (vc-mode):
15024 * window.el (special-display-buffer-names):
15025 * international/mule-cmds.el (input-method-alist):
15026 Define riskiness here (dumped file) rather than in files.el.
15027 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
15028 * imenu.el (imenu-generic-expression, imenu--index-alist):
15029 * outline.el (outline-level):
15030 * time.el (display-time-string):
15031 * calendar/parse-time.el (parse-time-rules):
15032 * mail/rmailout.el (rmail-output-file-alist):
15033 Autoload riskiness here, rather than placing in files.el.
15034
15035 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
15036
15037 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
15038
15039 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
15040
15041 * simple.el (process-file-side-effects): New defvar.
15042
15043 * dired-aux.el (dired-show-file-type):
15044 * vc.el (vc-diff-internal):
15045 * vc-arch.el (vc-arch-diff):
15046 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
15047 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
15048 * vc-git.el (vc-git-registered, vc-git-working-revision)
15049 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
15050 (vc-git--empty-db-p):
15051 * vc-hooks.el (vc-user-login-name):
15052 * vc-svn.el (vc-svn-registered, vc-svn-state)
15053 (vc-svn-dir-extra-headers, vc-svn-find-revision):
15054 * progmodes/grep.el (grep-probe): Let-bind
15055 `process-file-side-effects' with nil.
15056
15057 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
15058
15059 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
15060 daemon. Replace ping by checking for running service for bluez
15061 and zeroconf. (Bug#4239)
15062
15063 2009-08-25 Kevin Ryde <user42@zip.com.au>
15064
15065 * net/dig.el (dig): Add autoload cookie.
15066
15067 2009-08-25 Glenn Morris <rgm@gnu.org>
15068
15069 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
15070 load-history for absolute file-names.
15071 (byte-compile-file-form-require): Warn about use of the cl package.
15072
15073 * format.el (format-alist): Doc fix.
15074
15075 * play/bubbles.el (top-level): Don't require cl at run-time.
15076
15077 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
15078 run-time cl).
15079
15080 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
15081
15082 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
15083 from cl package.
15084 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
15085
15086 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
15087
15088 * calc/calc-alg.el (math-trig-rewrite)
15089 (math-hyperbolic-trig-rewrite): New functions.
15090 (calc-simplify): Simplify trig functions when asked.
15091
15092 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15093
15094 * diff-mode.el (diff-find-source-location): Avoid goto-line.
15095
15096 2009-08-24 Kenichi Handa <handa@m17n.org>
15097
15098 * language/ind-util.el (mapthread): Delete it.
15099 (combinatorial): New function.
15100 (indian--puthash-cv): Use combinatorial instead of mapthread.
15101
15102 2009-08-22 Kevin Ryde <user42@zip.com.au>
15103
15104 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
15105 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
15106 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
15107 Clarify docstring that the value is strings not symbols.
15108 (checkdoc-list-of-strings-p): New function.
15109
15110 2009-08-22 Glenn Morris <rgm@gnu.org>
15111
15112 * files.el (auto-mode-alist):
15113 * hippie-exp.el (he-concat-directory-file-name):
15114 * lpr.el (lpr-windows-system, printer-name):
15115 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
15116 * ps-print.el (ps-windows-system):
15117 * startup.el (command-line):
15118 * emulation/viper-ex.el (viper-glob-function):
15119 * international/mule-cmds.el (set-language-environment-coding-systems):
15120 * net/ange-ftp.el (ange-ftp-write-region):
15121 * obsolete/fast-lock.el (fast-lock-cache-name):
15122 Remove code for defunct system-types emx, macos, mswindows, next-mach,
15123 unisoft-unix, vax-vms, win32, w32.
15124
15125 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
15126 given name if the pattern is not more specific.
15127
15128 * calendar/lunar.el (lunar-phase-names): New option.
15129 (lunar-phase): Doc fix.
15130 (lunar-cycles-per-year): New constant.
15131 (lunar-index): New function.
15132 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
15133 (lunar-phase-name): Use lunar-phase-names.
15134 (calendar-lunar-phases): Use format.
15135 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
15136
15137 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
15138 Copy imenu-example--name-and-position function here for own use.
15139 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
15140
15141 * bs.el (bs--redisplay):
15142 * cus-edit.el (custom-redraw):
15143 * ibuffer.el (ibuffer-bury-buffer):
15144 * server.el (server-goto-line-column):
15145 * startup.el (command-line-1):
15146 * strokes.el (strokes-xpm-for-stroke):
15147 * term.el (term-display-buffer-line):
15148 * view.el (View-goto-line):
15149 * calc/calc.el (calc-do, calc-trail-buffer):
15150 * play/gamegrid.el (gamegrid-add-score-insecure):
15151 * progmodes/ada-mode.el (ada-compile-goto-error):
15152 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
15153 (ebrowse-select-1st-to-9nth):
15154 * progmodes/cperl-mode.el (cperl-time-fontification):
15155 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
15156 * progmodes/gud.el (gud-display-line):
15157 (idlwave-shell-display-line):
15158 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
15159 * progmodes/make-mode.el (makefile-browser-toggle):
15160 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
15161 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
15162 * textmodes/picture.el (picture-draw-rectangle):
15163 * textmodes/reftex-index.el (reftex-index-goto-letter):
15164 (reftex-select-jump-to-previous):
15165 * textmodes/reftex-sel.el (reftex-find-start-point)
15166 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
15167 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
15168 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
15169 * textmodes/tex-mode.el (tex-compilation-parse-errors):
15170 * textmodes/two-column.el (2C-associated-buffer):
15171 Use forward-line rather than goto-line.
15172
15173 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
15174 goto-line.
15175
15176 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
15177 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
15178 (quick-check-list-to-regexp): Declare.
15179
15180 * progmodes/make-mode.el (makefile-browser-insert-selection):
15181 Use goto-char rather than goto-line.
15182
15183 * progmodes/prolog.el (compilation-error-regexp-alist)
15184 (compilation-forget-errors): Declare.
15185
15186 2009-08-22 Juri Linkov <juri@jurta.org>
15187
15188 * progmodes/grep.el (lgrep, rgrep): At the beginning
15189 set `dir' to `default-directory' unless `dir' is a non-nil
15190 readable directory. (Bug#4052)
15191 (lgrep, rgrep): Change a weird way to report an error
15192 from using `read-string' to using `error'.
15193 Instead of using interactive arguments in the function body,
15194 add new argument `confirm'.
15195
15196 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
15197
15198 * textmodes/remember.el (remember-buffer):
15199 * progmodes/cperl-mode.el (cperl-vc-header-alist):
15200 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
15201 (icalendar-extract-ical-from-buffer):
15202 * net/newst-treeview.el (newsticker-groups-filename):
15203 * net/newst-backend.el (newsticker-cache-filename):
15204 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
15205 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
15206 (speedbar-add-ignored-path-regexp, speedbar-line-path)
15207 (speedbar-buffers-line-path, speedbar-path-line)
15208 (speedbar-buffers-line-path):
15209 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
15210 (epg-sign-keys):
15211 * epa.el (epa-display-verify-result):
15212 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
15213
15214 2009-08-21 Glenn Morris <rgm@gnu.org>
15215
15216 * progmodes/js.el (inferior-moz-process): Fix declaration.
15217
15218 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
15219
15220 * obsolete/rnewspost.el (news-mail-reply):
15221 Use goto-char rather than goto-line.
15222
15223 * term/ns-win.el (ns-open-file-select-line):
15224 Use line-beginning-position rather than goto-line.
15225
15226 * apropos.el (apropos-command):
15227 * ehelp.el (electric-helpify):
15228 * printing.el (pr-show-setup):
15229 * strokes.el (strokes-help):
15230 * tutorial.el (tutorial--describe-nonstandard-key)
15231 (tutorial--detailed-help):
15232 * woman.el (woman-mini-help, woman-display-extended-fonts):
15233 * calc/calc-help.el (calc-describe-key):
15234 * emulation/edt.el (edt-electric-helpify):
15235 * international/mule-diag.el (mule-diag):
15236 * play/yow.el (apropos-zippy):
15237 * progmodes/python.el (python-describe-symbol):
15238 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
15239 * textmodes/table.el (*table--cell-describe-mode)
15240 (*table--cell-describe-bindings):
15241 Use help-print-return-message rather than the now obsolete alias.
15242
15243 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
15244 (calendar-cursor-to-visible-date):
15245 * play/5x5.el (5x5-position-cursor):
15246 * play/decipher.el (decipher):
15247 * play/gomoku.el (gomoku-goto-xy):
15248 * play/landmark.el (lm-goto-xy):
15249 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
15250 (mpuz-paint-digit):
15251 Use forward-line, not goto-line.
15252
15253 * mail/rmail.el (rmail-obsolete): Delete custom group.
15254 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
15255 (rmail-remote-password, rmail-remote-password-required):
15256 Remove unneeded :set-after and :set properties.
15257
15258 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
15259
15260 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
15261
15262 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
15263
15264 * loadup.el: Remove leftover macos code.
15265
15266 * vc-git.el (vc-git-annotate-command): Run asynchronously.
15267 Explicitly pass the date format to git blame so that user local
15268 so that the output format can be parsed.
15269
15270 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
15271
15272 * net/dbus.el (top): Don't check for (getenv
15273 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
15274
15275 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
15276
15277 * log-edit.el (log-edit-strip-single-file-name): New var.
15278 (log-edit-insert-changelog): Use it. Bug#3571
15279
15280 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15281
15282 * subr.el (read-passwd): Use read-key so keypad keys work as well.
15283 Bug#3287
15284
15285 * help.el (help-print-return-message): Rename from
15286 print-help-return-message.
15287
15288 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
15289 cvs-mode-map parent hack.
15290 (log-view-mode): Derive from special-mode.
15291
15292 * linum.el (linum-mode): window-size-change-functions is redundant.
15293 Adapt to new window-configuration-change-hook behavior.
15294 (linum-after-size, linum-after-config): Remove.
15295
15296 * imenu.el (imenu-example--name-and-position)
15297 (imenu-example--lisp-extract-index-name)
15298 (imenu-example--create-lisp-index, imenu-example--create-c-index):
15299 Mark as obsolete.
15300
15301 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
15302 (inferior-prolog-mode): Use it.
15303 (inferior-prolog-load-file): Reset list of errors.
15304
15305 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15306
15307 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
15308
15309 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
15310
15311 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
15312
15313 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
15314 is running already.
15315
15316 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15317
15318 * subr.el (listify-key-sequence-1): Use normal syntax since those
15319 integers are nowadays always represented by the same (positive) number
15320 on all platforms.
15321 (read-key-empty-map): New const.
15322 (read-key-delay): New var.
15323 (read-key): New function.
15324 (force-mode-line-update): Use with-current-buffer.
15325 (locate-user-emacs-file): Don't forget to abbreviate the file name.
15326 (start-process-shell-command, start-file-process-shell-command):
15327 Discourage the use of command-args.
15328
15329 2009-08-19 Glenn Morris <rgm@gnu.org>
15330
15331 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
15332
15333 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15334
15335 * simple.el (choose-completion-string): Don't rely on
15336 minibuffer-completing-file-name and ad-hoc checks to decide whether
15337 to continue completion or not.
15338
15339 * minibuffer.el (minibuffer-hide-completions): New function.
15340 (completion--do-completion): Use it.
15341 (completions-annotations): New face.
15342 (completion--insert-strings): Use it.
15343 (completion-pcm--delim-wild-regex): Add docstring.
15344 (completion-pcm--string->pattern): Add support for 0-width delimiters
15345 in completion-pcm--delim-wild-regex.
15346
15347 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
15348
15349 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
15350 Remove unused var `buffer-modified-p'.
15351
15352 * minibuffer.el (completion--do-completion): Move point for the #b001
15353 case as well (bug#4176).
15354 (minibuffer-complete, minibuffer-complete-word): Don't move point.
15355
15356 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
15357
15358 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
15359 and :session buses.
15360
15361 2009-08-18 Kenichi Handa <handa@m17n.org>
15362
15363 * international/ucs-normalize.el (ucs-normalize-version):
15364 Change to 1.1.
15365 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
15366 (utf-8-hfs): Make it perform normalization on encoding too.
15367
15368 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
15369 (sentence-end-without-space): Delete duplicated chars.
15370 (sentence-end-base): Likewise.
15371
15372 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
15373 (html-mode): Delete duplicated chars from sentence-end-base.
15374
15375 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
15376 (texinfo-mode): Delete duplicated chars from sentence-end-base.
15377
15378 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
15379
15380 * files.el (hack-one-local-variable): If the mode function is for
15381 a minor mode, pass it an argument (Bug#4148).
15382
15383 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
15384
15385 * net/tramp.el (tramp-register-completion-file-name-handler):
15386 Check also for (member 'partial-completion completion-styles).
15387
15388 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
15389
15390 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
15391 abbrev (Bug#3943).
15392
15393 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
15394
15395 * progmodes/cperl-mode.el: Merge upstream 6.2.
15396 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
15397 (cperl-forward-re): Check cperl-brace-recursing.
15398 (cperl-highlight-charclass): New function.
15399 (cperl-find-pods-heres): Use it.
15400 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
15401 (cperl-beautify-regexp-piece): Fix column calculation.
15402 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
15403 (cperl-beautify-level): Don't process entire regexp.
15404 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
15405 calling man.
15406 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
15407 (cperl-init-faces): Build a list in the normal way.
15408
15409 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
15410
15411 * calendar/parse-time.el (parse-time-string-chars): Save match
15412 data.
15413
15414 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
15415
15416 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
15417 (sql-product): Use it.
15418 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
15419 (sql-set-product): Add completion.
15420 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
15421 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
15422 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
15423 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
15424 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
15425 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
15426 (sql-highlight-db2-keywords): Remove.
15427 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
15428 (sql-highlight-product): Use derived-mode-p.
15429 (sql-set-sqli-buffer): Use with-current-buffer.
15430 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
15431 Simplify.
15432
15433 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
15434
15435 * term.el: Fix commenting convention, turn comments into docstrings.
15436
15437 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
15438
15439 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
15440
15441 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
15442
15443 * calendar/parse-time.el (parse-time-string-chars): Compute using
15444 character classes, to handle non-ascii characters (Bug#3190).
15445
15446 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
15447
15448 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
15449 another heredoc if the user adds another < (Bug#3226).
15450
15451 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15452 Don't initialize based on window-system (Bug#4124).
15453
15454 * facemenu.el (facemenu-read-color): Use a completion function
15455 that accepts any defined color, such as RGB triplets (Bug#3677).
15456
15457 * files.el (get-free-disk-space): Change fallback default
15458 directory to /. Expand DIR argument before switching to fallback.
15459 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
15460
15461 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
15462
15463 * files.el (load-library): Doc fix.
15464
15465 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
15466
15467 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
15468 (viper-if-string): Redefine C-s in the minibuffer to insert the last
15469 incremental search string.
15470
15471 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
15472 XEmacs.
15473
15474 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
15475 (ediff-merge-region-is-non-clash)
15476 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
15477 Also check if the job is really a merge job.
15478
15479 * ediff.el (ediff-current-file): New function.
15480
15481 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
15482
15483 * progmodes/js.el: Edit docstrings throughout to follow Emacs
15484 conventions.
15485 (js-insert-and-indent): Delete function.
15486 (js-mode-map): Don't bind keys to js-insert-and-indent.
15487 (js-beginning-of-defun): Rename from js--beginning-of-defun.
15488 (js-end-of-defun): Rename from js--end-of-defun.
15489 (js-auto-indent-flag): Delete variable.
15490
15491 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
15492
15493 * progmodes/js.el: Remove proclaim statement.
15494 Defvar which-func-imenu-joiner-function to silence compiler.
15495
15496 * files.el (auto-mode-alist): Use js-mode for .js files.
15497
15498 * progmodes/js2-mode.el: Remove file.
15499
15500 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
15501
15502 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
15503
15504 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
15505
15506 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
15507 Karl Landstrom <karl.landstrom@brgeight.se>
15508
15509 * progmodes/js.el: New file.
15510
15511 2009-08-14 Mark A. Hershberger <mah@everybody.org>
15512
15513 * timezone.el (timezone-parse-date): Add ability to understand ISO
15514 basic format (minimal separators) dates in addition to the
15515 already-supported extended format dates.
15516
15517 2009-08-14 Eli Zaretskii <eliz@gnu.org>
15518
15519 * international/ucs-normalize.el: Add a `coding' file variable.
15520
15521 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
15522
15523 2009-08-14 Sam Steingold <sds@gnu.org>
15524
15525 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
15526
15527 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
15528
15529 * faces.el (help-argument-name): Define it here instead of
15530 help-fns.el, because in daemon mode help-fns.el may be loaded when
15531 faces are still uninitialized (Bug#1078).
15532
15533 * help-fns.el (help-argument-name): Move defface to faces.el.
15534
15535 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
15536
15537 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
15538 create buffer with a pty but no process so that GDB can make the
15539 inferior the controlling process.
15540
15541 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
15542
15543 * international/ucs-normalize.el: New file.
15544
15545 2009-08-13 Richard Stallman <rms@gnu.org>
15546
15547 * mail/rmail.el (rmail-get-attr-names):
15548 Accept an attribute header that is too short.
15549
15550 * mail/rmail.el (rmail-forget-messages):
15551 Ignore nil elt in rmail-message-vector. Use dotimes.
15552
15553 * progmodes/compile.el (compilation-goto-locus):
15554 Use next-error-move-function.
15555
15556 * simple.el (next-error-move-function): New variable.
15557
15558 2009-08-12 Juri Linkov <juri@jurta.org>
15559
15560 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
15561 always non-nil. (Bug#4052)
15562
15563 * replace.el (read-regexp): Return empty string when
15564 `default-value' is nil.
15565 (keep-lines-read-args): Don't use empty string as the
15566 default value for `read-regexp'. (Bug#2495)
15567
15568 2009-08-12 Juri Linkov <juri@jurta.org>
15569
15570 * international/mule-cmds.el (ucs-insert): Change arguments
15571 from `arg' to `character', `count', `inherit' to be the same
15572 as in `insert-char'. Doc fix. (Bug#4039)
15573
15574 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
15575
15576 2009-08-12 Juri Linkov <juri@jurta.org>
15577
15578 * files-x.el: New file.
15579
15580 * files.el: Move code that deals with adding/deleting
15581 file/directory-local variables to files-x.el.
15582
15583 * Makefile.in (ELCFILES): Add files-x.elc.
15584
15585 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
15586
15587 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
15588 to use `goto-line'.
15589 (gdb-place-breakpoints, gdb-get-location): Rewritten without
15590 `goto-line'.
15591 (gdb-invalidate-disassembly): Do not refresh upon receiving
15592 'update signal. Instead, update all disassembly buffers only after
15593 threads list.
15594 (gdb): Send -target-detach when buffer is killed (Bug#3794).
15595 (gdb-starting): Moved -data-list-register-names...
15596 (gdb-stopped): ...here so it's sent when first thread stops.
15597 (gdb-registers-handler-custom): Do nothing if register names are
15598 unknown yet.
15599
15600 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
15601 from `gdb-mi.el' to avoid extra tangling.
15602
15603 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
15604 change which breaks `gud-def' definitions used in `gdb'.
15605 (gdb-update-gud-running): No extra fuss for updating frame number.
15606
15607 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
15608
15609 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
15610 (describe-language-environment-map, setup-language-environment-map)
15611 (set-coding-system-map): Move initialization into declaration.
15612 (set-language-info-alist): Last arg to define-key-after can be skipped.
15613
15614 * international/quail.el (quail-completion-1): Simplify.
15615 (quail-define-rules): Use slightly more compact code.
15616 (quail-insert-decode-map): Propertize keys, compact columns.
15617
15618 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15619 Add goto-line.
15620
15621 2009-08-10 Miles Bader <miles@gnu.org>
15622
15623 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
15624 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
15625 (js2-instance-member, js2-private-member, js2-private-function-call)
15626 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
15627 (js2-magic-paren, js2-external-variable):
15628 Remove "-face" suffix from face names.
15629 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
15630 (js2-highlight-undeclared-vars, js2-peek-token)
15631 (js2-parse-function-params, js2-mode-show-errors)
15632 (js2-mode-show-warnings, js2-make-magic-delimiter)
15633 (js2-mode-highlight-magic-parens): Update to use new face names.
15634
15635 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
15636
15637 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
15638 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
15639
15640 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
15641
15642 * subr.el: Provide hashtable-print-readable.
15643
15644 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
15645 hs-c-like-adjust-block-beginning.
15646 (hs-hide-block-at-point): Stop hiding at the beginning of
15647 hs-block-end-regexp (Bug#700).
15648
15649 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
15650
15651 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
15652 a macro.
15653 (gdb-registers-handler-custom): Do not fail when register names
15654 are unavailable.
15655
15656 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
15657
15658 * progmodes/gdb-mi.el (gdb-control-all-threads)
15659 (gdb-control-current-thread): Interactive setters for
15660 `gdb-gud-control-all-threads' to use in menu.
15661 (gdb-show-run-p): Show «Go» when process is not active.
15662 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
15663 gud/thread.xpm and gud/all.xpm.
15664
15665 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
15666
15667 * net/net-utils.el (net-utils-font-lock-keywords): New var.
15668 (nslookup-font-lock-keywords): Make it a variable.
15669 (net-utils-mode): New mode for viewing diagnostic network output.
15670 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
15671 (net-utils-run-simple): New function.
15672 (ifconfig, iwconfig, netstat, arp, route): Use it.
15673
15674 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
15675
15676 * progmodes/gdb-mi.el (gdb-read-memory-custom)
15677 (gdb-memory-set-address, def-gdb-set-positive-number)
15678 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
15679 after changing settings.
15680 (gdb-invalidate-disassembly): Update when first shown.
15681 (gdb-edit-locals-value): Fixed.
15682 (gdb-registers-handler-custom): Print registers in right order and
15683 allow changing register values (only for current thread yet).
15684 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
15685 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
15686 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
15687 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
15688 info in mode name.
15689 (gdb-registers-mode-map): TAB to switch to locals.
15690
15691 2009-08-08 Eli Zaretskii <eliz@gnu.org>
15692
15693 * mail/rmail.el (rmail-add-mbox-headers)
15694 (rmail-set-message-counters-counter): Search for
15695 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
15696
15697 2009-08-08 Glenn Morris <rgm@gnu.org>
15698
15699 * Makefile.in (ELCFILES): Update.
15700
15701 2009-08-07 Eli Zaretskii <eliz@gnu.org>
15702
15703 * mail/sendmail.el (mail-yank-original): Set
15704 buffer-file-coding-system from the one used by the message whose
15705 text is yanked.
15706
15707 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
15708 to "windows" when "pgnuplot" is used.
15709 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
15710 call accept-process-output if "pgnuplot" is used.
15711 (calc-graph-init): Don't send -display and -geometry to
15712 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
15713 running "pgnuplot -V" with shell-command-to-string.
15714
15715 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
15716 the default.
15717
15718 2009-08-07 Eli Zaretskii <eliz@gnu.org>
15719
15720 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
15721 org/org-latex.elc.
15722
15723 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
15724
15725 * vc-dispatcher.el (vc-resynch-window): Update comment.
15726
15727 * term.el (term-handle-ansi-escape): Add comments with the
15728 terminfo capabilities implemented.
15729
15730 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
15731
15732 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
15733 (gdb-var-create-handler): Rewritten using JSON parser.
15734 (gdb-propertize-header): Moved earlier.
15735 (gdb-set-header): Removed to avoid duplication.
15736 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
15737 Refresh disassembly buffers only after threads list have been
15738 update.
15739 (gdb-threads-header, gdb-registers-header): Per-buffer header line
15740 variables.
15741
15742 2009-08-04 Juri Linkov <juri@jurta.org>
15743
15744 * files.el: Commands to add/delete file/directory-local variables.
15745 (read-file-local-variable, read-file-local-variable-value)
15746 (read-file-local-variable-mode, modify-file-local-variable)
15747 (modify-file-local-variable-prop-line)
15748 (modify-dir-local-variable): New functions.
15749 (add-file-local-variable, delete-file-local-variable)
15750 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
15751 (add-dir-local-variable, delete-dir-local-variable)
15752 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
15753 (copy-dir-locals-to-file-locals-prop-line): New commands.
15754
15755 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
15756
15757 * abbrev.el (insert-abbrev-table-description): Prettify output.
15758 Suggested by Karl Chen.
15759
15760 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
15761
15762 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
15763 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
15764 (gdb-overlay-arrow-position, gdb-thread-position)
15765 (gdb-disassembly-position): Declare variables.
15766 (gdb-wait-for-pending): Function now.
15767 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
15768 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
15769 compilation goes smoothly.
15770 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
15771 (gdb-non-stop-setting): New customization setting which replaces
15772 `gdb-non-stop' so changing it doesn't break active GDB session.
15773 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
15774 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
15775 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
15776 (gdb-show-threads-by-default): New customization options.
15777 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
15778 routines.
15779 (gdb-get-buffer-create): Send buffers update signal when they are
15780 created.
15781 (gdb-invalidate-locals, gdb-invalidate-registers)
15782 (gdb-invalidate-breakpoints)
15783 (gdb-invalidate-threads, gdb-invalidate-disassembly)
15784 (gdb-invalidate-memory): Accept update signal.
15785 (gdb-current-context-command): Use --frame option.
15786 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
15787 Implement `gdb-frame-number' selection logic.
15788 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
15789 whether to show GUD toolbar buttons.
15790 (gdb-thread-exited): Unselect current thread when it exits.
15791 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
15792 (gdb-mark-line): Routine which sets overlay arrow or inverses
15793 video on fringeless displays.
15794 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
15795 to build aligned columns of data in GDB buffers and set text
15796 properties line-by-line.
15797 (gdb-invalidate-breakpoints)
15798 (gdb-breakpoints-list-handler-custom)
15799 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
15800 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
15801 (gdb-registers-handler-custom): Align data columns.
15802 (gdb-locals-handler-custom): Now prints data like in variable
15803 declarations.
15804 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
15805 Removed confusing buttons.
15806 (gdb-invalidate-threads): Append --frame.
15807 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
15808 between breakpoints/threads buffers.
15809 (gdb-set-window-buffer): Now can ignore dedicated windows.
15810 (gdb-propertize-header): Use `gdb-set-window-buffer'.
15811 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
15812 (def-gdb-thread-buffer-gud-command): Replaces
15813 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
15814 for fine thread control.
15815 (gdb-preempt-existing-or-display-buffer): New function used to
15816 display bound buffers without breaking window layout.
15817 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
15818 (gdb-select-frame): New version of `gdb-frames-select' which now
15819 sets `gdb-frame-number' so commands may use --frame option instead
15820 of inner debugger state.
15821 (gdb-frame-handler): Do not set `gdb-frame-number'.
15822 (gdb-threads-mode-map): Select threads with mouse.
15823
15824 * progmodes/gud.el (gdb-gud-context-call): Declare function to
15825 avoid compilation warning.
15826 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
15827 `gdb-show-stop-p`.
15828
15829 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
15830 Argument `key' renamed to `buffer-type'.
15831 (gdb-current-context-buffer-name): Do not add thread info to
15832 buffer name when no thread is selected.
15833 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
15834 command (bug 3794).
15835 (gdb-thread-selected): Handle `=thread-selected' notification.
15836 (gdb-wait-for-pending): New macro to deal with congestion problems.
15837 (gdb-breakpoints-list-handler-custom): Don't fail on pending
15838 breakpoints.
15839 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
15840 This fixes problem similar to one described in bug 3947.
15841 (gud-menu-map): More menu items.
15842 (gdb-init-1): Reset `gdb-thread-number' to nil.
15843
15844 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
15845 non-stop settings.
15846
15847 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
15848 (gdb-current-context-command): Do not append --thread if
15849 `gdb-thread-number' is nil.
15850 (gdb-running-threads-count, gdb-stopped-threads-count): New
15851 variables.
15852 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
15853 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
15854 customization options.
15855 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
15856 GUD commands.
15857 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
15858 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
15859 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
15860 set `gdb-thread-number' and update `gud-running' properly.
15861 (gdb-running): Update threads list when new threads appear.
15862 (gdb-stopped): Support non-stop operation and new thread switching
15863 logic.
15864 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
15865 (gdb-json-partial-output): New set of JSON routines.
15866 (def-gdb-auto-update-trigger): New `signal-list' optional
15867 argument.
15868 (gdb-thread-list-handler-custom): Update `gud-running',
15869 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
15870 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
15871 (gdb-continue-thread, gdb-step-thread): New commands for fine
15872 thread execution control.
15873 (gud-menu-map): New menu items to switch non-stop options.
15874 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
15875 (gdb-send): Mimic RET properly (bug 3794).
15876
15877 * progmodes/gdb-mi.el (gdb-rules-name-maker)
15878 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
15879 gdb-buffer-rules.
15880 (def-gdb-auto-update-handler): New nopreserve optional argument.
15881 (gdb-stack-list-frames-custom): Print stack from top to bottom.
15882
15883 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
15884 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
15885 (gdb-parent-mode): New mode to derive other GDB modes from.
15886 (gdb-display-disassembly-for-thread)
15887 (gdb-frame-disassembly-for-thread): New commands for threads
15888 buffer.
15889
15890 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
15891 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
15892 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
15893 (gdb-update): We now store all GDB buffers in a list so that they
15894 can be updated by traversing a list instead of calling invalidate
15895 triggers explicitly.
15896 (def-gdb-trigger-and-handler): New macro to define trigger-handler
15897 pair for GDB buffer.
15898 (gdb-stack-buffer-name): Add thread information.
15899 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
15900 handle pending triggers.
15901 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
15902 (def-gdb-thread-buffer-simple-command)
15903 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
15904 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
15905 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
15906 New commands which show buffers bound to thread.
15907 (gdb-stack-list-locals-regexp): Removed unused regexp.
15908
15909 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
15910 (gdb-locals-buffer-name, gdb-registers-buffer-name)
15911 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
15912 to (gud-comint-buffer) in *-buffer-name functions
15913 because (gdb-get-target-string) already does that.
15914 (gdb-locals-handler-custom, gdb-registers-handler-custom)
15915 (gdb-changed-registers-handler): Rewritten without regexps.
15916
15917 * progmodes/gdb-mi.el: Basic thread selection support.
15918 (gdb-thread-number): New variable.
15919 (gdb-current-context-command): New macro which adds --thread
15920 option to command.
15921 (gdb-threads-mode-map): Select thread with SPC.
15922 (gdb-thread-list-handler-custom): Mark current thread with overlay
15923 arrow. Synchronize GDB thread and Emacs thread.
15924 (gdb-select-thread): New command which selects current thread.
15925 (gdb-invalidate-frames, gdb-invalidate-locals)
15926 (gdb-invalidate-registers): Use --thread option.
15927
15928 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
15929
15930 * net/tramp.el (top): Make check for tramp-gvfs loading more
15931 robust. (Bug#3977)
15932 (tramp-handle-insert-file-contents): `unwind-protect' must be
15933 inside `with-parsed-tramp-file-name'.
15934
15935 * net/tramp-gvfs.el (top): Remove superfluous message when loading
15936 fails.
15937
15938 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
15939
15940 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
15941 directory if CLASSPATH is not set.
15942
15943 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
15944
15945 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
15946 New defconst.
15947 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
15948
15949 2009-08-02 Kevin Ryde <user42@zip.com.au>
15950
15951 * net/newst-backend.el (newsticker--raw-url-list-defaults):
15952 Update freshmeat link. Delete newsforge.com as it seems gone.
15953
15954 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
15955
15956 * select.el (x-set-selection): Doc fix (Bug#4021).
15957
15958 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
15959
15960 * help-fns.el (describe-variable): Treat list return values from
15961 dir-locals-find-file properly (Bug#4005).
15962
15963 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
15964
15965 * net/tramp.el (tramp-debug-message): Print also microseconds.
15966
15967 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
15968
15969 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
15970 or END is non-nil.
15971 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
15972 (tramp-get-debug-buffer): Change `outline-regexp' according to new
15973 format.
15974
15975 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
15976 (tramp-get-file-property): Use it.
15977
15978 * autorevert.el (auto-revert-handler): Allow
15979 `auto-revert-tail-mode' for remote files.
15980
15981 2009-08-02 Jason Rumney <jasonr@gnu.org>
15982
15983 * minibuffer.el (read-file-name): Treat confirm options to
15984 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
15985
15986 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
15987
15988 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
15989 (font-lock-variable-name-face, font-lock-constant-face): Darken
15990 the colors for light backgrounds.
15991
15992 2009-08-01 Eli Zaretskii <eliz@gnu.org>
15993
15994 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
15995 month names. (Bug#3987)
15996
15997 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
15998
15999 * simple.el (line-move-finish): Pass whole number to
16000 line-move-to-column.
16001 (line-move-visual): Perform hscroll to the recorded position.
16002
16003 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
16004
16005 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
16006
16007 2009-07-29 Alan Mackenzie <acm@muc.de>
16008
16009 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
16010
16011 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
16012
16013 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
16014 (gdb-place-breakpoints): Use full path when setting breakpoints.
16015
16016 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
16017
16018 * calc/calc.el (calc-mode-map): Add keybinding for
16019 `calc-transpose-lines'.
16020
16021 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
16022
16023 * calc/calc-misc.el (calc-transpose-lines): New function.
16024
16025 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
16026
16027 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
16028 Simplify check for out-of-band methods.
16029 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
16030 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
16031
16032 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
16033
16034 * vc-git.el (vc-git-checkin): Fix typo.
16035
16036 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
16037
16038 * progmodes/js2-mode.el: New file.
16039
16040 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
16041
16042 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
16043 (gud-menu-map): Adjust tooltip accordingly.
16044
16045 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
16046
16047 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
16048 (vc-bzr-log-view-mode): Adjust log-view-file-re.
16049
16050 * add-log.el (change-log-mode-map): Add a menu.
16051
16052 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
16053
16054 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
16055 function returns nil.
16056 (dbus-handle-event): Handle special return value :ignore.
16057 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
16058
16059 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
16060
16061 * view.el (view-mode-enable): Don't define Helper-return-blurb if
16062 it's not needed.
16063
16064 2009-07-25 Eli Zaretskii <eliz@gnu.org>
16065
16066 Fix Bug#3888:
16067
16068 * w32-vars.el (x-select-enable-clipboard): Doc fix.
16069
16070 * term/pc-win.el (x-display-name, x-colors)
16071 (x-select-enable-clipboard, x-select-text): Doc fix.
16072
16073 * term/common-win.el (x-display-name, x-colors): Doc fix.
16074
16075 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
16076 (xw-defined-colors): Doc fix.
16077
16078 * w32-fns.el (x-select-text, x-setup-function-keys)
16079 (x-get-selection, x-set-selection): Doc fix.
16080
16081 * term/x-win.el (x-select-text, x-setup-function-keys)
16082 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
16083
16084 * select.el (x-set-selection): Doc fix.
16085
16086 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
16087
16088 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
16089 instead of "IsNSSSupportAvailable". Avahi ought to work also when
16090 "IsNSSSupportAvailable" method is not available. Reported by
16091 Steve Youngs <steve@sxemacs.org>.
16092
16093 2009-07-24 Kenichi Handa <handa@m17n.org>
16094
16095 * international/characters.el: Fix setting of category ?C, ?|, ?K,
16096 and ?H. Fix setting of case for Latin Extended and Greek Extended.
16097 (build-unicode-category-table): Fix range checks.
16098
16099 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
16100
16101 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
16102 the buffer we try to sync is current when calling
16103 vc-resynch-buffer.
16104
16105 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
16106 not show up to date files.
16107
16108 2009-07-24 Glenn Morris <rgm@gnu.org>
16109
16110 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
16111 Add autoload cookies. If necessary, initialize.
16112 (elint-log): Handle non-file buffers.
16113 (elint-initialize): Add optional argument to reinitialize.
16114 (elint-find-builtin-variables): Save excursion.
16115
16116 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
16117
16118 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16119 for Lint.
16120
16121 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
16122
16123 * vc.el (vc-print-log-internal): New function, split out from ...
16124 (vc-print-log): ... here.
16125 (vc-dir-move-to-goal-column): Declare.
16126
16127 * vc-git.el (vc-git-add-signoff): New variable.
16128 (vc-git-checkin): Use it.
16129 (vc-git-toggle-signoff): New function.
16130 (vc-git-extra-menu-map): Bind it to menu.
16131 (vc-git--run-command-string): Accept a nil FILE argument.
16132 (vc-git-stash-list): New function.
16133 (vc-git-dir-extra-headers): Use it.
16134
16135 2009-07-23 Glenn Morris <rgm@gnu.org>
16136
16137 * help-fns.el (describe-variable): Describe ignored and risky local
16138 variables in a similar way to that in which we describe safe ones.
16139
16140 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
16141 (byte-compile-output-file-form, byte-compile-output-docform)
16142 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
16143 Give some more local variables with common names a "bytecomp-" prefix,
16144 so as not to shadow things during compilation.
16145 * emacs-lisp/cl-macs.el (load-time-value)
16146 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
16147 `outbuffer' to `bytecomp-outbuffer'.
16148
16149 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
16150 since the next two variables cover them automatically now.
16151 (elint-builtin-variables, elint-autoloaded-variables): New.
16152 (elint-unknown-builtin-args): Remove all members, since they can be
16153 parsed automatically now.
16154 (elint-extra-errors): New.
16155 (elint-env-add-env, elint-env-add-macro): Use cadr.
16156 (elint-current-buffer): Use or. Change final message.
16157 (elint-get-top-forms): Use line-end-position.
16158 (elint-init-env): Use cadr. Handle autoload, declare-function,
16159 and defalias.
16160 (elint-add-required-env): Doc fix. Use or. Standardize error.
16161 (regexp-assoc): Remove unused function.
16162 (elint-top-form): Set elint-current-pos, to record the start of the
16163 top-level form, for compilation-mode.
16164 (elint-form): Trap errors in macro expansion. Use dolist.
16165 (elint-unbound-variable): Use elint-builtin-variables and
16166 elint-autoloaded-variables.
16167 (elint-get-args): Use cadr, or.
16168 (elint-check-cond-form): Use dolist, cadr.
16169 (elint-check-condition-case-form): Doc fix. Use cadr.
16170 Use elint-extra-errors.
16171 (elint-log): New function.
16172 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
16173 Distinguish errors and warnings.
16174 (elint-log-message): Use with-current-buffer. Inhibit read-only.
16175 Use a bytecomp-style format.
16176 (elint-clear-log): Preserve default-directory. Inhibit read-only.
16177 (elint-get-log-buffer): Use compilation mode. Disable undo.
16178 Don't truncate lines.
16179 (elint-initialize): Set builtin and autoloaded variable lists.
16180 Only process elint-unknown-builtin-args if non-nil.
16181 (elint-find-builtin-variables, elint-find-autoloaded-variables):
16182 New functions.
16183 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
16184
16185 2009-07-22 Kevin Ryde <user42@zip.com.au>
16186
16187 * net/newst-backend.el (newsticker--parse-atom-1.0)
16188 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
16189 (newsticker--parse-rss-1.0):
16190 * progmodes/idlwave.el (idlwave-mode):
16191 * progmodes/idlw-shell.el (idlwave-shell-mode):
16192 * progmodes/vera-mode.el (vera-mode):
16193 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
16194 * progmodes/vhdl-mode.el (vhdl-mode):
16195 * textmodes/table.el (table-generate-source)
16196 (table--warn-incompatibility):
16197 Hyperlink urls in docstrings with URL `...'.
16198
16199 2009-07-22 Glenn Morris <rgm@gnu.org>
16200
16201 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
16202 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
16203 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
16204 Remove leading * from defcustom docs.
16205
16206 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
16207
16208 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
16209 defcustom doc.
16210 (list-load-path-shadows): Optionally, just return shadows as a string.
16211
16212 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
16213
16214 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
16215
16216 * mail/rmailedit.el (rmail-edit-mode): Use
16217 auto-save-include-big-deletions.
16218
16219 * mail/rmail.el (rmail-variables): Use
16220 auto-save-include-big-deletions.
16221
16222 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
16223 changes.
16224
16225 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
16226
16227 * calc/calc.el (calc-undo-length): New variable.
16228 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
16229
16230 2009-07-21 Richard Stallman <rms@gnu.org>
16231
16232 * files.el (auto-save-mode): Handle buffer-save-size = -2
16233 for toggling mode.
16234
16235 2009-07-21 Glenn Morris <rgm@gnu.org>
16236
16237 * textmodes/ispell.el (ispell-looking-back): Update declaration.
16238
16239 * calendar/todo-mode.el (calendar-current-date): Update declaration.
16240
16241 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
16242 silence compiler. Instead...
16243 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
16244 (ps-print-ensure-fontified): Update for above function name changes.
16245
16246 * printing.el (pr-mh-get-msg-num, pr-mh-show)
16247 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
16248 silence compiler. Instead...
16249 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
16250 (mh-show-buffer): Only define for compiler.
16251 (pr-mh-current-message): Update for above function name changes.
16252
16253 * files.el (abort-if-file-too-large): Explicitly pass `filename'
16254 as an argument.
16255 (find-file-noselect, insert-file-1): Update for above change.
16256
16257 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
16258
16259 * mail/mailclient.el (mailclient-send-it): Fix message.
16260
16261 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
16262 (edebug-eval): Check cl-debug-env is bound.
16263 (print-level, print-circle): Don't redefine built-in variables.
16264
16265 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
16266 (custom-print-vectors): Remove old comments from doc.
16267
16268 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
16269 (emerge-version): Make the variable an obsolete alias for the
16270 emacs-version variable. Make the function obsolete.
16271 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
16272 Emerge options, rather than merging in into the main Options menu.
16273 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
16274 and auto advance modes. Disable edit/fast items when not relevant.
16275
16276 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
16277
16278 * term/vt420.el (terminal-init-vt420): Fix typo.
16279
16280 2009-07-20 Sam Steingold <sds@gnu.org>
16281
16282 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
16283 variable (removed from compile.el on 2004-03-11).
16284
16285 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
16286
16287 * files.el (hack-local-variables-filter): Fix last change.
16288
16289 2009-07-19 Juri Linkov <juri@jurta.org>
16290
16291 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
16292 (dir-local-variables-alist): New buffer-local variable.
16293 (hack-local-variables-filter): If variable is not dir-local,
16294 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
16295 because file-local overrides dir-local.
16296 (c-postprocess-file-styles) <declare-function>:
16297 Remove obsolete declaration.
16298 (hack-dir-local-variables): Add dir-local variable/value pair to
16299 `dir-local-variables-alist' and remove duplicates. Doc fix.
16300
16301 * help-fns.el (describe-variable): Add information about
16302 file-local and dir-local variables.
16303
16304 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
16305
16306 * files.el (hack-local-variables-filter): Rewrite.
16307
16308 2009-07-19 Glenn Morris <rgm@gnu.org>
16309
16310 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
16311 Silence compiler by only defining on XEmacs.
16312
16313 * international/mule.el (auto-coding-regexp-alist): Only match
16314 BABYL... at the start of buffer, not of lines. (Bug#3790)
16315
16316 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
16317 non-calendar buffers (Bug#3862). Restore "not on a date" message.
16318 (cal-menu-context-mouse-menu): Doc fix.
16319
16320 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
16321
16322 * simple.el (mail-user-agent): Doc fix. Set :version tag.
16323
16324 2009-07-18 Juri Linkov <juri@jurta.org>
16325
16326 * info.el: Virtual Info keyword finder.
16327 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
16328 (Info-finder-file): New variable.
16329 (Info-finder-find-file): New function.
16330 (finder-known-keywords, finder-package-info)
16331 (find-library-name, lm-commentary): Use defvar and
16332 declare-function to silence compiler warnings.
16333 (Info-finder-find-node): New function.
16334 (info-finder): New command.
16335
16336 * subr.el (process-kill-buffer-query-function): New function.
16337 (add-hook)<kill-buffer-query-functions>: Add hook
16338 `process-kill-buffer-query-function'.
16339
16340 2009-07-18 Alan Mackenzie <acm@muc.de>
16341
16342 * progmodes/cc-mode.el (c-before-hack-hook)
16343 (c-postprocess-file-styles): Give invocation of `c-set-style'
16344 DONT-OVERRIDE parameter of t. Already set style variables will
16345 thus not be overridden by style settings given by `c-file-syle'.
16346
16347 * files.el (hack-local-variables-filter): Remove entries with
16348 duplicate keys from `file-local-variables-alist'.
16349
16350 2009-07-18 Eli Zaretskii <eliz@gnu.org>
16351
16352 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
16353 x-set-selection if display-selections-p returns nil for the
16354 current frame.
16355
16356 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
16357
16358 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
16359
16360 2009-07-18 Eli Zaretskii <eliz@gnu.org>
16361
16362 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
16363 Accept nil in addition to a regexp.
16364 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
16365 Accept nil in addition to a regexp.
16366 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
16367 buffers that have an associated file. Handle nil values of
16368 desktop-buffers-not-to-save and desktop-files-not-to-save.
16369 (Bug#3833)
16370
16371 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16372 (x-disown-selection-internal): New functions.
16373
16374 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
16375
16376 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
16377 warning.
16378 (gdb-breakpoints-header): Move forward to avoid compiler warning.
16379 (gdb-make-header-line-mouse-map): Remove duplicate definition.
16380
16381 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
16382
16383 * simple.el (set-mark): Revert last change.
16384
16385 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
16386
16387 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
16388 rendering of pngs is not possible instead of messaging a long
16389 description.
16390
16391 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
16392
16393 * w32-fns.el (x-selection-owner-p): New function.
16394
16395 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
16396 (mouse-yank-at-click, mouse-yank-primary): If
16397 select-active-regions is non-nil, deactivate the mark before
16398 insertion.
16399
16400 * simple.el (deactivate-mark, set-mark): Only save selection if we
16401 own it.
16402
16403 2009-07-17 Kenichi Handa <handa@m17n.org>
16404
16405 * case-table.el (describe-buffer-case-table): Fix for the case
16406 that KEY is a cons.
16407
16408 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
16409
16410 * vc-rcs.el (vc-rcs-find-file-hook):
16411 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
16412
16413 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
16414
16415 * net/tramp.el (tramp-wait-for-output): Handle the case when
16416 commands do not return a newline but a null byte before the shell
16417 prompt. (Bug#3858)
16418
16419 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16420
16421 * term/ns-win.el (ns-set-alpha): Don't declare.
16422 (ns-set-background-alpha): Remove function.
16423
16424 2009-07-16 Kevin Ryde <user42@zip.com.au>
16425
16426 * emacs-lisp/copyright.el (copyright-update): Save match-data across
16427 y-or-n-p, for safety.
16428
16429 2009-07-16 Richard Stallman <rms@gnu.org>
16430
16431 * files.el (auto-save-mode): If buffer-saved-size is -2,
16432 don't clobber it.
16433
16434 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
16435 (rmail-retry-ignored-headers): Add more uninteresting fields.
16436
16437 2009-07-15 Jari Aalto <jari.aalto@cante.net>
16438
16439 * net/rcirc.el (rcirc): Use history variables.
16440 (rcirc-server-name-history, rcirc-nick-name-history)
16441 (rcirc-server-port-history): New variables.
16442
16443 2009-07-15 Kenichi Handa <handa@m17n.org>
16444
16445 * international/mule-cmds.el (set-language-environment-charset):
16446 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
16447 ignore them.
16448
16449 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
16450 Delete unibyte-display.
16451
16452 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
16453
16454 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
16455
16456 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
16457
16458 * simple.el (deactivate-mark): Optional argument FORCE.
16459 (set-mark): Use deactivate-mark.
16460
16461 * info.el (Info-search): No need to check transient-mark-mode
16462 before calling deactivate-mark.
16463
16464 * select.el (x-set-selection): Doc fix.
16465 (x-valid-simple-selection-p): Allow buffer values.
16466 (xselect--selection-bounds): Handle buffer values. Suggested by
16467 David De La Harpe Golden.
16468
16469 * mouse.el (mouse-set-region, mouse-drag-track): Call
16470 copy-region-as-kill before setting the mark, to let
16471 select-active-regions work.
16472
16473 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
16474
16475 * simple.el (deactivate-mark): If select-active-regions is
16476 non-nil, copy the selection data into a string.
16477 (activate-mark): If select-active-regions is non-nil, set the
16478 selection to the current buffer.
16479 (set-mark): Update selection if select-active-regions is non-nil.
16480
16481 * select.el (x-valid-simple-selection-p): Allow buffer values.
16482
16483 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
16484
16485 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
16486 and more featureful message-mode.
16487
16488 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
16489
16490 * select.el (x-set-selection): Doc fix.
16491 (x-valid-simple-selection-p): Disallow selection data consisting
16492 of a list or cons of integers, since that is not used.
16493 (xselect--selection-bounds, xselect--int-to-cons): New functions.
16494 (xselect-convert-to-string, xselect-convert-to-length)
16495 (xselect-convert-to-filename, xselect-convert-to-charpos)
16496 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
16497
16498 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
16499
16500 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
16501 output in -break-info command (Emacs bug #3794).
16502
16503 2009-07-14 Glenn Morris <rgm@gnu.org>
16504
16505 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
16506 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
16507 (edebug-print-length, edebug-print-level, edebug-print-circle)
16508 (edebug-sit-for-seconds, edebug-view-outside)
16509 (edebug-bounce-point, edebug-set-global-break-condition)
16510 (edebug-Go-nonstop-mode, edebug-trace-mode)
16511 (edebug-Trace-fast-mode, edebug-continue-mode)
16512 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
16513 (edebug-visit-eval-list): Doc fixes.
16514
16515 * subr.el (def-edebug-spec): Doc fix.
16516
16517 2009-07-14 Kenichi Handa <handa@m17n.org>
16518
16519 * international/characters.el: Fix setting of category ?C.
16520
16521 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
16522
16523 * term/ns-win.el (x-select-font): defalias x-select-font to
16524 ns-popup-font-panel instead of generate-fontset-menu.
16525
16526 2009-07-12 Eli Zaretskii <eliz@gnu.org>
16527
16528 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
16529
16530 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
16531
16532 * arc-mode.el (archive-find-type): Allow for a PK00 string before
16533 the PK\003\004 header (Bug#3770).
16534
16535 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
16536
16537 * pcomplete.el (pcomplete-comint-setup): Check for
16538 shell-dynamic-complete-filename too.
16539
16540 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
16541
16542 * simple.el (temporary-goal-column): Change the value for
16543 line-move-visual to a cons cell.
16544 (line-move-visual): Record or set the window hscroll, if
16545 necessary (Bug#3494).
16546 (line-move-1): Handle cons value of temporary-goal-column.
16547
16548 2009-07-11 Kenichi Handa <handa@m17n.org>
16549
16550 * international/mule-diag.el (describe-character-set): Don't show
16551 width.
16552
16553 2009-07-10 Sam Steingold <sds@gnu.org>
16554
16555 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16556 Omake sometimes indents the errors it prints, so allow all
16557 regexps to start with spaces.
16558
16559 2009-07-10 Eli Zaretskii <eliz@gnu.org>
16560
16561 * cus-edit.el (customize-changed-options-previous-release):
16562 Bump value to 22.1. (Bug#3804)
16563
16564 2009-07-08 Sam Steingold <sds@gnu.org>
16565
16566 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
16567 to be a cons cell (test . ignored-directory) to selectively ignore
16568 some directories depending on the location of the search.
16569
16570 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
16571
16572 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
16573 remote user is root, on the local host.
16574 (tramp-local-host-p): Either the local user or the remote user
16575 must be root. (Bug#3771)
16576
16577 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
16578
16579 * progmodes/gdb-mi.el (gdb): Remove description of
16580 gdb-use-separate-io-buffer.
16581 (menu): Don't allow toggling of or enable
16582 gdb-use-separate-io-buffer from menubar.
16583
16584 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
16585
16586 * mail/unrmail.el (unrmail): Make sure the message ends with two
16587 newlines (Bug#3769).
16588
16589 2009-07-08 Glenn Morris <rgm@gnu.org>
16590
16591 * calendar/calendar.el (calendar-current-date): Rework previous change.
16592
16593 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
16594
16595 * calendar/calendar.el (calendar-current-date):
16596 Add an optional argument giving an offset from today.
16597
16598 2009-07-08 Glenn Morris <rgm@gnu.org>
16599
16600 * tutorial.el (tutorial--describe-nonstandard-key):
16601 Adjust the message for when a key has been unbound.
16602 (help-with-tutorial): Hide the arch-tag.
16603
16604 2009-07-08 Kenichi Handa <handa@m17n.org>
16605
16606 * international/fontset.el (setup-default-fontset): For each
16607 script, append (not set) font-specs.
16608
16609 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
16610 docstring.
16611
16612 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
16613
16614 * progmodes/gdb-mi.el (gdb-init-1): Move sending
16615 -data-list-register-names to ...
16616 (gdb-starting): ... here because GDB 7.0 requires execution to
16617 have started when using this MI command.
16618 (gdb-set-header): New function to distinguish select and
16619 unselected tabs in gdb buffers.
16620 (gdb-propertize-header): New macro that uses gdb-set-header.
16621 (gdb-breakpoints-header, gdb-locals-header): Use it.
16622 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
16623
16624 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
16625
16626 * Makefile.in (ELCFILES): Remove fadr.elc.
16627
16628 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
16629
16630 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
16631 may contain frame information, so `string-match' should be used.
16632 (gdb-update): Disassembly is invalidated through
16633 `gdb-get-selected-frame'.
16634 (gdb-pad-string): New function to pad string with spaces.
16635 (gdb-invalidate-disassembly): Invalidate only if the buffer
16636 exists.
16637 (gdb-disassembly-handler-custom): Column alignment.
16638 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
16639 placing new ones.
16640 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
16641 end of line, too.
16642 (gdb-frame-handler): Match convention to for disassembly buffer
16643 mode name.
16644 (gdb-stack-list-frames-handler): Rewritten without regexps.
16645 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
16646 not highlight breakpoints without line information.
16647 (gdb-input): Add trailing newline to command.
16648
16649 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
16650 buffer properly.
16651 (gdb-breakpoints-list-handler-custom): Replacement for
16652 `gdb-break-list-handler'. Using real parser instead of regexps
16653 now.
16654 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
16655 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
16656 to place breakpoints.
16657 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
16658 functions.
16659 (gdb-disassembly-handler-custom): Show overlay arrow.
16660 (gdb-disassembly-place-breakpoints): Show breakpoints in
16661 disassembly buffer.
16662 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16663 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
16664 instead of parsing breakpoints buffer. Fixed old menu references
16665 in `gud-menu-map'.
16666
16667 * fadr.el: Remove.
16668
16669 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
16670 (gdb-memory-address): New variable which holds top address of
16671 memory page shown in memory buffer.
16672 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
16673 customization variables.
16674 New functions:
16675 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
16676 display the memory buffer.
16677 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
16678 buffer display parameters.
16679 (def-gdb-memory-format, gdb-memory-format-binary)
16680 (gdb-memory-format-octal, gdb-memory-format-unsigned)
16681 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
16682 Functions for setting memory buffer format.
16683 (gdb-memory-unit-word, gdb-memory-unit-halfword)
16684 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
16685 unit size used in memory buffer.
16686 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
16687 to next/previous page of memory buffer.
16688 Now using (bindat-get-field) instead of fadr functions.
16689
16690 2009-07-07 Sam Steingold <sds@gnu.org>
16691
16692 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
16693 non-top-level files.
16694
16695 2009-07-07 Kenichi Handa <handa@m17n.org>
16696
16697 * international/mule-cmds.el (reset-language-environment): Put
16698 the highset priority to the charset iso-8859-1.
16699
16700 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
16701
16702 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
16703 to the end of the line when locating the block (Bug#700).
16704
16705 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
16706
16707 * net/tramp.el (tramp-handle-write-region): Flush file properties
16708 in case of short track.
16709
16710 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
16711
16712 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
16713 Coded custom representation of verilog error regular expressions
16714 to work with Emacs-22's new format.
16715 (verilog-error-regexp-xemacs-alist): Coded custom representation
16716 of verilog error regular expressions to work with XEmacs format.
16717 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
16718 error recognition into XEmacs.
16719 (verilog-error-regexp-add-emacs): Hook routine to install verilog
16720 error recognition into Emacs-22.
16721
16722 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
16723
16724 * woman.el: Remove stand-alone closing parentheses.
16725 (woman-file-name, woman2-format-paragraphs)
16726 (woman-leave-blank-lines): Code cleanup.
16727 (woman-use-own-frame): Change default to nil.
16728 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
16729 defaults to inherit from default faces.
16730 (woman2-process-escapes): Consume the newline after a stand-alone
16731 filler character (Bug#3651).
16732
16733 2009-07-06 Glenn Morris <rgm@gnu.org>
16734
16735 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
16736 (top-level): Move provide to the end.
16737 (ffap): Remove defunct URL from custom group.
16738
16739 * subr.el (eval-after-load): Doc fix.
16740
16741 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
16742
16743 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
16744 `calc-embedded-word' is called twice.
16745
16746 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16747
16748 * files.el (find-alternate-file-other-window, find-alternate-file):
16749 Obey confirm-nonexistent-file-or-buffer.
16750
16751 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
16752
16753 * dired-aux.el (dired-show-file-type): Handle remote files.
16754
16755 2009-07-05 Jari Aalto <jari.aalto@cante.net>
16756
16757 * desktop.el (desktop-globals-to-save):
16758 Add file-name-history (Bug#2750).
16759
16760 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
16761
16762 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
16763
16764 2009-07-04 Johan Bockgård <bojohan@gnu.org>
16765
16766 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
16767 property on entire argument since this is what eshell-lisp-command
16768 expects.
16769
16770 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
16771
16772 * net/tramp-gvfs.el (tramp-gvfs-methods)
16773 (tramp-gvfs-zeroconf-domain)
16774 (tramp-bluez-discover-devices-timeout): Add version flag.
16775 (tramp-gvfs-handler-mounted-unmounted)
16776 (tramp-gvfs-connection-mounted-p): Polish handling of
16777 incompatibilities between GVFS 0.2 and 1.0.
16778
16779 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
16780
16781 * cus-start.el (all): Add make-pointer-invisible.
16782
16783 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
16784
16785 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
16786 formatted correctly.
16787
16788 2009-07-02 Juri Linkov <juri@jurta.org>
16789
16790 * info.el: Virtual Info files and nodes.
16791 (Info-virtual-files, Info-virtual-nodes): New variables.
16792 (Info-current-node-virtual): New variable.
16793 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
16794 New functions.
16795 (Info-file-supports-index-cookies): Use Info-virtual-file-p
16796 to check for a virtual file instead of checking a fixed list
16797 of node names.
16798 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
16799 instead of ad-hoc processing of "dir" and (apropos history toc).
16800 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
16801 instead of ad-hoc processing of "dir" and (apropos history toc).
16802 Reread a file when moving from a virtual node.
16803 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
16804 (Info-directory-toc-nodes, Info-directory-find-file)
16805 (Info-directory-find-node): New functions.
16806 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
16807 (Info-history): Move part of code to
16808 `Info-history-find-node'.
16809 (Info-history-toc-nodes, Info-history-find-file)
16810 (Info-history-find-node): New functions.
16811 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
16812 (Info-toc): Move part of code to `Info-toc-find-node'.
16813 (Info-toc-find-node): New function.
16814 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
16815 the current Info file name to references because now the node
16816 "*TOC*" belongs to the same Info manual.
16817 (Info-toc-build): Rename from `Info-build-toc'.
16818 (Info-toc-nodes): Rename input argument `file' to `filename'.
16819 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
16820 instead of ad-hoc processing of ("dir" apropos history toc).
16821 (Info-index-nodes): Use Info-virtual-file-p
16822 to check for a virtual file instead of checking a fixed list
16823 of node names.
16824 (Info-index-node): Add check for `Info-current-node-virtual'.
16825 Raise `save-match-data' higher up the tree to contain
16826 `search-forward' too (bug fix).
16827 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
16828 (Info-virtual-index-nodes): New variable.
16829 (Info-virtual-index-find-node, Info-virtual-index): New functions.
16830 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
16831 (Info-apropos-file, Info-apropos-nodes): New variables.
16832 (Info-apropos-toc-nodes, Info-apropos-find-file)
16833 (Info-apropos-find-node, Info-apropos-matches): New functions.
16834 (info-apropos): Move part of code to `Info-apropos-find-node' and
16835 `Info-apropos-matches'.
16836 (Info-mode-map): Bind "I" to `Info-virtual-index'.
16837 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
16838 for a virtual file instead of checking a fixed list of node names.
16839
16840 * simple.el (async-shell-command): New command.
16841
16842 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
16843
16844 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
16845 instead of `mount-info'.
16846
16847 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
16848
16849 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
16850 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
16851
16852 2009-07-02 Kenichi Handa <handa@m17n.org>
16853
16854 * international/mule.el (set-keyboard-coding-system): Force *-unix
16855 coding-system to avoid eol conversion.
16856
16857 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
16858
16859 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
16860 Add handler for `process-file', `shell-command' and
16861 `start-file-process'.
16862 (tramp-gvfs-handle-shell-command)
16863 (tramp-gvfs-handle-start-file-process)
16864 (tramp-gvfs-handle-process-file): New defuns.
16865 (tramp-synce-list-devices): Simplify check for existence of property.
16866
16867 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
16868
16869 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
16870
16871 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
16872
16873 * language/korean.el (set-language-info-alist): Add korean-cp949,
16874 cp949 to spec.
16875
16876 2009-07-01 Kenichi Handa <handa@m17n.org>
16877
16878 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
16879
16880 * international/encoded-kb.el: Deleted.
16881
16882 * international/mule.el (set-keyboard-coding-system): Perform the
16883 necessary setup here instead of calling encoded-kbd-setup-display.
16884
16885 2009-07-01 Glenn Morris <rgm@gnu.org>
16886
16887 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
16888
16889 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
16890
16891 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
16892
16893 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
16894
16895 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
16896 Handle also the 'rename case, when setting file modes. (Bug#3712)
16897 (tramp-default-file-modes): Remove execute permissions.
16898
16899 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
16900 (top): Add a default for "synce" in `tramp-default-user-alist'.
16901 Add completion function for "synce" method.
16902 (tramp-hal-service, tramp-hal-path-manager)
16903 (tramp-hal-interface-manager, tramp-hal-interface-device):
16904 New defconst.
16905 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
16906 (tramp-synce-list-devices, tramp-synce-parse-device-names):
16907 New defuns.
16908
16909 * net/trampver.el: Update release number.
16910
16911 2009-06-30 Kenichi Handa <handa@m17n.org>
16912
16913 * international/fontset.el (setup-default-fontset): Add CJK fonts
16914 for symbols and the other miscellaneous characters.
16915
16916 * language/korea-util.el (setup-korean-environment-internal):
16917 Make char-width-table suitable for Korean environments.
16918 (exit-korean-environment): Cancel above.
16919
16920 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
16921 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
16922 setup-function to make char-width-table suitable for respective
16923 environments, and an exit-function to cancel that.
16924
16925 * language/japan-util.el (setup-japanese-environment-internal):
16926 Call use-cjk-char-width-table with arg `ja_JP'.
16927
16928 * international/characters.el (cjk-char-width-table): Delete it.
16929 (cjk-char-width-table-list): New variable.
16930 (use-cjk-char-width-table): New arg local-name.
16931 (use-default-char-width-table): Fix for the case that Emacs is
16932 already using the default char-width-table.
16933
16934 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
16935
16936 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
16937 modes mandatory. (Bug#3712)
16938
16939 2009-06-29 Alan Mackenzie <acm@muc.de>
16940
16941 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
16942 correction between the visible width of TABs and their number of bytes.
16943
16944 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
16945
16946 * server.el (server-buffer-done): Prevent kill-buffer from
16947 prompting by clearing the buffer modification flag (Bug#3696).
16948
16949 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
16950
16951 * progmodes/verilog-mode.el (verilog-beg-of-statement)
16952 (verilog-endcomment-reason-re): Support unique case and priority case.
16953 (verilog-basic-complete-re): Support localparam lineup.
16954 (verilog-beg-of-statement-1): Fix for robustness, unique case.
16955 (verilog-set-auto-endcomments): Fix for unique case, always_comb
16956 commenting.
16957 (verilog-leap-to-case-head): Now support *nested* unique &
16958 priority case statements.
16959 (verilog-auto-lineup): Make just declarations the default (as it
16960 had been).
16961 (verilog-leap-to-case-head): Support priority/unique case statements.
16962 (verilog-auto-lineup): Rework to give users radio buttons to
16963 select the various styles of automatic lineup.
16964 (verilog-error-regexp-alist): Rework to support the XEmacs style
16965 of error regular expressions from compilers, lint tools &
16966 simulators. Note that GNU Emacs has made it impossible for a mode
16967 to load such things.
16968 (electric-verilog-terminate-line, verilog-indent-declaration)
16969 (verilog-auto-wiure): Rework for radio button selection of
16970 auto-lineup selection of specification of auto lineup.
16971 (verilog-beg-of-statement-1): Redesign to support proper operation
16972 in additional code, based on testing with auto-lineup.
16973 (verilog-calculate-indent, assignments & declarations)
16974 (verilog-backward-token): Enhance to support auto-lineup of
16975 assignments & declarations.
16976 (verilog-in-directive-p, verilog-at-struct-p): New function for
16977 easy test of whether we are.
16978 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
16979 to support safe execution at almost anyline.
16980 (verilog-calc-1): Properly support indenting deep inside generate
16981 blocks.
16982 (verilog-init-font): Remove definition & use of verilog-init-font,
16983 as it is redundant with font-lock-defaults.
16984 (verilog-mode): Alter the definition of verilog-font-lock-defaults
16985 to avoid circular calls if syntax-ppss is a function (as is the
16986 case now in 22.x GNU Emacs) as that function would sometimes call
16987 itself, leading to (nearly) infinite recursion.
16988 (verilog-ovm-begin-re, verilog-ovm-end-re)
16989 (verilog-ovm-statement-re, verilog-leap-to-head)
16990 (verilog-backward-token): Add support for OVM macros. Some are
16991 complete statements, and others open and close scopes like begin
16992 and end.
16993 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
16994 (verilog-defun-level-generate-only-re): Really fix the defun-list
16995 compilation issue.
16996 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
16997 coverpoint, constraint and cross statements.
16998 (verilog-defun-level-list, verilog-generate-defun-level-list)
16999 (verilog-all-defun-level-list): Redo these specifications - it is
17000 too hard to support eval-when compile aggregation of lists also
17001 built at when-compile time.
17002 (verilog-defun-level-list): Place defconsts of variables used in
17003 building regular expressions which are built in eval-when-compile
17004 bodies in the same eval-when-compile body to facilitate compile
17005 without load.
17006 (verilog-beg-block-re-ordered): Support indenting
17007 virtual/protected tasks and functions.
17008 (verilog-defun-level-list, verilog-in-generate-region-p)
17009 (verilog-backward-ws&directives, verilog-calc-1): Speed up
17010 indentation of some module items (generate items).
17011 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
17012 across virtual/protected tasks and functions.
17013
17014 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
17015
17016 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
17017 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
17018 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
17019 in concatenations. Reported by Yishay Belkind.
17020 (verilog-auto-ascii-enum): Support one-hot state machines in
17021 AUTOASCIIENUM. Suggested by Lloyd Gomez.
17022 (verilog-auto-inst, verilog-auto-inst-port): Include interface
17023 modport in AUTOINST and add vl-modport for users. Reported by
17024 David Rogoff.
17025 (verilog-auto-inout-module, verilog-auto-inst)
17026 (verilog-decls-get-interfaces, verilog-insert-definition)
17027 (verilog-insert-one-definition, verilog-read-decls)
17028 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
17029 (verilog-sig-modport, verilog-signals-combine-bus)
17030 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
17031 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
17032 Suggested by David Rogoff.
17033 (verilog-repair-open-comma): Fix non-insertion of comma when
17034 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
17035 (verilog-make-width-expression): Simplify [A-1:0] expression
17036 widths to just {A{1'b0}}.
17037 (verilog-mode): Cleanup checkdoc warnings.
17038 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
17039 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
17040 inputs/outputs or data type. Suggested by Vasu Kandadi.
17041 (next-error-last-buffer): Fix byte-compiler warning.
17042 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
17043 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
17044 or shell command text during AUTO expansion. Suggested by Tad Truex.
17045 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
17046 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
17047 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
17048 in AUTOINOUT. Reported by Matthew Lovell.
17049 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
17050 causing use of <= assignments. Reported by Alex Reed.
17051 (verilog-read-decls): Fix triand, trior, wand, wor to be
17052 recognized by AUTOWIRE. Reported by Spencer Isaacson.
17053 (verilog-extended-complete-re): Support import "DPI-C" functions.
17054 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
17055 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
17056 (verilog-insert-date, verilog-insert-year)
17057 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
17058 Windows systems. Reported by Michael Potts.
17059 (verilog-read-module-name): Fix AUTOINST when the child module
17060 declaration's name is a tick define. Reported by Elliot Mednick.
17061 (verilog-read-decls): Fix V2K parameter bit subscripts getting
17062 passed to next parameter's definition. Reported by Bruce T.
17063 (verilog-read-decls): Fix detecting "parameter int" when using
17064 AUTOINSTPARAM. Reported by Bruce T.
17065 (verilog-goto-defun): Fix goto not finding modules unless first
17066 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
17067 (verilog-mode): Expand -f flag arguments on entry to mode so
17068 verilog-goto-defun will work. Reported by Lawrence Butcher.
17069 (verilog-getopt): Expand environment variables in -f file
17070 arguments. Suggested by Lawrence Butcher.
17071 (verilog-set-define): Fix "Symbol's value as variable is void"
17072 when reading enumerations.
17073 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
17074 Suggested by Stephen Peltan.
17075 (verilog-read-defines): Fix reading of enumerations in include
17076 files. Reported by Steve Peltan.
17077
17078 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
17079
17080 * files.el (trash-directory): Fix defcustom type.
17081
17082 2009-06-28 Juri Linkov <juri@jurta.org>
17083
17084 * help-fns.el (describe-function-1): Correctly locate adviced
17085 functions in hyperlink (Bug#2438).
17086
17087 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
17088
17089 * files.el (trash-directory): Change default to nil.
17090 (move-file-to-trash): If trash-directory is nil and
17091 system-move-file-to-trash is unbound, perform freedesktop-style
17092 trashing.
17093
17094 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
17095
17096 * files.el (move-file-to-trash): Add freedesktop trash
17097 support (Bug#973).
17098
17099 2009-06-28 Glenn Morris <rgm@gnu.org>
17100
17101 * autorevert.el (global-auto-revert-non-file-buffers)
17102 (global-auto-revert-mode): Doc fixes.
17103
17104 2009-06-27 Johan Bockgård <bojohan@gnu.org>
17105
17106 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
17107
17108 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
17109
17110 * faces.el (x-handle-named-frame-geometry): Ensure that we have
17111 opened an X connection before calling x-get-resource (Bug#3194).
17112
17113 * play/doctor.el: Remove reference to obsolete website.
17114 (make-doctor-variables): Correct grammar mistake (Bug#2633).
17115
17116 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
17117
17118 Remove find-file-not-found-hook VC method. (Bug#2757)
17119 * vc-hooks.el (vc-file-not-found-hook)
17120 (vc-default-find-file-not-found-hook): Remove functions.
17121 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
17122 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
17123 * vc.el:
17124 * vc-hg.el:
17125 * vc-git.el: Do not mention find-file-not-found-hook VC method.
17126
17127 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
17128
17129 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
17130 compatibility function for `looking-back'.
17131
17132 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
17133 Use `ispell-looking-back'.
17134
17135 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
17136
17137 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
17138 rather than `filename'.
17139
17140 2009-06-23 Miles Bader <miles@gnu.org>
17141
17142 * face-remap.el (text-scale-set): New function.
17143
17144 2009-06-23 Glenn Morris <rgm@gnu.org>
17145
17146 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
17147
17148 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
17149
17150 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
17151
17152 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
17153
17154 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
17155 Simplify Persian conditionals.
17156
17157 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
17158 variable `filename'.
17159
17160 * comint.el (comint-insert-input): Doc fix.
17161
17162 * Makefile.in (ELCFILES): Fix typo in previous change.
17163
17164 2009-06-23 Miles Bader <miles@gnu.org>
17165
17166 * cus-start.el: Add entry for `recenter-redisplay'.
17167
17168 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
17169
17170 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
17171 Add an optional argument for the backend, use it instead of
17172 calling vc-backend.
17173 (vc-mode-line): Add an optional argument for the backend.
17174 Pass the backend to vc-state and vc-working-revision. Move code for
17175 special handling for vc-state being a buffer to ...
17176
17177 * vc-rcs.el (vc-rcs-find-file-hook):
17178 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
17179
17180 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
17181 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
17182 vc-stay-local-p and vc-mode-line calls.
17183
17184 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
17185 (vc-cvs-diff, vc-cvs-annotate-command)
17186 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
17187 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
17188 vc-mode-line calls.
17189
17190 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
17191 direct comparison.
17192 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
17193 backend when calling vc-mode-line.
17194 (vc-register): Do not create a closure for calling the vc register
17195 function, call it directly.
17196
17197 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
17198
17199 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
17200 to make it obvious item can be clicked.
17201
17202 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
17203
17204 2009-06-23 Kenichi Handa <handa@m17n.org>
17205
17206 * language/korea-util.el (korean-key-bindings): Change the binding
17207 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
17208 same command.
17209
17210 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
17211
17212 Sync with Tramp 2.1.16.
17213
17214 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
17215
17216 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
17217 when a loading of a package fails. Completion function for rsync
17218 is `tramp-completion-function-alist-ssh'.
17219 (all): Replace all calls of `split-string' and
17220 `tramp-split-string' by `tramp-compat-split-string'.
17221 (tramp-default-method): Use `tramp-compat-process-running-p'.
17222 (tramp-default-proxies-alist): Allow also Lisp forms.
17223 (tramp-remote-path): Add choice "Private Directories".
17224 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
17225 (tramp-domain-regexp): Allow also "-", "_" and ".".
17226 (tramp-end-of-output): Remove newlines, and add "$" at the end.
17227 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
17228 (tramp-debug-message): Insert header line in debug buffer.
17229 (tramp-handle-directory-files-and-attributes-with-stat):
17230 Care about filenames with spaces, or starting with "-".
17231 (tramp-handle-dired-uncache): New defun.
17232 (tramp-handle-insert-directory): Don't flush the directory from
17233 cache, this is handled by `dired-uncache' now.
17234 (tramp-handle-insert-file-contents): Improve error handling.
17235 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
17236 Quote `tramp-end-of-output'.
17237 (tramp-action-password): Improve trace message.
17238 (tramp-check-for-regexp): Both echoes must be present, before removing.
17239 (tramp-open-connection-setup-interactive-shell): Trace coding system.
17240 (tramp-compute-multi-hops): Eval cons cells of
17241 `tramp-default-proxies-alist'.
17242 (tramp-maybe-open-connection): Use the same command pattern for
17243 first hop and further hops.
17244 (tramp-wait-for-output): Remove handling of newlines.
17245 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
17246 (tramp-split-string): Remove function. It is handled in
17247 tramp-compat now.
17248
17249 * net/tramp-cmds.el (tramp-bug):
17250 Recommend `tramp-cleanup-all-connections' in the bug mail.
17251
17252 * net/tramp-compat.el (tramp-compat-split-string)
17253 (tramp-compat-process-running-p): New defuns.
17254
17255 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
17256 for `dired-uncache'.
17257
17258 * net/tramp-gvfs.el: New package.
17259
17260 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
17261 Add handler for `dired-uncache'.
17262 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
17263
17264 * net/trampver.el: Update release number. Make version check fit
17265 for SXEmacs 22.
17266
17267 2009-06-22 Jim Meyering <meyering@redhat.com>
17268
17269 Automatically handle .xz suffix (XZ-compressed files), too.
17270 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
17271 XZ is the successor to LZMA: <http://tukaani.org/xz/>
17272
17273 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
17274 Nick Roberts <nickrob@snap.net.nz>
17275
17276 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
17277 repository (http://sphinx.net.ru/hg/gdb-mi/).
17278
17279 2009-06-22 Glenn Morris <rgm@gnu.org>
17280
17281 * files.el (dir-locals-collect-mode-variables): Allow for any number of
17282 `mode' and `eval' entries. (Bug#3430)
17283
17284 * Makefile.in (ELCFILES): Add fadr.elc.
17285
17286 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
17287 differing behavior of \n and ^ in strings. (Bug#3385)
17288
17289 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
17290
17291 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
17292 property.
17293 (lisp-indent-function): Make it a defcustom.
17294
17295 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
17296
17297 * progmodes/gdb-ui.el: Replace with ...
17298 * progmodes/gdb-mi.el: ... this file.
17299 * progmodes/gud.el: Modify for gdb-mi.el.
17300
17301 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
17302
17303 * fadr.el: New file.
17304
17305 See ChangeLog.14 for earlier changes.
17306
17307 ;; Local Variables:
17308 ;; coding: utf-8
17309 ;; End:
17310
17311 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
17312
17313 This file is part of GNU Emacs.
17314
17315 GNU Emacs is free software: you can redistribute it and/or modify
17316 it under the terms of the GNU General Public License as published by
17317 the Free Software Foundation, either version 3 of the License, or
17318 (at your option) any later version.
17319
17320 GNU Emacs is distributed in the hope that it will be useful,
17321 but WITHOUT ANY WARRANTY; without even the implied warranty of
17322 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17323 GNU General Public License for more details.
17324
17325 You should have received a copy of the GNU General Public License
17326 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.