]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* simple.el (line-move-visual): Doc fix (Bug#7594).
[gnu-emacs] / lisp / ChangeLog
1 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
2
3 * simple.el (line-move-visual): Doc fix (Bug#7594).
4
5 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
6 "Case sensitive" menu item.
7
8 2011-01-21 Roland McGrath <roland@frob.com>
9
10 * comint.el (comint-replace-by-expanded-history-before-point): Fix
11 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
12
13 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
14
15 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
16
17 2011-01-21 Jari Aalto <jari.aalto@cante.net>
18
19 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
20 Assume foo(bar) is a manpage reference rather than some unquoted
21 symbol (bug#7705).
22
23 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
24
25 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
26 Suggested by Flo <sensorflo@gmail.com>.
27
28 2011-01-21 Glenn Morris <rgm@gnu.org>
29
30 * progmodes/compile.el (compilation-error-regexp-alist):
31 Fix custom type. (Bug#7812)
32
33 2011-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
34
35 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
36 keymap expression. Improve docstring.
37
38 2011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
39
40 * files.el (backup-buffer): Make last-resort backup file in
41 .emacs.d (Bug#6953).
42
43 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
44 make it with permission 700.
45
46 2011-01-14 Kenichi Handa <handa@m17n.org>
47
48 * mail/rmailmm.el (rmail-mime-insert-header):
49 Set rmail-mime-coding-system to a cons whose car is the last coding
50 system used to decode the header.
51 (rmail-mime-find-header-encoding): New function.
52 (rmail-mime-insert-decoded-text):
53 Override rmail-mime-coding-system if it is a cons.
54 (rmail-show-mime): If only a header part was decoded, find the
55 coding system while ignoring mm-charset-override-alist.
56
57 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
58
59 * subr.el (event-start, event-end): Doc fix (Bug#7826).
60
61 2011-01-12 Kenichi Handa <handa@m17n.org>
62
63 * mail/rmailmm.el (rmail-mime-next-item)
64 (rmail-mime-previous-item): Delete them.
65 (rmail-mime-shown-mode): Recursively call for children.
66 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
67 Callers changed.
68 (rmail-mime-raw-mode): Recursively call for children.
69 (rmail-mode-map): Change mapping of tab and backtab to
70 forward-button and backward-button respectively.
71 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
72 button.
73 (rmail-mime-update-tagline): New function.
74 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
75 body display is changed.
76 (rmail-mime-toggle-button): Rename from rmail-mime-image.
77 (rmail-mime-image): Delete this button type.
78 (rmail-mime-toggle): New button type.
79 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
80 body display is changed. Change the save button label to "Save".
81 Don't process show/hide button here.
82 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
83 the body display is changed. Unconditionally call
84 rmail-mime-insert for children.
85 (rmail-mime-handle): Update `display' vector of the just inserted
86 entity.
87 (rmail-mime-process): If mail-header-parse-content-type returns
88 nil, use "text/plain" as the fallback type.
89 (rmail-mime-insert): For raw-mode, recursively call
90 rmail-mim-insert for children.
91 (rmail-mime): Handle the case that the current buffer is not rmail
92 buffer (e.g. in summary buffer).
93
94 2011-01-05 Kenichi Handa <handa@m17n.org>
95
96 * mail/rmailmm.el (rmail-mime-next-item)
97 (rmail-mime-previous-item): Skip the body of a non-multipart
98 entity if a tagline is shown.
99
100 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
101
102 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
103 (tmm-prompt): Simplify.
104 (tmm-add-prompt): Remove unused var `win'.
105
106 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
107 to minor mode which used nil accidentally to mean "turn off".
108
109 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
110
111 * net/tramp.el (tramp-find-inline-compress)
112 (tramp-get-inline-coding): Quote command after pipe symbol for
113 local calls under W32. (Bug#6784)
114
115 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
116
117 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
118 only when running under W32.
119
120 2011-01-09 Eli Zaretskii <eliz@gnu.org>
121
122 * progmodes/grep.el (grep-compute-defaults): Quote the program
123 file name after the pipe symbol in Grep templates. (Bug#6784)
124 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
125
126 2011-01-08 Lennart Borgman <lennart.borgman@gmail.com>
127
128 * buff-menu.el (Buffer-menu-buffer-list): New var.
129 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
130 restricted buffer list is not lost on revert (Bug#7749).
131
132 2011-01-08 Eric Hanchrow <eric.hanchrow@gmail.com>
133
134 * net/ldap.el (ldap-search-internal): Discard stderr output.
135
136 2011-01-07 Eli Zaretskii <eliz@gnu.org>
137
138 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
139
140 2011-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
141
142 * vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time):
143 Author names can have spaces (bug#7792).
144
145 2011-01-04 Kenichi Handa <handa@m17n.org>
146
147 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
148 part as a plain text.
149 (rmail-mime-process-multipart): Set the default content-type to
150 nil for unknown multipart subtypes (bug#7651).
151
152 2011-01-03 Brent Goodrick <bgoodr@gmail.com> (tiny change)
153
154 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
155 table, get the value before switching to the output buffer. (Bug#7733)
156
157 2011-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
158
159 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
160
161 2011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
162
163 * files.el (file-local-variables-alist):
164 Make permanent-local (bug#7767).
165
166 2011-01-02 Glenn Morris <rgm@gnu.org>
167
168 * version.el (emacs-copyright): Set short copyright year to 2011.
169
170 2011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
171
172 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
173 an existing temp buffer. (Bug#7746)
174
175 2011-01-02 Glenn Morris <rgm@gnu.org>
176
177 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
178 multiple addresses. (Bug#7760)
179
180 2010-12-31 Michael Albinus <michael.albinus@gmx.de>
181
182 * net/tramp.el (tramp-methods): Add recursive options to "scpc",
183 "scpx", "pscp" and "psftp".
184
185 2010-12-31 Eli Zaretskii <eliz@gnu.org>
186
187 * term/w32-win.el (image-library-alist): Set up correctly for
188 libpng versions both before and after 1.4.0. (Bug#7716)
189
190 2010-12-25 Eli Zaretskii <eliz@gnu.org>
191
192 * time.el (display-time-mode): Mention display-time-interval in
193 the doc string. (Bug#7713)
194
195 * simple.el (select-active-regions): Doc fix. (Bug#7702)
196
197 2010-12-24 Kenichi Handa <handa@m17n.org>
198
199 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
200 condition-case and return an error message string if something
201 goes wrong.
202 (rmail-show-mime): Adjust for the above change. Insert the
203 header by rmail-mime-insert-header.
204
205 2010-12-24 Kenichi Handa <handa@m17n.org>
206
207 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
208 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
209 (rmail-mime-mbox-buffer)
210 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
211 (rmail-mime-entity): Argument changed. All codes handling an
212 entity object are changed.
213 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
214 the above change.
215 (rmail-mime-entity-children, rmail-mime-entity-handler)
216 (rmail-mime-entity-tagline): New functions.
217 (rmail-mime-message-p): New function.
218 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
219 (rmail-mime-entity-segment, rmail-mime-next-item)
220 (rmail-mime-previous-item, rmail-mime-shown-mode)
221 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
222 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
223 (rmail-mime-insert-tagline, rmail-mime-insert-header):
224 New functions.
225 (rmail-mime-text-handler): Call rmail-mime-insert-text.
226 (rmail-mime-insert-decoded-text): New function.
227 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
228 (rmail-mime-insert-image): Argument changed. Caller changed.
229 (rmail-mime-image): Call rmail-mime-toggle-hidden.
230 (rmail-mime-set-bulk-data): New funciton.
231 (rmail-mime-insert-bulk): Argument changed.
232 (rmail-mime-multipart-handler): Return t.
233 (rmail-mime-process-multipart): Argument changed.
234 Handle "multipart/alternative" here.
235 (rmail-mime-process): Argument changed.
236 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
237 (rmail-mime-insert): Argument changed. Handle raw display mode.
238 (rmail-mime): Argument changed. Handle toggling of raw display
239 mode.
240 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
241 rmail-mime-view-buffer.
242 (rmail-insert-mime-forwarded-message): Likewise.
243 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
244
245 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
246 non-nil, handle the header in rmail-show-mime-function.
247
248 2010-12-20 Leo <sdl.web@gmail.com>
249
250 * help-fns.el (describe-variable): Fix 2010-12-17 change.
251
252 2010-12-20 Juri Linkov <juri@jurta.org>
253
254 * isearch.el (isearch-lazy-highlight-error): New variable.
255 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
256 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
257 to the current value of `isearch-error' (Bug#7468).
258
259 2010-12-17 Chong Yidong <cyd@stupidchicken.com>
260
261 * help-fns.el (describe-variable): Don't emit trailing whitespace
262 (Bug#7511).
263
264 2010-12-17 Leo <sdl.web@gmail.com>
265
266 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
267 if point is not behind eshell-last-output-end (Bug#7585).
268
269 2010-12-16 Chong Yidong <cyd@stupidchicken.com>
270
271 * textmodes/rst.el (rst-compile-pdf-preview)
272 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
273
274 2010-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
275
276 * emulation/edt-mapper.el: Override mapping of function keys so
277 that the later call to read-key-sequence works.
278
279 2010-12-13 Eli Zaretskii <eliz@gnu.org>
280
281 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
282 Unix EOLs. (Bug#7589)
283
284 2010-12-12 Eli Zaretskii <eliz@gnu.org>
285
286 * subr.el (posn-col-row): Evaluate header-line-format in the
287 context of the POSITION window's buffer.
288
289 2010-12-11 Glenn Morris <rgm@gnu.org>
290
291 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
292 (with-silent-modifications): Doc fixes.
293
294 2010-12-10 Michael Albinus <michael.albinus@gmx.de>
295
296 * net/tramp.el (tramp-action-password, tramp-process-actions):
297 Revert patch from 2010-12-08. Use `save-restriction'.
298
299 2010-12-09 Eli Zaretskii <eliz@gnu.org>
300
301 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
302 New functions.
303 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>: Use
304 them instead of `nil' and `>', respectively. (Bug#1077)
305
306 2010-12-09 Stephen Berman <stephen.berman@gmx.net>
307
308 * calendar/diary-lib.el (diary-list-sexp-entries):
309 Handle case of no newline at end of file. (Bug#7536)
310
311 2010-12-09 Glenn Morris <rgm@gnu.org>
312
313 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
314
315 2010-12-08 Michael Albinus <michael.albinus@gmx.de>
316
317 * net/tramp.el (tramp-handle-start-file-process):
318 Protect buffer-modified value. (Bug#7557)
319 (tramp-action-password): Delete region, do not narrow.
320 (tramp-process-actions): Do not widen.
321
322 2010-12-08 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
323
324 * log-edit.el (log-edit-changelog-entries):
325 Regexp quote filename. (Bug#7505)
326
327 2010-12-08 Tom Breton <tehom@panix.com>
328
329 * cus-edit.el (custom-save-all):
330 Bind print-length and print-level to nil. (Bug#7581)
331
332 2010-12-08 Glenn Morris <rgm@gnu.org>
333
334 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
335 Run hooks to update menu contents. (Bug#7586)
336
337 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
338 file names, for the sake of MS Windows. (Bug#7588)
339
340 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
341
342 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
343 empty lines without a leading space.
344
345 2010-12-06 Leo <sdl.web@gmail.com>
346
347 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
348 while mapping over marks (Bug#6810).
349
350 2010-12-06 Chong Yidong <cyd@stupidchicken.com>
351
352 * image-dired.el (image-dired-db-file)
353 (image-dired-temp-image-file, image-dired-gallery-dir)
354 (image-dired-temp-rotate-image-file): Set default values relative
355 to image-dired-dir (Bug#7518).
356
357 2010-12-06 Lawrence Mitchell <wence@gmx.li>
358
359 * format.el (format-decode-run-method): Pass args FROM and TO, not
360 point-min and point-max, to shell-command-on-region (Bug#7488).
361
362 2010-12-06 Jan Djärv <jan.h.d@swipnet.se>
363
364 * frame.el (blink-cursor-mode): Make default t for ns.
365
366 2010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
367
368 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
369
370 2010-12-05 Chong Yidong <cyd@stupidchicken.com>
371
372 * comint.el (comint-dynamic-list-input-ring)
373 (comint-dynamic-complete-filename)
374 (comint-replace-by-expanded-filename)
375 (comint-dynamic-simple-complete)
376 (comint-dynamic-list-filename-completions)
377 (comint-dynamic-list-completions): Doc fix (Bug#7499).
378
379 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
380 Doc fix (Bug#7471).
381
382 2010-12-04 Martin Rudalics <rudalics@gmx.at>
383
384 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
385 (Bug#7533).
386
387 2010-12-04 W. Martin Borgert <debacle@debian.org> (tiny change)
388
389 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
390 (Bug#7491).
391
392 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
393
394 * simple.el (transient-mark-mode): Doc fix (Bug#7465).
395
396 2010-12-04 Eli Zaretskii <eliz@gnu.org>
397
398 * files.el (file-relative-name): Handle UNC file names on
399 DOS/Windows. (Bug#4674)
400
401 2010-12-03 Daiki Ueno <ueno@unixuser.org>
402
403 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
404 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
405 (epg-context-set-passphrase-callback): Mention that the callback
406 is not called when used with GnuPG 2.x.
407
408 2010-12-02 Glenn Morris <rgm@gnu.org>
409
410 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
411 Ensure ps-footer-font-size-internal is initialized.
412 Call ps-get-page-dimensions before trying to use ps-font-for-text.
413
414 2010-12-01 Kenichi Handa <handa@m17n.org>
415
416 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
417 within condition-case.
418 (rmail-show-mime): Don't use condition-case.
419 (rmail-search-mime-message): New function.
420 (rmail-search-mime-message-function): Set to
421 rmail-search-mime-message.
422
423 2010-12-01 Leo <sdl.web@gmail.com>
424
425 * ido.el (ido-common-initialization): New function. (bug#3274)
426 (ido-mode): Use it.
427 (ido-completing-read): Call it.
428
429 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
430
431 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
432 stand-alone lines, since that is handled by log-edit-match-to-eoh
433 (Bug#6465).
434
435 2010-11-27 Eduard Wiebe <usenet@pusto.de>
436
437 * dired.el (dired-get-filename): Replace backslashes with slashes
438 in file names on MS-Windows, needed by `locate'. (Bug#7308)
439 * locate.el (locate-default-make-command-line): Don't consider
440 drive letter and root directory part of
441 `directory-listing-before-filename-regexp'. (Bug#7308)
442 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
443
444 2010-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
445
446 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
447 of :smie-open/close-alist.
448 (smie-next-sexp): Make it accept a "start token" as argument.
449 (smie-indent-keyword): Be careful not to misidentify tokens that span
450 more than one line, as empty lines. Add argument `token'.
451
452 2010-11-26 Kenichi Handa <handa@m17n.org>
453
454 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
455 multipart subtypes, insert all as usual.
456
457 * mail/rmail.el: Require rfc2047.
458
459 2010-11-26 Kenichi Handa <handa@m17n.org>
460
461 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
462 (rmail-mime-entity-disposition)
463 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
464 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
465 (rmail-mime-save): Handle the case that the button's `data' is a
466 MIME entity.
467 (rmail-mime-insert-text): New function.
468 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
469 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
470 (rmail-mime-insert-bulk): New function mostly copied from the old
471 rmail-mime-bulk-handler.
472 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
473 (rmail-mime-process-multipart): New function mostly copied from
474 the old rmail-mime-multipart-handler.
475 (rmail-mime-show): Just call rmail-mime-process.
476 (rmail-mime-process): New function mostly copied from the old
477 rmail-mime-show.
478 (rmail-mime-insert-multipart, rmail-mime-parse)
479 (rmail-mime-insert, rmail-show-mime)
480 (rmail-insert-mime-forwarded-message)
481 (rmail-insert-mime-resent-message): New functions.
482 (rmail-insert-mime-forwarded-message-function): Set to
483 rmail-insert-mime-forwarded-message.
484 (rmail-insert-mime-resent-message-function): Set to
485 rmail-insert-mime-resent-message.
486
487 * mail/rmailsum.el: Require rfc2047.
488 (rmail-header-summary): Handle multiline Subject: field.
489 (rmail-summary-line-decoder): Change the default to
490 rfc2047-decode-string.
491
492 * mail/rmail.el (rmail-enable-mime): Change the default to t.
493 (rmail-mime-feature): Change the default to `rmailmm'.
494 (rmail-quit): Delete the specifal code for rmail-enable-mime.
495 (rmail-display-labels): Likewise.
496 (rmail-show-message-1): Check rmail-enable-mime, and use
497 rmail-show-mime-function for a MIME message. Decode the headers
498 according to RFC2047.
499
500 2010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
501
502 * progmodes/which-func.el (which-func-imenu-joiner-function):
503 Return a string, as expected.
504 (which-function-mode): Make sure we stop any previous timer before
505 starting a new one.
506
507 2010-11-23 Michael Albinus <michael.albinus@gmx.de>
508
509 * net/tramp.el (tramp-default-method-alist)
510 (tramp-default-user-alist, tramp-default-proxies-alist):
511 Adapt custom options type. (Bug#7445)
512
513 2010-11-21 Chong Yidong <cyd@stupidchicken.com>
514
515 * progmodes/python.el: Add Ipython support (Bug#5390).
516 (python-shell-prompt-alist)
517 (python-shell-continuation-prompt-alist): New options.
518 (python--set-prompt-regexp): New function.
519 (inferior-python-mode, run-python, python-shell):
520 Require ansi-color. Use python--set-prompt-regexp to set the comint
521 prompt based on the Python interpreter.
522 (python--prompt-regexp): New var.
523 (python-check-comint-prompt)
524 (python-comint-output-filter-function): Use it.
525 (run-python): Use a pipe (Bug#5694).
526
527 2010-11-21 Chong Yidong <cyd@stupidchicken.com>
528
529 * progmodes/python.el (run-python): Doc fix.
530 (python-keep-current-directory-in-path): New var (Bug#7454).
531
532 2010-11-20 Chong Yidong <cyd@stupidchicken.com>
533
534 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
535 Prompt user before actually printing.
536
537 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
538
539 * simple.el (kill-new, kill-append, kill-region):
540 * comint.el (comint-kill-region): Make the yank-handler argument
541 obsolete.
542
543 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
544
545 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
546 that are both openers (resp. closers) and something else.
547 (smie-grammar): Loosen definition of valid values.
548 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
549 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
550 (smie-indent-after-keyword): Adjust users.
551 (smie-indent-keyword): Don't indent empty lines.
552
553 * vc-hg.el (vc-hg-program): New var.
554 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
555 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
556
557 2010-11-17 Glenn Morris <rgm@gnu.org>
558
559 * emacs-lisp/autoload.el (autoload-find-destination): The function
560 coding-system-eol-type may return non-numeric values. (Bug#7414)
561
562 2010-11-16 Ulrich Mueller <ulm@gentoo.org>
563
564 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
565
566 2010-11-13 Eli Zaretskii <eliz@gnu.org>
567
568 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
569
570 2010-11-13 Chong Yidong <cyd@stupidchicken.com>
571
572 * textmodes/picture.el (picture-mouse-set-point): Don't use
573 posn-col-row; explicitly compute the motion based on the posn at
574 the window-start (Bug#7390).
575
576 2010-11-13 Michael Albinus <michael.albinus@gmx.de>
577
578 * net/tramp.el (tramp-remote-coding-commands): Add an alternative
579 using "base64 -d -i". This is needed for older base64 versions
580 from GNU coreutils. Reported by Klaus Reichl
581 <Klaus.Reichl@thalesgroup.com>.
582
583 2010-11-13 Glenn Morris <rgm@gnu.org>
584
585 * novice.el (disabled-command-function):
586 Fix 2009-11-15 change. (Bug#7384)
587
588 2010-11-12 Glenn Morris <rgm@gnu.org>
589
590 * calendar/calendar.el (diary-iso-date-forms): Make elements
591 mutually exclusive. (Bug#7377)
592
593 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
594
595 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
596 when filling the remaining "unconstrained" values.
597
598 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
599
600 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
601 safety predicate.
602
603 * files.el (safe-local-variable-p): Gracefully handle errors.
604
605 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
606 Use smie-indent-virtual when indenting relative to an opener.
607 (smie-rule-separator): Use smie-rule-parent.
608 (smie-indent-keyword): Consult rules, even for openers at bol.
609 (smie-indent-comment-close): Try to align closer's content.
610
611 2010-11-11 Glenn Morris <rgm@gnu.org>
612
613 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
614
615 2010-11-10 Glenn Morris <rgm@gnu.org>
616
617 * printing.el (pr-menu-bind): Doc fix.
618
619 * speedbar.el (speedbar-toggle-images): Doc fix.
620
621 * progmodes/python.el (python-shell): Doc fix.
622
623 * wid-edit.el (widget-field-use-before-change)
624 (widget-use-overlay-change): Doc fixes.
625
626 2010-11-09 Glenn Morris <rgm@gnu.org>
627
628 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
629
630 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
631
632 * minibuffer.el (minibuffer-completion-help): Specify the end of the
633 completion field (bug#7211).
634
635 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
636 Fix handling of backslash escapes.
637 (python-quote-syntax): Adjust accordingly.
638
639 2010-11-08 Richard Levitte <richard@levitte.org> (tiny change)
640
641 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
642 (vc-mtn-workfile-branch): Adjust to new output format.
643
644 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
645
646 * international/mule-cmds.el (princ-list): Mark as obsolete.
647
648 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
649
650 * emacs-lisp/smie.el: New package.
651
652 2010-11-06 Michael Albinus <michael.albinus@gmx.de>
653
654 * files.el (backup-by-copying-when-mismatch):
655 Set `permanent-local' property.
656
657 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
658 `permanent-local' property for `backup-by-copying-when-mismatch'.
659
660 2010-11-06 Eli Zaretskii <eliz@gnu.org>
661
662 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
663 (ls-lisp-classify-file): New function.
664 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
665 (ls-lisp-classify): Call ls-lisp-classify-file.
666 (insert-directory): Remove blanks from switches.
667
668 2010-11-07 Wilson Snyder <wsnyder@wsnyder.org>
669
670 * progmodes/verilog-mode.el (verilog-insert-one-definition)
671 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
672 AUTOINOUT for SV style multidimensional arrays, bug294.
673 Reported by Eric Mastromarchi.
674 (verilog-preprocess): Use with-current-buffer and
675 font-lock-fontify-buffer to cleanup style issues.
676
677 2010-11-05 Michael Albinus <michael.albinus@gmx.de>
678
679 * net/trampver.el: Update release number.
680
681 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
682
683 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
684 beginning of the string. Use `string-match-p'. (Bug#6765)
685
686 2010-11-01 Glenn Morris <rgm@gnu.org>
687
688 * locate.el (locate, locate-mode): Doc fixes.
689
690 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
691
692 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
693 user for confirmation.
694 (server-force-stop): Use it.
695 (server-start): Use server-force-stop for kill-emacs-hook, to
696 avoid user interaction while killing Emacs.
697
698 2010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
699
700 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
701 (log-edit-author): New dynamic var.
702 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries):
703 Use it to return the author if different from committer.
704 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
705
706 2010-10-31 Eli Zaretskii <eliz@gnu.org>
707
708 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
709
710 2010-10-31 Chong Yidong <cyd@stupidchicken.com>
711
712 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
713 (vc-root-diff, vc-print-root-log, vc-log-incoming)
714 (vc-log-outgoing): Use it.
715 (vc-diff-internal): Set diff-vc-backend.
716
717 * vc/diff-mode.el (diff-vc-backend): New var.
718
719 2010-10-31 Juri Linkov <juri@jurta.org>
720
721 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
722 buffer-locally to lambda that re-runs the vc diff command.
723 (Bug#6447)
724
725 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
726
727 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
728
729 Make 'g' (AKA revert-buffer) rerun VC log, log-incoming and
730 log-outgoing commands.
731 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
732 to create a buffer local revert-buffer-function variable.
733 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
734 revert-buffer-function lambda.
735
736 Improve VC create/retrieve tag/branch.
737 * vc.el (vc-create-tag): Do not read the directory name for VCs
738 with repository revision granularity. Adjust the tag/branch
739 prompt. Reset VC properties.
740 (vc-retrieve-tag): Do not read the directory name for VCs
741 with repository revision granularity. Reset VC properties.
742
743 Add optional support for resetting VC properties.
744 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
745 call vc-file-clearprops when true.
746 (vc-resynch-buffer): Add new optional argument, pass it down.
747 (vc-resynch-buffers-in-directory): Likewise.
748
749 Improve support for special markup in the VC commit message.
750 * vc-mtn.el (vc-mtn-checkin): Support Author: and Date: markup.
751 * vc-hg.el (vc-hg-checkin): Add support for Date:.
752 * vc-git.el (vc-git-checkin):
753 * vc-bzr.el (vc-bzr-checkin): Likewise.
754
755 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
756 * vc-git.el (vc-git-log-view-mode): Fix font lock for
757 incoming/outgoing logs.
758 (vc-git-log-outgoing, vc-git-log-incoming): New functions.
759
760 * vc-git.el (vc-git-log-outgoing): Use the same format as the
761 short log.
762 (vc-git-log-incoming): Likewise. Run "git fetch" before the log
763 command
764
765 Add bindings for vc-log-incoming and vc-log-outgoing.
766 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
767 and vc-log-outgoing.
768 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
769 and vc-log-outgoing.
770
771 Improve state updating for VC tag commands.
772 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
773 to update the state of all buffers in the directory.
774
775 2010-05-19 Glenn Morris <rgm@gnu.org>
776
777 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
778
779 2010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
780
781 * vc.el (vc-checkin, vc-modify-change-comment):
782 Adjust to new vc-start/finish-logentry.
783 (vc-find-conflicted-file): New command.
784 (vc-transfer-file): Adjust to new vc-checkin.
785 (vc-next-action): Improve scoping.
786
787 * vc-git.el (vc-git-checkin): Use log-edit-extract-headers.
788 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
789
790 * vc-dispatcher.el (vc-log-edit): Shorten names for
791 log-edit-show-files.
792
793 * vc-bzr.el (vc-bzr-checkin): Use log-edit-extract-headers.
794 (vc-bzr-conflicted-files): New function.
795
796 * log-edit.el (log-edit-summary, log-edit-header)
797 (log-edit-unknown-header): New faces.
798 (log-edit-headers-alist): New var.
799 (log-edit-header-contents-regexp): New const.
800 (log-edit-match-to-eoh): New function.
801 (log-edit-font-lock-keywords): Use them.
802 (log-edit): Insert a "Summary:" header as default.
803 (log-edit-mode): Mark font-lock rules as case-insensitive.
804 (log-edit-done): Cleanup headers.
805 (log-edit-extract-headers): New function to replace it.
806
807 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with
808 the windows/frames.
809
810 * vc-bzr.el (vc-bzr-shelve-apply): Don't use *vc-bzr-shelve*.
811
812 * vc-dir.el (vc-dir-kill-line): New command.
813 (vc-dir-mode-map): Bind it to C-k.
814 (vc-dir-headers): Abbreviate the working dir.
815
816 * vc-git.el (vc-git-revision-table): Include remote branches.
817
818 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
819
820 New VC methods: vc-log-incoming and vc-log-outgoing.
821 * vc.el (vc-print-log-setup-buttons, vc-log-internal-common)
822 (vc-incoming-outgoing-internal, vc-log-incoming, vc-log-outgoing):
823 New functions.
824 (vc-print-log-internal): Just call vc-log-internal-common.
825 (vc-log-view-type): New permanent local variable.
826
827 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
828
829 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
830 of the dynamic bound vc-short-log.
831 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
832
833 * vc-git.el (vc-git-log-outgoing): New function.
834 (vc-git-log-view-mode): Use vc-log-view-type instead
835 of the dynamic bound vc-short-log.
836
837 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead of
838 the dynamic bound vc-short-log. Highlight the tag.
839 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
840 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
841 (vc-hg-incoming-mode): Remove.
842 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
843
844 Fix default-directory for vc-root-diff.
845 * vc.el (vc-root-diff): Bind default-directory to the root
846 directory for the diff command.
847
848 2010-10-31 Sam Steingold <sds@gnu.org>
849
850 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
851 `vc-hg-command' with a list of flags.
852
853 2010-10-31 Glenn Morris <rgm@gnu.org>
854
855 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
856 log-edit-before-checkin-process.
857
858 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
859
860 * vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
861
862 * vc-dispatcher.el (vc-start-logentry): Doc fix.
863 (log-view-process-buffer, log-edit-extra-flags): Declare.
864
865 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
866
867 Add special markup processing for commit logs.
868 * log-edit.el (log-edit): Add new argument MODE. Use that mode
869 when non-nil instead of the log-view-mode.
870
871 * vc.el (vc-default-log-edit-mode): New function.
872
873 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
874 log-edit.
875
876 Support for shelving snapshots and for showing shelves.
877 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
878 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
879 New functions.
880 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
881 (vc-bzr-extra-menu-map): Map them.
882
883 2010-10-30 Michael Albinus <michael.albinus@gmx.de>
884
885 * net/tramp.el (tramp-handle-insert-file-contents): For root,
886 preserve owner and group when editing files. (Bug#7289)
887
888 2010-10-29 Glenn Morris <rgm@gnu.org>
889
890 * speedbar.el (speedbar-mode):
891 * play/fortune.el (fortune-in-buffer, fortune):
892 * play/gomoku.el (gomoku-mode):
893 * play/landmark.el (lm-mode):
894 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
895 Replace inappropriate uses of toggle-read-only. (Bug#7292)
896
897 2010-10-28 Glenn Morris <rgm@gnu.org>
898
899 * select.el (x-selection): Mark it as an obsolete alias.
900
901 2010-10-27 Aaron S. Hawley <aaron.s.hawley@gmail.com>
902
903 * add-log.el (find-change-log): Use derived-mode-p rather than
904 major-mode (bug#7284).
905
906 2010-10-27 Glenn Morris <rgm@gnu.org>
907
908 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
909 rather than just an unused variable that inherits from the real one.
910
911 2010-10-23 Michael McNamara <mac@mail.brushroad.com>
912
913 * verilog-mode.el (verilog-directive-re): Make this variable
914 auto-built for efficiency of execution and updating.
915 (verilog-extended-complete-re): Support 'pure' fucntion & task
916 declarations (these have no bodies).
917 (verilog-beg-of-statement): General cleanup to enable support of
918 'pure' fucntion & task declarations (these have no bodies).
919 These efforts together fix Verilog bug210 from veripool; which was also
920 noticed by Steve Pearlmutter.
921 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
922 (verilog-directive-nest-re, verilog-set-auto-endcomments):
923 Support `elsif. Reported by Shankar Giri.
924 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
925 attribute handling for lining up declarations and assignments.
926 (verilog-beg-of-statement-1): Fix issue where continued declaration
927 is indented differently if it is after a begin..end clock.
928 (verilog-in-attribute-p, verilog-skip-backward-comments)
929 (verilog-skip-forward-comment-p): Support proper treatment of
930 attributes by indent code. Reported by Jeff Steele.
931 (verilog-in-directive-p): Fix comment to correctly describe function.
932 (verilog-backward-up-list, verilog-in-struct-region-p)
933 (verilog-backward-token, verilog-in-struct-p)
934 (verilog-in-coverage-p, verilog-do-indent)
935 (verilog-pretty-declarations): Use verilog-backward-up-list as
936 wrapper around backward-up-list inorder to properly skip comments.
937 Reported by David Rogoff.
938 (verilog-property-re, verilog-endcomment-reason-re)
939 (verilog-beg-of-statement, verilog-set-auto-endcomments)
940 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
941 of if). Reported by Max Bjurling and
942 (verilog-calc-1): Fix for clocking block in modport
943 declaration. Reported by Brian Hunter.
944
945 2010-10-23 Wilson Snyder <wsnyder@wsnyder.org>
946
947 * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
948 (verilog-gate-keywords, verilog-read-sub-decls)
949 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
950 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
951 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
952 (verilog-read-decls): Fix spaces in V2K module parameters causing
953 mis-identification as interfaces, bug287.
954 (verilog-read-decls): Fix not treating "parameter string" as a
955 parameter in AUTOINSTPARAM.
956 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
957 treating `elsif similar to `endif inside AUTOSENSE.
958 (verilog-do-indent): Implement correct automatic or static task or
959 function end comment highlight. Reported by Steve Pearlmutter.
960 (verilog-font-lock-keywords-2): Fix highlighting of single
961 character pins, bug264. Reported by Michael Laajanen.
962 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
963 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
964 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
965 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
966 (verilog-pretty-expr): Fix interactive arguments, bug272.
967 Reported by Mark Johnson.
968 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
969 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
970 bug269. Suggested by Gary Delp.
971 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
972 (verilog-preprocessor, verilog-set-compile-command):
973 Create verilog-preprocess and verilog-preprocessor to show
974 preprocessed output.
975 (verilog-get-beg-of-line, verilog-get-end-of-line)
976 (verilog-modi-file-or-buffer, verilog-modi-name)
977 (verilog-modi-point, verilog-within-string): Move defmacro's
978 before first use to avoid warning. Reported by Steve Pearlmutter.
979 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
980 (verilog-colorize-region, verilog-highlight-buffer)
981 (verilog-highlight-includes, verilog-highlight-modules)
982 (verilog-highlight-region, verilog-mode): Rename colorize to
983 highlight to match other packages. Disable module highlighting,
984 as received speed complaints, reenable for experimentation only
985 using new verilog-highlight-modules.
986 (verilog-read-decls): Fix regexp stack overflow in very large
987 AUTO_TEMPLATEs, bug250.
988 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
989 (verilog-scan): Create verilog-save-buffer-state to standardize
990 making insignificant changes that shouldn't call hooks.
991 (verilog-save-no-change-functions, verilog-save-scan-cache)
992 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
993 Create verilog-save-no-change-functions to wrap verilog-scan
994 preservation, and fix to work with nested preserved calls.
995 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
996 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
997 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
998 (verilog-submit-bug-report): Update variable list to be complete.
999 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
1000 breaking on-the-fly font-locking.
1001 (verilog-colorize-buffer, verilog-colorize-include-files)
1002 (verilog-colorize-include-files-buffer, verilog-colorize-region)
1003 (verilog-load-file-at-mouse, verilog-load-file-at-point)
1004 (verilog-mode, verilog-read-inst-module-matcher): With point on a
1005 AUTOINST cell instance name, middle mouse button now finds-file on
1006 it. Suggested by Brad Dobbie.
1007 (verilog-alw-get-temps, verilog-auto-reset)
1008 (verilog-auto-sense-sigs, verilog-read-always-signals)
1009 (verilog-read-always-signals-recurse): Fix loop indexes being
1010 AUTORESET. AUTORESET now assumes any variables in the
1011 initialization section of a for() should be ignored.
1012 Reported by Dan Dever.
1013 (verilog-error-font-lock-keywords)
1014 (verilog-error-regexp-emacs-alist)
1015 (verilog-error-regexp-xemacs-alist): Fix error detection of
1016 Cadence HAL, reported by David Asher. Repair drift between the
1017 three similar error variables.
1018 (verilog-modi-lookup, verilog-modi-lookup-cache)
1019 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
1020 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
1021 Fix slow verilog-auto expansion on very large files.
1022 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
1023 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
1024 "{1*2{...". Broke in last revision.
1025 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
1026 submodule connections with replications "{#{a},#{b}}".
1027
1028 2010-10-23 Glenn Morris <rgm@gnu.org>
1029
1030 * comint.el (comint-password-prompt-regexp):
1031 Match "enter the password". (Bug#7224)
1032
1033 2010-10-22 Juanma Barranquero <lekktu@gmail.com>
1034
1035 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
1036 Fix typo in docstring.
1037
1038 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
1039
1040 * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
1041 errors.
1042
1043 * net/trampver.el: Update release number.
1044
1045 2010-10-20 Kenichi Handa <handa@m17n.org>
1046
1047 * face-remap.el (text-scale-adjust): Call read-event with a proper
1048 prompt.
1049
1050 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
1051
1052 * net/tramp.el (tramp-do-file-attributes-with-stat)
1053 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
1054 order to make stat results a float. Patch by Andreas Schwab
1055 <schwab@linux-m68k.org>.
1056
1057 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1058
1059 * repeat.el (repeat): Use read-key (bug#6256).
1060
1061 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
1062
1063 * emacs-lisp/unsafep.el: Don't mark functions that display
1064 messages as safe. Suggested by Johan Bockgård.
1065
1066 2010-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1067
1068 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
1069 Turn comments into docstrings.
1070
1071 * minibuffer.el (completion--replace): Move point where it belongs
1072 when there's a common suffix (bug#7215).
1073
1074 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
1075
1076 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1077 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
1078 <dale@codefu.org>.
1079
1080 2010-10-15 Kenichi Handa <handa@m17n.org>
1081
1082 * international/characters.el: Add category '|' (word breakable)
1083 to fullwidth characters.
1084
1085 2010-10-14 Kenichi Handa <handa@m17n.org>
1086
1087 * mail/rmail.el (rmail-show-message-1): Catch an error of
1088 base64-decode-region and just show an error message (bug#7165).
1089
1090 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
1091 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
1092 a font-spec (bug#7197).
1093
1094 2010-10-13 Glenn Morris <rgm@gnu.org>
1095
1096 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
1097
1098 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
1099
1100 * international/mule.el (define-coding-system):
1101 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1102 * composite.el (compose-region): Fix typo in docstring.
1103
1104 2010-10-10 Jan Djärv <jan.h.d@swipnet.se>
1105
1106 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
1107 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
1108 (mac-right-option-modifier): New alias for ns-right-option-modifier.
1109
1110 * cus-start.el (all): ns-right-alternate-modifier is new.
1111
1112 2010-10-10 Andreas Schwab <schwab@linux-m68k.org>
1113
1114 * Makefile.in (ELCFILES): Update.
1115
1116 2010-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1117
1118 * emacs-lisp/lisp.el (lisp-completion-at-point):
1119 Use emacs-lisp-mode-syntax-table for the whole function.
1120
1121 2010-10-09 Richard Sharman <richard_sharman@mitel.com> (tiny change)
1122
1123 * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
1124 (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
1125 work when breakpoint number exceeds nine.
1126
1127 2010-10-05 David Koppelman <koppel@ece.lsu.edu>
1128
1129 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
1130 instead of font-lock-mode before adding keywords.
1131 Remove hi-lock-mode off code. Remove inhibit hack.
1132 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
1133 non-nil; removed hook inhibit hack.
1134
1135 2010-10-09 Glenn Morris <rgm@gnu.org>
1136
1137 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
1138 (load-path-shadows-find): ... to this.
1139 (list-load-path-shadows): Update for above change.
1140
1141 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
1142
1143 2010-10-08 Glenn Morris <rgm@gnu.org>
1144
1145 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
1146
1147 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
1148 (shadows-compare-text-p): Make it an obsolete alias for...
1149 (load-path-shadows-compare-text): ... new name.
1150 (find-emacs-lisp-shadows): Update for above name change.
1151 (load-path-shadows-same-file-or-nonexistent): New name for the old
1152 shadow-same-file-or-nonexistent.
1153
1154 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
1155
1156 * minibuffer.el (completion--some, completion--do-completion)
1157 (minibuffer-complete-and-exit, minibuffer-completion-help)
1158 (completion-basic-try-completion)
1159 (completion-basic-all-completions)
1160 (completion-pcm--find-all-completions): Use lexical-let to
1161 avoid some false matches in variable completion (Bug#7056)
1162
1163 2010-10-03 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
1164
1165 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
1166
1167 2010-10-03 Leo <sdl.web@gmail.com>
1168
1169 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
1170 return non-nil if the file exists (Bug#7090).
1171
1172 2010-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1173
1174 * minibuffer.el (completion--replace):
1175 Better preserve markers (bug#7138).
1176
1177 2010-09-29 Juanma Barranquero <lekktu@gmail.com>
1178
1179 * server.el (server-process-filter): Doc fix.
1180
1181 2010-09-27 Drew Adams <drew.adams@oracle.com>
1182
1183 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
1184
1185 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
1186
1187 * Makefile.in (ELCFILES): Update.
1188
1189 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1190 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
1191
1192 2010-09-27 Kenichi Handa <handa@m17n.org>
1193
1194 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
1195 "ustar" format.
1196
1197 2010-09-27 Kenichi Handa <handa@m17n.org>
1198
1199 * international/mule.el (define-coding-system): Docstring fixed.
1200
1201 * international/mule-diag.el (describe-character-set): Use princ
1202 with proper print-length and print-level instead of insert.
1203
1204 2010-09-26 Juanma Barranquero <lekktu@gmail.com>
1205
1206 * window.el (walk-windows): Doc fix (bug#7105).
1207
1208 2010-09-23 Glenn Morris <rgm@gnu.org>
1209
1210 * isearch.el (isearch-lazy-highlight-cleanup)
1211 (isearch-lazy-highlight-initial-delay)
1212 (isearch-lazy-highlight-interval)
1213 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
1214 * net/net-utils.el (ipconfig-program-options):
1215 Move aliases to options before the associated definitions.
1216
1217 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1218
1219 * newcomment.el (comment-normalize-vars): Better test validity of
1220 comment-end-skip.
1221
1222 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1223
1224 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
1225 (float-e): New name for `e'.
1226 (degrees-to-radians, radians-to-degrees):
1227 * calendar/solar.el (solar-longitude):
1228 * calculator.el (calculator-registers, calculator-funcall):
1229 * textmodes/artist.el (artist-spray-random-points):
1230 * play/bubbles.el (bubbles--initialize-images): Use new names.
1231
1232 2010-09-19 Eric M. Ludlam <zappo@gnu.org>
1233
1234 Update to CEDET 1.0's version of EIEIO.
1235
1236 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
1237 New function.
1238 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
1239 (eieio-default-eval-maybe): Eval val instead of unquoting only.
1240 (class-precedence-list): If class is nil, return nil.
1241 (eieio-generic-call): If class of first input arg is nil, don't
1242 look up static methods, and do check for primary methods.
1243 (initialize-instance): See if the default needs to be evaluated
1244 during the constructor.
1245 (eieio-perform-slot-validation-for-default): Don't do the check
1246 for values that will eventually be evaluated.
1247 (eieio-eval-default-p): New function.
1248 (eieio-default-eval-maybe): Use it.
1249
1250 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
1251
1252 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
1253 method-invocation-order.
1254 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
1255 (eieio-class-precedence-dfs): Compute class precedence list using
1256 dfs algorithm.
1257 (eieio-class-precedence-bfs): Compute class precedence list using
1258 bfs algorithm.
1259 (eieio-class-precedence-c3): Compute class precedence list using
1260 c3 algorithm.
1261 (class-precedence-list): New function.
1262 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
1263 (inconsistent-class-hierarchy): New error symbol.
1264 (call-next-method): Stow the replacement argument list for future
1265 call-next-method invocations.
1266
1267 2010-09-15 Glenn Morris <rgm@gnu.org>
1268
1269 * calendar/appt.el (appt-check): If not displaying the diary,
1270 use (diary 1) to only get the entries we need.
1271 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
1272 that it is in day order. (Bug#7019)
1273
1274 * calendar/appt.el (appt-check): Rather than showing the diary,
1275 just turn off invisible display, and only if needed.
1276
1277 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
1278
1279 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1280
1281 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1282 Add `when' argument. Update callers.
1283
1284 * subr.el (unintern): Declare the obarray arg mandatory.
1285
1286 2010-09-14 Glenn Morris <rgm@gnu.org>
1287
1288 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1289 Doc fixes.
1290
1291 * calendar/diary-lib.el (diary-included-files): New variable.
1292 (diary-list-entries): Maybe initialize diary-included-files.
1293 (diary-include-other-diary-files): Append to diary-included-files.
1294 * calendar/appt.el (appt-update-list): Also check the members of
1295 diary-included-files. (Bug#6999)
1296 (appt-check): Doc fix.
1297
1298 2010-09-12 David Reitter <david.reitter@gmail.com>
1299
1300 * simple.el (line-move-visual): Do not truncate goal column to
1301 integer size. (Bug#7020)
1302
1303 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1304
1305 * repeat.el (repeat): Allow repeating when the last event is a click.
1306 Suggested by Drew Adams (bug#6256).
1307
1308 2010-09-11 Sascha Wilde <wilde@sha-bang.de>
1309
1310 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1311 Replace setting HGRCPATH to "" by some less invasive --config options.
1312
1313 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1314
1315 * font-lock.el (font-lock-beginning-of-syntax-function):
1316 Mark as obsolete.
1317
1318 2010-09-10 Glenn Morris <rgm@gnu.org>
1319
1320 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1321 and tool-bar modes. (Bug#6211)
1322 (menu-bar-mode): Move setting of standard-value after the
1323 minor-mode definition, otherwise it seems to have no effect.
1324
1325 2010-09-08 Masatake YAMATO <yamato@redhat.com>
1326
1327 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1328 Fix typo. (Bug#6976)
1329
1330 2010-09-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1331
1332 * whitespace.el: Allow cleaning up blanks without blank
1333 visualization (Bug#6651). Adjust help window for
1334 whitespace-toggle-options (Bug#6479). Allow to use fill-column
1335 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
1336 (whitespace-style): Add new value 'face. Adjust docstring.
1337 (whitespace-space, whitespace-hspace, whitespace-tab):
1338 Adjust foreground property face.
1339 (whitespace-line-column): Adjust docstring and type declaration.
1340 (whitespace-style-value-list, whitespace-toggle-option-alist)
1341 (whitespace-help-text): Adjust const initialization.
1342 (whitespace-toggle-options, global-whitespace-toggle-options):
1343 Adjust docstring.
1344 (whitespace-display-window, whitespace-interactive-char)
1345 (whitespace-style-face-p, whitespace-color-on): Adjust code.
1346 (whitespace-help-scroll): New fun.
1347
1348 2010-09-05 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1349
1350 * files.el (directory-abbrev-alist): Use \` as default regexp.
1351
1352 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1353 chars like - or ] (bug#6984).
1354 (rx-any-condense-range): Explode 2-char ranges.
1355
1356 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1357
1358 * textmodes/bibtex.el:
1359 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1360
1361 2010-09-02 Glenn Morris <rgm@gnu.org>
1362
1363 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1364
1365 2010-08-31 Kenichi Handa <handa@m17n.org>
1366
1367 * international/mule-cmds.el (standard-display-european-internal):
1368 Setup standard-display-table for 8-bit characters by storing 8-bit
1369 characters in the element vector.
1370
1371 * disp-table.el (standard-display-8bit):
1372 Setup standard-display-table for 8-bit characters by storing 8-bit
1373 characters in the element vector.
1374 (standard-display-european): Likewise.
1375
1376 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
1377
1378 Sync with Tramp 2.1.19.
1379
1380 * net/tramp-cmds.el (tramp-cleanup-all-connections)
1381 (tramp-reporter-dump-variable, tramp-load-report-modules)
1382 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1383 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1384
1385 * net/tramp-compat.el (top): Do not autoload
1386 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
1387 only when `start-file-process' is not bound.
1388 (byte-compile-not-obsolete-vars): Define if not bound.
1389 (tramp-compat-funcall): New defmacro.
1390 (tramp-compat-line-beginning-position)
1391 (tramp-compat-line-end-position)
1392 (tramp-compat-temporary-file-directory)
1393 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1394 (tramp-compat-copy-file, tramp-compat-copy-directory)
1395 (tramp-compat-delete-file, tramp-compat-delete-directory)
1396 (tramp-compat-number-sequence, tramp-compat-process-running-p):
1397 Use it.
1398 (tramp-advice-file-expand-wildcards): Do not use
1399 `tramp-handle-file-remote-p'.
1400 (tramp-compat-make-temp-file): Simplify fallback implementation.
1401 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1402 (tramp-compat-copy-tree): Remove function.
1403 (tramp-compat-delete-file): New defun.
1404 (tramp-compat-delete-directory): Provide implementation for older
1405 Emacsen.
1406 (tramp-compat-file-attributes): Handle only
1407 `wrong-number-of-arguments' error.
1408
1409 * net/tramp-fish.el (tramp-fish-handle-copy-file):
1410 Add PRESERVE_SELINUX_CONTEXT.
1411 (tramp-fish-handle-delete-file): Add TRASH arg.
1412 (tramp-fish-handle-directory-files-and-attributes):
1413 Do not use `tramp-fish-handle-file-attributes.
1414 (tramp-fish-handle-file-local-copy)
1415 (tramp-fish-handle-insert-file-contents)
1416 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1417
1418 * net/tramp-gvfs.el (top): Require url-util.
1419 (tramp-gvfs-mount-point): Remove.
1420 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1421 and `set-file-selinux-context'.
1422 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1423 (tramp-gvfs-handle-file-selinux-context)
1424 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1425 (with-tramp-dbus-call-method): Format trace message.
1426 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1427 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1428 Implement backup call, when operation on local files fails.
1429 Use progress reporter. Flush properties of changed files.
1430 (tramp-gvfs-handle-delete-file): Add TRASH arg.
1431 Use `tramp-compat-delete-file'.
1432 (tramp-gvfs-handle-expand-file-name): Expand "~/".
1433 (tramp-gvfs-handle-make-directory): Make more traces.
1434 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1435 (tramp-gvfs-url-file-name): Hexify file name in url.
1436 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1437 into account for the resulting file name.
1438 (tramp-gvfs-handler-askquestion): Preserve current message, in
1439 order to let progress reporter continue afterwards. (Bug#6257)
1440 Return dummy mountpoint, when the answer is "no".
1441 See `tramp-gvfs-maybe-open-connection'.
1442 (tramp-gvfs-handler-mounted-unmounted)
1443 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1444 attribute "default_location". Set "prefix" property.
1445 Handle default-location.
1446 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1447 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1448 exists. Raise an error, if not (due to a corresponding answer
1449 "no" in interactive questions, for example).
1450 Use `tramp-compat-funcall'.
1451
1452 * net/tramp-imap.el (top): Autoload `epg-make-context'.
1453 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1454 (tramp-imap-do-copy-or-rename-file)
1455 (tramp-imap-handle-insert-file-contents)
1456 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1457 (tramp-imap-handle-delete-file): Add TRASH arg.
1458
1459 * net/tramp-smb.el (tramp-smb-handle-copy-file):
1460 Add PRESERVE-SELINUX-CONTEXT.
1461 (tramp-smb-handle-copy-file)
1462 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1463 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1464 Use `with-progress-reporter'.
1465 (tramp-smb-handle-delete-file): Add TRASH arg.
1466
1467 * net/tramp.el (tramp-methods): Move hostname to the end in all
1468 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
1469 appropriate.
1470 (tramp-verbose): Describe verbose level 9.
1471 (tramp-completion-function-alist)
1472 (tramp-file-name-regexp, tramp-chunksize)
1473 (tramp-local-coding-commands, tramp-remote-coding-commands)
1474 (with-connection-property, tramp-completion-mode-p)
1475 (tramp-action-process-alive, tramp-action-out-of-band)
1476 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1477 (tramp-exists-file-name-handler): Fix docstring.
1478 (tramp-remote-process-environment): Use `format' instead of
1479 `concat'. Protect version string by apostroph.
1480 (tramp-shell-prompt-pattern): Do not use a shy group in case of
1481 XEmacs.
1482 (tramp-file-name-regexp-unified)
1483 (tramp-completion-file-name-regexp-unified): On W32 systems, do
1484 not regard the volume letter as remote filename. (Bug#5447)
1485 (tramp-perl-file-attributes)
1486 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1487 (tramp-vc-registered-read-file-names): Read input as
1488 here-document, otherwise the command could exceed maximum length
1489 of command line.
1490 (tramp-file-name-handler-alist): Add `file-selinux-context' and
1491 `set-file-selinux-context'.
1492 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
1493 backtrace functions.
1494 (tramp-error-with-buffer): Don't show the connection buffer when
1495 we are in completion mode.
1496 (tramp-progress-reporter-update, tramp-remote-selinux-p)
1497 (tramp-handle-file-selinux-context)
1498 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
1499 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
1500 New defuns.
1501 (with-progress-reporter): New defmacro.
1502 (tramp-debug-outline-regexp): New defconst.
1503 (top, tramp-rfn-eshadow-setup-minibuffer)
1504 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1505 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1506 (tramp-completion-mode-p, tramp-check-for-regexp)
1507 (tramp-open-connection-setup-interactive-shell)
1508 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1509 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1510 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
1511 Use `tramp-compat-funcall'.
1512 (tramp-handle-make-symbolic-link): Flush file properties.
1513 (tramp-handle-load, tramp-handle-file-local-copy)
1514 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1515 (tramp-handle-vc-registered, tramp-maybe-send-script)
1516 (tramp-find-shell): Use `with-progress-reporter'.
1517 (tramp-do-file-attributes-with-stat): Add space in format string,
1518 in order to work around a bug in pdksh. Reported by Gilles Pion
1519 <gpion@lfdj.com>.
1520 (tramp-handle-verify-visited-file-modtime): Do not send a command
1521 when the connection is not established.
1522 (tramp-handle-set-file-times): Simplify the check for utc.
1523 (tramp-handle-directory-files-and-attributes)
1524 (tramp-get-remote-path): Use `copy-tree'.
1525 (tramp-completion-handle-file-name-all-completions): Ensure, that
1526 non remote files are still checked. Oops.
1527 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1528 Handle PRESERVE-SELINUX-CONTEXT.
1529 (tramp-do-copy-or-rename-file): Add progress reporter.
1530 (tramp-do-copy-or-rename-file-directly): Do not use
1531 `tramp-handle-file-remote-p'.
1532 (tramp-do-copy-or-rename-file-out-of-band):
1533 Use `tramp-compat-delete-directory'.
1534 (tramp-do-copy-or-rename-file-out-of-band)
1535 (tramp-compute-multi-hops, tramp-maybe-open-connection):
1536 Use `format-spec-make'.
1537 (tramp-handle-delete-file): Add TRASH arg.
1538 (tramp-handle-dired-uncache): Flush directory cache, not only file
1539 cache.
1540 (tramp-handle-expand-file-name)
1541 (tramp-completion-handle-file-name-all-completions)
1542 (tramp-completion-handle-file-name-completion):
1543 Use `tramp-connectable-p'.
1544 (tramp-handle-start-file-process): Set connection property "vec".
1545 Use it, in order to invalidate file caches. Check only for
1546 `remote-tty' process property.
1547 Implement tty setting. (Bug#4604, Bug#6360)
1548 (tramp-file-name-for-operation): Add `call-process-region' and
1549 `set-file-selinux-context'.
1550 (tramp-find-foreign-file-name-handler)
1551 (tramp-advice-make-auto-save-file-name)
1552 (tramp-set-auto-save-file-modes): Remove superfluous check for
1553 `stringp'. This is done inside `tramp-tramp-file-p'.
1554 (tramp-file-name-handler): Trace 'quit. Catch the error for some
1555 operations when we are in completion mode. This gives the user
1556 the chance to correct the file name in the minibuffer.
1557 (tramp-completion-mode-p): Use `non-essential'.
1558 (tramp-handle-file-name-all-completions): Backward/ XEmacs
1559 compatibility: Use `completion-ignore-case' if
1560 `read-file-name-completion-ignore-case' does not exist.
1561 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1562 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1563 `tramp-open-shell'.
1564 (tramp-action-password): Hide password prompt before next run.
1565 (tramp-process-actions): Widen connection buffer for the trace.
1566 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1567 process property. Trace stty settings if `tramp-verbose' >= 9.
1568 Apply workaround for IRIX64 bug. Move argument of last
1569 `tramp-send-command' where it belongs to.
1570 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1571 front of `login-args'.
1572 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1573 on "/dev/null" instead of "/".
1574 (tramp-get-ls-command-with-dired): Make test for "--dired"
1575 stronger.
1576 (tramp-set-auto-save-file-modes): Adapt version check.
1577 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1578 (tramp-handle-process-file): Call the program in a subshell, in
1579 order to preserve working directory.
1580 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1581 `tramp-remote-sh' from `tramp-methods'.
1582 (tramp-get-ls-command): Make test for "--color=never" stronger.
1583 (tramp-check-for-regexp): Use (forward-line 1).
1584
1585 * net/trampver.el: Update release number.
1586
1587 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
1588
1589 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1590 empty argument to gvfs-copy.
1591
1592 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1593
1594 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1595 handle new TRASH arg of `delete-file'.
1596
1597 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
1598
1599 * net/tramp.el (tramp-handle-insert-directory): Don't use
1600 `forward-word', its default syntax could be changed.
1601
1602 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1603 Michael Albinus <michael.albinus@gmx.de>
1604
1605 Implement compression for inline methods.
1606
1607 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1608 (tramp-copy-size-limit): Allow also nil.
1609 (tramp-inline-compress-commands): New defconst.
1610 (tramp-find-inline-compress, tramp-get-inline-compress)
1611 (tramp-get-inline-coding): New defuns.
1612 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1613 replaced by `tramp-get-inline-coding'.
1614 (tramp-handle-file-local-copy, tramp-handle-write-region)
1615 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1616
1617 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
1618
1619 Detect ssh 'ControlMaster' argument automatically in some cases.
1620
1621 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1622 (tramp-default-method): Use it.
1623
1624 2010-08-26 Karel Klíč <kklic@redhat.com>
1625
1626 * net/tramp.el (tramp-file-name-for-operation):
1627 Add file-selinux-context.
1628
1629 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
1630
1631 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1632
1633 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1634
1635 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1636 (Bug#6907).
1637
1638 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
1639
1640 * progmodes/python.el (python-block-pairs): Allow use of "finally"
1641 with "else" (Bug#3991).
1642
1643 2010-08-22 Leo <sdl.web@gmail.com>
1644
1645 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1646 (ignore, bright, dim, keyword): Split list of nicknames before
1647 passing to rcirc-add-or-remove (Bug#6894).
1648
1649 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
1650
1651 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1652
1653 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1654
1655 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
1656 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
1657 New version 13.0.
1658 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1659 Adjust initialization.
1660 (whitespace-bob-marker, whitespace-eob-marker)
1661 (whitespace-buffer-changed): New vars.
1662 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
1663 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1664 (whitespace-post-command-hook, whitespace-display-char-on):
1665 Adjust code.
1666 (whitespace-looking-back, whitespace-buffer-changed): New funs.
1667 (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
1668
1669 2010-08-21 Leo <sdl.web@gmail.com>
1670
1671 Fix buffer-list rename&refresh after killing a buffer in ido.
1672 * lisp/ido.el: Revert Óscar's.
1673 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1674 Remember the buffers at head, rather than their name.
1675 * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1676
1677 2010-08-21 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
1678 Stefan Monnier <monnier@iro.umontreal.ca>
1679
1680 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1681 extra backslash added to each line (bug#6890).
1682
1683 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1684
1685 * subr.el (read-key): Don't echo keystrokes (bug#6883).
1686
1687 2010-08-21 Glenn Morris <rgm@gnu.org>
1688
1689 * menu-bar.el (menu-bar-games-menu): Add landmark.
1690
1691 2010-08-20 Glenn Morris <rgm@gnu.org>
1692
1693 * align.el (align-regexp): Make group and spacing arguments
1694 use the interactive defaults when non-interactive. (Bug#6698)
1695
1696 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1697 expansion, so as not to need sendmail.
1698 (mail-text-start): Remove declaration.
1699 (rmail-retry-failure): Require sendmail.
1700
1701 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1702
1703 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
1704
1705 2010-08-18 Michael Albinus <michael.albinus@gmx.de>
1706
1707 * progmodes/flymake.el (flymake-start-syntax-check-process):
1708 Use `start-file-process' in order to let it run also on remote hosts.
1709
1710 2010-08-18 Kenichi Handa <handa@m17n.org>
1711
1712 * files.el: Add `word-wrap' as safe local variable.
1713
1714 2010-08-18 Glenn Morris <rgm@gnu.org>
1715
1716 * woman.el (woman-translate): Case matters. (Bug#6849)
1717
1718 2010-08-14 Chong Yidong <cyd@stupidchicken.com>
1719
1720 * simple.el (kill-region): Doc fix (Bug#6787).
1721
1722 2010-08-14 Glenn Morris <rgm@gnu.org>
1723
1724 * calendar/diary-lib.el (diary-header-line-format):
1725 Fit it to the window, not the frame.
1726
1727 2010-08-11 Andreas Schwab <schwab@linux-m68k.org>
1728
1729 * subr.el (ignore-errors): Add debug declaration.
1730
1731 2010-08-09 Geoff Gole <geoffgole@gmail.com> (tiny change)
1732
1733 * whitespace.el (whitespace-color-off): Remove post-command-hook
1734 locally.
1735
1736 2010-08-08 Johan Bockgård <bojohan@gnu.org>
1737
1738 * replace.el (replace-highlight): Bind isearch-forward and
1739 isearch-error, ensuring that highlighting is updated if the user
1740 switches the search direction (Bug#6808).
1741
1742 * isearch.el (isearch-lazy-highlight-forward): New var.
1743 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
1744 (isearch-lazy-highlight-update): Use it.
1745
1746 2010-08-06 Kenichi Handa <handa@m17n.org>
1747
1748 * international/mule.el (define-charset): Store NAME as :base property.
1749 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
1750 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
1751 current priority. Force using the designation of the specific
1752 charset by adding `charset' text property. Improve the whole
1753 algorithm.
1754
1755 2010-08-05 Juanma Barranquero <lekktu@gmail.com>
1756
1757 * emulation/pc-select.el (pc-selection-mode-hook)
1758 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
1759 (pc-selection-mode): Fix typos in docstrings.
1760
1761 2010-08-04 Kenichi Handa <handa@m17n.org>
1762
1763 * language/cyrillic.el: Don't add "microsoft-cp1251" to
1764 ctext-non-standard-encodings-alist here.
1765
1766 * international/mule.el (ctext-non-standard-encodings-alist):
1767 Add "koi8-r" and "microsoft-cp1251".
1768 (ctext-standard-encodings): New variable.
1769 (ctext-non-standard-encodings-table): List only elements for
1770 non-standard encodings.
1771 (ctext-pre-write-conversion): Adjust for the above change.
1772 Check ctext-standard-encodings.
1773
1774 * international/mule-conf.el (compound-text): Doc fix.
1775 (ctext-no-compositions): Doc fix.
1776 (compound-text-with-extensions): Doc fix.
1777
1778 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1779
1780 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
1781
1782 2010-08-03 Juanma Barranquero <lekktu@gmail.com>
1783
1784 * progmodes/which-func.el (which-func-format): Split help-echo text
1785 into lines, like other mode-line tooltips.
1786
1787 * server.el (server-start): When using TCP sockets, force IPv4
1788 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
1789
1790 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1791
1792 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
1793
1794 2010-08-02 Juanma Barranquero <lekktu@gmail.com>
1795
1796 * term.el (term-delimiter-argument-list): Reflow docstring.
1797 (term-read-input-ring, term-write-input-ring, term-send-input)
1798 (term-bol, term-erase-in-display, serial-supported-or-barf):
1799 Fix typos in docstrings.
1800
1801 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1802
1803 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
1804
1805 2010-08-01 Juanma Barranquero <lekktu@gmail.com>
1806
1807 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
1808
1809 2010-08-01 MON KEY <monkey@sandpframing.com> (tiny change)
1810
1811 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
1812 Fix typo in docstring (bug#6747).
1813
1814 2010-07-30 Leo <sdl.web@gmail.com>
1815
1816 * eshell/esh-io.el (eshell-get-target): Better detection of
1817 read-only file (Bug#6762).
1818
1819 2010-07-30 Juanma Barranquero <lekktu@gmail.com>
1820
1821 * align.el (align-default-spacing): Doc fix.
1822 (align-region-heuristic, align-regexp): Fix typos in docstrings.
1823
1824 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
1825
1826 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
1827
1828 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
1829
1830 * time.el (display-time-day-and-date): Remove spurious * in docstring.
1831 (display-time-world-buffer-name, display-time-world-mode-map):
1832 Fix typos in docstrings.
1833
1834 2010-07-17 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
1835
1836 * image-mode.el (image-display-size): New function.
1837 (image-forward-hscroll, image-next-line, image-eol, image-eob)
1838 (image-mode-fit-frame): Use it (Bug#6639).
1839
1840 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
1841
1842 * dired.el (dired-buffers-for-dir): Handle list values of
1843 dired-directory (Bug#6636).
1844
1845 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
1846
1847 * vc.el (vc-coding-system-inherit-eol): New defvar.
1848 (vc-coding-system-for-diff): Use it to decide whether to inherit
1849 from the file the EOL format for reading the diffs of that file.
1850 (Bug#4451)
1851
1852 2010-07-16 Eli Zaretskii <eliz@gnu.org>
1853
1854 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
1855 unibyte, so compressed attachments are not compressed again.
1856
1857 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
1858
1859 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
1860 now that unicode is used (Bug#6594).
1861
1862 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
1863
1864 * simple.el (push-mark-command): Set the selection if
1865 select-active-regions is non-nil.
1866
1867 2010-07-10 Glenn Morris <rgm@gnu.org>
1868
1869 * calendar/calendar.el (calendar-week-end-day): New function.
1870 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
1871 Respect calendar-week-start-day. (Bug#6606)
1872 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
1873 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
1874 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
1875 respect calendar-week-start-day.
1876
1877 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
1878
1879 * simple.el (use-region-p): Doc fix (Bug#6607).
1880
1881 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
1882
1883 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
1884 builtins (BufferError, BytesWarning, WindowsError; callables
1885 bin, bytearray, bytes, format, memoryview, next, print; __package__).
1886
1887 2010-07-07 Glenn Morris <rgm@gnu.org>
1888
1889 * play/zone.el (zone-fall-through-ws): Fix next-line ->
1890 forward-line fallout.
1891
1892 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
1893
1894 * mouse.el (mouse-appearance-menu): Add docstring.
1895
1896 * help.el (describe-key): Print up-event using key-description.
1897
1898 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
1899
1900 * net/zeroconf.el (zeroconf-resolve-service)
1901 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
1902 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
1903
1904 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
1905
1906 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
1907
1908 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
1909
1910 Avoid displaying files with a nil state in vc-dir.
1911 * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
1912 cases that cause insertion.
1913 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
1914 with a nil state.
1915
1916 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
1917
1918 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
1919
1920 2010-06-29 Leo <sdl.web@gmail.com>
1921
1922 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
1923
1924 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
1925
1926 * generic-x.el (bat-generic-mode): Fix regexp for command line
1927 switches (Bug#5719).
1928
1929 2010-06-27 Masatake YAMATO <yamato@redhat.com>
1930
1931 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
1932 of nconc to avoid pure storage error (Bug#6239).
1933
1934 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
1935
1936 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
1937 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
1938 bindings of bookmark-automatically-show-annotations (Bug#6515).
1939
1940 2010-06-25 Eli Zaretskii <eliz@gnu.org>
1941
1942 * arc-mode.el (archive-zip-extract): Don't quote the file name on
1943 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
1944
1945 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
1946
1947 * comint.el (make-comint, make-comint-in-buffer): Mention return
1948 value in the docstrings. (Bug#6498)
1949
1950 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
1951
1952 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
1953 since it is not present when using some non-default switches.
1954
1955 2010-06-23 Karl Fogel <kfogel@red-bean.com>
1956
1957 * simple.el (compose-mail): Fix doc string to refer to
1958 `compose-mail-user-agent-warnings', instead of to the
1959 nonexistent `compose-mail-check-user-agent'.
1960
1961 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1962
1963 Fix vc-annotate for renamed files when using Git.
1964 * vc-git.el (vc-git-find-revision): Deal with empty results from
1965 ls-files. Doe not pass the object as a file name to cat-file, it
1966 is not a file name.
1967 (vc-git-annotate-command): Pass the file name using -- to avoid
1968 ambiguity with the revision.
1969 (vc-git-previous-revision): Pass a relative file name.
1970
1971 2010-06-22 Glenn Morris <rgm@gnu.org>
1972
1973 * progmodes/js.el (js-mode-map): Use standard capitalization and
1974 ellipses for menu entries.
1975
1976 * wid-edit.el (widget-complete): Doc fix.
1977
1978 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
1979
1980 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
1981
1982 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1983
1984 Fix annotating other revisions for renamed files in vc-annotate.
1985 * vc-annotate.el (vc-annotate): Add an optional argument for the
1986 VC backend. Use it when non-nil.
1987 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate
1988 (Bug#6487).
1989
1990 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
1991 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1992 Do not pass the file name to the 'previous-revision call when we
1993 don't want a file diff. (Bug#6489)
1994
1995 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1996
1997 Fix finding revisions for renamed files in vc-annotate.
1998 * vc.el (vc-find-revision): Add an optional argument for
1999 the VC backend. Use it when non-nil.
2000 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
2001 backend to vc-find-revision. (Bug#6487)
2002
2003 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
2004
2005 Fix reading file names in Git annotate buffers.
2006 * vc-git.el (vc-git-annotate-extract-revision-at-line):
2007 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
2008
2009 2010-06-20 Alan Mackenzie <acm@muc.de>
2010
2011 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
2012 in file local variables, set it first.
2013
2014 2010-06-19 Glenn Morris <rgm@gnu.org>
2015
2016 * descr-text.el (describe-char-unicode-data): Insert separating
2017 space when needed. (Bug#6422)
2018
2019 * progmodes/idlwave.el (idlwave-action-and-binding):
2020 Fix typo in 2009-12-03 change. (Bug#6450)
2021
2022 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
2023
2024 * subr.el (read-quoted-char): Fix up last change (bug#6290).
2025
2026 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
2027
2028 * font-lock.el (font-lock-major-mode): Rename from
2029 font-lock-mode-major-mode to distinguish it from
2030 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
2031 (font-lock-set-defaults):
2032 * font-core.el (font-lock-default-function): Adjust users.
2033 (font-lock-mode): Don't set it at all.
2034
2035 2010-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2036
2037 * vc-annotate.el (vc-annotate): Use vc-read-revision.
2038
2039 2010-06-15 Glenn Morris <rgm@gnu.org>
2040
2041 * calendar/appt.el (appt-time-msg-list): Doc fix.
2042 (appt-check): Let-bind appt-warn-time.
2043 (appt-add): Make the 3rd argument optional.
2044 Simplify argument names. Doc fix. Check for integer WARNTIME.
2045 Only add WARNTIME to the output list if non-nil.
2046
2047 2010-06-15 Ivan Kanis <apple@kanis.eu>
2048
2049 * calendar/appt.el (appt-check): Let the 3rd element of
2050 appt-time-msg-list specify the warning time.
2051 (appt-add): Add new argument with the warning time. (Bug#5176)
2052
2053 2010-06-12 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
2054
2055 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
2056 older than version 1.6. (Bug#6361)
2057
2058 2010-06-12 Helmut Eller <eller.helmut@gmail.com>
2059
2060 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
2061 used by cl-do-arglist. (Bug#6408)
2062
2063 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2064
2065 * emacs-lisp/advice.el (ad-compile-function):
2066 Define warning-suppress-types before we let-bind it (bug#6275).
2067
2068 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
2069 declare it, make it buffer-local and permanent-local (bug#6324).
2070 (vc-resynch-window): Adjust name.
2071 * vc-hooks.el (vc-find-file-hook): Adjust name.
2072
2073 2010-06-07 Jonathan Rockway <jon@jrock.us>
2074
2075 * net/rcirc.el: Add support for password authentication.
2076 (rcirc-server-alist): Add :password keyword.
2077 (rcirc): Ask for a password, or get it from the server's alist.
2078 (rcirc-connect): Add password argument. Pass it to server.
2079
2080 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
2081
2082 * net/dbus.el (dbus-register-method): Declare function.
2083 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
2084 (dbus-introspect): Doc fix.
2085 (dbus-event-bus-name, dbus-introspect-get-interface)
2086 (dbus-introspect-get-argument): Reflow docstrings.
2087
2088 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
2089
2090 * term/common-win.el (x-colors): Add "dark green" and "dark
2091 turquoise" (Bug#6332).
2092
2093 2010-06-03 Glenn Morris <rgm@gnu.org>
2094
2095 * desktop.el (desktop-clear-preserve-buffers):
2096 Add "*Warnings*" buffer. (Bug#6336)
2097
2098 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
2099
2100 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
2101
2102 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2103
2104 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
2105 `file-directory-p' to the filename part rather than to the whole text.
2106
2107 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2108
2109 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
2110
2111 2010-05-31 Drew Adams <drew.adams@oracle.com>
2112
2113 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
2114
2115 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
2116
2117 * subr.el (momentary-string-display): Just use read-event to read
2118 the exit event (Bug#6238).
2119
2120 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
2121
2122 * ansi-color.el: Delete unused escape sequences (Bug#6085).
2123 (ansi-color-drop-regexp): New constant.
2124 (ansi-color-apply, ansi-color-filter-region)
2125 (ansi-color-apply-on-region): Delete unrecognized control sequences.
2126 (ansi-color-apply): Build string list before calling concat.
2127
2128 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
2129
2130 * progmodes/verilog-mode.el (verilog-type-font-keywords):
2131 Use font-lock-constant-face, not obsolete font-lock-reference-face.
2132
2133 2010-05-27 Masatake YAMATO <yamato@redhat.com>
2134
2135 * htmlfontify.el (hfy-face-resolve-face): New function.
2136 (hfy-face-to-style): Use it (Bug#6279).
2137
2138 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2139
2140 * epa.el (epa--select-keys): Don't explicitly delete the window since
2141 that can fail (e.g. sole window in frame). Use dedication instead.
2142
2143 2010-05-19 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
2144
2145 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
2146
2147 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2148
2149 * subr.el (read-quoted-char): Resolve modifiers after key
2150 remapping (bug#6212).
2151
2152 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2153
2154 * tmm.el (tmm-prompt): Don't try to precompute bindings.
2155 (tmm-get-keymap): Compute shortcuts (bug#6171).
2156
2157 2010-05-10 Glenn Morris <rgm@gnu.org>
2158
2159 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
2160 all dired buffers, even tramp ones. (Bug#5755) [Backport from trunk]
2161
2162 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2163
2164 * Version 23.2 released.
2165
2166 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
2167
2168 * international/mule.el (auto-coding-alist): Only purecopy
2169 car of each item, not the whole list (Bug#6083).
2170
2171 2010-05-02 Chong Yidong <cyd@stupidchicken.com>
2172
2173 * progmodes/js.el (js-mode): Make paragraph variables local before
2174 calling c-setup-paragraph-variables (Bug#6071).
2175
2176 2010-05-01 Eli Zaretskii <eliz@gnu.org>
2177
2178 * composite.el (compose-region, reference-point-alist): Fix typos
2179 in the doc strings.
2180
2181 2010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2182
2183 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2184 gnuplot's "set" command.
2185
2186 2010-04-26 Juanma Barranquero <lekktu@gmail.com>
2187
2188 * abbrev.el (last-abbrev-text): Doc fix.
2189 (abbrev-prefix-mark): Don't escape parenthesis.
2190
2191 2010-04-24 Andreas Schwab <schwab@linux-m68k.org>
2192
2193 * composite.el (find-composition): Doc fix.
2194
2195 2010-04-24 Juanma Barranquero <lekktu@gmail.com>
2196
2197 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2198 (sql-oracle-program, sql-sqlite-options)
2199 (sql-query-placeholders-and-send): Doc fixes.
2200 (sql-set-product, sql-interactive-mode): Reflow docstrings.
2201 (sql-imenu-generic-expression, sql-buffer)
2202 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2203 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2204 (sql-mode-sybase-font-lock-keywords)
2205 (sql-mode-informix-font-lock-keywords)
2206 (sql-mode-interbase-font-lock-keywords)
2207 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2208 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2209 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2210 (sql-product-feature, sql-highlight-product)
2211 (comint-line-beginning-position, sql-rename-buffer)
2212 (sql-toggle-pop-to-buffer-after-send-region)
2213 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2214 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2215 Fix typos in docstrings.
2216
2217 2010-04-23 Juri Linkov <juri@jurta.org>
2218
2219 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2220 property instead of `invisible' and `after-string' (bug#5998).
2221
2222 2010-04-23 Juri Linkov <juri@jurta.org>
2223
2224 * image-mode.el (image-mode-as-text): Fix typo in docstring.
2225
2226 2010-04-23 Juanma Barranquero <lekktu@gmail.com>
2227
2228 * filecache.el (file-cache-add-directory-list)
2229 (file-cache-add-directory-recursively): Fix typos in docstrings.
2230
2231 2010-04-22 Kenichi Handa <handa@m17n.org>
2232
2233 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2234 (gujarati-composable-pattern): Fix typo.
2235
2236 2010-04-20 Kenichi Handa <handa@m17n.org>
2237
2238 * language/indian.el (oriya-composable-pattern)
2239 (tamil-composable-pattern, malayalam-composable-pattern):
2240 Add two-part vowels to "v" (vowel sign).
2241
2242 2010-04-20 Chong Yidong <cyd@stupidchicken.com>
2243
2244 * files.el (copy-directory): Handle symlinks (Bug#5982).
2245
2246 * progmodes/compile.el (compilation-next-error-function):
2247 Revert 2009-10-12 change (Bug#5983).
2248
2249 2010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2250
2251 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2252 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
2253 (Bug#5846).
2254
2255 2010-04-20 Glenn Morris <rgm@gnu.org>
2256
2257 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2258
2259 * minibuffer.el (completion-at-point): Doc fix.
2260
2261 2010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
2262
2263 Fix the version number for added files.
2264 * vc-hg.el (vc-hg-working-revision): Check if the file is
2265 registered after hg parent fails (Bug#5961).
2266
2267 2010-04-17 Glenn Morris <rgm@gnu.org>
2268
2269 * htmlfontify.el (htmlfontify-buffer)
2270 (htmlfontify-copy-and-link-dir): Autoload entry points.
2271
2272 2010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
2273
2274 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
2275 name relative to the project root (Bug#5960).
2276
2277 2010-04-16 Glenn Morris <rgm@gnu.org>
2278
2279 * vc-git.el (vc-git-print-log): Doc fix.
2280
2281 2010-04-14 Óscar Fuentes <ofv@wanadoo.es>
2282
2283 * ido.el (ido-file-internal): Fix 2009-12-02 change.
2284
2285 2010-04-14 Christoph <cschol2112@googlemail.com> (tiny change)
2286
2287 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
2288 default settings (Bug#5928).
2289
2290 2010-04-10 Glenn Morris <rgm@gnu.org>
2291
2292 * progmodes/fortran.el (fortran-match-and-skip-declaration):
2293 New function.
2294 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
2295
2296 2010-04-07 Kenichi Handa <handa@m17n.org>
2297
2298 * language/indian.el (malayalam-composable-pattern): Fix previous
2299 change (add U+0D4D "SIGN VIRAMA").
2300 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2301 (tamil-composable-pattern): Fix typo in the regexp.
2302 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2303 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2304 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2305
2306 2010-04-06 Chong Yidong <cyd@stupidchicken.com>
2307
2308 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2309 paragraph-separate (Bug#5821).
2310
2311 2010-04-05 Juri Linkov <juri@jurta.org>
2312
2313 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2314
2315 * info.el (Info-find-node-2): Comment out code that skips
2316 breadcrumbs line.
2317 (Info-mouse-follow-link): New command.
2318 (Info-link-keymap): New keymap.
2319 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2320 Return a string with links instead of inserting breadcrumbs
2321 to the Info buffer.
2322 (Info-fontify-node): Comment out code that inserts breadcrumbs.
2323 Instead of putting the `invisible' text property over the Info
2324 header, make an overlay over the Info header with the `invisible'
2325 property and `after-string' set to the string returned by
2326 `Info-breadcrumbs'.
2327
2328 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
2329
2330 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2331 Reported by monkey@sandpframing.com.
2332
2333 2010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
2334
2335 * textmodes/artist.el (artist-mode): Fix typo in docstring.
2336 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
2337
2338 2010-03-30 Kenichi Handa <handa@m17n.org>
2339
2340 * language/sinhala.el (composition-function-table): Fix regexp for
2341 the new Unicode specification.
2342
2343 * language/indian.el (devanagari-composable-pattern)
2344 (tamil-composable-pattern, kannada-composable-pattern)
2345 (malayalam-composable-pattern): Adjust for the new Unicode
2346 specification.
2347 (bengali-composable-pattern, gurmukhi-composable-pattern)
2348 (gujarati-composable-pattern, oriya-composable-pattern)
2349 (telugu-composable-pattern): New variables to cope with the new
2350 Unicode specification. Use them in composition-function-table.
2351
2352 2010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2353
2354 Make tmm-menubar work for the Buffers menu again (bug#5726).
2355 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2356 vectors rather than cons cells, as used in menu-bar-update-buffers.
2357
2358 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
2359
2360 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2361 (js-insert-and-indent): Revert 2009-08-15 change, restoring
2362 electric punctuation for "{}();,:" (Bug#5586).
2363
2364 * mail/sendmail.el (mail-default-directory): Doc fix.
2365
2366 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
2367
2368 * mail/sendmail.el (mail-default-directory): Doc fix.
2369
2370 2010-03-27 Eli Zaretskii <eliz@gnu.org>
2371
2372 * subr.el (version-regexp-alist, version-to-list)
2373 (version-list-<, version-list-=, version-list-<=)
2374 (version-list-not-zero, version<, version<=, version=): Doc fix.
2375 (Bug#5744).
2376
2377 2010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2378 Nick Roberts <nickrob@snap.net.nz>
2379
2380 * progmodes/gdb-ui.el (gdb-apple-test): New function.
2381 (gdb-init-1): Use it.
2382
2383 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2384
2385 * vc.el (vc-root-diff): Doc fix.
2386
2387 2010-03-25 Chong Yidong <cyd@stupidchicken.com>
2388
2389 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2390
2391 * simple.el (append-to-buffer): Fix last change.
2392
2393 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
2394
2395 * simple.el (append-to-buffer): Ensure that point is preserved if
2396 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
2397 (Bug#5749)
2398
2399 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2400
2401 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2402 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2403 not be present any more.
2404
2405 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
2406
2407 * faces.el (set-face-attribute): Fix typo in docstring.
2408 (face-valid-attribute-values): Reflow docstring.
2409
2410 2010-03-23 Glenn Morris <rgm@gnu.org>
2411
2412 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
2413
2414 2010-03-21 Chong Yidong <cyd@stupidchicken.com>
2415
2416 * indent.el (indent-for-tab-command): Doc fix.
2417
2418 2010-03-22 Juanma Barranquero <lekktu@gmail.com>
2419
2420 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2421 (image-dired-read-comment): Doc fix.
2422
2423 * json.el (json-object-type, json-array-type, json-key-type)
2424 (json-false, json-null, json-read-number):
2425 * minibuffer.el (completion-in-region-functions):
2426 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2427 (cal-tex-cursor-week):
2428 * emacs-lisp/trace.el (trace-function):
2429 * eshell/em-basic.el (eshell/printnl):
2430 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2431 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2432 * obsolete/levents.el (allocate-event, event-key, event-object)
2433 (event-point, event-process, event-timestamp, event-to-character)
2434 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2435 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2436 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2437 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2438 (reftex-highlight-selection): Fix typos in docstrings.
2439
2440 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
2441
2442 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2443
2444 2010-03-18 Glenn Morris <rgm@gnu.org>
2445
2446 * mail/rmail.el (rmail-highlight-face): Restore option deleted
2447 2008-02-13 without comment; mark it obsolete.
2448 (rmail-highlight-headers): Use rmail-highlight-face once more.
2449
2450 2010-03-16 Chong Yidong <cyd@stupidchicken.com>
2451
2452 * woman.el (woman2-process-escapes): Only consume the newline if
2453 the filler character is on a line by itself (Bug#5729).
2454
2455 2010-03-16 Kenichi Handa <handa@m17n.org>
2456
2457 * language/indian.el (devanagari-composable-pattern): Add more
2458 consonants.
2459
2460 2010-03-14 Michael Albinus <michael.albinus@gmx.de>
2461
2462 * net/trampver.el: Update release number.
2463
2464 2010-03-13 Glenn Morris <rgm@gnu.org>
2465
2466 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2467
2468 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
2469
2470 * net/tramp.el (tramp-find-executable):
2471 Use `tramp-get-connection-buffer'. Make the regexp for checking
2472 output of "wc -l" more robust.
2473 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2474 (tramp-open-connection-setup-interactive-shell): Remove workaround
2475 for OpenSolaris bug, it is not needed anymore.
2476
2477 2010-03-12 Glenn Morris <rgm@gnu.org>
2478
2479 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
2480
2481 2010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
2482
2483 * files.el (auto-mode-alist): Accept more verilog file patterns.
2484
2485 2010-03-09 Miles Bader <miles@gnu.org>
2486
2487 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
2488 instead of "format:"; this ensures that the output is
2489 newline-terminated.
2490
2491 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
2492
2493 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
2494 that all errors are caught, and that the return value is always a
2495 list (Bug#5692).
2496
2497 2010-03-08 Kenichi Handa <handa@m17n.org>
2498
2499 * language/misc-lang.el (windows-1256): New coding system.
2500 (cp1256): New alias of windows-1256 (bug#5690).
2501
2502 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
2503
2504 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
2505 call to rfc822-bad-address. (Bug#5692)
2506
2507 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
2508
2509 * vc-git.el (vc-git-annotate-extract-revision-at-line):
2510 Use vc-git-root as default directory for revision path (Bug#5657).
2511
2512 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
2513
2514 * calculator.el (calculator): Don't bind split-window-keep-point
2515 (Bug#5674).
2516
2517 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
2518
2519 * vc-git.el: Re-flow to fit into 80 columns.
2520 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
2521 Remove spurious `quote' element in each case alternative.
2522 (vc-git-show-log-entry): Use prog1.
2523 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
2524
2525 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2526
2527 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
2528
2529 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
2530
2531 * macros.el (insert-kbd-macro): Look up keyboard macro using the
2532 definition, not the name (Bug#5481).
2533
2534 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
2535
2536 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
2537 argument with a local variable. (Bug#5670)
2538
2539 2010-03-02 Juri Linkov <juri@jurta.org>
2540
2541 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
2542
2543 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
2544
2545 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
2546 error when FILENAME and NEWNAME are existing remote directories.
2547
2548 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
2549 parameter DIR-FLAG.
2550
2551 2010-03-02 Glenn Morris <rgm@gnu.org>
2552
2553 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
2554 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
2555
2556 2010-03-01 Kenichi Handa <handa@m17n.org>
2557
2558 * language/burmese.el (burmese-composable-pattern): Rename from
2559 myanmar-composable-pattern.
2560
2561 * international/characters.el (script-list):
2562 * international/fontset.el (script-representative-chars):
2563 Change myanmar to burmese.
2564 (otf-script-alist): Likewise.
2565 (setup-default-fontset): Likewise. Re-fix :otf spec.
2566
2567 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2568
2569 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
2570
2571 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
2572
2573 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
2574
2575 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
2576
2577 * net/tramp.el (tramp-handle-write-region): START can be a string.
2578 Take care in the checks. Reported by Dan Davison
2579 <davison@stats.ox.ac.uk>.
2580
2581 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
2582
2583 * net/dbus.el (dbus-introspect, dbus-get-property)
2584 (dbus-set-property, dbus-get-all-properties):
2585 Use `dbus-call-method' when noninteractive. (Bug#5645)
2586
2587 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
2588
2589 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
2590 * emacs-lisp/elint.el (elint-add-required-env):
2591 * calendar/icalendar.el (icalendar--add-diary-entry):
2592 * calc/calcalg2.el (math-tracing-integral):
2593 * files.el (recover-session-finish): Use with-current-buffer
2594 instead of save-excursion.
2595
2596 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
2597
2598 Fix in-buffer completion when after-change-functions modify the buffer.
2599 * minibuffer.el (completion--replace): New function.
2600 (completion--do-completion): Use it and use relative movement.
2601
2602 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
2603
2604 * international/fontset.el (setup-default-fontset): Fix :otf spec.
2605
2606 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
2607
2608 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
2609 Allow the characters _<> in the stack entry (Bug#5653).
2610
2611 2010-02-26 Kenichi Handa <handa@m17n.org>
2612
2613 * language/burmese.el: Fix entries in composition-function-table.
2614 (myanmar-composable-pattern): New variable.
2615
2616 * international/fontset.el (setup-default-fontset): Add an entry
2617 for myanmar.
2618
2619 * international/characters.el (script-list): Add Myanmar
2620 Extended-A.
2621
2622 2010-02-26 Glenn Morris <rgm@gnu.org>
2623
2624 * custom.el (custom-initialize-delay): Doc fix.
2625
2626 * mail/sendmail.el (send-mail-function): Autoload the call
2627 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
2628
2629 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
2630
2631 * files.el (hack-local-variables-filter): For eval forms, also
2632 check safe-local-variable-p (Bug#5636).
2633
2634 2010-02-24 Eduard Wiebe <usenet@pusto.de>
2635
2636 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
2637 and use c(ad)r of cddr (Bug#5640).
2638
2639 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
2640
2641 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
2642 setting the modes by `ignore-errors'. It might fail, for example
2643 if the file is not owned by the user but the group.
2644 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
2645
2646 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
2647
2648 * files.el (directory-listing-before-filename-regexp):
2649 Use stricter matching for iso-style dates, to avoid false matches with
2650 date-like filenames (Bug#5597).
2651
2652 * htmlfontify.el (htmlfontify): Doc fix.
2653
2654 * eshell/eshell.el (eshell): Doc fix.
2655
2656 * startup.el (fancy-about-screen): In mode-line, apply
2657 mode-line-buffer-id face only to the buffer name (Bug#5613).
2658
2659 2010-02-20 Kevin Ryde <user42@zip.com.au>
2660
2661 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2662 In `watcom' anchor regexp to start of line, to avoid slowness
2663 (Bug#5599).
2664
2665 2010-02-20 Eli Zaretskii <eliz@gnu.org>
2666
2667 * subr.el (remove-yank-excluded-properties): Explain in a comment
2668 why `category' property is removed.
2669
2670 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
2671
2672 * isearch.el (isearch-update-post-hook, isearch-update):
2673 Revert 2010-02-17 change.
2674
2675 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
2676
2677 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
2678 (icalendar--convert-weekly-to-ical)
2679 (icalendar--convert-yearly-to-ical)
2680 (icalendar--convert-block-to-ical)
2681 (icalendar--convert-cyclic-to-ical)
2682 (icalendar--convert-anniversary-to-ical): Take care of time
2683 specifications where hour has 1-digit only (Bug#5549).
2684
2685 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
2686
2687 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
2688 of disassemble output in GDB 7.1.
2689
2690 2010-02-19 Glenn Morris <rgm@gnu.org>
2691
2692 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
2693 property. (Bug#5593)
2694
2695 2010-02-18 Sam Steingold <sds@gnu.org>
2696
2697 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
2698
2699 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2700
2701 Use abbreviated file names in bookmarks (bug#5591).
2702 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
2703 calls to expand-file-name.
2704 (bookmark-relocate): Use abbreviated file names in bookmarks.
2705 (bookmark-load): Use abbreviated file names in messages.
2706
2707 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
2708
2709 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
2710 expand "." and "..". Reported by Thierry Volpiatto
2711 <thierry.volpiatto@gmail.com>.
2712
2713 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
2714
2715 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
2716 permissions of the temporary file to "0600". In case the remote
2717 file has no read permissions for the owner, there might be
2718 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
2719
2720 22010-02-18 Glenn Morris <rgm@gnu.org>
2721
2722 * emacs-lisp/authors.el (authors-renamed-files-alist):
2723 Add entries for INSTALL.CVS.
2724
2725 2010-02-17 Mark A. Hershberger <mah@everybody.org>
2726
2727 * vc-bzr.el: Fix typo in Known Bugs section.
2728
2729 * isearch.el (isearch-update-post-hook): New hook.
2730 (isearch-update): Use the new hook.
2731
2732 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
2733
2734 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2735 Fix errors in copying directories.
2736 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
2737 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
2738 (tramp-handle-delete-file)
2739 (tramp-handle-dired-recursive-delete-directory)
2740 (tramp-handle-write-region): Flush also the cache for the upper
2741 directory.
2742
2743 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
2744
2745 * simple.el (save-interprogram-paste-before-kill): Doc fix.
2746
2747 * cus-edit.el (hardware): Doc fix.
2748
2749 * man.el (man): Add to external custom group.
2750
2751 * delim-col.el (columns): Move to wp custom group.
2752
2753 * doc-view.el (doc-view): Add to data custom group.
2754
2755 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
2756
2757 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
2758 by ispell-parse-output (Bug#5575).
2759
2760 2010-02-16 Kenichi Handa <handa@m17n.org>
2761
2762 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
2763 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
2764 (skkdic-convert): Use `euc-japan' coding system for writing.
2765
2766 2010-02-16 Glenn Morris <rgm@gnu.org>
2767
2768 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
2769 tex-main-file before using it. (Bug#5562)
2770
2771 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2772
2773 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
2774 warnings, since it is annoying for the user to see them each time he
2775 runs the code.
2776
2777 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
2778
2779 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2780 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
2781 instead of PROC for caching "first-password-request". Otherwise,
2782 new processes would not profit from passwords already entered.
2783
2784 * net/tramp-cache.el (tramp-dump-connection-properties):
2785 Don't save "first-password-request" property.
2786
2787 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
2788
2789 * outline.el (outline-head-from-level):
2790 * simple.el (with-wrapper-hook):
2791 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
2792 (elint-defun, elint-buffer-env, elint-top-form-logged)
2793 (elint-unbound-variable):
2794 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
2795 Fix typos in docstrings.
2796
2797 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
2798
2799 * files.el (insert-directory): When WILDCARD-REGEXP and
2800 FULL-DIRECTORY-P are nil, insert the file entry instead of the
2801 whole directory. (Bug#5551)
2802
2803 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
2804 dired's alignment sanity. (Bug#5516)
2805
2806 2010-02-14 Juri Linkov <juri@jurta.org>
2807
2808 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
2809 Remove remaining ^H with their preceding chars. (Bug#5566)
2810
2811 2010-02-13 Glenn Morris <rgm@gnu.org>
2812
2813 * simple.el (transpose-subr): Give it a doc-string.
2814
2815 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
2816 Doc fixes.
2817
2818 2010-02-12 Juri Linkov <juri@jurta.org>
2819
2820 * arc-mode.el (archive-unique-fname): Make directories for nested
2821 archives. (Bug#5540)
2822
2823 2010-02-12 Juri Linkov <juri@jurta.org>
2824
2825 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
2826
2827 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2828
2829 * subr.el (copy-overlay): Handle deleted overlays.
2830
2831 * man.el (Man-completion-table): Don't signal an error if we can't run
2832 manual-program (bug#4056).
2833
2834 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
2835
2836 * textmodes/artist.el (artist-mt): Fix typos in docstring.
2837
2838 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2839
2840 * info.el (Info-bookmark-jump): Simplify.
2841
2842 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
2843 (bookmark-default-handler): Accept new bookmark field `buffer'.
2844
2845 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
2846
2847 * iswitchb.el (iswitchb-completions): Revert last change.
2848
2849 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
2850
2851 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
2852 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
2853 This prevents file names like "~/" being listed literally.
2854
2855 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2856
2857 * term/xterm.el (xterm-maybe-set-dark-background-mode):
2858 Remove dead code. (Bug#5546)
2859
2860 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
2861
2862 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
2863 correctly (Bug#5548).
2864
2865 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
2866
2867 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
2868 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
2869
2870 2010-02-08 Kenichi Handa <handa@m17n.org>
2871
2872 * international/mule-util.el (with-coding-priority): Add autoload
2873 cookie for putting `lisp-indent-function'.
2874
2875 2010-02-07 Glenn Morris <rgm@gnu.org>
2876
2877 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
2878 Move F2003 named interfaces from keywords-2 to keywords-1, and
2879 use function-name-face rather than constant-face.
2880 Simplify "abstract interface" regexp.
2881
2882 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
2883
2884 * eshell/esh-util.el (eshell-file-attributes): New optional arg
2885 ID-FORMAT. Pass it to `file-attributes'.
2886
2887 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
2888
2889 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
2890
2891 * faces.el (set-face-attribute): Allow calling
2892 internal-set-lisp-face-attribute with 'unspecified family and
2893 foundry argument (Bug#5536).
2894
2895 2010-02-07 Glenn Morris <rgm@gnu.org>
2896
2897 * progmodes/f90.el (f90-font-lock-keywords-2)
2898 (f90-looking-at-type-like, f90-looking-at-program-block-end):
2899 Handle F2003 named interfaces.
2900
2901 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
2902
2903 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
2904 beg and end before calling c-get-state-before-change-functions.
2905
2906 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
2907
2908 * vc-bzr.el (vc-bzr-dir-extra-headers):
2909 Disable the pending merges header.
2910
2911 2010-02-05 Juri Linkov <juri@jurta.org>
2912
2913 * doc-view.el (doc-view-mode):
2914 * image-mode.el (image-mode): Put property mode-class=special.
2915 (Bug#4896)
2916
2917 2010-02-05 Mark A. Hershberger <mah@everybody.org>
2918
2919 * vc-svn.el (vc-svn-revision-table): New function.
2920
2921 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
2922
2923 * net/ange-ftp.el (ange-ftp-insert-directory):
2924 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2925 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2926 Handle also directories. (Bug#5478)
2927
2928 2010-02-05 Glenn Morris <rgm@gnu.org>
2929
2930 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
2931
2932 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
2933
2934 * startup.el (command-line-1): Convert options beginning with a
2935 single dash as well (Bug#5519).
2936
2937 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
2938
2939 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
2940 * minibuffer.el (completion-initials-expand): Only check the presence
2941 of delims *within* the boundaries, since otherwise the / delim is
2942 always found for files.
2943
2944 Fix up various corner case problems.
2945 * doc-view.el (doc-view-last-page-number): New function.
2946 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
2947 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
2948 (doc-view-kill-proc): Avoid inf-loop in freak cases.
2949 (doc-view-reconvert-doc): Use the new recursive delete-directory.
2950 (doc-view-convert-current-doc): Don't create the resolution.el file
2951 here any more.
2952 (doc-view-pdf/ps->png): Do it here instead.
2953 (doc-view-already-converted-p): Check that resolution.el is present.
2954 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
2955 windows that are not yet showing images.
2956
2957 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
2958
2959 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
2960 `dired-uncache' for every elemnt which is an absolute file name.
2961
2962 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
2963 directory, handle its directory component.
2964 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
2965 function is called permanently and creates noise, otherwise.
2966
2967 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2968 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2969 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
2970
2971 2010-02-04 David Burger <dburger@google.com> (tiny change)
2972
2973 * macros.el (apply-macro-to-region-lines):
2974 Minor simplification. (Bug#5485)
2975
2976 2010-02-04 Glenn Morris <rgm@gnu.org>
2977
2978 * mail/rmail.el (rmail-show-message-1): Handle malformed
2979 quoted-printable text. (Bug#5441)
2980
2981 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
2982
2983 * simple.el (visual-line-mode): Capitalize lighter.
2984
2985 2010-02-03 John Wiegley <jwiegley@gmail.com>
2986
2987 * iswitchb.el (iswitchb-completions): Add bookmark files to the
2988 list of files considered for "virtual buffer" completions.
2989
2990 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
2991
2992 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
2993 also in case of (and (not full) (not wildcard)). This is needed,
2994 when dired is called with a list of files, which are not in
2995 `default-directory'. (Bug#5478)
2996
2997 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2998
2999 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
3000
3001 2010-02-02 Juri Linkov <juri@jurta.org>
3002
3003 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
3004 from unidiff to allow function-line after @@.
3005
3006 2010-02-02 Juri Linkov <juri@jurta.org>
3007
3008 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
3009 '(RCS SCCS) with inverted condition.
3010
3011 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
3012
3013 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
3014 messages.
3015
3016 2010-02-01 Juri Linkov <juri@jurta.org>
3017
3018 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
3019 compare with "pkunzip" and "pkzip" instead of only "pkzip".
3020 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
3021 only when (car archive-zip-extract) is "unzip". (Bug#5475)
3022
3023 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3024
3025 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
3026 (doc-view-revert-buffer): New command.
3027 (doc-view-mode-map): Use it.
3028
3029 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
3030
3031 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
3032 pending merge is detected.
3033
3034 2010-01-31 Juri Linkov <juri@jurta.org>
3035
3036 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
3037 beginning of interactive spec like all other grep commands do.
3038 Put "all" in front of "gz". (Bug#5260)
3039
3040 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
3041
3042 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
3043
3044 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
3045
3046 * dirtrack.el (dirtrack): Warn instead of signalling error if the
3047 regexp is incorrect (Bug#5476).
3048
3049 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
3050
3051 * net/tramp.el (tramp-handle-insert-directory): Handle also
3052 symlinks, when FILENAME is not in `default-directory'.
3053
3054 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
3055
3056 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
3057 FILE is not in `default-directory'. (Bug#5478)
3058
3059 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
3060 of SWITCHES. Handle the case, FILENAME is not in
3061 `default-directory'. (Bug#5478)
3062 (tramp-register-file-name-handlers): Add safe-magic property.
3063
3064 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
3065
3066 * arc-mode.el (archive-zip-extract): Quote the argument passed to
3067 unzip (Bug#5475).
3068
3069 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
3070
3071 * progmodes/flymake.el (flymake-allowed-file-name-masks)
3072 (flymake-master-make-header-init): Add other C++ filename masks.
3073 (flymake-find-possible-master-files)
3074 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
3075
3076 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
3077
3078 Fix some busybox annoyances.
3079
3080 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
3081 not responding." string.
3082 (tramp-open-connection-setup-interactive-shell): Dump stty
3083 settings. Enable "neveropen" arg for all `tramp-send-command'
3084 calls. Handle "=" in variable values properly.
3085 (tramp-find-inline-encoding): Raise an error, when no encoding is
3086 found.
3087 (tramp-wait-for-output): Check, whether PROC buffer is available.
3088 Remove spurious " ^H" sequences, sent by busybox.
3089 (tramp-get-ls-command): Suppress coloring, if possible.
3090
3091 2010-01-28 Glenn Morris <rgm@gnu.org>
3092
3093 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
3094
3095 * log-edit.el (log-edit-strip-single-file-name): Add missing
3096 :safe, :group, and :version tags.
3097
3098 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
3099
3100 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
3101 buffers. (Bug#5477)
3102
3103 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
3104
3105 * files.el (delete-directory): Handle moving to trash without
3106 first doing recursion (Bug#5436).
3107
3108 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
3109
3110 * vc-hooks.el (vc-path): Mark as obsolete.
3111
3112 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
3113
3114 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
3115 names too.
3116
3117 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
3118 for the short log.
3119 (vc-bzr-log-view-mode): Adjust regexp for the above change.
3120
3121 2010-01-25 Mark A. Hershberger <mah@everybody.org>
3122
3123 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
3124
3125 * vc-bzr.el (vc-bzr-revision-table): New function.
3126
3127 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
3128
3129 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
3130 diff-index command. This requires at least git-1.5.5. (Bug#1589).
3131
3132 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
3133
3134 Remove support for adding --signoff on commit.
3135 Future support will use an incompatible generic mechanism.
3136 * vc-git.el (vc-git-add-signoff): Remove variable.
3137 (vc-git-toggle-signoff): Remove function.
3138 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
3139
3140 * term/xterm.el (xterm-maybe-set-dark-background-mode):
3141 Rename from xterm-set-background-mode. Return t if the background mode
3142 was set.
3143 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
3144 earlier, call it again in case the background mode has changed.
3145
3146 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
3147
3148 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
3149 (Bug#3541).
3150
3151 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
3152
3153 * emacs-lisp/assoc.el (aelement): Doc fix.
3154 (aput, adelete, amake): Use lexical-let (Bug#5450).
3155
3156 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
3157
3158 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
3159 is the same as subprogram call, not declaration. (Bug#5435).
3160
3161 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
3162
3163 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3164 (tramp-smb-maybe-open-connection): Use it.
3165
3166 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
3167
3168 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
3169
3170 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3171
3172 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3173 just because we see "encoding: 8bit".
3174 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3175
3176 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
3177
3178 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3179
3180 2010-01-22 Eli Zaretskii <eliz@gnu.org>
3181
3182 * jka-compr.el (jka-compr-load): If load-file is not in
3183 load-history, try its file-truename version. (bug#5447)
3184
3185 2010-01-21 Alan Mackenzie <acm@muc.de>
3186
3187 Fix a situation where deletion of a cpp construct throws an error.
3188 * progmodes/cc-engine.el (c-invalidate-state-cache):
3189 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3190 special cpp construct is still in the buffer.
3191 (c-parse-state): Record the special cpp with markers, not numbers.
3192
3193 2010-01-21 Kenichi Handa <handa@m17n.org>
3194
3195 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3196 process last-command-event, as it is now decoded first (Bug#5380).
3197
3198 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
3199
3200 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3201
3202 2010-01-20 Glenn Morris <rgm@gnu.org>
3203
3204 * indent.el (tab-always-indent): Fix custom-type.
3205
3206 2010-01-19 Alan Mackenzie <acm@muc.de>
3207
3208 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3209 buffer throws "args out of range".
3210 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3211 playing the role of delimiter.
3212
3213 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
3214
3215 * progmodes/ada-mode.el: Fix bug#5400.
3216 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3217 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3218 changed. Delete RECURSIVE parameter; never used. Improve doc string.
3219 Improve comments in "is" portion. Handle null procedure declaration.
3220 (ada-move-to-end): Improve doc string.
3221
3222 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
3223
3224 * ido.el (ido-cur-list): Initialize to nil.
3225 Remove obsolete information from commentary.
3226 (ido-choice-list): Initialize to nil.
3227 (ido-get-bufname): Reject minibuffers.
3228 (ido-make-buffer-list): If "default" is a nonexistent
3229 buffer, ignore it, as per the function's comment.
3230 (ido-kill-buffer-internal): New function.
3231 (ido-kill-buffer-at-head): Use it.
3232 (ido-visit-buffer): Likewise.
3233
3234 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
3235
3236 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3237
3238 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
3239
3240 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3241 Fix typos in chart titles.
3242
3243 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
3244 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
3245 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
3246 (describe-class, eieio-describe-generic, describe-generic):
3247 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
3248 (eieio-speedbar-expand):
3249 * emulation/viper-cmd.el (viper-exec-form-in-vi)
3250 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
3251 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
3252 (viper-del-backward-char-in-replace, viper-backward-indent)
3253 (viper-brac-function, viper-register-to-point, viper-submit-report):
3254 * net/tramp.el (tramp-remote-coding-commands):
3255 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
3256 Fix typos in docstrings.
3257
3258 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
3259
3260 * mail/sendmail.el (mail-yank-original): Set the mark if the
3261 specified function for yanking does not do it.
3262
3263 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
3264
3265 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
3266
3267 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
3268 resyncing a directory.
3269
3270 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
3271
3272 * progmodes/ada-mode.el: Fix bug#1920.
3273 (ada-ident-re): Delete ., allow multibyte characters.
3274 (ada-goto-label-re): New; matches goto labels.
3275 (ada-block-label-re): New; matches block labels.
3276 (ada-label-re): New; matches both.
3277 (ada-named-block-re): Deleted; callers changed to use
3278 `ada-block-label-re' instead.
3279 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
3280 Use `ada-block-label-re'.
3281 (ada-indent-on-previous-lines): Improve handling of goto labels.
3282 (ada-get-indent-block-start): Special-case block label.
3283 (ada-get-indent-label): Split into `ada-indent-block-label' and
3284 `ada-indent-goto-label'.
3285 (ada-goto-stmt-start, ada-goto-next-non-ws):
3286 Optionally ignore goto labels.
3287 (ada-goto-next-word): Simplify.
3288 (ada-indent-newline-indent-conditional): Insert newline before
3289 trying to fix indentation; doc fix.
3290
3291 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
3292
3293 * calc/calc.el (calc-command-flags): Give it an initial value.
3294
3295 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
3296
3297 * files.el (minibuffer-with-setup-hook):
3298 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
3299 (artist-key-draw-continously, artist-key-do-continously-continously)
3300 (artist-key-set-point-continously, artist-mouse-draw-continously):
3301 Fix typos in docstrings.
3302
3303 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
3304
3305 * nxml/nxml-mode.el (nxml-extend-after-change-region):
3306 Never return t (Bug#3898).
3307
3308 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
3309
3310 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
3311 can parse the output of the external commands (Bug#5279).
3312
3313 2010-01-16 Jari Aalto <jari.aalto@cante.net>
3314
3315 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
3316
3317 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
3318
3319 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
3320
3321 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
3322
3323 * startup.el (command-line): Remove unused --icon-type arg.
3324 Handle --display arg, passing it to command-line-1 (Bug#5392).
3325
3326 2010-01-16 Mario Lang <mlang@delysid.org>
3327
3328 * emacs-lisp/chart.el (chart-translate-namezone):
3329 * textmodes/artist.el (artist-compute-popup-menu-table):
3330 Remove duplicated words in doc-strings.
3331
3332 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
3333
3334 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
3335 to mairix-search to suppress threading (Bug#5342).
3336
3337 2010-01-15 Kenichi Handa <handa@m17n.org>
3338
3339 * international/mule-cmds.el (canonicalize-coding-system-name):
3340 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
3341
3342 2010-01-15 Glenn Morris <rgm@gnu.org>
3343
3344 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
3345
3346 * wid-edit.el (widget-keymap): Doc fix.
3347
3348 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
3349 former seems to be more widely accepted by various svn versions.
3350
3351 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3352
3353 * find-cmd.el (find-constituents):
3354 * vc-arch.el (vc-arch-root):
3355 * window.el (window-body-height, pop-up-frames):
3356 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
3357 * progmodes/ada-stmt.el (ada-if):
3358 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
3359 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
3360 (ispell-encoding8-command, ispell-aspell-supports-utf8)
3361 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
3362
3363 * progmodes/flymake.el (flymake-post-syntax-check):
3364 Fix typo in error message.
3365
3366 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3367
3368 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
3369 which is always a string. (Bug#5313)
3370
3371 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3372
3373 * progmodes/ada-xref.el (ada-default-prj-properties):
3374 Simplify previous change.
3375
3376 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3377
3378 * progmodes/ada-xref.el (ada-default-prj-properties):
3379 Default ada_project_path to $ADA_PROJECT_PATH.
3380
3381 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3382
3383 * progmodes/ada-mode.el (ada-create-keymap):
3384 Override `narrow-to-defun' with `ada-narrow-to-defun'.
3385
3386 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3387
3388 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
3389 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
3390 (ada-get-current-indent, ada-imenu-generic-expression)
3391 (ada-which-function): Check for it.
3392
3393 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3394
3395 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
3396 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
3397
3398 2010-01-14 Glenn Morris <rgm@gnu.org>
3399
3400 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
3401
3402 2010-01-14 Kenichi Handa <handa@m17n.org>
3403
3404 * composite.el (auto-composition-mode): Make it a buffer local
3405 variable (permanent-local).
3406 (auto-composition-function): Set the default value to
3407 auto-compose-chars.
3408 (auto-composition-mode): Make it a simple function, not a minor mode.
3409 (global-auto-composition-mode): Likewise.
3410 (turn-on-auto-composition-if-enabled): Delete it.
3411
3412 2010-01-13 Karl Fogel <kfogel@red-bean.com>
3413
3414 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
3415
3416 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
3417
3418 * files.el (copy-directory): Compute target for recursive
3419 directories with identical names. (Bug#5343)
3420
3421 2010-01-12 Glenn Morris <rgm@gnu.org>
3422
3423 * mail/emacsbug.el (report-emacs-bug-pretest-address):
3424 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
3425
3426 2010-01-11 Sam Steingold <sds@gnu.org>
3427
3428 * imenu.el (imenu-default-create-index-function): Detect infinite
3429 loops caused by imenu-prev-index-position-function.
3430
3431 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
3432
3433 * htmlfontify.el (htmlfontify-load-rgb-file)
3434 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
3435 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
3436 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
3437 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
3438 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
3439 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
3440 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
3441 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
3442 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
3443 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
3444 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
3445 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
3446 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
3447 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
3448 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
3449 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
3450 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
3451 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
3452 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
3453 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
3454 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
3455 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
3456 backslash-quoting from parentheses, etc.
3457
3458 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
3459
3460 * progmodes/js.el: Autoload javascript-mode alias.
3461
3462 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
3463
3464 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
3465 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
3466 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
3467 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
3468 Fix typos in docstrings.
3469 (ffap-url-regexp): Doc fix.
3470 (ffap-at-mouse): Fix typo in message.
3471
3472 2010-01-11 Glenn Morris <rgm@gnu.org>
3473
3474 * version.el (emacs-copyright): Set copyright year to 2010.
3475
3476 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3477
3478 * format.el (format-annotate-function): Only set
3479 write-region-post-annotation-function after running to-fn so as not to
3480 affect nested write-region calls (bug#5273).
3481
3482 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
3483
3484 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
3485 wisent/python.el.
3486
3487 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
3488
3489 * man.el (Man-goto-section): Signal error if the section is not
3490 found (Bug#5317).
3491
3492 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
3493
3494 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
3495 URLs with a leading triple slash in the file: scheme. (Bug#5345)
3496
3497 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
3498
3499 * progmodes/compile.el: Don't treat compile-command as safe if
3500 compilation-read-command might be nil (Bug#4218).
3501
3502 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
3503
3504 * startup.el (command-line-1): Use orig-argi to check for ignored X and
3505 NS options.
3506
3507 2010-01-08 Kenichi Handa <handa@m17n.org>
3508
3509 * international/fontset.el (build-default-fontset-data):
3510 Exclude characters in scripts kana, hangul, han, or cjk-misc.
3511
3512 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
3513
3514 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
3515 to `create-file-buffer' as it expects, not just a buffer name.
3516 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
3517 to help uniquify. (Bug#3224)
3518
3519 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
3520
3521 * font-setting.el (font-setting-change-default-font): Use user-spec
3522 instead of name.
3523
3524 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3525
3526 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
3527
3528 2010-01-05 Tom Tromey <tromey@redhat.com>
3529
3530 * progmodes/python.el (python-font-lock-keywords):
3531 Handle qualified decorators (Bug#881).
3532
3533 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3534
3535 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
3536 in a lightweight checkout.
3537
3538 2010-01-05 Kenichi Handa <handa@m17n.org>
3539
3540 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
3541
3542 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3543
3544 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
3545
3546 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
3547
3548 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
3549 checkouts. (Bug#618)
3550 (vc-bzr-log-view-mode): Also highlight the author.
3551 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
3552 (vc-bzr-shelve-menu-map):
3553 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
3554 (vc-bzr-shelve-apply): Make prompt more explicit.
3555
3556 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
3557
3558 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
3559 They are valid characters in URL paths (rfc3986), and at least
3560 Firefox does not understand the encoded version (Bug#3166).
3561
3562 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
3563
3564 * progmodes/octave-mod.el (octave-end-keywords)
3565 (octave-block-begin-or-end-regexp, octave-block-match-alist):
3566 Add "end" keyword (Bug#3061).
3567 (octave-end-as-array-index-p): New function.
3568 (calculate-octave-indent): Use it.
3569
3570 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3571
3572 * bookmark.el: Consistently put the text property on the bookmark name.
3573 (bookmark-bmenu-marks-width): Bump back to 2, to include
3574 annotation marks.
3575 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
3576 property on the bookmark name, instead of not putting it at all.
3577 (bookmark-bmenu-list): Fix where we put the text property.
3578
3579 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3580
3581 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
3582 for showing buffer modified state (as added in the previous change).
3583
3584 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3585
3586 * bookmark.el: Show modified state of bookmark buffer more accurately.
3587 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
3588 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
3589 (with-buffer-modified-unmodified): New macro.
3590 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3591 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
3592 Use new macro to preserve the buffer modified state.
3593
3594 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3595
3596 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3597 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
3598 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
3599 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
3600 (bookmark-bmenu-rename, bookmark-bmenu-locate)
3601 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
3602 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3603
3604 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3605
3606 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3607 Make the lines in the generated doc string shorter. (Bug#4668)
3608
3609 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
3610
3611 * net/rcirc.el: Add follow-link binding (Bug#4738).
3612
3613 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3614
3615 * Makefile.in (bzr-update): Rename from cvs-update.
3616 (cvs-update): New target for backward compatibility.
3617
3618 * makefile.w32-in (bzr-update): Rename from cvs-update.
3619 (cvs-update): New target for backward compatibility.
3620
3621 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3622
3623 * bookmark.el: Remove gratuitous gratitude.
3624
3625 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3626
3627 * bookmark.el (bookmark-bmenu-any-marks): New function
3628 (bookmark-bmenu-save): Clear buffer modification if no marks.
3629
3630 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3631
3632 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
3633 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
3634 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
3635 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
3636
3637 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
3638 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
3639 To: emacs-devel {_AT_} gnu.org
3640 Subject: bookmark.el bug report
3641 Date: Mon, 28 Dec 2009 14:19:16 +0800
3642 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
3643
3644 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3645
3646 * bookmark.el: Improvements suggested by Drew Adams:
3647 (bookmark-bmenu-ensure-position): New name for
3648 `bookmark-bmenu-check-position'. Just ensure the position,
3649 don't return any meaningful value.
3650 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
3651 New constants.
3652
3653 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
3654
3655 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
3656 (bookmark-yank-point, bookmark-bmenu-check-position):
3657 Fix typos in docstrings.
3658 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
3659 (bookmark-name-from-full-record, bookmark-get-position)
3660 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
3661 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
3662 Remove useless quoting of parenthesis, etc. in docstrings.
3663
3664 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
3665 (ediff-append-custom-diff): Fix typo in error message.
3666 (ediff-meta-mark-equal-files): Fix typos in messages.
3667
3668 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
3669
3670 * net/imap-hash.el (imap-hash-make): Doc fix.
3671 (imap-hash-test): Fix typo in error message; reflow docstring.
3672 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
3673 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
3674 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
3675 Fix typos in docstrings.
3676 (imap-hash-open-connection): Fix typo in error message.
3677
3678 * play/gomoku.el (gomoku): Fix typos in docstring.
3679
3680 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
3681 (gdb-jsonify-buffer): Fix typos in docstring.
3682 (gdb-goto-breakpoint): Fix typo in error message.
3683 ("Display Other Windows"): Fix typo in help message.
3684 (gdb-speedbar-expand-node): Fix typo in question.
3685
3686 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
3687 (idlwave-html-system-help-location, idlwave-html-help-location)
3688 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
3689 (idlwave-help-browser-generic-args, idlwave-help-directory)
3690 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
3691 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
3692 (idlwave-online-help, idlwave-help-html-link)
3693 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
3694 Fix typos in docstrings.
3695 (idlwave-help-with-source, idlwave-help-find-routine-definition):
3696 Reflow docstrings.
3697 (idlwave-help-assistant-start): Fix typo in error message.
3698
3699 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
3700 (octave-electric-space): Fix typos in docstrings.
3701
3702 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
3703
3704 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
3705
3706 2010-01-01 Juri Linkov <juri@jurta.org>
3707
3708 * comint.el (comint-input-ring-size): Make it a defcustom and
3709 increase the default to 500 (Bug#5148).
3710
3711 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
3712
3713 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
3714 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
3715 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
3716
3717 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
3718
3719 Show working revision correctly for mercurial.
3720 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
3721 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
3722
3723 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
3724
3725 Declare some functions for the byte-compiler.
3726 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
3727 (speedbar-timer-fn, speedbar-change-expand-button-char)
3728 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
3729
3730 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
3731
3732 This changeset reverts GDB Graphical Interface to use annotations.
3733 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
3734
3735 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
3736
3737 Make vc-dir work on subdirectories of the bzr root.
3738 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
3739 Return file names relative to it.
3740 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
3741 relative directory to vc-bzr-after-dir-status.
3742
3743 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
3744
3745 * font-lock.el (font-lock-refresh-defaults): New function, which
3746 can be used to let font-lock react to external changes in
3747 variables like font-lock-defaults and keywords.
3748 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
3749
3750 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
3751
3752 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
3753
3754 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
3755
3756 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
3757
3758 Supersede color.diff settings in git log (bug#5211).
3759
3760 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
3761 escape chars in its output when the user has color.diff set to `always'.
3762 This fix works on git 1.4.2 and newer (released on 2006-08-13).
3763
3764 2009-12-26 Kevin Ryde <user42@zip.com.au>
3765
3766 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
3767 node. Keep previous "Index" name to work with past coreutils too.
3768
3769 * man.el (man): Revise docstring a bit to show -a and -l as
3770 examples. Add -k description since support for it has otherwise
3771 been a secret. (Further to bug#3717.)
3772 (Man-bgproc-sentinel): When "-k foo" produces no output show error
3773 "no matches" rather than "Can't find manpage", as the latter reads
3774 like -k was interpreted as a page name, which is not so. (Bug#5431)
3775
3776 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
3777
3778 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
3779 switches. Check also for //SUBDIRED// line.
3780
3781 2009-12-25 Kenichi Handa <handa@m17n.org>
3782
3783 * language/indian.el (devanagari-composable-pattern): Fix to
3784 handle ZWNJ and ZWJ. Use it in composition-function-table for
3785 Devanagari.
3786 (malayalam-composable-pattern): Fix previous change.
3787
3788 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3789
3790 * ps-print.el (ps-face-attributes): It was not returning the
3791 attribute face for faces specified as string. Reported by harven
3792 <harven@free.fr>. (Bug#5254)
3793 (ps-print-version): New version 7.3.5.
3794
3795 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
3796
3797 * calendar/icalendar.el (icalendar--convert-tz-offset):
3798 Fix timezone names.
3799 (icalendar--convert-tz-offset): Fix the "last-day-problem".
3800 (icalendar--add-diary-entry): Remove the trailing blank that
3801 diary-make-entry inserts.
3802
3803 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
3804
3805 Make `file-expand-wildcards' work for remote files.
3806
3807 * files.el (file-expand-wildcards): In case of remote files, check
3808 only local file name part for wildcards. Provide feature 'files
3809 and subfeature 'remote-wildcards. (Bug#5198)
3810
3811 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
3812 if there is already an established connection.
3813 (tramp-advice-file-expand-wildcards): Remove it.
3814
3815 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
3816 (tramp-advice-file-expand-wildcards): Move from tramp.el.
3817 Activate advice for older GNU Emacs versions. (Bug#5237)
3818
3819 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
3820
3821 Some doc fixes (more needed).
3822
3823 * find-cmd.el (find-constituents): Reflow docstring.
3824 (find-cmd, find-prune, find-command): Fix typos in docstrings.
3825 (find-generic): Doc fix.
3826
3827 2009-12-17 Juri Linkov <juri@jurta.org>
3828
3829 Fix regression from 23.1 to allow multiple modes in Local Variables.
3830
3831 * files.el (hack-local-variables-filter): While ignoring duplicates,
3832 don't take `mode' into account.
3833 (hack-local-variables-filter, hack-dir-local-variables):
3834 Don't remove duplicate `mode' from local-variables-alist (like `eval').
3835
3836 2009-12-17 Juri Linkov <juri@jurta.org>
3837
3838 Make `dired-diff' more safe. (Bug#5225)
3839
3840 * dired-aux.el (dired-diff): Signal an error when `file' equals to
3841 `current' or when `file' is a directory of the `current' file.
3842
3843 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
3844
3845 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
3846 unconditionally preloaded files.
3847
3848 2009-12-16 Juri Linkov <juri@jurta.org>
3849
3850 Revert to old 23.1 logic of using the file at the mark as default.
3851 * dired-aux.el (dired-diff): Use the file at the mark as default
3852 if it's not the same as the current file, and the target dir is
3853 the current dir or the mark is active. Add the current file
3854 as the arg of `dired-dwim-target-defaults'. Use the default file
3855 in the prompt. (Bug#5225)
3856
3857 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
3858
3859 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
3860 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
3861 (tramp-check-for-regexp): Check also, when an echoing shell stops
3862 to echo sent commands.
3863
3864 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3865
3866 * Makefile.in: Revert last change (Bug#5191).
3867
3868 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
3869
3870 * vc-hg.el (vc-hg-print-log): Fix argument order.
3871 (vc-hg-working-revision): Make sure the command is executed in a
3872 known environment so that we can parse the output. (Bug#4417)
3873
3874 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3875
3876 * progmodes/python.el (python-symbol-completions): Remove text
3877 properties from symbol string before calling python-send-receive.
3878
3879 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
3880
3881 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
3882 when there are values for both file and line. (Bug#5060)
3883
3884 2009-12-14 Juri Linkov <juri@jurta.org>
3885
3886 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
3887 whitespace after the file name of the first line of unified format,
3888 because git-diff doesn't output whitespace and file modification time
3889 after the file name.
3890
3891 2009-12-14 David Kastrup <dak@gnu.org>
3892
3893 * info.el (Info-hide-cookies-node): Before hiding a cookie,
3894 check if it already has the `display' property added by
3895 `Info-display-images-node', and not put the `invisible' property
3896 in this case.
3897
3898 2009-12-13 Glenn Morris <rgm@gnu.org>
3899
3900 * mail/emacsbug.el (message-sort-headers): Define for compiler.
3901 (report-emacs-bug): In message-mode, sort manually before storing
3902 original report text. (Bug#5178)
3903 Remove superfluous save-excursion.
3904
3905 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
3906
3907 * net/dbus.el (dbus-property-handler): Filter lambda forms out
3908 when responding to "GetAll" properties.
3909
3910 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
3911
3912 * simple.el (compose-mail): Remove mail-setup-with-from from
3913 customization checks.
3914
3915 2009-12-12 Eli Zaretskii <eliz@gnu.org>
3916
3917 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
3918 RAR archives created on Unix systems.
3919
3920 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3921
3922 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
3923 the varalias that was accidentally removed by the 2009-11-19 change
3924 (bug#5186).
3925
3926 2009-12-12 Kenichi Handa <handa@m17n.org>
3927
3928 * language/indian.el (indian-compose-regexp): New function.
3929 (malayalam-composable-pattern): Fix the pattern.
3930 (composition-function-table): Set malayalam-composable-pattern for
3931 Malayalam characters.
3932
3933 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
3934
3935 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
3936 rather than down-mouse-1, based on follow-link conventions.
3937
3938 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
3939 are compiled.
3940
3941 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
3942
3943 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
3944 (verilog-vmm-statement-re, verilog-ovm-statement-re)
3945 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
3946 (verilog-leap-to-head, verilog-backward-token):
3947 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
3948
3949 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
3950
3951 * progmodes/verilog-mode.el (verilog-auto-lineup)
3952 (verilog-nameable-item-re): Cleanup user-visible spelling and
3953 documentation errors. One reported by Gary Delp.
3954 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
3955 (verilog-read-decls): Fix AUTOWIRE with types declared in a
3956 package, bug195. Reported by Pierre-David Pfister.
3957
3958 2009-12-11 Glenn Morris <rgm@gnu.org>
3959
3960 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
3961
3962 * mail/emacsbug.el: No longer require sendmail.
3963 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
3964 (report-emacs-bug-orig-text): Doc fix.
3965 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
3966 New local variables, to adapt to different mail-user-agents.
3967 (report-emacs-bug): Fix test for a gnu.org address.
3968 Use overlays for emphasis, since font-lock defeats 'face property.
3969 Pretest bugs also end up at the newsgroup these days.
3970 Stop message-mode stripping text properties.
3971 Set and use the new buffer-local variables.
3972 (report-emacs-bug-hook): Add doc-string.
3973 Remove some unnecessary save-excursions and simplify.
3974 Use the appropriate hook and send-command.
3975
3976 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
3977 capitalization of some menu entries.
3978
3979 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3980
3981 * whitespace.el (whitespace-display-char-on):
3982 Ensure `buffer-display-table' is unique when two or more windows are
3983 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
3984 New version 12.1.
3985
3986 2009-12-10 Eli Zaretskii <eliz@gnu.org>
3987
3988 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
3989 characters in the Attribute field.
3990
3991 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3992
3993 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
3994
3995 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3996
3997 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
3998 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3999 Disregard autoload-excludes.
4000 (update-directory-autoloads): Obey autoload-excludes here instead.
4001 But don't store its contents in no-autoloads and remove entries that
4002 refer to excludes files.
4003
4004 2009-12-10 Glenn Morris <rgm@gnu.org>
4005
4006 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
4007 (expand-mail-aliases): Define for compiler.
4008
4009 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
4010 Define for compiler.
4011
4012 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
4013 appropriate for the mail-user-agent in use.
4014
4015 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
4016
4017 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
4018
4019 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
4020
4021 Fix short log parsing and fontification.
4022 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
4023 Fix fontification for the [merge] label.
4024
4025 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
4026
4027 Drop some properties to avoid surprises.
4028 * htmlfontify.el (hfy-ignored-properties): New defcustom.
4029 (hfy-fontify-buffer): Use it.
4030
4031 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
4032
4033 Minor cleanup.
4034 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
4035 Adjust all callers.
4036 (ffap-locate-file): Remove unused arg `dir-ok' and make other
4037 args compulsory. Adjust callers.
4038 (ffap-gopher-at-point): Remove unused var `name'.
4039
4040 Get rid of the ELCFILES abomination.
4041 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4042 (compile-elcfiles): New phony target.
4043 (compile-main): Compute ELCFILES dynamically.
4044 (compile-clean): New target to remove left-over elc files.
4045 (compile, all): Use it.
4046
4047 2009-12-09 Kenichi Handa <handa@etlken>
4048
4049 * international/mule-diag.el: Require help-mode instead of help-fns.
4050
4051 2009-12-09 Kenichi Handa <handa@m17n.org>
4052
4053 * international/mule-cmds.el (ucs-names): Supply sufficiently
4054 fine ranges instead of pre-calculating accurate ranges.
4055 Iterate with bigger gc-cons-threshold.
4056
4057 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
4058
4059 Add support for stashing a snapshot of the current tree.
4060 * vc-git.el (vc-git-stash-snapshot): New function.
4061 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
4062
4063 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
4064
4065 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
4066 instead of `(beginning|end)-of-line'.
4067
4068 2009-12-08 Glenn Morris <rgm@gnu.org>
4069
4070 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
4071
4072 * Makefile.in (ELCFILES): Regenerate.
4073
4074 2009-12-07 Juri Linkov <juri@jurta.org>
4075
4076 Don't lazy-highlight the comint output in history Isearch mode.
4077
4078 * comint.el (comint-history-isearch-search): Instead of
4079 `comint-line-beginning-position', use `comint-after-pmark-p'
4080 to check if point if before the process mark, and go to
4081 `process-mark' in this case.
4082
4083 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4084
4085 * textmodes/tex-mode.el (latex-complete)
4086 (latex-indent-or-complete): Remove.
4087 (latex-mode): Set completion-at-point-functions instead.
4088
4089 Provide a standard completion command and hook it into TAB.
4090 * minibuffer.el (completion-at-point-functions): New var.
4091 (completion-at-point): New command.
4092 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
4093 * progmodes/python.el (python-mode-map): Use completion-at-point.
4094 (python-completion-at-point): Rename from python-partial-symbol and
4095 adjust for use in completion-at-point-functions.
4096 (python-mode): Setup completion-at-point for Python completion.
4097 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
4098 extracted from lisp-complete-symbol.
4099 (lisp-complete-symbol): Use it.
4100 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
4101 setup completion-at-point for Elisp completion.
4102 (emacs-lisp-mode-map, lisp-interaction-mode-map):
4103 Use completion-at-point.
4104 * ielm.el (ielm-map): Use completion-at-point.
4105 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
4106 * progmodes/sym-comp.el: Move to...
4107 * obsolete/sym-comp.el: Move from progmodes.
4108
4109 2009-12-07 Eli Zaretskii <eliz@gnu.org>
4110
4111 Prevent save-buffer in Rmail buffers from using the coding-system
4112 of the current message, and from clobbering the encoding mnemonics
4113 in the mode line (Bug#4623).
4114
4115 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
4116 flag, too.
4117 (rmail-message-encoding): New variable.
4118 (rmail-write-region-annotate): Record the encoding of the current
4119 message in rmail-message-encoding.
4120 (rmail-after-save-hook): New function, restores the encoding of
4121 the current message after the message collection is saved.
4122
4123 2009-12-07 Juri Linkov <juri@jurta.org>
4124
4125 * progmodes/grep.el (grep-read-files): Use `completing-read'
4126 instead of `read-string'. Set its `collection' arg to
4127 `read-file-name-internal'. (Bug#4301)
4128
4129 2009-12-07 Juri Linkov <juri@jurta.org>
4130
4131 Correctly restore original Isearch point. (Bug#4994)
4132
4133 * isearch.el (isearch-mode): Move `isearch-push-state' after
4134 `(run-hooks 'isearch-mode-hook)'.
4135 (isearch-cancel): When `isearch-push-state-function' is defined,
4136 let-bind `isearch-cmds' to the first state (the last element of
4137 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
4138 function and restores the original point). Otherwise, move point
4139 to `isearch-opoint'.
4140
4141 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4142
4143 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
4144 chars that don't have names, so the table can be built much faster at
4145 run-time.
4146
4147 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
4148
4149 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
4150 change. Suggested by David Kastrup.
4151
4152 * simple.el (compose-mail): Check for incompatibilities and warn.
4153 (compose-mail-user-agent-warnings): New option.
4154
4155 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4156
4157 Support showing a single log entry from vc-annotate.
4158 * vc.el (print-log): Add a new argument: START-REVISION.
4159 (vc-print-log-internal): Add a new optional argument and
4160 pass it to the backend.
4161 (vc-print-log, vc-print-root-log): Adjust callers.
4162 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
4163 buffer already displays the requested log entry, use it.
4164 Otherwise display only the log entry in question.
4165 * vc-svn.el (vc-svn-print-log):
4166 * vc-mtn.el (vc-mtn-print-log):
4167 * vc-hg.el (vc-hg-state):
4168 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
4169 (vc-git-show-log-entry): Return t on success.
4170 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
4171 (vc-bzr-show-log-entry): Return t on success.
4172 * vc-rcs.el (vc-rcs-print-log):
4173 * vc-sccs.el (vc-sccs-print-log):
4174 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
4175
4176 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4177
4178 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
4179 Add menus to the meta mode. (Bug#5043)
4180
4181 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
4182
4183 * ediff-init.el (ediff-event-key): Use event-to-character instead of
4184 event-key.
4185
4186 * ediff.el (ediff-buffers-internal): Add unwind-protect.
4187
4188 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
4189
4190 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
4191 Berbain <raphael.berbain@gmail.com>.
4192
4193 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
4194 characters.
4195 (tramp-initial-end-of-output): New defconst.
4196 (tramp-methods, tramp-find-shell)
4197 (tramp-open-connection-setup-interactive-shell)
4198 (tramp-maybe-open-connection): Use it.
4199 (tramp-shell-prompt-pattern, tramp-wait-for-output):
4200 Handle existence of `#' and `$'.
4201
4202 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
4203 Use `tramp-initial-end-of-output'.
4204
4205 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4206
4207 Get the background mode from the terminal for xterm, and set
4208 faces accordingly.
4209 * term/xterm.el (xterm-set-background-mode): New function.
4210 (terminal-init-xterm): Use it in case xterm supports background
4211 color queries. Recompute faces after getting the background
4212 color.
4213
4214 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
4215
4216 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
4217 number comment back on its own line, for easier parsing.
4218
4219 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4220
4221 Make it work for non-file buffers (bug#5102).
4222 * doc-view.el (doc-view-current-cache-dir):
4223 Use doc-view-buffer-file-name rather than buffer-file-name.
4224 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
4225
4226 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
4227
4228 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
4229 author field is too short.
4230
4231 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
4232
4233 * vc-git.el (vc-git-print-log): Handle a limit argument.
4234 Display the short log in graph form and with labels.
4235 (vc-git-log-view-mode): Handle labels.
4236
4237 Make vc-revert change VC state from 'added to 'unregistered.
4238 * vc-git.el (vc-git-revert): Call git reset first.
4239
4240 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
4241
4242 * net/newst-backend.el, net/newst-plainview.el:
4243 * net/newst-reader.el, net/newst-ticker.el:
4244 * net/newst-treeview.el, net/newsticker.el:
4245 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
4246
4247 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
4248
4249 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
4250
4251 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
4252 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
4253 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4254 Update annotation regexp.
4255
4256 * simple.el (beginning-of-visual-line): Constrain to field
4257 boundaries (Bug#5106).
4258
4259 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
4260
4261 * xml.el (xml-substitute-numeric-entities):
4262 Move newsticker--decode-numeric-entities in newst-backend.el to
4263 xml-substitute-numeric-entities in xml.el. (Bug#5008)
4264 * net/newst-backend.el (newsticker--parse-generic-feed)
4265 (newsticker--parse-generic-items)
4266 (newsticker--decode-numeric-entities):
4267 Move newsticker--decode-numeric-entities in newst-backend.el to
4268 xml-substitute-numeric-entities in xml.el. (Bug#5008)
4269
4270 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
4271
4272 * progmodes/js.el (js--js-not): Add null to the list of values.
4273
4274 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
4275
4276 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
4277
4278 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4279
4280 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
4281 delimiter if it is at the end of the current line.
4282 (bibtex-generate-url-list): Fix docstring.
4283
4284 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4285
4286 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
4287 minibuffer's content with itself.
4288 Fold the confirm-after-completion case into the `confirm' case.
4289 (completion-pcm-word-delimiters): Add : and / to the delimiters.
4290
4291 2009-12-06 Kevin Ryde <user42@zip.com.au>
4292
4293 * ffap.el (ffap-rfc-path): Make this a defcustom since
4294 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
4295
4296 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
4297 manuals, similar to existing setup for help-mode. (Bug#3913.)
4298
4299 2009-12-05 Juri Linkov <juri@jurta.org>
4300
4301 Save and restore dired buffer's point positions too. (Bug#4880)
4302
4303 * dired.el (dired-save-positions): Return in the first element
4304 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
4305 Doc fix.
4306 (dired-restore-positions): First restore buffer's position.
4307 While restoring window's positions, check if window still displays
4308 the original buffer.
4309
4310 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
4311
4312 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
4313 if possible.
4314
4315 * shell.el (shell): Require ansi-color (Bug#5113).
4316
4317 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
4318
4319 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
4320
4321 2009-12-05 Alan Mackenzie <acm@muc.de>
4322
4323 * progmodes/cc-mode.el (c-before-hack-hook)
4324 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
4325 `c-file-style' to work again. This reversion restores the current
4326 software to its state in Emacs 23.1. (Bug#4146)
4327
4328 2009-12-05 Kevin Ryde <user42@zip.com.au>
4329
4330 * textmodes/sgml-mode.el (sgml-lexical-context):
4331 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
4332
4333 2009-12-05 Juri Linkov <juri@jurta.org>
4334
4335 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
4336 for virtual nodes. (Bug#4147)
4337 (Info-find-node-2): Set `Info-current-node-virtual' to nil
4338 when moving from a virtual node.
4339 (Info-mode-menu): Add `Info-virtual-index' to the menu.
4340 (Info-mode): Add `Info-virtual-index' to the docstring.
4341
4342 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4343
4344 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
4345 track of the buffer position of the end of a BibTeX entry as this
4346 position may change during reformatting.
4347 (bibtex-format-entry): Remove whitespace before processing
4348 numerical fields so that we recognize the latter properly.
4349 (bibtex-reformat): Do not use push which changes the global value
4350 of bibtex-entry-format.
4351 (bibtex-field-braces-alist, bibtex-field-strings-alist)
4352 (bibtex-field-re-init): Replace only space characters by regexp
4353 for whitespace.
4354 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
4355 (bibtex-initialize): Also update bibtex-strings.
4356 (bibtex-kill-field): Preserve white space at end of entry.
4357 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
4358 Update bibtex-reference-keys.
4359
4360 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4361
4362 * minibuffer.el (completion-pcm--merge-try): Also consider placing
4363 point after a star, if that's the only place where modifications can
4364 make progress.
4365
4366 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
4367
4368 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
4369 in docstrings.
4370
4371 2009-12-04 Juri Linkov <juri@jurta.org>
4372
4373 * proced.el (proced): Call `(proced-update t)' to update process
4374 information instead of only running proced-post-display-hook.
4375 (proced-send-signal): Add a leading space to the buffer name
4376 " *Marked Processes*" to make this buffer ephemeral.
4377
4378 2009-12-04 Juri Linkov <juri@jurta.org>
4379
4380 * dired.el (dired-auto-revert-buffer): New defcustom.
4381 (dired-internal-noselect): Use it.
4382
4383 2009-12-04 Juri Linkov <juri@jurta.org>
4384
4385 Change roles of modes and functions in image-mode.el (Bug#5062).
4386
4387 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
4388 in `auto-mode-alist'.
4389 (image-mode-previous-major-mode): New variable.
4390 (image-minor-mode-map): Rename from `image-mode-text-map'.
4391 (image-mode): Move graceful error-handling code from
4392 `image-minor-mode' to here. On errors call `image-mode-as-text'.
4393 (image-minor-mode): Remove all image-handling code.
4394 Replace `image-mode-text-map' with `image-minor-mode-map'.
4395 Check for `image-type' in mode-line format string.
4396 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
4397 (image-mode-as-text): New function with most code from
4398 `image-mode-maybe'.
4399 (image-toggle-display-text): Move code that removes image
4400 properties from `image-toggle-display' to here.
4401 (image-toggle-display-image): New function with code that adds
4402 image properties copied from `image-toggle-display'.
4403 (image-toggle-display): Remove most code with leaving only code
4404 that toggles between `image-mode-as-text' and `image-mode'.
4405
4406 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
4407
4408 * net/newst-treeview.el
4409 (newsticker--treeview-list-highlight-start): Restored call to
4410 save-excursion: Selected item was stuck.
4411 (newsticker--treeview-list-select): New.
4412 (newsticker--treeview-item-show-text)
4413 (newsticker--treeview-item-show)
4414 (newsticker--treeview-item-update): Use new
4415 newsticker-treeview-item-mode.
4416 (newsticker-treeview-update): Keep current item.
4417 (newsticker-treeview-next-new-or-immortal-item): Doc change.
4418 (newsticker--treeview-first-feed): Doc change.
4419 (newsticker-treeview-list-menu)
4420 (newsticker-treeview-item-menu): Add menu entries.
4421 (newsticker-treeview-item-mode): New.
4422
4423 * net/newst-backend.el (newsticker-customize): Delete other
4424 windows.
4425
4426 2009-12-04 Sam Steingold <sds@gnu.org>
4427
4428 * log-view.el (log-view-mode-map): "q" calls quit-window,
4429 like in all the other non-self-insert buffers.
4430
4431 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4432
4433 Minor cleanup.
4434 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
4435 key decoding rather than do it manually via last-input-event +
4436 ascii-character.
4437 (term-exec): Use delete-and-extract-region.
4438 (term-handle-ansi-terminal-messages): Remove unused var `end'.
4439 (term-process-pager): Remove unused var `i'.
4440 (term-dynamic-simple-complete): Make obsolete.
4441 (serial-update-config-menu): Remove unused vars `y' and `str'.
4442 (term-update-mode-line): Remove unused var `temp'.
4443
4444 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4445
4446 Limit the number of log entries displayed by default.
4447 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
4448 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
4449 using a prefix argument.
4450
4451 2009-12-03 Glenn Morris <rgm@gnu.org>
4452
4453 * progmodes/idlwave.el (class): Restore still useful declaration.
4454
4455 2009-12-03 Alan Mackenzie <acm@muc.de>
4456
4457 Enhance `c-parse-state' to run efficiently in "brace deserts".
4458
4459 * progmodes/cc-mode.el (c-basic-common-init):
4460 Call c-state-cache-init.
4461 (c-neutralize-syntax-in-and-mark-CPP): Rename from
4462 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
4463 placing `category' properties value 'c-cpp-delimiter at its boundaries.
4464
4465 * progmodes/cc-langs.el (c-before-font-lock-function):
4466 c-extend-and-neutralize-syntax-in-CPP has been renamed
4467 c-neutralize-syntax-in-and-mark-CPP.
4468
4469 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
4470 with `category' properties now, not `syntax-table' ones.
4471
4472 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
4473 enhanced (but slower) version of c-end-of-macro that won't land
4474 inside a literal or on another awkward character.
4475 (c-state-cache-too-far, c-state-cache-start)
4476 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
4477 (c-state-nonlit-pos-cache-limit, c-state-point-min)
4478 (c-state-point-min-lit-type, c-state-point-min-lit-start)
4479 (c-state-min-scan-pos, c-state-brace-pair-desert)
4480 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
4481 buffer local variables.
4482 (c-state-literal-at, c-state-lit-beg)
4483 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
4484 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
4485 (c-state-cache-top-paren, c-state-cache-after-top-paren)
4486 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
4487 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
4488 (c-renarrow-state-cache)
4489 (c-append-lower-brace-pair-to-state-cache)
4490 (c-state-push-any-brace-pair, c-append-to-state-cache)
4491 (c-remove-stale-state-cache)
4492 (c-remove-stale-state-cache-backwards, c-state-cache-init)
4493 (c-invalidate-state-cache-1, c-parse-state-1)
4494 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
4495 (c-parse-state): Enhance and refactor.
4496 (c-debug-parse-state): Amend to deal with all the new variables.
4497
4498 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
4499 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
4500 modify to use category text properties rather than syntax-table ones.
4501 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
4502 to switch off/on the syntactic paren property of C++ template
4503 delimiters using the category property.
4504 (c-with-<->-as-parens-suppressed): Macro to invoke code with
4505 template delims suppressed.
4506 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
4507 New constant/macros which apply category properties to the start
4508 and end of preprocessor constructs.
4509 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
4510 "comment out" the syntactic value of characters in preprocessor
4511 constructs.
4512 (c-with-cpps-commented-out)
4513 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
4514 with characters in all or all but one preprocessor constructs
4515 "commented out".
4516
4517 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4518
4519 * proced.el (proced-filter-alist): Use regexp-quote.
4520
4521 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
4522
4523 Cleanup.
4524 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
4525 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
4526 arguments. Expand `default-directory'.
4527
4528 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
4529 the benefit of returning an expanded localname.
4530 (tramp-tramp-file-p): Handle the case NAME is not a string.
4531
4532 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4533
4534 Add support for bzr shelve/unshelve.
4535 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4536 (vc-bzr-extra-menu-map): New variables.
4537 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
4538 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
4539 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
4540 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
4541 (vc-bzr-dir-extra-headers): Display shelves.
4542
4543 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
4544
4545 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4546
4547 * textmodes/bibtex.el (bibtex-complete-internal):
4548 Use completion-in-region.
4549 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
4550
4551 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4552
4553 Support applying stashes. Improve UI.
4554 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
4555 (vc-git-stash-apply, vc-git-stash-pop)
4556 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
4557 (vc-git-stash-menu): New functions.
4558 (vc-git-stash-menu-map): New variable.
4559 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
4560
4561 2009-12-03 Glenn Morris <rgm@gnu.org>
4562
4563 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
4564 (vc-print-log-internal): Fix previous change.
4565 (vc-revert): Correct pluralization.
4566
4567 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4568
4569 * progmodes/make-mode.el (makefile-special-targets-list): No need for
4570 it to be an alist any more.
4571 (makefile-complete): Use completion-in-region.
4572
4573 * progmodes/octave-mod.el (octave-complete-symbol):
4574 Use completion-in-region.
4575
4576 Misc cleanup.
4577 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
4578 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
4579 (idlwave-complete-class): Don't quote lambda.
4580 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
4581 (idlwave-mode-map): Move initialization into declaration.
4582 (idlwave-action-and-binding): Use backquotes.
4583 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
4584 Simplify.
4585 (idlwave-is-pointer-dereference): Remove unused var `pos'.
4586 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
4587 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
4588 `parts', and `all-parts'.
4589 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
4590 (idlwave-convert-xml-system-routine-info): Remove unused string
4591 `version-string'.
4592 (idlwave-display-user-catalog-widget): Use dolist.
4593 (idlwave-scanning-lib): Declare dynamically-scoped var.
4594 (idlwave-scan-library-catalogs): Remove unused var `flags'.
4595 (completion-highlight-first-word-only): Declare to silence bytecomp.
4596 (idlwave-popup-select): Tighten scope of `resp'.
4597 (idlwave-find-struct-tag): Remove unused var `beg'.
4598 (idlwave-after-load-rinfo-hook): Declare.
4599 (idlwave-sintern-class-info): Remove unused var `taglist'.
4600 (idlwave-find-class-definition): Remove unused var `list'.
4601 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
4602 (idlwave-what-module-find-class): Remove unused var `classes'.
4603
4604 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
4605
4606 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
4607
4608 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4609
4610 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
4611 buffers visited. Remove redundant current-buffer-saving.
4612
4613 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4614
4615 Use completion-in-buffer and remove uses of dynamic scoping.
4616 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
4617 (pascal-buffer-to-use, pascal-flag): Don't declare.
4618 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
4619 (pascal-get-completion-decl, pascal-keyword-completion):
4620 Add `pascal-str' argument, save-excursion,
4621 return the found completions, and don't filter with pascal-pred.
4622 (pascal-completion-cache): New var.
4623 (pascal-completion): Don't switch buffer any more (it was never
4624 necessary). Don't save-excursion any more (it's done by the called
4625 subroutines). Use a cache to avoid redundant computations.
4626 Use complete-with-action rather than pascal-completion-response and
4627 let it apply the predicate as well.
4628 (pascal-complete-word): Use completion-in-buffer when
4629 pascal-toggle-completions is nil.
4630 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
4631 not used any more.
4632 (pascal-comp-defun): Don't change buffer any more.
4633 Use complete-with-action rather than pascal-completion-response and
4634 let it apply the predicate as well.
4635 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
4636 when neded.
4637
4638 2009-12-02 Kenichi Handa <handa@m17n.org>
4639
4640 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
4641 shape for all Indic scripts.
4642
4643 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4644
4645 Use completion-in-buffer.
4646 * wid-edit.el (widget-field-text-end): New function.
4647 (widget-field-value-get): Use it.
4648 (widget-string-complete, widget-file-complete)
4649 (widget-color-complete): Use it and completion-in-region.
4650 (widget-complete): Don't narrow the buffer.
4651
4652 2009-12-02 Glenn Morris <rgm@gnu.org>
4653
4654 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
4655 (rmail-select-summary): Use rmail-pop-to-buffer.
4656 * mail/rmailsum.el: Replace all pop-to-buffer calls with
4657 rmail-pop-to-buffer, to prevent horizontal splits.
4658
4659 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
4660 save-excursion with save-current-buffer.
4661 Widen before searching. (Bug#5093)
4662 (diary-list-sexp-entries): Remove superfluous save-excursion.
4663
4664 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
4665
4666 * woman.el (woman-make-bufname): Handle man-pages with "." in the
4667 name. (Bug#5038)
4668
4669 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
4670
4671 * ido.el (ido-file-internal): Handle filenames at point that do
4672 not have a directory part. (Bug#5049)
4673
4674 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
4675
4676 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
4677 (mpc-songs-jump-to, mpc-resume): Doc fixes.
4678
4679 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
4680
4681 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
4682 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
4683 any more.
4684
4685 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4686
4687 * comint.el (comint-insert-input): Ignore clicks to the right of
4688 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
4689
4690 * vc.el (vc-print-log-internal): Don't wait for the process to
4691 terminate before setting up the major mode.
4692
4693 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
4694 in case.
4695
4696 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
4697 the last element.
4698
4699 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
4700
4701 2009-12-01 Glenn Morris <rgm@gnu.org>
4702
4703 * window.el (window--display-buffer-2): Fix previous changes.
4704
4705 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
4706
4707 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
4708
4709 2009-12-01 Glenn Morris <rgm@gnu.org>
4710
4711 * Makefile.in (ELCFILES): Add mpc.elc.
4712
4713 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4714
4715 * mpc.el: New file.
4716
4717 2009-12-01 Glenn Morris <rgm@gnu.org>
4718
4719 * window.el (window-to-use): Define for compiler.
4720
4721 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
4722 consistent with others (no final period).
4723
4724 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
4725 (rmail-mime-show): Downcase the encoding. (Bug#5070)
4726
4727 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
4728
4729 Make vc-print-log buttons work.
4730 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
4731
4732 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
4733
4734 * savehist.el (savehist-autosave-interval): Allow setting to nil
4735 through customize. (Bug#5056)
4736
4737 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
4738
4739 Fix references to jit-lock properties.
4740 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4741 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
4742 (perl-font-lock-special-syntactic-constructs):
4743 Quote jit-lock-defer-multiline property.
4744
4745 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
4746
4747 * vc-git.el (vc-git-registered): Call vc-git-root only once.
4748
4749 2009-11-30 Juri Linkov <juri@jurta.org>
4750
4751 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
4752 value `buffer' of `multi-isearch-next-buffer-current-function'.
4753 Use `(current-buffer)' when `buffer' is nil.
4754 (multi-isearch-next-buffer-from-list): Don't fallback to
4755 `(current-buffer)' when `buffer' is nil. (Bug#4947)
4756
4757 2009-11-30 Juri Linkov <juri@jurta.org>
4758
4759 * misearch.el (multi-isearch-read-buffers): Move canonicalization
4760 of buffers with `get-buffer' to `multi-isearch-buffers'.
4761 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4762 Canonicalize BUFFERS with `get-buffer'. Doc fix.
4763 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
4764 FILES with `expand-file-name' converting relative file names
4765 to absolute. Doc fix. (Bug#4727)
4766
4767 2009-11-30 Juri Linkov <juri@jurta.org>
4768
4769 * misearch.el (multi-isearch-read-buffers)
4770 (multi-isearch-read-matching-buffers): New functions.
4771 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4772 Use them in the `interactive' spec. Doc fix.
4773 (multi-isearch-read-files, multi-isearch-read-matching-files):
4774 New functions.
4775 (multi-isearch-files, multi-isearch-files-regexp):
4776 Use them in the `interactive' spec. Doc fix. (Bug#4725)
4777
4778 2009-11-30 Juri Linkov <juri@jurta.org>
4779
4780 * doc-view.el (doc-view-continuous):
4781 Rename from `doc-view-continuous-mode'.
4782 (doc-view-menu): Move "Toggle display" to the top.
4783 Add submenu "Continuous" with radio buttons "Off"/"On"
4784 and "Save as Default".
4785 (doc-view-scroll-up-or-next-page)
4786 (doc-view-scroll-down-or-previous-page)
4787 (doc-view-next-line-or-next-page)
4788 (doc-view-previous-line-or-previous-page):
4789 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
4790
4791 2009-11-30 Juri Linkov <juri@jurta.org>
4792
4793 * comint.el (comint-mode-map): Rebind `M-r' from
4794 `comint-previous-matching-input' to
4795 `comint-history-isearch-backward-regexp'.
4796 Unbind `M-s' to allow global key binding `M-s'.
4797 Add menu items for `comint-history-isearch-backward' and
4798 `comint-history-isearch-backward-regexp'. (Bug#3746)
4799
4800 2009-11-30 Juri Linkov <juri@jurta.org>
4801
4802 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
4803 For def=recenter, replace `recenter' with `recenter-top-bottom'
4804 that is called with `this-command' and `last-command' let-bound
4805 to `recenter-top-bottom'. When the last `def' was not `recenter',
4806 set `recenter-last-op' to nil. (Bug#4981)
4807
4808 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4809
4810 Minor cleanup and simplification.
4811 * filecache.el (file-cache-add-directory)
4812 (file-cache-add-directory-recursively)
4813 (file-cache-add-from-file-cache-buffer)
4814 (file-cache-delete-file-regexp, file-cache-delete-directory)
4815 (file-cache-files-matching-internal, file-cache-display): Use dolist.
4816 (file-cache-temp-minibuffer-message): Delete function.
4817 (file-cache-minibuffer-complete): Use minibuffer-message instead.
4818
4819 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4820 Don't signal an error when bumping into EOB in tr, s, or y.
4821
4822 2009-11-29 Juri Linkov <juri@jurta.org>
4823
4824 * startup.el (fancy-about-text): Fix wording of Guided Tour.
4825 (Bug#4960)
4826
4827 * descr-text.el (describe-char-unidata-list): Use lowercase name
4828 for "Unicode name" like in other tags.
4829
4830 2009-11-29 Juri Linkov <juri@jurta.org>
4831
4832 * ediff-util.el (ediff-minibuffer-with-setup-hook):
4833 New compatibility macro.
4834 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
4835
4836 2009-11-29 Juri Linkov <juri@jurta.org>
4837
4838 Add defcustom to define the cycling order of `recenter-top-bottom'.
4839 (Bug#4981)
4840
4841 * window.el (recenter-last-op): Doc fix.
4842 (recenter-positions): New defcustom.
4843 (recenter-top-bottom): Rewrite to use `recenter-positions'.
4844 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
4845
4846 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
4847
4848 Improve integration of Tramp and ange-ftp in eshell.
4849
4850 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
4851 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
4852 (eshell/sudo): Flatten args. Let-bind `default-directory'.
4853
4854 * eshell/esh-util.el (top): Require also Tramp when compiling.
4855 (eshell-directory-files-and-attributes): Check for FTP remote
4856 connection.
4857 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
4858 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
4859 (eshell-file-attributes): Handle ".". Return `entry'.
4860
4861 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
4862 (ange-ftp-directory-files-and-attributes)
4863 (ange-ftp-real-directory-files-and-attributes): New defuns.
4864
4865 * net/tramp.el (tramp-maybe-open-connection): Open the remote
4866 shell with "exec" when possible. This prevents trailing prompts
4867 in `start-file-process'.
4868
4869 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4870
4871 Try and remove assumptions about point-min==1.
4872 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
4873 (rng-compute-mode-line-string): Show the validation percentage in
4874 terms of the narrowed text, not the widened text.
4875 (rng-do-some-validation): Don't catch internal errors when debugging.
4876 (rng-first-error): Simplify.
4877 (rng-after-change-function): Remove work around. AFAIK the bug has
4878 been fixed a while ago.
4879
4880 * image-mode.el (image-minor-mode): Exit more gracefully when the image
4881 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
4882
4883 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
4884
4885 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
4886 `cd' doesn't always do it for us (bug#5067).
4887
4888 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
4889 on 2009-10-25 as part of some other change (bug#5067).
4890
4891 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4892
4893 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4894 `suspicious'.
4895 (byte-compile-warnings): Use byte-compile-warning-types.
4896 (byte-compile-save-excursion): Warn about use of set-buffer right
4897 after save-excursion.
4898
4899 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
4900 the excursion as well.
4901
4902 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
4903
4904 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
4905 providing a Tramp related implementation of "su" and "sudo".
4906 (eshell-unix-initialize): Add "su" and "sudo".
4907
4908 2009-11-27 Daiki Ueno <ueno@unixuser.org>
4909
4910 * net/socks.el (socks-send-command): Convert binary request to
4911 unibyte before sending. This fixes mishandling of some port
4912 numbers such as 129.
4913
4914 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4915
4916 * help.el (describe-bindings-internal): Remove `interactive'.
4917
4918 * man.el (Man-completion-table): Trim a terminating "(".
4919 Remove the space between name page a section.
4920 Add the command's description on the `help-echo' property.
4921 Remove `process-connection-type' binding since it's unused by
4922 call-process.
4923 Provide completion for the "<section> <name>" format as well.
4924 (Man-default-man-entry): Remove spurious var shadowing the argument.
4925
4926 2009-11-26 Kevin Ryde <user42@zip.com.au>
4927
4928 * log-view.el: Add "Keywords: tools", since its other keywords
4929 aren't in finder-known-keywords, and following vc.el.
4930
4931 * sha1.el (sha1-string-external): default-directory "/" in case
4932 otherwise non-existent. process-connection-type pipe for touch of
4933 efficiency recommended by elisp manual. (An aside in Bug#3911.)
4934
4935 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4936
4937 Misc coding convention cleanups.
4938 * htmlfontify.el (hfy-init-kludge-hook): Rename from
4939 hfy-init-kludge-hooks.
4940 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
4941 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
4942 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
4943 and push.
4944 (hfy-slant, hfy-weight): Use tables rather than code.
4945 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
4946 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
4947 (hfy-face-attr-for-class): Initialize `face-spec' directly.
4948 (hfy-face-to-css): Remove `nconc' with single arg.
4949 (hfy-p-to-face-lennart): Use `or'.
4950 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
4951 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
4952 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
4953 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
4954 (hfy-force-fontification): Use run-hooks.
4955
4956 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
4957
4958 Various minor fixes.
4959 * htmlfontify.el (hfy-default-header): Add toggle_invis since
4960 Javascript belongs in the header, not the body.
4961 (hfy-javascript): Remove.
4962 (hfy-fontify-buffer): Don't insert it any more.
4963 (hfy-face-at): Handle (face0 face1 face2) style face properties.
4964 Fix bug in invis handling when there were no invis props in a chunk.
4965
4966 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4967
4968 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
4969
4970 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
4971
4972 * finder.el (finder-mode-map): Add a menu.
4973
4974 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
4975
4976 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
4977 "unsigned" structs.
4978
4979 (verilog-leap-to-head, verilog-backward-token): Handle "disable
4980 fork" statement better.
4981
4982 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
4983
4984 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
4985 (verilog-delete-auto, verilog-delete-empty-auto-pair)
4986 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
4987 Reported by Clay Douglass.
4988
4989 (verilog-auto-inst, verilog-auto-star-safe)
4990 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
4991 Fix removing "// Interfaces" when saving .* expansions.
4992 Reported by Pierre-David Pfister.
4993
4994 2009-11-26 Glenn Morris <rgm@gnu.org>
4995
4996 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
4997 the scope.
4998
4999 2009-11-25 Johan Bockgård <bojohan@gnu.org>
5000
5001 * vc-annotate.el (vc-annotate-revision-previous-to-line):
5002 Really use previous revision.
5003
5004 2009-11-25 Kevin Ryde <user42@zip.com.au>
5005
5006 * man.el (Man-completion-table): default-directory "/" in case
5007 doesn't otherwise exist. process-environment COLUMNS=999 so as
5008 not to truncate long names. process-connection-type pipe to avoid
5009 any chance of hitting the pseudo-tty TIOCGWINSZ.
5010 (man): completion-ignore-case t for friendliness and since man
5011 itself is case-insensitive on the command line.
5012 Further to Bug#3717.
5013
5014 * arc-mode.el: Add "Keywords: files", so the details in its
5015 commentary can be reached from finder-by-keyword.
5016 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
5017 editing mode, but it's comms related and sgml-mode.el has "comm"
5018 on that basis too.
5019 * textmodes/bibtex-style.el: Add "Keywords: tex".
5020 * international/isearch-x.el, international/ja-dic-cnv.el:
5021 * international/ja-dic-utl.el, international/kkc.el:
5022 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
5023
5024 2009-11-25 Juri Linkov <juri@jurta.org>
5025
5026 * man.el (Man-completion-table): Modify regexp to include
5027 section names to completion strings. (Bug#3717)
5028
5029 2009-11-25 Juri Linkov <juri@jurta.org>
5030
5031 Search recursively in gzipped files. (Bug#4982)
5032
5033 * progmodes/grep.el (grep-highlight-matches): Add new options
5034 `always' and `auto'. Doc fix.
5035 (grep-process-setup): Check `grep-highlight-matches' for
5036 `auto-detect' to determine the need to compute grep defaults.
5037 Move Windows/DOS specific --colors settings handling
5038 to `grep-compute-defaults'. Check `grep-highlight-matches'
5039 to get the value of "--color=".
5040 (grep-compute-defaults): Compute `grep-highlight-matches' when it
5041 has the value `auto-detect'. Move Windows/DOS specific settings
5042 from `grep-process-setup'.
5043 (zrgrep): New command with alias `rzgrep'.
5044
5045 2009-11-25 Juri Linkov <juri@jurta.org>
5046
5047 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
5048 to nil instead of switching off view-mode. (Bug#4896)
5049
5050 2009-11-25 Juri Linkov <juri@jurta.org>
5051
5052 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
5053
5054 * mwheel.el (mwheel-scroll-up-function)
5055 (mwheel-scroll-down-function): New defvars.
5056 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
5057 `scroll-up', and `mwheel-scroll-down-function' instead of
5058 `scroll-down'.
5059
5060 * doc-view.el (doc-view-scroll-up-or-next-page)
5061 (doc-view-scroll-down-or-previous-page): Add optional ARG.
5062 Use this ARG in the call to image-scroll-up/image-scroll-down.
5063 Change `interactive' spec to "P". Goto next/previous page only
5064 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
5065 SPC/DEL case). Doc fix.
5066 (doc-view-next-line-or-next-page)
5067 (doc-view-previous-line-or-previous-page): Rename arg to ARG
5068 for consistency.
5069 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
5070 `doc-view-scroll-up-or-next-page', and buffer-local
5071 `mwheel-scroll-down-function' to
5072 `doc-view-scroll-down-or-previous-page'.
5073
5074 2009-11-25 Juri Linkov <juri@jurta.org>
5075
5076 Provide additional default values (directories at other Dired
5077 windows) via M-n in the minibuffer of some Dired commands.
5078
5079 * dired-aux.el (dired-diff, dired-compare-directories)
5080 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
5081 `minibuffer-default' in `minibuffer-with-setup-hook'.
5082 (dired-dwim-target-directory): Find a window that displays Dired
5083 buffer instead of failing when the next window is not Dired.
5084 Use `get-window-with-predicate' to find for the next Dired window.
5085 (dired-dwim-target-defaults): New function.
5086
5087 * ediff-util.el (ediff-read-file-name):
5088 Use `dired-dwim-target-defaults' to set `minibuffer-default'
5089 in `minibuffer-with-setup-hook'.
5090
5091 2009-11-25 Juri Linkov <juri@jurta.org>
5092
5093 Provide additional default values (file name at point or at the
5094 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
5095
5096 * minibuffer.el (read-file-name-defaults): New function.
5097 (read-file-name): Reset `minibuffer-default' to nil when
5098 it duplicates initial input `insdef'.
5099 Bind `minibuffer-default-add-function' to lambda that
5100 calls `read-file-name-defaults' in `minibuffer-selected-window'.
5101 (minibuffer-insert-file-name-at-point): New command.
5102
5103 * files.el (file-name-at-point-functions): New defcustom.
5104 (find-file-default): Remove defvar.
5105 (find-file-read-args): Don't use `find-file-default'.
5106 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5107 to `read-file-name'.
5108 (find-file-literally): Use `read-file-name' with
5109 `confirm-nonexistent-file-or-buffer'.
5110
5111 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
5112
5113 * dired.el (dired-read-dir-and-switches):
5114 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5115 to `read-file-name'.
5116 (dired-file-name-at-point): New function.
5117 (dired-mode): Add hook `dired-file-name-at-point' to
5118 `file-name-at-point-functions'.
5119
5120 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5121
5122 Really make the *Completions* window soft-dedicated (bug#5030).
5123 * window.el (window--display-buffer-2): Add `dedicated' argument.
5124 (display-buffer): Pass it when needed so the dedicated flag is set
5125 after calling set-window-buffer, which would otherwise reset it.
5126
5127 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5128
5129 * progmodes/meta-mode.el (meta-complete-symbol):
5130 * progmodes/etags.el (complete-tag):
5131 * mail/mailabbrev.el (mail-abbrev-complete-alias):
5132 Use completion-in-region.
5133
5134 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
5135 (dabbrev-completion): Use completion-in-region.
5136 (dabbrev--abbrev-at-point): Simplify regexp.
5137
5138 * abbrev.el (abbrev--before-point): Use word-motion functions
5139 if :regexp is not specified (bug#5031).
5140
5141 * subr.el (string-prefix-p): New function.
5142
5143 * man.el (Man-completion-cache): New var.
5144 (Man-completion-table): Use it.
5145
5146 * vc.el (vc-print-log-internal): Make `limit' optional for better
5147 compatibility (e.g. with vc-annotate.el).
5148
5149 2009-11-24 Kevin Ryde <user42@zip.com.au>
5150
5151 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
5152 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
5153
5154 * emacs-lisp/elint.el (elint-add-required-env): Better error message
5155 when .el source file not found or other error.
5156
5157 2009-11-24 Markus Triska <markus.triska@gmx.at>
5158
5159 * linum.el (linum-update-window): Ignore intangible (bug#4996).
5160
5161 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5162
5163 Handle the [back] button properly (bug#4979).
5164 * descr-text.el (describe-text-properties): Add a `buffer' argument.
5165 Use help-setup-xref, help-buffer, and with-help-window.
5166 (describe-char): Add `buffer' argument.
5167 Pass proper command to help-setup-xref. Don't meddle with
5168 help-xref-stack-item directly.
5169 (describe-text-category): Use with-help-window and help-buffer.
5170
5171 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
5172 for the displayed buffer (bug#4887).
5173
5174 * man.el (Man-completion-table): New function.
5175 (man): Use it.
5176
5177 2009-11-24 David Reitter <david.reitter@gmail.com>
5178
5179 * vc-git.el (vc-git-registered): Use checkout directory (where
5180 .git is) rather than the file's directory and a relative path spec
5181 to work around a bug in git.
5182
5183 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
5184
5185 Improve handling of processes on remote hosts.
5186
5187 * eshell/esh-util.el (eshell-path-env): New defvar.
5188 (eshell-parse-colon-path): New defun.
5189 (eshell-file-attributes): Use `eshell-parse-colon-path'.
5190
5191 * eshell/esh-ext.el (eshell-search-path):
5192 Use `eshell-parse-colon-path'.
5193 (eshell-remote-command): Remove argument HANDLER.
5194 (eshell-external-command): Check for FTP remote connection.
5195
5196 * eshell/esh-proc.el (eshell-gather-process-output):
5197 Use `file-truename', in order to start also symlinked files.
5198 Apply `start-file-process' instead of `start-process'.
5199 Shorten `command' to the local file name part.
5200
5201 * eshell/em-cmpl.el (eshell-complete-commands-list):
5202 Use `eshell-parse-colon-path'.
5203
5204 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
5205
5206 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
5207 to `eshell-directory-change-hook'.
5208
5209 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
5210
5211 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
5212 because it could be enabled automatically if view-read-only is non-nil.
5213
5214 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
5215
5216 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
5217 made on 2009-11-22.
5218
5219 2009-11-24 Glenn Morris <rgm@gnu.org>
5220
5221 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
5222 deleted variable bookmark-bmenu-bookmark-column.
5223
5224 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5225
5226 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
5227
5228 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
5229
5230 * net/browse-url.el (browse-url-filename-alist): On Windows, add
5231 two slashes to the "file:" prefix.
5232 (browse-url-file-url): De-munge Cygwin filenames before passing
5233 them to Windows browser.
5234 (browse-url-default-windows-browser): Use call-process.
5235
5236 2009-11-23 Juri Linkov <juri@jurta.org>
5237
5238 Implement DocView Continuous mode. (Bug#4896)
5239 * doc-view.el (doc-view-continuous-mode): New defcustom.
5240 (doc-view-mode-map): Bind C-n/<down> to
5241 `doc-view-next-line-or-next-page', C-p/<up> to
5242 `doc-view-previous-line-or-previous-page'.
5243 (doc-view-next-line-or-next-page)
5244 (doc-view-previous-line-or-previous-page): New commands.
5245
5246 2009-11-23 Juri Linkov <juri@jurta.org>
5247
5248 Implement Isearch in comint input history. (Bug#3746)
5249 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
5250 `isearch-mode-hook'.
5251 (comint-history-isearch): New defcustom.
5252 (comint-history-isearch-backward)
5253 (comint-history-isearch-backward-regexp): New commands.
5254 (comint-history-isearch-message-overlay): New buffer-local variable.
5255 (comint-history-isearch-setup, comint-history-isearch-end)
5256 (comint-goto-input, comint-history-isearch-search)
5257 (comint-history-isearch-message, comint-history-isearch-wrap)
5258 (comint-history-isearch-push-state)
5259 (comint-history-isearch-pop-state): New functions.
5260
5261 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
5262
5263 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
5264 return.
5265 (tramp-handle-make-symbolic-link)
5266 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
5267 Quote file names.
5268 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
5269 (tramp-handle-process-file): Use it.
5270
5271 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5272
5273 * window.el (move-to-window-line-last-op): Remove.
5274 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
5275
5276 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
5277
5278 Make M-r mirror the new cycling behavior of C-l.
5279 * window.el (move-to-window-line-last-op): New var.
5280 (move-to-window-line-top-bottom): New command.
5281 (global-map): Bind M-r move-to-window-line-top-bottom.
5282
5283 2009-11-23 Sven Joachim <svenjoac@gmx.de>
5284
5285 * dired-x.el (dired-guess-shell-alist-default):
5286 Support xz format. (Bug#4953)
5287
5288 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
5289
5290 * emulation/viper-cmd.el: Use viper-last-command-char instead of
5291 last-command-char/last-command-event.
5292 (viper-prefix-arg-value): Do correct conversion of event-char for
5293 XEmacs.
5294
5295 * emulation/viper-util.el, emulation/viper.el:
5296 Use viper-last-command-char instead of
5297 last-command-char/last-command-event.
5298
5299 * ediff-init.el, ediff-mult.el, ediff-util.el:
5300 Replace last-command-char and last-command-event
5301 with (ediff-last-command-char) everywhere.
5302
5303 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
5304 created in fundamental mode.
5305
5306 * ediff.el (ediff-version): Revert the change of interactive-p to
5307 called-interactively-p.
5308
5309 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
5310
5311 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
5312 generation from word-movement command names.
5313
5314 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
5315
5316 * cus-start.el (all): Add native condition for font-use-system-font.
5317
5318 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
5319
5320 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5321 Correct the patch from 2009-11-18. (Bug#3910)
5322
5323 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
5324
5325 * progmodes/subword.el: Rename from lisp/subword.el.
5326
5327 * subword.el: Rename to progmodes/subword.el.
5328
5329 * Makefile.in (ELCFILES): Adapt to subword.el move.
5330
5331 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5332 Stefan Monnier <monnier@iro.umontreal.ca>
5333
5334 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
5335 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
5336 (bookmark-bmenu-show-filenames): Use push.
5337 (bookmark-bmenu-hide-filenames): Use local var instead of
5338 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
5339 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
5340 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
5341 filenames now that the bookmark names are always available.
5342
5343 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5344
5345 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
5346 (bookmark-search-pattern): Move and leave unbound.
5347 (bookmark-bmenu-mode-map): Change binding.
5348 (bookmark-read-search-input): Simplify.
5349 Don't use text-char-description. Don't error on non-char events.
5350 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
5351 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
5352 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
5353 Use a local var for the timer.
5354 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
5355 (i.e. bookmark-bmenu-search).
5356
5357 2009-11-21 Glenn Morris <rgm@gnu.org>
5358
5359 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
5360
5361 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
5362
5363 * net/browse-url.el (browse-url-default-windows-browser):
5364 Use cygstart for cygwin.
5365
5366 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
5367
5368 * bookmark.el: Formatting and doc fixes only:
5369 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
5370 (bookmark-bmenu-search): Wrap to fit within 80 columns.
5371 Minor grammar and punctuation fixes in doc string.
5372 (bookmark-read-search-input): Adjust to fit within 80 columns.
5373
5374 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5375
5376 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
5377 (c-backward-into-nomenclature): Adapt to subword renaming.
5378
5379 * subword.el (subword-forward, subword-backward, subword-mark)
5380 (subword-kill, subword-backward-kill, subword-transpose)
5381 (subword-downcase, subword-upcase, subword-capitalize)
5382 (subword-forward-internal, subword-backward-internal):
5383 Rename from forward-subword, backward-subword, mark-subword,
5384 kill-subword, backward-kill-subword, transpose-subwords,
5385 downcase-subword, upcase-subword, capitalize-subword,
5386 forward-subword-internal, backward-subword-internal.
5387
5388 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5389
5390 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
5391 New options.
5392 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
5393 New vars.
5394 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
5395 (bookmark-bmenu-filter-alist-by-regexp)
5396 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
5397 (bookmark-bmenu-search): New command.
5398 (bookmark-bmenu-mode-map): Bind it.
5399
5400 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5401
5402 * progmodes/cc-cmds.el: declare-functioned forward-subword and
5403 backward-subword to quit the byte-compiler.
5404
5405 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
5406
5407 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
5408
5409 * progmodes/cc-cmds.el (c-update-modeline)
5410 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5411 Refer to subword.el functions instead of cc-subword.el.
5412
5413 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
5414 subword.el functions instead of cc-subword.el.
5415
5416 * progmodes/cc-subword.el: Rename to subword.el.
5417 * subword.el: Rename from progmodes/cc-subword.el.
5418 (subword-mode-map): Rename from c-subword-mode-map.
5419 (subword-mode): Rename from c-subword-mode.
5420 (global-subword-mode): New global minor mode.
5421 (forward-subword): Rename from c-forward-subword.
5422 (backward-subword): Rename from c-backward-subword.
5423 (mark-subword): Rename from c-mark-subword.
5424 (kill-subword): Rename from c-kill-subword.
5425 (backward-kill-subword): Rename from c-backward-kill-subword.
5426 (transpose-subwords): Rename from c-tranpose-subword.
5427 (downcase-subword): Rename from c-downcase-subword.
5428 (capitalize-subword): Rename from c-capitalize-subword.
5429 (forward-subword-internal): Rename from c-forward-subword-internal.
5430 (backward-subword-internal): Rename from c-backward-subword-internal.
5431
5432 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
5433
5434 * vc.el (vc-deduce-fileset): Allow non-state changing operations
5435 from a dired buffer.
5436 (vc-dired-deduce-fileset): New function.
5437 (vc-root-diff, vc-print-root-log): Use it.
5438
5439 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
5440 nil LIMIT argument to vc-print-log-internal.
5441
5442 2009-11-20 Glenn Morris <rgm@gnu.org>
5443
5444 * Makefile.in (ELCFILES): Regenerate.
5445
5446 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
5447
5448 * calc/calc.el (calc-set-mode-line):
5449 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5450 (math-format-number): Rename `math-format-complement-signed' to
5451 `math-format-twos-complement'.
5452
5453 * calc/calc-bin.el (math-format-twos-complement): Rename from
5454 math-format-complement-signed.
5455 (calc-radix): Rename `calc-complement-signed-mode' to
5456 `calc-twos-complement-mode'.
5457 (calc-octal-radix, calc-hex-radix): Add an argument for
5458 two's complement.
5459
5460 * calc/calc-embed.el (calc-embedded-mode-vars):
5461 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5462
5463 * calc/calc-ext.el (calc-init-extensions):
5464 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5465 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
5466
5467 * calc/calc-units.el (math-build-units-table-buffer):
5468 Let `calc-twos-complement-mode' be nil.
5469
5470 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
5471 entries.
5472
5473 * calc/calc-vec.el (calcFunc-vunpack):
5474 * calc/calc-aent.el (calc-do-calc-eval):
5475 * calc/calc-forms.el (math-format-date):
5476 * calc/calc-graph.el (calc-graph-plot):
5477 * calc/calc-math.el (math-use-emacs-fn):
5478 * calc/calccomp.el (math-compose-expr):
5479 Let `calc-twos-complement-mode' be nil.
5480
5481 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5482
5483 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
5484 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
5485 * minibuffer.el (completion-in-region-functions): New hook.
5486 (completion-in-region): New function.
5487 * emacs-lisp/lisp.el (lisp-complete-symbol):
5488 * pcomplete.el (pcomplete-std-complete): Use it.
5489
5490 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5491
5492 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
5493 (latex-complete-alist): New vars.
5494 (latex-string-prefix-p, latex-complete-bibtex-keys)
5495 (latex-complete-envnames, latex-complete-refkeys)
5496 (latex-complete-data): New functions.
5497 (latex-complete, latex-indent-or-complete): New commands.
5498
5499 * window.el (display-buffer-mark-dedicated): New var.
5500 (display-buffer): Obey it.
5501 * minibuffer.el (minibuffer-completion-help): Use it.
5502
5503 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
5504
5505 * filecache.el (file-cache-add-file): Use push and cons.
5506 (file-cache-delete-file-regexp): Use push.
5507 (file-cache-complete): Use completion-in-region.
5508
5509 * simple.el (with-wrapper-hook): Fix thinko.
5510
5511 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
5512 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
5513 Use with-current-buffer and string-to-number.
5514 (hfy-fallback-colour-values): Use assoc-string.
5515 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
5516 (hfy-face-at): Remove unused var `found-face'.
5517 (hfy-compile-stylesheet): Remove unused var `css'.
5518 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
5519 and `orig-buffer'.
5520 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
5521 Use with-current-buffer.
5522 (hfy-text-p): Use expand-file-name and fewer setq.
5523
5524 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
5525
5526 * htmlfontify.el, hfy-cmap.el: New files.
5527
5528 2009-11-19 Juri Linkov <juri@jurta.org>
5529
5530 * minibuffer.el (completions-format): New defcustom.
5531 (completion--insert-strings): Implement vertical format.
5532
5533 * simple.el (switch-to-completions): Move point to the first
5534 completion when point was at the beginning of the buffer.
5535
5536 2009-11-19 Juri Linkov <juri@jurta.org>
5537
5538 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
5539
5540 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
5541
5542 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
5543
5544 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
5545 (mail-signature): Change default to t.
5546 (mail-from-style): Deprecate `system-default' value.
5547 (mail-insert-from-field): For default value of mail-from-style,
5548 default to `angles' unless `angles' needs quoting and `parens'
5549 does not.
5550 (mail-citation-prefix-regexp): Use citation regexp from
5551 message-mode.
5552
5553 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
5554
5555 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5556 Set variables for computing the prompt for reading password.
5557
5558 2009-11-19 Glenn Morris <rgm@gnu.org>
5559
5560 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
5561
5562 * textmodes/flyspell.el (sgml-lexical-context): Declare.
5563
5564 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
5565 (newsticker-treeview-listwindow-height): Fix custom type.
5566
5567 2009-11-19 Kenichi Handa <handa@m17n.org>
5568
5569 * descr-text.el (describe-char-padded-string): Compose with TAB
5570 only if there's a font for CH.
5571 (describe-char): Fix the condition for detecting a trivial composition.
5572
5573 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
5574
5575 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
5576 more accurate version of the regexp. (Bug#3910)
5577
5578 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
5579
5580 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
5581
5582 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
5583
5584 * font-setting.el (font-use-system-font): Declare for byte-compiler.
5585 (font-setting-change-default-font): Fix typo in docstring.
5586
5587 2009-11-18 Alan Mackenzie <acm@muc.de>
5588
5589 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
5590
5591 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5592
5593 * font-setting.el (font-use-system-font): Move ...
5594
5595 * cus-start.el (all): ... to here.
5596
5597 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
5598
5599 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
5600 Don't set `ad-return-value' if `ad-do-it' doesn't.
5601
5602 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
5603 modification time.
5604
5605 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5606
5607 * menu-bar.el: Put "Use system font" in Option-menu.
5608 (menu-bar-options-save): Add font-use-system-font.
5609
5610 * loadup.el: If feature system-font-setting or font-render-setting is
5611 there, load font-setting.
5612
5613 * Makefile.in (ELCFILES): Add font-settings.el.
5614 * font-setting.el: New file.
5615
5616 2009-11-17 Glenn Morris <rgm@gnu.org>
5617
5618 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
5619
5620 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
5621 Preserve point in the list buffer. (Bug#4939)
5622 Use point-at-eol.
5623 (newsticker--treeview-list-update-highlight)
5624 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
5625
5626 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5627
5628 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
5629 Remove.
5630
5631 * calc/calc-ext.el (calc-init-extensions): Remove references to
5632 symclip.
5633
5634 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
5635
5636 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5637 * calc/calc-help.el (calc-b-prefix-help): Remove references to
5638 `calc-symclip'.
5639
5640 2009-11-16 Kevin Ryde <user42@zip.com.au>
5641
5642 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5643 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
5644
5645 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
5646 (lm-keywords-list): Allow comma-only separator like "foo,bar".
5647 Ignore trailing spaces by omit-nulls to split-string (fixing
5648 regression from Emacs 21 due to the incompatible split-string
5649 change). (Bug #4928.)
5650
5651 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
5652
5653 * vc.el (vc-log-show-limit): Default to 2000.
5654 (vc-print-log-internal): Insert buttons to request more entries
5655 when limiting the output.
5656
5657 * vc-sccs.el (vc-sccs-print-log):
5658 * vc-rcs.el (vc-rcs-print-log):
5659 * vc-cvs.el (vc-cvs-print-log):
5660 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
5661 LIMIT is non-nil.
5662
5663 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5664
5665 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
5666 error when `tramp-gvfs-dbus-event-vector' is set.
5667 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
5668
5669 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5670
5671 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
5672
5673 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5674
5675 * net/dbus.el (dbus-unregister-service): New defun.
5676 (dbus-register-property): Register the handlers of
5677 "org.freedesktop.DBus.Properties" for SERVICE.
5678 (dbus-property-handler): Fix docstring.
5679
5680 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5681
5682 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
5683 Quote doc string reference in defvaralias as it is not in special form.
5684 (byte-compile-output-docform): Doc fix.
5685
5686 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5687
5688 * calc/calc.el (math-2-word-size, math-half-2-word-size)
5689 (calc-complement-signed-mode): New variables.
5690 (calc-set-mode-line): Add indicator for twos-complements.
5691 (math-format-number): Format twos-complement notation.
5692
5693 * calc/calc-bin.el (calc-word-size): Reset the variables
5694 `math-2-word-size' and `math-half-2-word-size'.
5695 (math-format-complement-signed, math-symclip, calcFunc-symclip)
5696 (calc-symclip): New functions.
5697
5698 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
5699
5700 * calc/calc-embed.el (calc-embedded-mode-vars):
5701 Add `calc-complement-signed-mode' to the list of modes.
5702
5703 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
5704 (calc-b-oper-keys): Add `calc-symclip' to list.
5705
5706 * calc/calc-ext.el (math-read-number-fancy): Read complement
5707 signed numbers.
5708 (calc-init-extensions): Add binding for `calc-symclip'.
5709 Add autoload for `calcFunc-symclip' and `calc-symclip'.
5710
5711 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
5712 `calc-symclip'.
5713 (calc-modes-menu): Add item for twos complement mode.
5714
5715 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
5716
5717 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5718
5719 * register.el (jump-to-register, insert-register): Handle Semantic
5720 tags. From commented-out advice in semantic/senator.el.
5721
5722 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
5723
5724 * vc.el (vc-log-show-limit): New variable.
5725 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
5726 when using a prefix argument.
5727 (vc-print-log-internal): Add new argument LIMIT.
5728
5729 * vc-svn.el (vc-svn-print-log):
5730 * vc-mtn.el (vc-mtn-print-log):
5731 * vc-hg.el (vc-hg-print-log):
5732 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
5733 pass it to the log command when set. Make the BUFFER argument
5734 non-optional.
5735
5736 * vc-sccs.el (vc-sccs-print-log):
5737 * vc-rcs.el (vc-rcs-print-log):
5738 * vc-git.el (vc-git-print-log):
5739 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
5740 ignore it. Make the BUFFER argument non-optional
5741
5742 * bindings.el (mode-line-buffer-identification): Do not purecopy.
5743
5744 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5745
5746 * dired.el (dired-mode-map): Move encryption items to "Operate"
5747 menu (Bug#4703).
5748
5749 * strokes.el (strokes-update-window-configuration): Make strokes
5750 buffer current before erasing (Bug#4906).
5751
5752 2009-11-15 Juri Linkov <juri@jurta.org>
5753
5754 * simple.el (set-mark-default-inactive): Add :type, :group
5755 and :version. (Bug#4876)
5756
5757 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
5758
5759 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
5760 (archive-unique-fname): ... here. (Bug#4929)
5761
5762 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5763
5764 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
5765 with a real fix.
5766
5767 * novice.el (disabled-command-function): Add useful args.
5768 Setup the help buffer so that [back] works.
5769 Remove redundant call to help-mode.
5770 (disabled-command-function): Use `case'.
5771 (en/disable-command): New function extracted from enable-command.
5772 (enable-command, disable-command): Use it.
5773
5774 2009-11-14 Glenn Morris <rgm@gnu.org>
5775
5776 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
5777 constants. (Bug#4913)
5778
5779 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
5780
5781 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5782
5783 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
5784 defined in C that have no doc-strings. (Bug#1063)
5785
5786 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
5787
5788 * cus-edit.el (data, files):
5789 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
5790
5791 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
5792
5793 * simple.el (shell-command): Doc fix (Bug#4891).
5794
5795 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
5796
5797 2009-11-14 Glenn Morris <rgm@gnu.org>
5798
5799 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
5800 statements for vc-diff, emerge-quit, and rmail-cease-edit.
5801 If they are already loaded, eval-after-load will do the right thing.
5802
5803 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
5804 compiling.
5805
5806 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
5807
5808 * simple.el (x-selection-owner-p): Declare.
5809 (read-mail-command): Use custom radio type rather than choice.
5810 (completion-no-auto-exit): Doc fix.
5811
5812 * custom.el (defgroup):
5813 * epg-config.el (epg): Doc fixes.
5814
5815 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
5816
5817 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
5818 * international/ccl.el (define-ccl-program): Do not purecopy the
5819 docstring, defconst does it anyway.
5820
5821 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5822
5823 * add-log.el (add-change-log-entry): Avoid displaying the changelog
5824 a second time.
5825
5826 * x-dnd.el (x-dnd-maybe-call-test-function):
5827 * window.el (split-window-vertically):
5828 * whitespace.el (whitespace-help-on):
5829 * vc-rcs.el (vc-rcs-consult-headers):
5830 * userlock.el (ask-user-about-lock-help)
5831 (ask-user-about-supersession-help):
5832 * type-break.el (type-break-force-mode-line-update):
5833 * time-stamp.el (time-stamp-conv-warn):
5834 * terminal.el (te-set-output-log, te-more-break, te-filter)
5835 (te-sentinel, terminal-emulator):
5836 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
5837 (term-write-input-ring, term-check-source, term-start-output-log):
5838 (term-display-buffer-line, term-dynamic-list-completions):
5839 (term-ansi-make-term, serial-term):
5840 * subr.el (selective-display):
5841 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5842 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
5843 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
5844 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
5845 (speedbar-remove-localized-speedbar-support)
5846 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
5847 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
5848 (speedbar-buffers-line-directory):
5849 * simple.el (shell-command-on-region, append-to-buffer)
5850 (prepend-to-buffer):
5851 * shadowfile.el (shadow-save-todo-file):
5852 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
5853 (scroll-bar-maybe-set-window-start):
5854 * sb-image.el (speedbar-image-dump):
5855 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
5856 (load-save-place-alist-from-file):
5857 * ps-samp.el (ps-print-message-from-summary):
5858 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
5859 (ps-background-image, ps-begin-job, ps-do-despool):
5860 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
5861 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
5862 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
5863 (pr-call-process, pr-file-list, pr-interface-save):
5864 * novice.el (disabled-command-function)
5865 (enable-command, disable-command):
5866 * mouse.el (mouse-buffer-menu-alist):
5867 * mouse-copy.el (mouse-kill-preserving-secondary):
5868 * macros.el (kbd-macro-query):
5869 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
5870 * informat.el (batch-info-validate):
5871 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
5872 * hippie-exp.el (try-expand-dabbrev-visible):
5873 * help-mode.el (help-make-xrefs):
5874 * help-fns.el (describe-variable):
5875 * generic-x.el (bat-generic-mode-run-as-comint):
5876 * finder.el (finder-mouse-select):
5877 * find-dired.el (find-dired-sentinel):
5878 * filesets.el (filesets-file-close):
5879 * files.el (list-directory):
5880 * faces.el (list-faces-display, describe-face):
5881 * facemenu.el (list-colors-display):
5882 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
5883 * epg.el (epg--process-filter, epg-cancel):
5884 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
5885 (epa--read-signature-type):
5886 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
5887 (emerge-file-names):
5888 * ehelp.el (electric-helpify):
5889 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
5890 * ediff-vers.el (rcs-ediff-view-revision):
5891 * ediff-util.el (ediff-setup):
5892 * ediff-mult.el (ediff-append-custom-diff):
5893 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
5894 (ediff-wordify):
5895 * echistory.el (Electric-command-history-redo-expression):
5896 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5897 * disp-table.el (describe-display-table):
5898 * dired.el (dired-find-buffer-nocreate):
5899 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
5900 * dabbrev.el (dabbrev--same-major-mode-p):
5901 * chistory.el (list-command-history):
5902 * apropos.el (apropos-documentation):
5903 * allout.el (allout-obtain-passphrase):
5904 (allout-copy-exposed-to-buffer):
5905 (allout-verify-passphrase): Use with-current-buffer.
5906
5907 2009-11-13 Glenn Morris <rgm@gnu.org>
5908
5909 * Makefile.in (ELCFILES): Regenerate.
5910
5911 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
5912
5913 * net/dbus.el (dbus-registered-objects-table): Rename from
5914 `dbus-registered-functions-table', because it contains also properties.
5915 (dbus-unregister-object): Unregister also properties.
5916 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
5917 Use a timeout of 500 msec, in order to not block.
5918 (dbus-register-property, dbus-property-handler): New defuns.
5919
5920 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5921
5922 * simple.el (minibuffer-default-add-completions): Drop deprecated
5923 4th arg.
5924
5925 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
5926
5927 * textmodes/artist.el (artist-mouse-choose-operation):
5928 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5929 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
5930 (artist-compute-up-event-key): New function.
5931 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
5932
5933 2009-11-13 Kenichi Handa <handa@m17n.org>
5934
5935 * language/japan-util.el: Make sure that the value of jisx0208
5936 property is jisx0208 character.
5937
5938 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
5939
5940 * international/mule.el (auto-coding-regexp-alist): Only purecopy
5941 car or each item, not the whole list.
5942
5943 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
5944
5945 * minibuffer.el (minibuffer-completion-help):
5946 Use minibuffer-hide-completions.
5947
5948 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
5949
5950 * dired.el (dired-save-positions, dired-restore-positions): New funs.
5951 (dired-revert): Use them (bug#4880).
5952
5953 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5954
5955 * tooltip.el (tooltip-frame-parameters): Undo previous change.
5956
5957 2009-11-12 Juri Linkov <juri@jurta.org>
5958
5959 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
5960 New functions.
5961 (find-file-literally-at-point): Alias of `ffap-literally'.
5962
5963 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5964
5965 * textmodes/ispell.el (ispell-skip-region-alist):
5966 * textmodes/css-mode.el (auto-mode-alist):
5967 * progmodes/compile.el (auto-mode-alist):
5968 * international/mule.el (ctext-non-standard-encodings-alist)
5969 (ctext-non-standard-encodings-regexp):
5970 * simple.el (shell-command-switch, text-read-only):
5971 * replace.el (occur-mode-map):
5972 * paths.el (rmail-file-name):
5973 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
5974 * find-file.el (ff-special-constructs):
5975 * files.el (file-name-handler-alist):
5976 * composite.el: Purecopy strings.
5977
5978 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
5979
5980 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5981
5982 * widget.el (define-widget): Purecopy the docstring.
5983 * international/mule-cmds.el (charset): Do not purecopy the
5984 docstring here, define-widget does it.
5985
5986 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5987 * textmodes/bibtex-style.el (auto-mode-alist):
5988 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5989 * progmodes/compile.el (compile-command):
5990 * language/korea-util.el (default-korean-keyboard):
5991 * international/mule-conf.el (file-coding-system-alist):
5992 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
5993 * tooltip.el (tooltip-frame-parameters):
5994 * newcomment.el (comment-end, comment-padding):
5995 * dired.el (dired-trivial-filenames):
5996 * comint.el (comint-file-name-prefix): Purecopy initial values.
5997
5998 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
5999
6000 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
6001 (tramp-advice-minibuffer-electric-tilde): Unload advices via
6002 `tramp-unload'.
6003 (tramp-advice-make-auto-save-file-name)
6004 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
6005 after removing the advice.
6006
6007 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6008
6009 * progmodes/grep.el (grep-regexp-alist):
6010 * international/mule-cmds.el (iso-2022-control-alist):
6011 * emacs-lisp/timer.el (timer-duration-words):
6012 * subr.el (version-separator, version-regexp-alist):
6013 * minibuffer.el (completion-styles-alist):
6014 * faces.el (face-attribute-name-alist, list-faces-sample-text):
6015 Change defvars to defconsts.
6016
6017 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
6018 * loadup.el ("international/mule-conf"): Load the byte compiled version.
6019 * international/mule-conf.el: Allow to be byte compiled.
6020
6021 * international/mule.el (define-charset): Purecopy props.
6022 (load-with-code-conversion): Purecopy doc string and file name.
6023 (put-charset-property): Purecopy strings.
6024 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
6025
6026 * international/mule-cmds.el (register-input-method): Purecopy arguments.
6027 (define-char-code-property): Correctly purecopy the table.
6028
6029 * international/ccl.el (define-ccl-program): Purecopy the docstring.
6030
6031 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
6032
6033 * subr.el (add-hook): Purecopy strings.
6034 (eval-after-load): Purecopy load-history-regexp and the form.
6035
6036 * custom.el (custom-declare-group): Purecopy load-file-name.
6037
6038 * subr.el (menu-bar-separator): New defconst.
6039 * net/eudc.el (eudc-tools-menu):
6040 * international/mule-cmds.el (set-coding-system-map)
6041 (mule-menu-keymap):
6042 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6043 * vc-hooks.el (vc-menu-map):
6044 * replace.el (occur-mode-map):
6045 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
6046 (menu-bar-edit-menu, menu-bar-goto-menu)
6047 (menu-bar-custom-menu, menu-bar-showhide-menu)
6048 (menu-bar-options-menu, menu-bar-tools-menu)
6049 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
6050 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
6051 (menu-bar-help-menu):
6052 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
6053 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
6054
6055 * term/x-win.el (x-gtk-stock-map):
6056 * progmodes/vera-mode.el (auto-mode-alist):
6057 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6058 (inferior-lisp-program, inferior-lisp-load-command):
6059 * progmodes/hideshow.el (hs-special-modes-alist):
6060 * progmodes/gud.el (same-window-regexps):
6061 * progmodes/grep.el (grep-program, find-program, xargs-program):
6062 * net/telnet.el (same-window-regexps):
6063 * net/rlogin.el (same-window-regexps):
6064 * language/ethiopic.el (font-ccl-encoder-alist):
6065 * vc-sccs.el (vc-sccs-master-templates):
6066 * vc-rcs.el (vc-rcs-master-templates):
6067 * subr.el (cl-assertion-failed):
6068 * simple.el (next-error-overlay-arrow-position):
6069 * lpr.el (lpr-command):
6070 * locate.el (locate-ls-subdir-switches):
6071 * info.el (same-window-regexps, info)
6072 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
6073 * image-mode.el (image-mode, auto-mode-alist):
6074 * hippie-exp.el (hippie-expand-ignore-buffers):
6075 * format.el (format-alist):
6076 * find-dired.el (find-ls-subdir-switches, find-grep-options)
6077 (find-name-arg):
6078 * facemenu.el (facemenu-keybindings):
6079 * dired.el (dired-listing-switches, dired-chown-program):
6080 * diff.el (diff-switches, diff-command):
6081 * cus-edit.el (same-window-regexps):
6082 * bindings.el (mode-line-mule-info)
6083 (mode-line-buffer-identification): Purecopy strings.
6084
6085 2009-11-11 Juri Linkov <juri@jurta.org>
6086
6087 * simple.el (dired-get-filename) <declare-function>:
6088 Tell the byte-compiler about dired-get-filename.
6089 (shell-command): In Dired mode, get filename from the current line
6090 as the default value.
6091
6092 2009-11-10 Glenn Morris <rgm@gnu.org>
6093
6094 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
6095 * calendar/holidays.el, progmodes/cperl-mode.el:
6096 Update x-popup-menu declarations.
6097
6098 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
6099 (list-load-path-shadows): Use dolist.
6100 (list-load-path-shadows): Use with-current-buffer.
6101
6102 2009-11-10 Juri Linkov <juri@jurta.org>
6103
6104 * minibuffer.el (read-file-name): Support a list of default values
6105 in `default-filename'. Use the first file name where only one
6106 element is required. Doc fix.
6107
6108 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
6109
6110 * net/dbus.el (dbus-unregister-object): Release service, if no
6111 other method is registered for it.
6112
6113 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
6114
6115 * bookmark.el (bookmark-completing-read): Sort bookmark names if
6116 bookmark-sort-flag is non-nil (Bug#4653).
6117
6118 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
6119
6120 * emulation/cua-base.el: Add CUA property to some CC mode commands
6121 (Bug#4100).
6122
6123 2009-11-08 Kevin Ryde <user42@zip.com.au>
6124
6125 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
6126 at end of sentence (Bug#4818).
6127
6128 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
6129
6130 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6131 Handle "see declaration of" MSFT statements (Bug#4100).
6132
6133 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
6134
6135 * net/tramp.el (tramp-advice-make-auto-save-file-name)
6136 (tramp-advice-file-expand-wildcards): Unload via
6137 `ad-remove-advice'.
6138
6139 * net/trampver.el: Update release number.
6140
6141 2009-11-08 Kevin Ryde <user42@zip.com.au>
6142
6143 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
6144 `ad-do-it'.
6145
6146 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
6147
6148 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
6149 in order to keep context in SELinux.
6150
6151 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
6152
6153 * dired-aux.el (dired-query): Place cursor in echo area and allow
6154 C-g.
6155
6156 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
6157 menu item if not on a directory (Bug#4701).
6158
6159 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
6160
6161 Sync with Tramp 2.1.17.
6162
6163 * net/tramp.el (tramp-handle-copy-directory): Don't use
6164 `file-remote-p' (due to compatibility).
6165
6166 * net/tramp-compat.el (tramp-compat-copy-directory)
6167 (tramp-compat-delete-directory): New defuns.
6168
6169 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6170 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6171 Use `tramp-compat-delete-directory'.
6172
6173 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6174 (tramp-smb-handle-delete-directory):
6175 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
6176
6177 * net/trampver.el: Update release number.
6178
6179 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
6180
6181 * tar-mode.el (tar-copy): Call write-region on the right buffer
6182 (Bug#4857).
6183
6184 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
6185 by hand, if necessary (Bug#4878).
6186
6187 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
6188
6189 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
6190 align size column (Bug#4839).
6191
6192 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
6193 statement.
6194
6195 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6196
6197 * progmodes/ld-script.el (auto-mode-alist):
6198 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
6199
6200 * cus-face.el (custom-declare-face): Purecopy face spec.
6201
6202 2009-11-06 Kenichi Handa <handa@m17n.org>
6203
6204 * international/uni-bidi.el: Re-generated.
6205 * international/uni-category.el: Re-generated.
6206 * international/uni-combining.el: Re-generated.
6207 * international/uni-mirrored.el: Re-generated.
6208
6209 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6210
6211 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
6212 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
6213 (tex-start-options, slitex-run-command, latex-run-command)
6214 (tex-run-command, tex-directory):
6215 * textmodes/ispell.el (ispell-html-skip-alists)
6216 (ispell-tex-skip-alists, ispell-tex-skip-alists):
6217 * textmodes/fill.el (adaptive-fill-first-line-regexp):
6218 (adaptive-fill-regexp):
6219 * textmodes/dns-mode.el (auto-mode-alist):
6220 * progmodes/python.el (interpreter-mode-alist):
6221 * progmodes/etags.el (tags-compression-info-list):
6222 * progmodes/etags.el (tags-file-name):
6223 * net/browse-url.el (browse-url-galeon-program)
6224 (browse-url-firefox-program):
6225 * mail/sendmail.el (mail-signature-file)
6226 (mail-citation-prefix-regexp):
6227 * international/mule-conf.el (eight-bit):
6228 * international/latexenc.el (latex-inputenc-coding-alist):
6229 * international/fontset.el (x-pixel-size-width-font-regexp):
6230 * emacs-lisp/warnings.el (warning-type-format):
6231 * emacs-lisp/trace.el (trace-buffer):
6232 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
6233 (emacs-lisp-mode-map):
6234 * calendar/holidays.el (holiday-solar-holidays)
6235 (holiday-bahai-holidays, holiday-islamic-holidays)
6236 (holiday-christian-holidays, holiday-hebrew-holidays)
6237 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
6238 (hebrew-holidays-1, holiday-oriental-holidays)
6239 (holiday-general-holidays):
6240 * x-dnd.el (x-dnd-known-types):
6241 * tool-bar.el (tool-bar):
6242 * startup.el (site-run-file):
6243 * shell.el (shell-dumb-shell-regexp):
6244 * rfn-eshadow.el (file-name-shadow-tty-properties)
6245 (file-name-shadow-properties):
6246 * paths.el (remote-shell-program, news-directory):
6247 * mouse.el ([C-down-mouse-3]):
6248 * menu-bar.el (menu-bar-tools-menu):
6249 * jka-cmpr-hook.el (jka-compr-load-suffixes)
6250 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
6251 (jka-compr-compression-info-list):
6252 * isearch.el (search-whitespace-regexp):
6253 * image-file.el (image-file-name-extensions):
6254 * find-dired.el (find-ls-option):
6255 * files.el (directory-listing-before-filename-regexp)
6256 (directory-free-space-args, insert-directory-program)
6257 (list-directory-brief-switches, magic-fallback-mode-alist)
6258 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
6259 (automount-dir-prefix):
6260 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
6261 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
6262 (face-font-registry-alternatives, face-font-registry-alternatives)
6263 (face-font-family-alternatives):
6264 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
6265 (facemenu-foreground-menu, facemenu-face-menu):
6266 * epa-hook.el (epa-file-name-regexp):
6267 * dnd.el (dnd-protocol-alist):
6268 * textmodes/rst.el (auto-mode-alist):
6269 * button.el (default-button): Purecopy strings.
6270
6271 2009-11-06 Glenn Morris <rgm@gnu.org>
6272
6273 * Makefile.in (ELCFILES): Update.
6274
6275 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
6276
6277 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
6278 * emacs-lisp/levents.el: Move to obsolete/levents.el.
6279
6280 * nxml/xsd-regexp.el (xsdre-gen-categories):
6281 * nxml/xmltok.el (xmltok-parse-entity):
6282 * nxml/rng-parse.el (rng-parse-validate-file):
6283 * nxml/rng-maint.el (rng-format-manual)
6284 (rng-manual-output-force-new-line):
6285 * nxml/rng-loc.el (rng-save-schema-location-1):
6286 * nxml/rng-cmpct.el (rng-c-parse-file):
6287 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
6288 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
6289
6290 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
6291
6292 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
6293 Remove extra save-excursions and make-variable-buffer-local's.
6294 Suggested by Stefan Monnier.
6295
6296 (verilog-getopt-file, verilog-module-inside-filename-p)
6297 (verilog-set-define): Merge GNU 1.35 and repair changes from
6298 switching to using with-current-buffer.
6299
6300 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
6301 being treated as a number and confusing AUTORESET.
6302 Reported by Dan Dever.
6303
6304 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
6305 Add verilog-auto-ignore-concat to fix backward compatibility with
6306 older verilog-modes. Reported by Dan Katz.
6307
6308 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
6309 containing closing anchors "...$".
6310
6311 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
6312 Reported by Wade Smith.
6313
6314 (verilog-batch-execute-func): Comment on function usage.
6315
6316 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
6317
6318 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
6319 for labels.
6320
6321 (verilog-label-re, verilog-calc-1): Support proper indent of named
6322 asserts.
6323
6324 (verilog-backward-token, verilog-basic-complete-re)
6325 (verilog-beg-of-statement, verilog-indent-re): Support proper
6326 indent of the assert statement at the beginning of a block of text.
6327
6328 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
6329 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
6330 tokens as begins.
6331
6332 2009-11-05 Glenn Morris <rgm@gnu.org>
6333
6334 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
6335 Emacs 19. (Bug#1531)
6336 (byte-compile-fix-header): Update for the above change.
6337 Drop test for epoch::version.
6338
6339 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
6340 * cus-dep.el (custom-make-dependencies):
6341 * finder.el (finder-compile-keywords):
6342 Use autoload-rubric's feature argument.
6343
6344 * calendar/diary-lib.el (top-level): Make load behave more like require.
6345
6346 * vc-git.el (vc-git-stash-map): Move definition before use.
6347
6348 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
6349
6350 * custom.el (custom-declare-group): Purecopy standard-value.
6351 (custom-declare-group): Purecopy custom-prefix.
6352
6353 * international/mule.el (load-with-code-conversion):
6354 Call do-after-load-evaluation unconditionally.
6355
6356 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
6357
6358 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6359
6360 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
6361
6362 2009-11-04 Glenn Morris <rgm@gnu.org>
6363
6364 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
6365 (byte-compile-compatibility): Remove option.
6366 (byte-compile-close-variables, byte-compile-fix-header)
6367 (byte-compile-insert-header, byte-compile-output-docform)
6368 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
6369 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
6370 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
6371 (byte-compile-insert, byte-compile-defun):
6372 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
6373 (byte-defop-compiler19): Remove.
6374 Without byte-compile-compatibility, the 'emacs19-opcode property is not
6375 used by anything. Replace all calls with byte-defop-compiler.
6376
6377 2009-11-04 Juri Linkov <juri@jurta.org>
6378
6379 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
6380 (menu-bar-options-menu): Don't quote the `prop' arg of
6381 `menu-bar-make-mm-toggle'.
6382
6383 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
6384
6385 * calendar/calendar.el (cal-loaddefs):
6386 * calendar/diary-lib.el (diary-loaddefs):
6387 * calendar/holidays.el (hol-loaddefs):
6388 * eshell/esh-module.el (esh-groups): Load rather than require.
6389
6390 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6391
6392 * calendar/todo-mode.el (todo-add-category): Don't hardcode
6393 point-min==1.
6394 (todo-top-priorities): Only display-buffer when called interactively.
6395 (todo-item-start): Don't save excursion point.
6396 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
6397 (todo-insert-item-here, todo-file-item, todo-remove-item):
6398 Adjust uses of todo-item-start and todo-item-end.
6399
6400 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
6401 (autoload-rubric): Don't use any more.
6402
6403 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
6404 and only put a prop if it is non-nil.
6405
6406 2009-11-03 Juri Linkov <juri@jurta.org>
6407
6408 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
6409 (menu-bar-options-menu): Fix list quoting (Bug#4429).
6410
6411 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
6412 and "Menu" to make top-level menu item visually one unit (like
6413 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
6414 multi-word menu items). Fix :help string for quit-window.
6415
6416 2009-11-03 Glenn Morris <rgm@gnu.org>
6417
6418 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6419 (byte-compile-file-form-define-abbrev-table)
6420 (byte-compile-file-form-custom-declare-variable)
6421 (byte-compile-variable-ref, byte-compile-defvar):
6422 Whether or not a warning is enabled should only affect whether we issue
6423 the warning, not whether or not we collect the relevant data.
6424 Eg warnings can be turned on and off throughout the course of a file.
6425
6426 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
6427 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
6428
6429 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6430
6431 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
6432 * play/mpuz.el (mpuz-create-buffer):
6433 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
6434 (lm-print-y,s,noise, lm-print-w0, lm-init):
6435 * play/gomoku.el (gomoku-prompt-for-move):
6436 * play/fortune.el (fortune-in-buffer):
6437 * play/dissociate.el (dissociated-press):
6438 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
6439 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
6440 * mail/supercite.el (sc-eref-show):
6441 * mail/smtpmail.el (smtpmail-send-it):
6442 * mail/rmailsum.el (rmail-summary-next-labeled-message)
6443 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
6444 (rmail-summary-undelete-many, rmail-summary-rmail-update)
6445 (rmail-summary-goto-msg, rmail-summary-expunge)
6446 (rmail-summary-get-new-mail, rmail-summary-search-backward)
6447 (rmail-summary-add-label, rmail-summary-output-menu)
6448 (rmail-summary-output-body):
6449 * mail/rfc822.el (rfc822-addresses):
6450 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
6451 * mail/mailpost.el (post-mail-send-it):
6452 * mail/hashcash.el (hashcash-generate-payment):
6453 * mail/feedmail.el (feedmail-run-the-queue)
6454 (feedmail-queue-send-edit-prompt-help-first)
6455 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
6456 (feedmail-deduce-address-list):
6457 * eshell/esh-ext.el (eshell-remote-command):
6458 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
6459 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
6460 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
6461 (viper-save-string-in-file, viper-valid-marker):
6462 * emulation/viper-keym.el (viper-toggle-key):
6463 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
6464 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
6465 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
6466 * emulation/viper-cmd.el (viper-exec-form-in-vi)
6467 (viper-exec-form-in-emacs, viper-brac-function):
6468 * emulation/viper.el (viper-delocalize-var):
6469 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
6470 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
6471 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
6472 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
6473 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
6474 * emulation/edt.el (edt-electric-helpify):
6475 * emulation/cua-rect.el (cua--rectangle-aux-replace):
6476 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
6477 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
6478 (cua-indent-to-global-mark-column):
6479 * calendar/diary-lib.el (calendar-mark-1):
6480 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
6481 Use with-current-buffer.
6482 * emulation/viper.el (viper-delocalize-var): Use dolist.
6483
6484 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
6485
6486 * comint.el (comint-replace-by-expanded-history-before-point):
6487 Replace !! with the previous input string literally (Bug#1795).
6488
6489 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
6490
6491 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
6492 to be made up of whitespace.
6493
6494 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
6495
6496 * minibuffer.el (read-file-name): Don't use file dialogs for
6497 remote directories (Bug#99).
6498
6499 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
6500
6501 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
6502
6503 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
6504
6505 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
6506 instead of deleting the window or frame.
6507
6508 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
6509
6510 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
6511 Support face colors.
6512
6513 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
6514 New function. Support face colors (Bug#1168).
6515 (tex-common-initialization): Use it.
6516
6517 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
6518 mode allows it (Bug#1168).
6519
6520 2009-10-31 Juri Linkov <juri@jurta.org>
6521
6522 * facemenu.el (list-colors-display): Don't mark buffer as
6523 modified (Bug#3948).
6524
6525 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
6526
6527 * international/mule-diag.el (list-character-sets-1):
6528 Minor message fix (Bug#3526).
6529
6530 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
6531 Fix face property (Bug#4834).
6532 (etags-list-tags, etags-tags-apropos-additional)
6533 (etags-tags-apropos, tags-select-tags-table): Add follow-link
6534 property.
6535
6536 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
6537 items.
6538
6539 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
6540
6541 * textmodes/two-column.el (2C-split):
6542 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
6543 * textmodes/tex-mode.el (tex-set-buffer-directory):
6544 * textmodes/spell.el (spell-region, spell-string):
6545 * textmodes/reftex.el (reftex-erase-buffer):
6546 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
6547 * textmodes/reftex-toc.el (reftex-toc-promote-action):
6548 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
6549 (reftex-select-item):
6550 * textmodes/reftex-ref.el (reftex-label-info-update)
6551 (reftex-offer-label-menu):
6552 * textmodes/reftex-index.el (reftex-index-change-entry)
6553 (reftex-index-phrases-info):
6554 * textmodes/reftex-global.el (reftex-create-tags-file)
6555 (reftex-save-all-document-buffers, reftex-ensure-write-access):
6556 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
6557 (reftex-view-crossref-from-bibtex):
6558 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
6559 (reftex-extract-bib-entries-from-thebibliography)
6560 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
6561 * textmodes/refbib.el (r2b-capitalize-title):
6562 (r2b-convert-buffer, r2b-help):
6563 * textmodes/page-ext.el (pages-directory)
6564 (pages-directory-goto-with-mouse):
6565 * textmodes/bibtex.el (bibtex-validate-globally):
6566 * textmodes/bib-mode.el (bib-capitalize-title):
6567 * textmodes/artist.el (artist-clear-buffer, artist-system):
6568 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
6569 (local-set-scheme-interaction-buffer, xscheme-process-filter)
6570 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
6571 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
6572 (xscheme-send-control-g-interrupt, xscheme-start-process)
6573 (xscheme-process-sentinel, xscheme-cd):
6574 * progmodes/verilog-mode.el (verilog-read-always-signals)
6575 (verilog-set-define, verilog-getopt-file)
6576 (verilog-module-inside-filename-p):
6577 * progmodes/sh-script.el:
6578 * progmodes/python.el (python-pdbtrack-get-source-buffer)
6579 (python-pdbtrack-grub-for-buffer, python-execute-file):
6580 * progmodes/octave-inf.el (inferior-octave):
6581 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6582 (idlwave-shell-compile-helper-routines, idlwave-set-local)
6583 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
6584 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
6585 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
6586 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
6587 (idlwave-shell-filter, idlwave-shell-examine-highlight)
6588 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
6589 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
6590 (idlwave-shell-examine-display, idlwave-shell-run-region)
6591 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
6592 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
6593 * progmodes/idlw-help.el (idlwave-help-get-special-help)
6594 (idlwave-help-get-help-buffer):
6595 * progmodes/gud.el (gud-basic-call, gud-find-class)
6596 (gud-tooltip-activate-mouse-motions-if-enabled):
6597 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6598 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
6599 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
6600 (ebrowse-tags-next-file):
6601 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
6602 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
6603 (ebnf-eps-finish-and-write):
6604 * progmodes/cpp.el (cpp-edit-save):
6605 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
6606 * progmodes/cc-defs.el (c-emacs-features):
6607 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
6608 (antlr-directory-dependencies):
6609 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
6610 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
6611 (ada-find-any-references, ada-make-filename-from-adaname)
6612 (ada-make-body-gnatstub):
6613 * obsolete/rnews.el (news-list-news-groups):
6614 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
6615 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
6616 * net/rcirc.el (rcirc-debug):
6617 * net/newst-treeview.el (newsticker--treeview-list-add-item)
6618 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6619 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6620 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
6621 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
6622 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6623 (newsticker--treeview-list-clear-highlight)
6624 (newsticker--treeview-list-update-highlight)
6625 (newsticker--treeview-list-highlight-start)
6626 (newsticker--treeview-tree-update-highlight)
6627 (newsticker--treeview-get-selected-item)
6628 (newsticker-treeview-mark-list-items-old)
6629 (newsticker--treeview-set-current-node):
6630 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6631 * net/newst-backend.el (newsticker--get-news-by-funcall)
6632 (newsticker--get-news-by-wget, newsticker--image-get)
6633 (newsticker--image-sentinel):
6634 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
6635 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
6636 (eudc-ph-close-session):
6637 * net/eudc.el (eudc-save-options):
6638 * language/thai-word.el (thai-update-word-table):
6639 * language/japan-util.el (japanese-string-conversion):
6640 * international/titdic-cnv.el (tsang-quick-converter)
6641 (ziranma-converter, ctlau-converter):
6642 * international/mule-cmds.el (describe-language-environment):
6643 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
6644 (skkdic-convert-postfix, skkdic-convert-prefix):
6645 (skkdic-convert-okuri-nasi, skkdic-convert):
6646 * emacs-lisp/re-builder.el (reb-update-overlays):
6647 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
6648 * emacs-lisp/gulp.el (gulp-send-requests):
6649 * emacs-lisp/find-gc.el (trace-call-tree):
6650 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
6651 (eieio-describe-generic):
6652 * emacs-lisp/eieio-base.el (eieio-persistent-read):
6653 * emacs-lisp/edebug.el (edebug-outside-excursion):
6654 * emacs-lisp/debug.el (debugger-make-xrefs):
6655 * emacs-lisp/cust-print.el (custom-prin1-to-string):
6656 * emacs-lisp/chart.el (chart-new-buffer):
6657 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
6658 Use with-current-buffer.
6659 * textmodes/artist.el (artist-system): Don't call
6660 copy-sequence on a fresh string.
6661 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
6662
6663 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
6664
6665 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
6666 is no item to edit. (Bug#4820)
6667 (todo-top-priorities): Restore point and restore narrowing in Todo
6668 buffer. (Bug#4820)
6669
6670 2009-10-31 Glenn Morris <rgm@gnu.org>
6671
6672 * net/ange-ftp.el (top-level): Don't require dired when compiling.
6673 (comint-last-output-start, comint-last-input-start)
6674 (comint-last-input-end): Don't defvar when compiling.
6675 (ange-ftp-process-file): Use bound-and-true-p.
6676
6677 * pcmpl-rpm.el (top-level): Move provide statement to end.
6678 (pcmpl-rpm): Remove unused custom group.
6679
6680 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
6681
6682 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
6683
6684 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6685 (byte-compile-warnings): Add `constants' as an option.
6686 (byte-compile-callargs-warn, byte-compile-arglist-warn)
6687 (display-call-tree): Update for byte-compile-fdefinition possibly
6688 returning `(macro lambda ...)'. (Bug#4778)
6689 (byte-compile-variable-ref, byte-compile-setq-default):
6690 Respect `constants' member of byte-compile-warnings.
6691
6692 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6693
6694 * vc-bzr.el (vc-bzr-revision-keywords): New var.
6695 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
6696 to "submit:".
6697
6698 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
6699
6700 * textmodes/ispell.el (ispell-skip-region-alist):
6701 * international/mule-conf.el (eight-bit):
6702 * international/fontset.el (font-encoding-alist):
6703 * startup.el (pure-space-overflow-message):
6704 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
6705 * paths.el (gnus-nntp-service, rmail-spool-directory)
6706 (term-file-prefix):
6707 * files.el (save-some-buffers-action-alist):
6708 * cmuscheme.el (same-window-buffer-names):
6709 * ielm.el (same-window-buffer-names):
6710 * shell.el (same-window-buffer-names):
6711 * mail/sendmail.el (same-window-buffer-names):
6712 * progmodes/inf-lisp.el (same-window-buffer-names):
6713 * bindings.el (mode-line-client)
6714 (mode-line-column-line-number-mode-map):
6715 * language/tibetan.el (tibetan-precomposition-rule-regexp)
6716 (tibetan-precomposed-regexp): Purecopy string arguments.
6717
6718 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6719
6720 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
6721 (calcDigit-nondigit):
6722 * calc/calc-yank.el (calc-copy-to-buffer):
6723 * calc/calc-units.el (calc-invalidate-units-table):
6724 * calc/calc-trail.el (calc-trail-yank):
6725 * calc/calc-store.el (calc-insert-variables):
6726 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6727 * calc/calc-prog.el (calc-read-parse-table):
6728 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
6729 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
6730 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
6731 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
6732 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
6733 (calc-graph-name, calc-graph-find-command, calc-graph-view)
6734 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
6735 * calc/calc-ext.el (calc-realign):
6736 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
6737 (calc-embedded-finish-edit, calc-embedded-make-info)
6738 (calc-embedded-finish-command, calc-embedded-stack-change):
6739 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
6740
6741 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
6742 shell-dynamic-complete-filename in preference to
6743 comint-dynamic-complete-filename.
6744
6745 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6746 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6747 Don't consider whether the display supports colors.
6748 (bookmark-import-new-list): Use dolist.
6749 (bookmark-bmenu-mode-map): Move initialization into declaration.
6750 (bookmark-bmenu-list): Use dolist, simplify.
6751 (bookmark-show-all-annotations): Use save-selected-window and dolist.
6752 (menu-bar-final-items): Use push.
6753
6754 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
6755
6756 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
6757 it works on remote files.
6758 (vc-hg-diff): Don't pass any `--cwd' argument.
6759
6760 2009-10-27 Kevin Ryde <user42@zip.com.au>
6761
6762 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6763 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
6764 (Further to Bug#3921).
6765
6766 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
6767
6768 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
6769 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
6770 calling `tramp-imap-put-file'. Add file size to the call.
6771 (tramp-imap-get-file-entries): Compute also user name, file size,
6772 and date.
6773 (tramp-imap-handle-insert-directory): Insert uid and gid.
6774 (tramp-imap-handle-file-attributes): Transform uid and gid
6775 according to `id-format'.
6776 (tramp-imap-put-file): New optional parameter SIZE. Encode file
6777 size in header X-Size.
6778
6779 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
6780
6781 * simple.el (transpose-subr): Give clearer error when the mark
6782 is not set. (Bug#4807)
6783
6784 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
6785
6786 * net/tramp.el (tramp-perl-file-truename): New defconst.
6787 Perl code contributed by yary <not.com@gmail.com> (tiny change).
6788 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
6789 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
6790 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
6791
6792 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6793 Ignore `dired-call-process'.
6794 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
6795
6796 2009-10-26 Julian Scheid <julians37@gmail.com>
6797
6798 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
6799 (tramp-get-remote-readlink): New defun.
6800 (tramp-handle-file-truename): Use it.
6801 (tramp-handle-file-exists-p): Check file-attributes cache, assume
6802 file exists if cache value present.
6803 (tramp-check-cached-permissions): New defun.
6804 (tramp-handle-file-readable-p): Use it.
6805 (tramp-handle-file-writable-p): Likewise.
6806 (tramp-handle-file-executable-p): Likewise.
6807 (tramp-handle-file-name-all-completions): Try using Perl to get
6808 partial completions. When perl not available, combine `cd' and
6809 `ls' into single remote operation and use shell expansion to get
6810 partial remote directory contents. Set `file-exists-p' cache for
6811 directory and any files returned by ls. Change cache handling to
6812 support partial directory contents. Use error message emitted by
6813 remote `cd' or Perl code for local tramp-error.
6814 (tramp-do-copy-or-rename-file-directly): Avoid separate
6815 tramp-send-command-and-check call.
6816 (tramp-handle-process-file): Merge three remote ops into one.
6817 Do not flush all caches when `process-file-side-effects' is set.
6818 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
6819 file-attributes shows uid/gid to be set already.
6820
6821 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
6822
6823 * textmodes/tex-mode.el (tex-dvi-view-command)
6824 (tex-show-queue-command, tex-open-quote):
6825 * progmodes/ruby-mode.el (auto-mode-alist)
6826 (interpreter-mode-alist): Purecopy strings.
6827
6828 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
6829
6830 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
6831 string for the hook, keymap and abbrev table.
6832
6833 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
6834
6835 * x-dnd.el (x-dnd-xdnd-to-action):
6836 * startup.el (fancy-startup-text, fancy-about-text): Change to
6837 defconst from defvar.
6838
6839 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
6840
6841 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
6842 Purecopy initialization strings.
6843
6844 * mail/sendmail.el (mail-header-separator)
6845 (mail-personal-alias-file):
6846 * mail/rmail.el (rmail-default-dont-reply-to-names)
6847 (rmail-ignored-headers, rmail-retry-ignored-headers)
6848 (rmail-highlighted-headers, rmail-secondary-file-directory)
6849 (rmail-secondary-file-regexp):
6850 * files.el (null-device, file-name-invalid-regexp)
6851 (locate-dominating-stop-dir-regexp)
6852 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
6853 (interpreter-mode-alist): Use mapcar instead of mapc.
6854
6855 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
6856
6857 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
6858 (completion-ignored-extensions):
6859 (debug-ignored-errors): Purecopy strings.
6860
6861 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6862
6863 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
6864 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
6865 (pcomplete--here): Use push.
6866
6867 * subr.el (all-completions): Declare the 4th arg obsolete.
6868
6869 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6870
6871 * pcomplete.el (pcomplete-unquote-argument-function): New var.
6872 (pcomplete-unquote-argument): New function.
6873 (pcomplete--common-suffix): Always pay attention to case.
6874 (pcomplete--table-subvert): Quote and unquote the text.
6875 (pcomplete--common-quoted-suffix): New function.
6876 (pcomplete-std-complete): Use it and pcomplete-begin.
6877
6878 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
6879 we're inside a dedicated or minibuffer window.
6880
6881 2009-10-24 Karl Fogel <kfogel@red-bean.com>
6882
6883 * bookmark.el: Update documentation, especially documentation
6884 of `bookmark-alist' and of the bookmark file format.
6885 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
6886
6887 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
6888
6889 * mail/emacsbug.el (report-emacs-bug): Clarify that the
6890 keybindings apply to the mail buffer (Bug#4003). Shrink help
6891 window to buffer.
6892
6893 * whitespace.el (whitespace-mode, whitespace-newline-mode)
6894 (global-whitespace-mode, global-whitespace-newline-mode)
6895 (whitespace-toggle-options, global-whitespace-toggle-options):
6896 Doc fix (Bug#3660).
6897
6898 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6899 of xmltok-start before the end tag was inserted (Bug#2840).
6900
6901 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6902 patterns that are preceded by an open-paren (Bug#1320).
6903
6904 2009-10-24 Sven Joachim <svenjoac@gmx.de>
6905
6906 * files.el (delete-directory): Delete symlinks to directories with
6907 delete-file (Bug#4739).
6908
6909 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
6910
6911 * vc.el (vc-backend-for-registration): Rename from
6912 vc-get-backend-for-registration. Update callers.
6913
6914 * international/mule-cmds.el (set-language-info-alist):
6915 Purecopy lang-env.
6916 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6917 (charset): Purecopy the name.
6918 (define-char-code-property): Purecopy string arguments.
6919
6920 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6921 Purecopy string arguments.
6922
6923 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6924 * ediff-hook.el (menu-bar-ediff-menu):
6925 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
6926 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
6927
6928 2009-10-24 Glenn Morris <rgm@gnu.org>
6929
6930 * comint.el (comint-dynamic-list-completions):
6931 * term.el (term-dynamic-list-completions): Use choose-completion rather
6932 than obsolete alias mouse-choose-completion.
6933
6934 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
6935 file-cache-choose-completion.
6936 (file-cache-choose-completion): Handle an optional event argument.
6937 (file-cache-mouse-choose-completion): Make it an obsolete alias.
6938
6939 * progmodes/octave-mod.el (octave-complete-symbol):
6940 Use choose-completion if mouse-choose-completion is ever removed.
6941
6942 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
6943 use.
6944
6945 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
6946 compiler.
6947
6948 * vc-hooks.el (vc-responsible-backend): Fix declaration.
6949
6950 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6951
6952 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
6953 Ignore `pred' now that we receive one.
6954 Handle test-completion specially.
6955
6956 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6957
6958 * vc.el (vc-responsible-backend): Throw an error if not backend is
6959 found. Remove the REGISTER argument. Move the code dealing with
6960 REGISTER ...
6961 (vc-get-backend-for-registration): ... here. New function.
6962 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
6963 of vc-responsible-backend, pass the file name instead of the
6964 directory name.
6965
6966 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6967
6968 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
6969 New funs.
6970 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
6971 (pcomplete-comint-setup): Don't modify a global var via
6972 accidental side-effects.
6973 (pcomplete-shell-setup): Adjust call accordingly.
6974 (pcomplete-parse-comint-arguments): Use push.
6975
6976 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
6977
6978 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6979 Allow uncapitalized info node names (Bug#3921).
6980
6981 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
6982 to the DEBUG file (Bug#3781).
6983
6984 2009-10-23 Jari Aalto <jari.aalto@cante.net>
6985
6986 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
6987 dictionary entry (Bug#4579).
6988
6989 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
6990
6991 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
6992 from `rfn-eshadow-update-overlay-hook' when unloading.
6993 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
6994 "rsyncc". Adjust doc string.
6995 (tramp-temp-buffer-file-name): New buffer-local defvar.
6996 (tramp-handle-insert-file-contents, tramp-handle-write-region):
6997 Keep temporary file when indicated by method ("rsync" and
6998 "rsyncc").
6999 (tramp-handle-write-region): Handle APPEND.
7000 (tramp-delete-temp-file-function): New defun. Added to
7001 `kill-buffer-hook'.
7002
7003 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
7004
7005 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
7006
7007 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
7008
7009 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
7010 (color-name-rgb-alist, tty-standard-colors)
7011 (tty-color-mode-alist): Change to defconst.
7012
7013 * simple.el (mark-inactive): Purecopy message.
7014
7015 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
7016 (global-map, yank-menu):
7017 * textmodes/ispell.el (ispell-menu-map):
7018 * net/eudc.el (eudc-tools-menu):
7019 * international/mule-cmds.el (describe-language-environment-map)
7020 (setup-language-environment-map, set-coding-system-map)
7021 (mule-menu-keymap):
7022 * vc-hooks.el (vc-menu-entry, vc-menu-map):
7023 * replace.el (occur-mode-map):
7024 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
7025
7026 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
7027
7028 * calc/calc.el (math-read-number, math-read-number-simple):
7029 Use `save-match-data'.
7030
7031 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7032
7033 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
7034 rather than fiddling with global-map bindings, since it should only
7035 affect per-terminal settings.
7036 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
7037
7038 * minibuffer.el (completion-table-with-terminator): Allow to specify
7039 the terminator-regexp.
7040
7041 * simple.el (switch-to-completions): Look for *Completions* in other
7042 frames as well.
7043
7044 * pcomplete.el: Allow the use of completion-tables.
7045 (pcomplete-std-complete): New command.
7046 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
7047 (pcomplete--here): Use a function for `form' rather than an expression,
7048 so it can be byte-compiled.
7049 (pcomplete-here, pcomplete-here*): Adjust accordingly.
7050 Add edebug declaration.
7051 (pcomplete-show-completions): Remove unused var `curbuf'.
7052 (pcomplete-do-complete, pcomplete-stub):
7053 Don't assume `completions' is a list of strings any more.
7054
7055 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
7056
7057 * find-dired.el (find-name-arg): Fix typo in docstring.
7058
7059 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7060
7061 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
7062 (pcmpl-linux-fs-types): Same, and update to new modules layout.
7063
7064 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
7065 pcomplete-entries.
7066
7067 * comint.el (comint-read-input-ring, comint-write-input-ring)
7068 (comint-substitute-in-file-name)
7069 (comint-dynamic-complete-as-filename)
7070 (comint-dynamic-simple-complete)
7071 (comint-dynamic-list-filename-completions)
7072 (comint-dynamic-list-completions)
7073 (comint-redirect-results-list-from-process): Minor simplifications.
7074
7075 2009-10-21 Kevin Ryde <user42@zip.com.au>
7076
7077 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7078 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
7079 the first form. And insert a blank line after ";;; Code" since
7080 that's usual style. (Bug#4612)
7081
7082 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
7083
7084 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7085
7086 * minibuffer.el (completion-table-with-terminator): Properly implement
7087 boundaries, in case `terminator' appears in the suffix.
7088 (completion--embedded-envvar-table): Don't return boundaries if
7089 there's no valid completion. Simplify.
7090 (completion-file-name-table): New completion table extracted from
7091 completion--file-name-table.
7092 (completion--file-name-table): Use it.
7093 (read-file-name-predicate): Declare obsolete.
7094 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
7095 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
7096 completion-file-name-table, and use the `pred' argument.
7097 * files.el (locate-file-completion-table): Use the `pred' arg rather
7098 than read-file-name-predicate.
7099 (abbreviate-file-name): Use \` rather than ^ for BOS.
7100
7101 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
7102
7103 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
7104 vc-responsible-backend to register, it causes problems.
7105
7106 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7107
7108 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
7109
7110 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
7111
7112 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
7113 (tramp-smb-handle-file-attributes): Use it.
7114 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
7115 (tramp-smb-handle-insert-directory): Use `mapc' rather than
7116 `mapcar'. Use `tramp-smb-get-stat-capability'.
7117 Add `dired-filename' text properties.
7118 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
7119 (tramp-smb-maybe-open-connection): Simplify check for smbclient
7120 version.
7121
7122 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7123
7124 * subr.el (read-key-delay): Reduce to 0.01.
7125 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
7126 (bug#4751).
7127
7128 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7129
7130 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
7131
7132 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
7133 (Info-menu): Remove unused vars `last' and `completions'.
7134 (Info-index-nodes): Remove unused var `node'.
7135
7136 * info.el (Info-complete-menu-item): Use complete-with-action.
7137
7138 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
7139
7140 Make vc-annotate work through copies and renames.
7141 * vc-annotate.el (vc-annotate-extract-revision-at-line):
7142 Return the file name too.
7143 (vc-annotate-revision-at-line)
7144 (vc-annotate-find-revision-at-line)
7145 (vc-annotate-revision-previous-to-line)
7146 (vc-annotate-show-log-revision-at-line): Update to get the file
7147 name from vc-annotate-extract-revision-at-line.
7148 (vc-annotate-show-diff-revision-at-line-internal): Change the
7149 argument to mean whether to show a file diff or not. Get the file
7150 name from vc-annotate-extract-revision-at-line.
7151 (vc-annotate-show-diff-revision-at-line):
7152 Update vc-annotate-show-diff-revision-at-line call.
7153 (vc-annotate-warp-revision): Add an optional file argument.
7154
7155 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
7156 (vc-git-annotate-extract-revision-at-line): Also return the file
7157 name if found.
7158
7159 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
7160 command. Remove unused code.
7161 (vc-hg-annotate-re): Update to match --follow output.
7162 (vc-hg-annotate-extract-revision-at-line): Also return the file
7163 name if found.
7164
7165 * vc.el: Update annotate-extract-revision-at-line documentation.
7166
7167 2009-10-18 Kevin Ryde <user42@zip.com.au>
7168
7169 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
7170 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
7171
7172 * net/browse-url.el (browse-url): Identify alist with "consp and
7173 not functionp" and let all other things go down the `apply' leg,
7174 as suggested by Stefan. (Further to bug#4531.)
7175
7176 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
7177
7178 * minibuffer.el (read-file-name): Check for repeat before putting
7179 a default argument in file-name-history (Bug#4657).
7180
7181 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
7182 read syntax (Bug#4737).
7183
7184 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7185
7186 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7187
7188 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
7189 (html-tag-alist, html-tag-help): Add descriptions for undocumented
7190 entries and make note of obsolete tags.
7191
7192 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7193
7194 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
7195
7196 2009-10-18 Glenn Morris <rgm@gnu.org>
7197
7198 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
7199 grep, so that binary files (eg international/uni-bidi.el) can match.
7200 Remove test for "UnicodeData" files, since it is hopefully unnecessary
7201 now, and in any case the file header format has changed.
7202
7203 2009-10-17 Glenn Morris <rgm@gnu.org>
7204
7205 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
7206 (flyspell-get-word, flyspell-large-region)
7207 (flyspell-auto-correct-previous-word): Doc/error message fixes.
7208
7209 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
7210
7211 * Makefile.in (ELCFILES): Add ede/shell.
7212
7213 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
7214
7215 * term/common-win.el (x-colors): Purecopy it.
7216
7217 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7218
7219 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
7220 permissive for when the buffer is empty.
7221 (tar-header-block-tokenize): Decode the username and groupname.
7222 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
7223
7224 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7225
7226 * international/mule-cmds.el (select-safe-coding-system): If the file
7227 has a coding cookie, use it regardless of any other setting (bug#4712).
7228
7229 2009-10-17 Glenn Morris <rgm@gnu.org>
7230
7231 * foldout.el (foldout-mouse-swallow-events):
7232 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
7233
7234 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
7235 (dired-keep-marker-copy, dired-keep-marker-hardlink)
7236 (dired-keep-marker-symlink, dired-dwim-target)
7237 (dired-copy-preserve-time): Do not autoload these defcustoms.
7238
7239 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
7240 messages from messing up the file coding. (Bug#4623)
7241
7242 2009-10-17 Jari Aalto <jari.aalto@cante.net>
7243
7244 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
7245 if no match is found for the current dictionary. (Bug#4578)
7246
7247 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
7248 optional, since that is how it is documented, and this is often called
7249 with a nil argument. (Bug#4577)
7250 (flyspell-external-point-words, flyspell-auto-correct-word)
7251 (flyspell-correct-word-before-point, flyspell-word-search-forward)
7252 (flyspell-word-search-backward): Remove nil argument in calls to
7253 flyspell-get-word, since it is not needed now.
7254
7255 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
7256
7257 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
7258
7259 2009-10-16 Glenn Morris <rgm@gnu.org>
7260
7261 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
7262
7263 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
7264
7265 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
7266 (ange-ftp-file-size): New function.
7267 (ange-ftp-file-attributes): Use it.
7268
7269 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
7270
7271 * net/tramp-smb.el (tramp-smb-version): New defvar.
7272 (tramp-smb-maybe-open-connection): Use it, in order to avoid
7273 repeated checks.
7274
7275 2009-10-16 Glenn Morris <rgm@gnu.org>
7276
7277 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
7278 Maybe copy some custom properties from old to new name. (Bug#4706)
7279
7280 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
7281
7282 * subr.el (error, sit-for, start-process-shell-command)
7283 (start-file-process-shell-command): Set the calling convention
7284 after the function definition.
7285
7286 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7287
7288 * subr.el (error, sit-for, start-process-shell-command)
7289 (start-file-process-shell-command): Use the new
7290 set-advertised-calling-convention feature.
7291
7292 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
7293
7294 * international/ucs-normalize.el (ucs-normalize-version):
7295 Change to 1.2.
7296 (check-range): Adjust for Unicode 5.2.
7297
7298 2009-10-15 Juri Linkov <juri@jurta.org>
7299
7300 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
7301 to the `menu-item' format.
7302
7303 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
7304
7305 * net/tramp.el (tramp-replace-environment-variables): Do not fail
7306 if the environment variable does not exist.
7307
7308 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7309 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
7310 parameter.
7311 (tramp-smb-handle-add-name-to-file)
7312 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7313 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7314 (tramp-smb-handle-file-attributes)
7315 (tramp-smb-do-file-attributes-with-stat)
7316 (tramp-smb-handle-file-local-copy)
7317 (tramp-smb-handle-insert-directory)
7318 (tramp-smb-handle-make-directory)
7319 (tramp-smb-handle-make-directory-internal)
7320 (tramp-smb-handle-make-symbolic-link)
7321 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
7322 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
7323 (tramp-smb-maybe-open-connection): Apply the changed parameters.
7324 (tramp-smb-read-file-entry): Read Disk names in compressed format.
7325 Handle long file names.
7326 (tramp-smb-get-cifs-capabilities): Check, whether the connection
7327 process is running.
7328 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
7329 Read share names with "-g" option.
7330
7331 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
7332
7333 * net/rcirc.el (rcirc-view-log-file): New command.
7334 (rcirc-track-minor-mode-map): Remove C-c ` binding.
7335 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
7336 specified.
7337
7338 2009-10-15 Glenn Morris <rgm@gnu.org>
7339
7340 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
7341 from the second command-line argument.
7342 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
7343 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
7344 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
7345 w32-batch-update-autoloads.
7346 * emacs-lisp/autoload.el (autoload-make-program): New variable.
7347 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
7348
7349 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
7350 the headers cannot be located. Simplify, subtracting superflous
7351 save-excursions.
7352
7353 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
7354
7355 Replace completion-base-size by completion-base-position to fix bugs
7356 such as (bug#4699).
7357 * simple.el (completion-base-position): New var.
7358 (completion-base-size): Mark as obsolete.
7359 (choose-completion): Make it work for mouse events as well.
7360 Pass the new base-position to choose-completion-string.
7361 (choose-completion-guess-base-position): New function, extracted from
7362 choose-completion-delete-max-match.
7363 (choose-completion-delete-max-match): Use it. Make obsolete.
7364 (choose-completion-string): Use the new base-position info.
7365 (completion-root-regexp): Delete.
7366 (completion-setup-function): Preserve completion-base-position.
7367 Eliminate obsolete base-size manipulation.
7368 * minibuffer.el (display-completion-list): Don't mess with base-size.
7369 (minibuffer-completion-help): Set completion-base-position instead.
7370 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
7371 choose-completion.
7372 * textmodes/bibtex.el (bibtex-complete):
7373 * emacs-lisp/crm.el (crm--choose-completion-string):
7374 Adjust to new calling convention.
7375 * complete.el (partial-completion-mode): Use minibufferp to avoid
7376 bumping into incompatible change to choose-completion-string-functions.
7377 * ido.el (ido-choose-completion-string): Make its calling convention
7378 more permissive.
7379 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
7380 base-size manipulation.
7381 (comint-dynamic-list-input-ring): Use dotimes and push.
7382 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
7383 fundamental-mode. Use `or'.
7384
7385 2009-10-14 Juri Linkov <juri@jurta.org>
7386
7387 * misearch.el (multi-isearch-next-buffer-from-list)
7388 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
7389
7390 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7391
7392 * Makefile.in (compile-onefile): Load `bytecomp' rather than
7393 `bytecomp.el'.
7394
7395 * minibuffer.el (completion-pcm--merge-completions): Make sure the
7396 string we return is all made up of text from the completions rather
7397 than part from the completions and part from the input (bug#4219).
7398
7399 * ido.el (ido-everywhere): Use define-minor-mode.
7400
7401 * buff-menu.el (list-buffers, ctl-x-map):
7402 Mark the entry points with ;;;###autoload cookies.
7403
7404 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7405
7406 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
7407 correctly in the detached head case.
7408 (vc-git-print-log): Remove unused binding.
7409
7410 * vc.el (vc-responsible-backend): When a directory is passed for
7411 for registration create a VC repository if no backend is
7412 responsible for the directory argument.
7413 (vc-deduce-fileset): Tell vc-responsible-backend to register.
7414
7415 * vc.el: Move comments about RCS and SCCS ...
7416 * vc-rcs.el:
7417 * vc-sccs.el: ... here, respectively.
7418
7419 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7420
7421 * minibuffer.el (completion--file-name-table): Return nil if there's
7422 no file completion, even if substitute-in-file-name changed
7423 the string (bug#4708).
7424
7425 2009-10-13 Juri Linkov <juri@jurta.org>
7426
7427 * files-x.el (read-file-local-variable-value): Don't filter out
7428 minor modes from mode name completion (bug#4664).
7429
7430 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7431
7432 * international/mule-cmds.el (ucs-names): Remove exclusion of
7433 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
7434
7435 2009-10-13 Kenichi Handa <handa@m17n.org>
7436
7437 * international/uni-name.el: Regenerated.
7438
7439 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7440
7441 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
7442 should be automatically buffer-local, but isn't.)
7443
7444 2009-10-12 Sam Steingold <sds@gnu.org>
7445
7446 * progmodes/compile.el (compilation-next-error-function): Fix the
7447 timestamps if the buffer has been visited before.
7448 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7449 non-anchored patterns, like the perl one (bug#3928).
7450
7451 2009-10-12 Glenn Morris <rgm@gnu.org>
7452
7453 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
7454 Let-bind `size'.
7455
7456 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
7457
7458 * proced.el (proced-unload-function): New function.
7459
7460 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
7461 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
7462 Doc fix.
7463
7464 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
7465
7466 2009-10-11 Juri Linkov <juri@jurta.org>
7467
7468 * files-x.el (read-file-local-variable-value):
7469 Provide default value only for bound variables (bug#4664).
7470
7471 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
7472
7473 * net/tramp.el (tramp-local-host-p): Function shall return nil for
7474 connection methods like smb.
7475
7476 * net/tramp-cache.el (tramp-flush-connection-property): The hash
7477 can be empty.
7478
7479 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7480 (tramp-smb-file-name-handler-alist): Add handlers for
7481 `add-name-to-file', `make-symbolic-link'.
7482 (tramp-smb-handle-add-name-to-file)
7483 (tramp-smb-do-file-attributes-with-stat)
7484 (tramp-smb-handle-make-symbolic-link)
7485 (tramp-smb-get-cifs-capabilities): New defuns.
7486 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7487 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7488 (tramp-smb-handle-file-local-copy)
7489 (tramp-smb-handle-make-directory-internal)
7490 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7491 The file name syntax depends on cifs capabilities.
7492 (tramp-smb-handle-file-attributes):
7493 Call `tramp-smb-do-file-attributes-with-stat' if possible.
7494 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
7495 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
7496
7497 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
7498
7499 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
7500 (eieio-defclass): Apply deftype handler and setf-method properties
7501 directly.
7502 (eieio-add-new-slot): Avoid union function from cl library.
7503 (eieio--typep): New function.
7504 (eieio-perform-slot-validation): Use it.
7505
7506 2009-10-10 Karl Fogel <kfogel@red-bean.com>
7507
7508 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
7509 Update documentation to refer to the variables documented in r1.135.
7510 (Bug#4188)
7511
7512 2009-10-10 Karl Fogel <kfogel@red-bean.com>
7513
7514 * bookmark.el (Info-suffix-list): Remove this unused variable.
7515 (bookmark-current-point): Remove this obsolete variable.
7516 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
7517 Adjust for removal of bookmark-current-point.
7518
7519 (bookmarks-already-loaded, bookmark-current-buffer)
7520 (bookmark-yank-point): Document. (Bug#4188)
7521
7522 2009-10-10 Glenn Morris <rgm@gnu.org>
7523
7524 * frame.el (frame-height): Doc fix.
7525
7526 * calendar/calendar.el (calendar-split-width-threshold): New option.
7527 (calendar-basic-setup): Use calendar-split-width-threshold.
7528
7529 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
7530
7531 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
7532 Ideographic Supplement" range (U+1F200..U+1F2FF).
7533
7534 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7535
7536 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
7537 since the list will have been rebuilt anyway. (Bug#4349)
7538
7539 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7540
7541 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
7542 (bookmark-bmenu-execute-deletions): Don't save here, as
7543 bookmark-delete will now do so if necessary.
7544 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
7545 (Bug#4348)
7546
7547 2009-10-09 Glenn Morris <rgm@gnu.org>
7548
7549 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
7550
7551 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7552
7553 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
7554 (bookmark-jump-other-window): Just invoke bookmark-jump with new
7555 argument now, so the two function's behaviors will match. (Bug#3645)
7556
7557 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
7558
7559 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
7560 (tramp-file-name-real-host, tramp-file-name-port):
7561 Apply `save-match-data'.
7562
7563 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
7564 case both directories are remote.
7565 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
7566 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
7567
7568 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
7569
7570 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
7571
7572 2009-10-07 Glenn Morris <rgm@gnu.org>
7573
7574 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
7575 of concat.
7576
7577 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7578
7579 * files-x.el (read-file-local-variable): Include some
7580 non-user-variables in the completion table (bug#4664).
7581
7582 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
7583
7584 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
7585 message.
7586
7587 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7588 (tramp-smb-file-name-handler-alist): Add handler for
7589 `copy-directory', `expand-file-name', `set-file-modes'.
7590 (tramp-smb-handle-copy-directory)
7591 (tramp-smb-handle-expand-file-name)
7592 (tramp-smb-handle-set-file-modes): New defuns.
7593 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
7594 (tramp-smb-handle-file-attributes): Simplify check for retrieving
7595 entry.
7596 (tramp-smb-handle-insert-directory): Don't flush the cache.
7597 (tramp-smb-maybe-open-connection): Check for samba client and
7598 server versions.
7599
7600 2009-10-07 Eli Zaretskii <eliz@gnu.org>
7601
7602 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
7603 to not error out of search for "^lisp=" fails.
7604
7605 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
7606
7607 * makefile.w32-in (WINS_UPDATES): New macro.
7608 (custom-deps, finder-data, autoloads): Use it.
7609
7610 2009-10-07 Glenn Morris <rgm@gnu.org>
7611
7612 * Makefile.in (autoloads): Revert previous change.
7613 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
7614 the list of preloaded files passed on the command-line, get
7615 it from src/Makefile.
7616
7617 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
7618 show the original buffer rather than a random one.
7619
7620 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
7621
7622 * help.el (describe-no-warranty): Place point in a slightly better
7623 position in the GPLv3 text.
7624
7625 2009-10-06 Sam Steingold <sds@gnu.org>
7626
7627 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
7628 the comm attribute is present before calling regexp-quote.
7629
7630 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
7631
7632 * play/animate.el (animate-string): For good effect, make sure
7633 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
7634
7635 * play/animate.el (animate-sequence, animate-birthday-present):
7636 * misc.el (butterfly): Don't set `indent-tabs-mode'.
7637
7638 2009-10-06 Glenn Morris <rgm@gnu.org>
7639
7640 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
7641
7642 * emacs-lisp/autoload.el (autoload-excludes): New variable.
7643 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
7644 (batch-update-autoloads): Process a string value of autoload-excludes,
7645 set during the build process.
7646 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
7647
7648 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
7649 inside with-parsed... macro so that `v' is defined.
7650
7651 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
7652 * progmodes/fortran.el (fortran-end-of-block)
7653 (fortran-beginning-of-block):
7654 Also push mark in the macro case.
7655
7656 * emerge.el (emerge-show-file-name):
7657 * calc/calc.el (calc-quit):
7658 * calc/calc-misc.el (calc-big-or-small):
7659 * calc/calc-graph.el (calc-graph-view):
7660 * calc/calc-ext.el (calc-reset):
7661 * calendar/calendar.el (calendar-basic-setup):
7662 Use window-full-height-p.
7663
7664 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
7665 header we don't understand, don't insert another. (Bug#4624)
7666 If changing mime charset, insert the new one in the right place.
7667
7668 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
7669
7670 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
7671 (cal-tex-cursor-month): Correctly increment the end date for diary and
7672 holiday listing. (Bug#4626)
7673
7674 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7675
7676 * help-fns.el (describe-function-1): Don't burp if the function is not
7677 a symbol.
7678
7679 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
7680
7681 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
7682 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
7683 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
7684 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
7685
7686 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
7687 (eieio-default-superclass): Reflow docstrings.
7688 (this, class-option-assoc, defclass, eieio-class-un-autoload)
7689 (eieio-unbind-method-implementations, defmethod)
7690 (eieio-validate-slot-value, eieio-validate-class-slot-value)
7691 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
7692 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
7693 (eieio-slot-originating-class-p, eieio-slot-name-index)
7694 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
7695 (constructor, initialize-instance, no-next-method, object-print)
7696 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
7697 Fix typos in docstrings.
7698 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
7699 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
7700 (next-method-p): Doc fixes.
7701 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
7702 Fix typos in error messages.
7703 (eieio-defmethod): Fix typo in description of generic method.
7704
7705 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
7706 (eieio-persistent-save-interactive, slot-missing):
7707 Fix typos in docstrings.
7708 (eieio-instance-inheritor-slot-boundp): Doc fix.
7709
7710 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
7711 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
7712
7713 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
7714 (eieio-custom-object-apply-reset):
7715 Fix typos in docstrings and error messages.
7716
7717 * emacs-lisp/eieio-datadebug.el (data-debug-show):
7718 Fix typo in docstring.
7719
7720 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7721 (eieio-browse-tree): Doc fix.
7722 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7723 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7724 Fix typos in docstrings.
7725
7726 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7727 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7728 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7729 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7730 Reflow docstrings.
7731
7732 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
7733
7734 * vc-hg.el (log-view-vc-backend): Declare for compiler.
7735 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7736 Set log-view-vc-backend so that diff can work.
7737
7738 * log-view.el (log-view-diff): Use vc-diff-internal instead of
7739 vc-version-diff.
7740 (vc-diff-internal): Autoload this instead of vc-version-diff.
7741
7742 2009-10-05 Eli Zaretskii <eliz@gnu.org>
7743
7744 * simple.el (eval-expression): Doc fix.
7745
7746 * progmodes/cwarn.el (cwarn-mode): Doc fix.
7747
7748 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
7749
7750 * files.el (directory-files-no-dot-files-regexp): New defconst.
7751 (delete-directory): Use it.
7752 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
7753
7754 * net/tramp.el (tramp-verbose): Fix docstring.
7755 (tramp-methods): Add recursive option to `tramp-copy-args'.
7756 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
7757 "scp1_old", "scp2_old", "rsync", "rsyncc".
7758 (tramp-default-method): Check also for `auth-source-user-or-password'.
7759 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7760 Add handler for `copy-directory'.
7761 (tramp-handle-copy-directory): New defun.
7762 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
7763 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7764 Optimize sent command.
7765
7766 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7767
7768 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7769 window if necessary.
7770
7771 * calendar/calendar.el (calendar-basic-setup): Don't call
7772 switch-to-buffer in a dedicated window.
7773
7774 2009-10-05 Karl Fogel <kfogel@red-bean.com>
7775
7776 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
7777 don't do anything related to relocating, just return nil.
7778 (bookmark-error-no-filename): New error.
7779 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
7780 bookmark has no file. Don't even attempt to handle things that
7781 are not files; the whole point of custom handlers is to keep that
7782 knowledge elsewhere anyway. Tighten some comments.
7783 (bookmark-file-or-variation-thereof): Remove now-unused function.
7784 (bookmark-location): Doc string fix.
7785 (Bug#4250)
7786
7787 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7788
7789 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7790 don't use a file dialog, because they usually don't know how to read
7791 a directory target from the user. (Bug#4230)
7792 Also, make sure the prompt can display directories as well as files.
7793
7794 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7795
7796 * bookmark.el (bookmark-set, bookmark-buffer-name):
7797 Improve doc strings. (Bug#1193)
7798
7799 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7800
7801 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7802 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7803 (bookmark-get-annotation, bookmark-set-annotation)
7804 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7805 (bookmark-set-position, bookmark-get-front-context-string)
7806 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7807 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7808 (bookmark-jump-other-window, bookmark-handle-bookmark)
7809 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7810 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7811 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
7812 Improve doc strings to say whether bookmark can be a string or
7813 a record or both, and make other consistency and clarity fixes.
7814 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7815 (bookmark-default-annotation-text, bookmark-yank-word)
7816 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7817 (bookmark-import-new-list, bookmark-maybe-rename)
7818 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7819 (bookmark-bmenu-bookmark): Give these doc strings.
7820 (bookmark-bmenu-check-position): Give this a doc string, but also
7821 add a FIXME comment about how the function may be pointless.
7822 (bookmark-default-handler): Rework doc string and change a
7823 parameter name, to clarify that this takes a bookmark record
7824 not a bookmark name.
7825 (bookmark-set): Change a parameter name to indicate its meaning,
7826 and improve the doc string a bit.
7827 (Bug#4188)
7828
7829 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7830
7831 * bookmark.el (bookmark-alist): Document the new `handler' element
7832 in the param alist.
7833 (bookmark-make-record-function): Adjust documentation for above.
7834 (Bug#4193)
7835
7836 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7837
7838 * info.el (Info-bookmark-make-record): Document this function.
7839 (Info-bookmark-jump): Document with a doc string, not just a comment.
7840 (Bug#4203)
7841
7842 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
7843
7844 * files.el (copy-directory): New defun.
7845
7846 * dired-aux.el (dired-copy-file-recursive): Use it.
7847
7848 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7849
7850 * files-x.el (modify-dir-local-variable)
7851 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
7852 docstrings.
7853
7854 * recentf.el (recentf-unload-function): New function.
7855
7856 2009-10-04 Glenn Morris <rgm@gnu.org>
7857
7858 * window.el (window-full-height-p): Add doc string.
7859
7860 2009-10-04 Martin Rudalics <rudalics@gmx.at>
7861
7862 * window.el (window-full-height-p): New function. (Bug#4543)
7863
7864 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
7865
7866 * vc.el: Remove commented out code.
7867 (vc-derived-from-dir-mode): Remove, unused.
7868 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7869
7870 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
7871
7872 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7873 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
7874 there could be recursive loading when `default-directory' is a
7875 remote file name. (Bug#4614)
7876
7877 2009-10-03 Glenn Morris <rgm@gnu.org>
7878
7879 * calendar/calendar.el (calendar-basic-setup): Handle the case where
7880 the frame is wide.
7881 (calendar-generate-window): Test for shrinkability rather than width.
7882
7883 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7884 reusing existing buffers, in case we happen to visit two files with the
7885 same basename. (Bug#4593)
7886
7887 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7888
7889 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
7890 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7891 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7892 subdirs of cedet as well.
7893 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
7894
7895 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7896
7897 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7898 Obey advertised-signature-table.
7899
7900 * help-fns.el (help-function-arglist): Don't check
7901 advertised-signature-table.
7902 (describe-function-1): Do it here instead so it also applies to subrs.
7903
7904 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
7905
7906 * simple.el (start-file-process): Say in the doc-string, that file
7907 handlers might not support pty association, if PROGRAM is nil.
7908
7909 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7910 HOST and USER are strings. They are nil, when there are
7911 incomplete entries in ~/.netrc, for example.
7912 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
7913 root directory ("device busy" error otherwise).
7914
7915 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7916 Flush file properties of created directory.
7917
7918 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7919
7920 * makefile.w32-in (WINS_BASIC): Remove cedet.
7921 (WINS_CEDET): Add cedet.
7922 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7923
7924 2009-10-02 Kevin Ryde <user42@zip.com.au>
7925
7926 * net/browse-url.el (browse-url): Pass any symbol in
7927 browse-url-browser-function to `apply', since if you've mistakenly put
7928 an unbound symbol then the error is clearer. (Bug#4531)
7929
7930 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7931
7932 * allout.el (allout-init, allout-back-to-current-heading)
7933 (allout-beginning-of-current-entry, allout-ascend-to-depth)
7934 (allout-ascend, allout-up-current-level, allout-end-of-level)
7935 (allout-previous-visible-heading, allout-forward-current-level)
7936 (allout-backward-current-level, allout-show-children):
7937 * apropos.el (apropos-describe-plist):
7938 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7939 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7940 * completion.el (add-completion, add-permanent-completion):
7941 * descr-text.el (describe-text-category, describe-char):
7942 * desktop.el (desktop-lazy-abort):
7943 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7944 * dired.el (dired-build-subdir-alist):
7945 * ediff.el (ediff-version):
7946 * elide-head.el (elide-head, elide-head-show):
7947 * emerge.el (emerge-version):
7948 * env.el (getenv):
7949 * face-remap.el (variable-pitch-mode):
7950 * faces.el (describe-face):
7951 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7952 (dired-at-point):
7953 * files.el (find-file-existing, auto-save-mode):
7954 * font-lock.el (font-lock-fontify-buffer):
7955 * help-fns.el (describe-function, describe-variable)
7956 (describe-syntax, describe-categories):
7957 * help.el (view-lossage, describe-bindings, describe-key)
7958 (describe-mode):
7959 * hexl.el (hexl-current-address):
7960 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7961 * info.el (Info-goto-emacs-key-command-node):
7962 * log-edit.el (log-edit-insert-cvs-template)
7963 (log-edit-insert-cvs-rcstemplate):
7964 * menu-bar.el (menu-bar-mode):
7965 * mouse.el (mouse-appearance-menu):
7966 * newcomment.el (comment-indent-new-line):
7967 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7968 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
7969 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
7970 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7971 * recentf.el (recentf-mode):
7972 * savehist.el (savehist-mode, savehist-save):
7973 * shadowfile.el (shadow-copy-files):
7974 * simple.el (kill-ring-save, next-line, previous-line)
7975 (normal-erase-is-backspace-mode):
7976 * strokes.el (strokes-update-window-configuration)
7977 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7978 (strokes-xpm-for-stroke):
7979 * time.el (emacs-uptime, emacs-init-time):
7980 * tutorial.el (tutorial--describe-nonstandard-key)
7981 (tutorial--detailed-help):
7982 * type-break.el (type-break-mode)
7983 (type-break-mode-line-message-mode, type-break-query-mode)
7984 (type-break-guesstimate-keystroke-threshold):
7985 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
7986 * version.el (emacs-version):
7987 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
7988 * winner.el (winner-mode):
7989 * calendar/timeclock.el (timeclock-in, timeclock-out)
7990 (timeclock-status-string, timeclock-change)
7991 (timeclock-workday-remaining-string)
7992 (timeclock-workday-elapsed-string)
7993 (timeclock-when-to-leave-string):
7994 * calendar/todo-mode.el (todo-add-category):
7995 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
7996 * emacs-lisp/autoload.el (update-file-autoloads):
7997 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
7998 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
7999 (checkdoc-message-text, checkdoc-defun):
8000 * emacs-lisp/debug.el (debugger-list-functions):
8001 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8002 * emacs-lisp/eieio-opt.el (eieio-describe-class)
8003 (eieio-describe-generic):
8004 * emacs-lisp/lisp-mnt.el (lm-synopsis):
8005 * emacs-lisp/shadow.el (list-load-path-shadows):
8006 * emulation/cua-base.el (cua-mode):
8007 * emulation/edt.el (edt-set-scroll-margins):
8008 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
8009 (tpu-toggle-regexp, tpu-toggle-search-direction)
8010 (tpu-toggle-rectangle, tpu-toggle-control-keys):
8011 * emulation/tpu-extras.el (tpu-set-scroll-margins):
8012 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8013 (viper-set-parsing-style-toggling-macro)
8014 (viper-set-emacs-state-searchstyle-macros):
8015 * emulation/viper.el (viper-set-hooks):
8016 * eshell/esh-mode.el (eshell-truncate-buffer):
8017 * international/mule-cmds.el (prefer-coding-system)
8018 (describe-input-method, describe-language-environment):
8019 * international/mule-diag.el (list-character-sets)
8020 (describe-character-set, describe-coding-system)
8021 (describe-fontset, list-fontsets, list-input-methods):
8022 * mail/sendmail.el (mail-signature):
8023 * net/ange-ftp.el (ange-ftp-copy-file):
8024 * net/browse-url.el (browse-url):
8025 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
8026 * net/quickurl.el (quickurl-add-url):
8027 * net/rcirc.el (names, topic):
8028 * net/xesam.el (xesam-mode):
8029 * play/5x5.el (5x5-new-game):
8030 * play/yow.el (apropos-zippy):
8031 * progmodes/ada-mode.el (ada-mode-version):
8032 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
8033 (f90-end-of-block)
8034 (f90-beginning-of-block):
8035 * progmodes/fortran.el (fortran-end-of-block)
8036 (fortran-beginning-of-block):
8037 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
8038 * progmodes/python.el (python-describe-symbol, python-shell):
8039 * term/ns-win.el (ns-print-buffer):
8040 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
8041 * textmodes/flyspell.el (flyspell-mode-on):
8042 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
8043 (pages-directory-for-addresses):
8044 * textmodes/table.el (table-recognize-cell)
8045 (table-query-dimension, table-generate-source)
8046 (table-insert-sequence, table--warn-incompatibility):
8047 * textmodes/tex-mode.el (tex-validate-buffer):
8048 * textmodes/texinfmt.el (texinfmt-version)
8049 (texinfo-format-buffer):
8050 Use `called-interactively-p' instead of `interactive-p'.
8051
8052 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
8053
8054 * image-mode.el (image-toggle-display):
8055 * emacs-lisp/elp.el (elp-instrument-function):
8056 * emacs-lisp/advice.el (ad-make-advised-definition):
8057 * emacs-lisp/easy-mmode.el (define-minor-mode):
8058 * net/browse-url.el (browse-url-maybe-new-window):
8059 * progmodes/sh-script.el (sh-learn-buffer-indent):
8060 Pass new argument 'any to `called-interactively-p'.
8061
8062 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
8063
8064 * international/uni-bidi.el:
8065 * international/uni-category.el:
8066 * international/uni-combining.el:
8067 * international/uni-comment.el:
8068 * international/uni-decimal.el:
8069 * international/uni-decomposition.el:
8070 * international/uni-digit.el:
8071 * international/uni-lowercase.el:
8072 * international/uni-mirrored.el:
8073 * international/uni-name.el:
8074 * international/uni-numeric.el:
8075 * international/uni-old-name.el:
8076 * international/uni-titlecase.el:
8077 * international/uni-uppercase.el:
8078 Regenerate from Unicode 5.2.0 data.
8079
8080 2009-10-01 Glenn Morris <rgm@gnu.org>
8081
8082 * Makefile.in (ELCFILES): Regenerate.
8083
8084 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8085
8086 * subr.el (interactive-p): Mark obsolete.
8087 (called-interactively-p): Make the optional-ness of `kind' obsolete.
8088 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
8089 advertised-signature-table for subroutines as well.
8090
8091 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
8092 (set-advertised-calling-convention): New function.
8093 (make-obsolete, define-obsolete-function-alias)
8094 (make-obsolete-variable, define-obsolete-variable-alias):
8095 Make the optional-ness of `when' obsolete.
8096 (define-obsolete-face-alias): Make `when' non-optional.
8097 * help-fns.el (help-function-arglist):
8098 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
8099 Use advertised-signature-table.
8100
8101 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
8102
8103 * files.el (delete-directory): New defun. The original function
8104 in fileio.c has been renamed to `delete-directory-internal'.
8105
8106 * dired.el (dired-delete-file): Call `delete-directory' with
8107 RECURSIVE parameter.
8108
8109 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
8110 parameter RECURSIVE. Implementation is missing.
8111
8112 * net/tramp.el (tramp-handle-make-directory): Flush upper
8113 directory's file properties.
8114 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
8115 (tramp-handle-dired-recursive-delete-directory): Flush directory
8116 properties after the remove command only.
8117
8118 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8119 Handle optional parameter RECURSIVE.
8120
8121 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
8122 Handle optional parameter RECURSIVE.
8123
8124 * net/tramp-smb.el (tramp-smb-errors): Add error message for
8125 connection timeout.
8126 (tramp-smb-handle-delete-directory): Handle optional parameter
8127 RECURSIVE.
8128
8129 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8130
8131 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
8132 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
8133 (byte-compile-defmacro): Use backquotes.
8134
8135 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
8136
8137 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
8138 has no associated file.
8139 (vc-resynch-buffer): Use vc-dir-buffers.
8140
8141 2009-10-01 Glenn Morris <rgm@gnu.org>
8142
8143 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
8144 (chart-file-count):
8145 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
8146 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
8147 * emacs-lisp/eieio-opt.el (eieio-describe-class):
8148 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
8149 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
8150 (eieio-copy-parents-into-subclass, make-instance, class-children)
8151 (eieio-generic-form):
8152
8153 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
8154 match-data. (Bug#4555).
8155
8156 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
8157 rather than parsing it as a regexp. This relaxes the layout
8158 requirements and makes errors easier to detect.
8159 (check-declare-verify): Check file is regular.
8160 (check-declare-directory): Doc fix.
8161 * subr.el (declare-function): Doc fix.
8162
8163 * ibuffer.el (ibuffer-format-qualifier):
8164 * isearch.el (hi-lock-regexp-okay):
8165 * calc/calc.el (math-zerop):
8166 * mail/uce.el (rmail-msgbeg, rmail-msgend):
8167 * term/w32-win.el (setup-default-fontset, set-fontset-font):
8168 Remove unused declarations.
8169
8170 2009-09-30 Glenn Morris <rgm@gnu.org>
8171
8172 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
8173
8174 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
8175 filename is not a string.
8176
8177 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
8178
8179 * files.el (safe-local-eval-forms): Fix typo.
8180
8181 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
8182
8183 * vc-hooks.el (vc-dir-buffers): New var.
8184 (vc-state-refresh): New function.
8185 (vc-state): Use it.
8186 (vc-after-save): Always ask the backend to recompute the new state.
8187 Always call vc-dir if necessary, using vc-dir-buffers.
8188 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
8189 Use vc-dir-buffers.
8190 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
8191 (vc-dir-prepare-status-buffer, vc-dir-update)
8192 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
8193 Don't call expand-file-name on default-directory.
8194
8195 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8196
8197 * speedbar.el (speedbar-item-delete):
8198 * calc/calc-prog.el (calc-kbd-if):
8199 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
8200
8201 * epa.el (epa-key-list-mode-map):
8202 * hi-lock.el (hi-lock-menu): Fix typos in menus.
8203
8204 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
8205 (hs-show-hook): Fix typo in docstring.
8206
8207 2009-09-29 Glenn Morris <rgm@gnu.org>
8208
8209 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
8210 file-name-nondirectory call preventing location of cedet files.
8211 (check-declare-verify): Use literal search rather than re-search.
8212 Add basic defmethod and defclass, and define-overloadable-function.
8213
8214 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8215 Use tramp-compat-file-attributes rather than nonexistent
8216 tramp-compat-handle-file-attributes.
8217
8218 * Makefile.in (lisptagsfiles4): New.
8219 (AUTOGENEL): Add cedet loaddefs files.
8220 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
8221 (update-elclist, compile-always, backup-compiled-files)
8222 (bootstrap-clean): Add yet another directory level.
8223 (update-elclist): Use LC_COLLATE rather than COLLATE.
8224 (ELCFILES): Update, via `make update-elclist'.
8225
8226 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8227
8228 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
8229 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
8230 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
8231
8232 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
8233
8234 * Makefile.in (lisptagsfiles3): Define.
8235 (TAGS, TAGS-LISP): Use it.
8236 (update-elclist): Add third directory level to look for elc files.
8237 (compile-always): Likewise.
8238 (backup-compiled-files): Likewise.
8239 (bootstrap-clean): Likewise.
8240 (ELCFILES): Update.
8241
8242 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
8243
8244 * Makefile.in (ELCFILES): Add CEDET files.
8245
8246 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
8247
8248 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
8249
8250 * net/tramp.el (top): Require tramp-imap.
8251
8252 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8253 Use `tramp-compat-handle-file-attributes'.
8254
8255 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
8256
8257 * net/tramp-imap.el: New package.
8258
8259 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8260
8261 * whitespace.el (whitespace-trailing-regexp)
8262 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8263 Fix doc string.
8264
8265 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
8266
8267 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
8268 menu.
8269
8270 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
8271 menu-bar-ediff-menu.
8272
8273 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
8274 define-overloadable-function.
8275
8276 * progmodes/autoconf.el: Provide autoconf as well, so that this
8277 file can be `require'd.
8278
8279 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
8280
8281 * emacs-lisp/autoload.el (generated-autoload-feature)
8282 (generated-autoload-load-name): New vars.
8283 (autoload-rubric, autoload-generate-file-autoloads): Use them.
8284 (make-autoload): Recognize define-overloadable-function and
8285 defclass forms (for EIEIO).
8286
8287 * Makefile.in (update-subdirs): Exclude cedet directory.
8288
8289 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8290
8291 * term/ns-win.el: Don't set the region face background. (Bug#4381)
8292
8293 * faces.el: Default light-background background for region face to
8294 ns_selection_color under NS.
8295
8296 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
8297
8298 * net/imap-hash.el: New library, see NEWS.
8299
8300 * Makefile.in (ELCFILES): Add imap-hash.el.
8301
8302 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8303
8304 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
8305 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
8306 * help-macro.el (make-help-screen): Avoid using an ambiguous function
8307 definition where the docstring could be taken for the return value.
8308
8309 2009-09-26 Glenn Morris <rgm@gnu.org>
8310
8311 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
8312 Add option to only show images below a certain size.
8313 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
8314 save-excursion calls.
8315
8316 2009-09-26 Eli Zaretskii <eliz@gnu.org>
8317
8318 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
8319 subdirectories) and eieio.
8320
8321 2009-09-26 Alan Mackenzie <acm@muc.de>
8322
8323 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8324 Correct buggy bracketing. (Bug#4289)
8325
8326 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
8327 character constants (as case labels). (Bug#4289)
8328
8329 2009-09-25 Juri Linkov <juri@jurta.org>
8330
8331 * files.el (safe-local-eval-forms): Allow time-stamp in
8332 before-save-hook (Bug#4554).
8333
8334 2009-09-25 Drew Adams <drew.adams@oracle.com>
8335
8336 * menu-bar.el (list-buffers-directory): Doc fix.
8337
8338 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
8339
8340 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
8341 Try and avoid copying twice the same paragraph.
8342 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
8343 Remove save-excursion.
8344 (log-edit-changelog-entry): Do it here instead.
8345
8346 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
8347
8348 * bs.el (bs--get-file-name): Use `list-buffers-directory'
8349 when available, instead of hardcoding mode names. Doc fix.
8350
8351 * menu-bar.el (list-buffers-directory): Add docstring.
8352 Make automatically buffer-local.
8353
8354 * dired.el (dired-mode):
8355 * files.el (cd-absolute):
8356 * pcvs.el (cvs-temp-buffer):
8357 * pcvs-util.el (cvs-get-buffer-create):
8358 * shell.el (shell-mode):
8359 * vc-dir.el (vc-dir-mode):
8360 Don't make `list-buffers-directory' buffer local.
8361
8362 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
8363
8364 * comint.el (comint-exec, comint-run, make-comint):
8365 Doc fixes (Bug#4542).
8366
8367 2009-09-25 Glenn Morris <rgm@gnu.org>
8368
8369 * mail/rmailmm.el (rmail-mime): New custom group.
8370 Move all defcustoms in this file into this group.
8371 (rmail-mime-media-type-handlers-alist): Revert previous change.
8372 (rmail-mime-show-images): New option.
8373 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
8374 references to it, since it wasn't actually used for anything.
8375 (rmail-mime-insert-image): New function.
8376 (rmail-mime-image): Use rmail-mime-insert-image.
8377 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
8378 obey the value of `rmail-mime-show-images' option. Print the size of
8379 attachments.
8380
8381 2009-09-25 David Engster <deng@randomsample.de>
8382
8383 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
8384
8385 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8386
8387 * whitespace.el: Does not highlight trailing spaces While point is
8388 at end of line. Does not highligt spaces at beginning of buffer
8389 while point is at beginning of buffer. Does not highlight spaces
8390 at end of buffer while point is at end of buffer. (Bug#4177)
8391 New version 12.0.
8392 (whitespace-display-mappings): Adjust initialization.
8393 (whitespace-point, whitespace-font-lock-refontify): New vars.
8394 (whitespace-color-on, whitespace-color-off): Adjust code.
8395 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
8396 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
8397 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
8398
8399 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
8400
8401 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
8402
8403 * textmodes/sgml-mode.el: Remove xml-mode alias.
8404
8405 * files.el (auto-mode-alist, conf-mode-maybe)
8406 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
8407
8408 2009-09-24 Alan Mackenzie <acm@muc.de>
8409
8410 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
8411 c-forward-conditionals, but it doesn't move point and doesn't set
8412 the mark.
8413 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
8414 (c-down-conditional-with-else, c-backward-conditional)
8415 (c-forward-conditional): Refactor to use c-scan-conditionals.
8416
8417 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8418
8419 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
8420 (help-default-arg-highlight): Remove.
8421 (help-highlight-arg): New function.
8422 (help-do-arg-highlight): Use it.
8423 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
8424
8425 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8426
8427 * term.el (term-set-scroll-region, term-handle-ansi-escape):
8428 Undo last change, which didn't fix the problem and introduced others.
8429
8430 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
8431
8432 * progmodes/gdb-mi.el: Don't require speedbar.
8433 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8434
8435 2009-09-24 Glenn Morris <rgm@gnu.org>
8436
8437 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8438
8439 * term/ns-win.el (ns-reg-to-script): Define for compiler.
8440
8441 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8442 there is no newline after the final mime boundary. (Bug#4539)
8443 Move markers on insertion so that any buttons inserted don't end up in
8444 the next part of a multipart message.
8445 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
8446 (rmail-mime-bulk-handler): Optionally handle images.
8447 (rmail-mime-image): New button action.
8448 (rmail-mime-image-handler): New function.
8449 (rmail-mime-mode): New mode.
8450 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
8451
8452 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8453
8454 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8455 than just dropping elements from it (bug#4504).
8456
8457 * term.el (term-set-scroll-region): Don't move cursor any more.
8458 (term-handle-ansi-escape): Call term-goto here instead.
8459 Suggested by Ivan Kanis <apple@kanis.eu>.
8460
8461 * term.el: Require CL.
8462 (term-ansi-reset): New function.
8463 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8464 (term-handle-colors-array): Simplify.
8465
8466 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8467
8468 * allout.el (allout-overlay-interior-modification-handler)
8469 (allout-obtain-passphrase):
8470 * epa-file.el (epa-file-write-region):
8471 * ps-print.el (ps-begin-job):
8472 * vc-hooks.el (vc-toggle-read-only):
8473 * vc-rcs.el (vc-rcs-rollback):
8474 * vc-sccs.el (vc-sccs-rollback):
8475 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8476 (vc-version-diff, vc-revert, vc-rollback):
8477 * wdired.el (wdired-check-kill-buffer):
8478 * emacs-lisp/authors.el (authors):
8479 * net/socks.el (socks-open-connection):
8480 * net/zeroconf.el (zeroconf-service-add-hook):
8481 * obsolete/vc-mcvs.el (vc-mcvs-register):
8482 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8483 (gdb-select-frame):
8484 * progmodes/grep.el (lgrep, rgrep):
8485 * progmodes/idlw-help.el (idlwave-help-check-locations)
8486 (idlwave-help-html-link, idlwave-help-assistant-open-link):
8487 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8488 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8489 (reftex-toc-rename-label): Fix typos in error messages.
8490
8491 * dired-aux.el (dired-do-shell-command): Reflow docstring.
8492 (dired-copy-how-to-fn): Doc fix.
8493 (dired-files-attributes, dired-read-shell-command):
8494 Fix typos in docstrings.
8495
8496 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8497 (dired-x-find-file-other-window): Reflow docstrings.
8498 (dired-omit-marker-char, dired-read-shell-command)
8499 (dired-x-submit-report): Fix typos in docstrings.
8500
8501 * shell.el (shell-mode-hook):
8502 * view.el (View-scroll-line-forward):
8503 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8504 Fix typos in docstrings.
8505
8506 * net/dig.el (dig-invoke): Fix typo in docstring.
8507 (query-dig): Reflow docstring.
8508
8509 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8510 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8511 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8512 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8513 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8514 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8515 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8516 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8517 (idlwave-completion-map, idlwave-current-indent)
8518 (idlwave-custom-ampersand-surround, idlwave-customize)
8519 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8520 (idlwave-define-abbrev, idlwave-determine-class-special)
8521 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8522 (idlwave-end-block-reg, idlwave-end-of-statement)
8523 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8524 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8525 (idlwave-explicit-class-listed, idlwave-file-header)
8526 (idlwave-fill-paragraph, idlwave-find-class-definition)
8527 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8528 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8529 (idlwave-in-quote, idlwave-indent-action-table)
8530 (idlwave-indent-expand-table, idlwave-indent-line)
8531 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8532 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8533 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8534 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8535 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8536 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8537 (idlwave-outlawed-buffers, idlwave-popup-select)
8538 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8539 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8540 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8541 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8542 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8543 (idlwave-statement-type, idlwave-struct-skip)
8544 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8545 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8546 (idlwave-what-module-find-class): Fix typos in docstrings.
8547 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8548 (idlwave-calculate-cont-indent, idlwave-expand-equal)
8549 (idlwave-find-module, idlwave-find-structure-definition)
8550 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8551 (idlwave-list-load-path-shadows, idlwave-next-statement)
8552 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8553 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8554 (idlwave-template): Reflow docstrings.
8555
8556 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8557 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8558 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8559 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8560 (idlwave-shell-display-line, idlwave-shell-display-wframe)
8561 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8562 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8563 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8564 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8565 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8566 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8567 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8568 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8569 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8570 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8571 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8572 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8573 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8574 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8575 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8576 Fix typos in docstrings.
8577 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8578 (idlwave-shell-hide-output, idlwave-shell-mode)
8579 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8580 Reflow docstrings.
8581
8582 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8583
8584 2009-09-24 Ivan Kanis <apple@kanis.eu>
8585
8586 * term.el (term-bold-attribute): New var.
8587 (term-handle-colors-array): Use it.
8588
8589 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
8590
8591 * progmodes/gdb-mi.el (gdb-version): New variable.
8592 (gdb-non-stop-handler): Set gdb-version.
8593 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8594 Condition "--thread" option on gdb-version.
8595 (gdb-invalidate-threads): Remove unused argument.
8596
8597 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8598
8599 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8600 to looking-back to avoid ridiculous slow down in large files (bug#4511).
8601
8602 2009-09-23 Glenn Morris <rgm@gnu.org>
8603
8604 * mail/rmail.el (rmail-reply): Don't try to add a References header when
8605 replying to mail without References or Message-Id. (Bug#4525)
8606
8607 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8608
8609 * term/ns-win.el (ns-reg-to-script): New variable.
8610
8611 2009-09-23 Daiki Ueno <ueno@unixuser.org>
8612
8613 * epg.el (epg-wait-for-status): Preserve existing 'error results.
8614
8615 2009-09-22 Sam Steingold <sds@gnu.org>
8616
8617 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8618 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8619 to 1 because hg returns status 1 when nothing is found.
8620 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8621
8622 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8623
8624 * textmodes/fill.el: Convert to utf-8 encoding.
8625 (fill-french-nobreak-p): Remove redundant » and « inherited from our
8626 pre-unicode days.
8627
8628 * add-log.el (change-log-fill-forward-paragraph): New function.
8629 (change-log-mode): Use it so fill-region DTRT.
8630 Set fill-indent-according-to-mode here rather than in
8631 change-log-fill-paragraph.
8632 (change-log-fill-paragraph): Remove.
8633
8634 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
8635
8636 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8637 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
8638
8639 2009-09-22 Glenn Morris <rgm@gnu.org>
8640
8641 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8642 the scroll-bar scroll the calendar window rather than the buffer.
8643
8644 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8645 commands that move point (as opposed to scrolling).
8646
8647 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8648
8649 * emacs-lisp/elint.el (elint): New custom group.
8650 (elint-log-buffer): Make it a defcustom.
8651 (elint-scan-preloaded, elint-ignored-warnings)
8652 (elint-directory-skip-re): New options.
8653 (elint-builtin-variables): Doc fix.
8654 (elint-preloaded-env): New variable.
8655 (elint-unknown-builtin-args): Add an entry for encode-time.
8656 (elint-extra-errors): Make it a variable rather than a constant.
8657 (elint-preloaded-skip-re): New constant.
8658 (elint-directory): Skip files matching elint-directory-skip-re.
8659 (elint-features): New variable, local to linted buffers.
8660 (elint-update-env): Initialize elint-features. Possibly add
8661 elint-preloaded-env to the buffer's environment.
8662 (elint-get-top-forms): Bind elint-current-pos, for log messages.
8663 Skip quoted forms.
8664 (elint-init-form): New function, extracted from elint-init-env.
8665 Make non-list forms a warning rather than an error.
8666 Add the mode-map for define-derived-mode. Handle define-minor-mode,
8667 easy-menu-define, put that adds an error-condition, and provide.
8668 When requiring cl, also require cl-macs. Really require cl, to handle
8669 some cl macros. Store required libraries in the list elint-features,
8670 so as not to re-load them. Treat cc-require like require.
8671 (elint-init-env): Call elint-init-form to do the work.
8672 Handle eval-and-compile and such like.
8673 (elint-add-required-env): Do not clear messages.
8674 (elint-special-forms): Add handlers for function, defalias, if, when,
8675 unless, and, or.
8676 (elint-form): Add optional argument to ignore elint-special-forms,
8677 useful to prevent recursive calls from handlers. Doc fix.
8678 Respect elint-ignored-warnings.
8679 (elint-form): Respect elint-ignored-warnings.
8680 (elint-bound-variable, elint-bound-function): New variables.
8681 (elint-unbound-variable): Respect elint-bound-variable.
8682 (elint-get-args): Respect elint-bound-function.
8683 (elint-check-cond-form): Add some simple handling for (f)boundp and
8684 featurep tests.
8685 (elint-check-defalias-form): New handler.
8686 (elint-check-let-form): Make an empty let a warning rather than an
8687 error.
8688 (elint-check-setq-form): Make an empty setq a warning rather than an
8689 error. Respect elint-ignored-warnings.
8690 (elint-check-defvar-form): Accept null doc-strings.
8691 (elint-check-conditional-form): New handler. Does some simple-minded
8692 checking of featurep and (f)boundp tests.
8693 (elint-put-function-args): New function.
8694 (elint-initialize): Use elint-scan-doc-file rather than
8695 elint-find-builtin-variables. Use elint-put-function-args.
8696 Possibly scan preloaded-file-list.
8697 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8698 extend to handle functions as well.
8699
8700 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
8701
8702 * linum.el (linum-delete-overlays, linum-update-window):
8703 Do not modify the right margin. (Bug#3971)
8704
8705 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
8706
8707 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
8708 Use nxml-mode instead of xml-mode.
8709
8710 2009-09-21 Kevin Ryde <user42@zip.com.au>
8711
8712 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
8713
8714 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8715
8716 * net/dig.el (dig-mode): Use define-derived-mode.
8717
8718 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8719
8720 * vc-dispatcher.el (vc-do-command): Return the process object in
8721 the asynchronous case. Use when instead of if. Do not run
8722 vc-exec-after to display a message if not enabled. (Bug#4463)
8723
8724 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8725 properties to the stash strings.
8726 (vc-git-stash-list): Return a list of strings.
8727 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8728 (vc-git-stash-show-at-point): New functions.
8729 (vc-git-stash-map): New keymap.
8730
8731 * register.el (ctl-x-r-map): Define the keys here instead of
8732 using autoload.
8733
8734 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
8735
8736 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8737 list, to workaround performance problem (bug#4485).
8738
8739 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
8740
8741 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8742
8743 2009-09-20 Daiki Ueno <ueno@unixuser.org>
8744
8745 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8746 Document that this option is not recommended to use.
8747
8748 2009-09-19 Glenn Morris <rgm@gnu.org>
8749
8750 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8751 variable `var'.
8752
8753 * calc/calc-alg.el (var):
8754 * calc/calcalg2.el (var): Define for compiler.
8755
8756 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
8757
8758 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8759 Doc fix (Bug#3932).
8760
8761 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8762
8763 * time-stamp.el (time-stamp-month-dd-yyyy)
8764 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8765 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8766 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
8767 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8768 Remove functions that have been obsolete since 1995 (Bug#4436).
8769
8770 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8771 indent buffer only if called interactively (Bug#4452).
8772
8773 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
8774 Eli Zaretskii <eliz@gnu.org>
8775
8776 This fixes bug#4197 (merged to bug#865, though not identical).
8777 * server.el (server-auth-dir): Add docstring note about FAT32.
8778 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8779 but warn against using them.
8780
8781 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
8782
8783 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8784 older GDB where there is no has_more field.
8785
8786 2009-09-19 Glenn Morris <rgm@gnu.org>
8787
8788 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8789
8790 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
8791
8792 * files.el (auto-mode-alist): Change default for XML files to nXML
8793 mode (Bug#4169).
8794
8795 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
8796
8797 * server.el (server-ensure-safe-dir): Pass 'integer
8798 to `file-attributes', as suggested.
8799
8800 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
8801
8802 * dired-aux.el (dired-query-alist): Remove spurious backslash.
8803 (dired-query): Use read-key.
8804
8805 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8806
8807 * cus-start.el (ns-use-qd-smoothing): Remove.
8808
8809 2009-09-18 Glenn Morris <rgm@gnu.org>
8810
8811 * allout.el (top-level): Remove unnecessary progn.
8812
8813 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8814
8815 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8816 definition of abbrev table.
8817
8818 * speedbar.el (speedbar-track-mouse):
8819 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8820 * net/eudc.el (eudc-expand-inline):
8821 * net/newst-backend.el (newsticker--cache-read-feed):
8822 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
8823 condition-case handlers.
8824
8825 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
8826
8827 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8828 (gdb-var-list): Add an element for has_more field.
8829 (gdb-non-stop-handler): Enable pretty printing for STL containers.
8830 (gdb-var-create-handler, gdb-var-list-children-handler-1)
8831 (gdb-var-update-handler-1): Parse output of dynamic variable
8832 objects (STL containers).
8833 (gdb-var-delete-1): Pass var1 as an explicit second argument.
8834 (gdb-get-field): Delete alias. Use bindat-get-field directly.
8835
8836 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8837 gdb-var-list.
8838 (gud-speedbar-buttons): Make node expandable if expression "has more"
8839 children.
8840
8841 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
8842
8843 * startup.el (emacs-quick-startup): Remove variable and all uses.
8844 (command-line): Set `inhibit-x-resources' instead.
8845 (command-line-1): Use `inhibit-x-resources' instead.
8846
8847 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
8848
8849 * subr.el: Fix last change to avoid using the `unless' macro,
8850 which breaks bootstrapping.
8851
8852 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8853
8854 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8855 extended definitions, in case we reload subr.el after having
8856 loaded CL.
8857 (eval-next-after-load): Mark as obsolete.
8858
8859 2009-09-17 Juri Linkov <juri@jurta.org>
8860
8861 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8862 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8863 (menu-bar-showhide-menu, menu-bar-tools-menu)
8864 (menu-bar-describe-menu, menu-bar-help-menu)
8865 (minibuffer-local-completion-map, minibuffer-local-map):
8866 Fix list quoting.
8867
8868 2009-09-17 Glenn Morris <rgm@gnu.org>
8869
8870 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8871 arguments, whether or not it has a handler.
8872
8873 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8874
8875 * simple.el (hard-newline): Give it a doc-string.
8876
8877 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8878 (lisp-mode-syntax-table): Give them doc-strings.
8879
8880 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8881
8882 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8883 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8884 (menu-bar-options-menu, menu-bar-showhide-menu)
8885 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8886 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8887 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8888 (menu-bar-options-menu, menu-bar-tools-menu)
8889 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8890 (menu-bar-help-menu):
8891 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8892 string arguments.
8893
8894 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8895 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8896 calls for the menu names and :help.
8897
8898 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8899
8900 * mouse.el (minor-mode-menu-from-indicator): Pay attention
8901 to :minor-mode-function (bug#4455).
8902
8903 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8904
8905 * startup.el (command-line): Initialize the window-system after
8906 processing the command-line.
8907
8908 * textmodes/page.el (what-page): Make sure we don't inf-loop if
8909 page-delimiter matches the empty string.
8910
8911 2009-09-16 Glenn Morris <rgm@gnu.org>
8912
8913 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8914 byte-compile-not-obsolete-var. It's a list now.
8915 (byte-compile-not-obsolete-funcs): New variable.
8916 (byte-compile-warn-obsolete): Don't warn about functions if they are in
8917 byte-compile-not-obsolete-funcs.
8918 (byte-compile-variable-ref, byte-compile-defvar): Update for
8919 byte-compile-not-obsolete-vars name-change and list nature.
8920 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8921 and variables behind (f)boundp tests.
8922 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8923
8924 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8925
8926 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8927
8928 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8929
8930 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8931 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8932 Don't autoload.
8933
8934 2009-09-15 Stephen Eglen <stephen@gnu.org>
8935
8936 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
8937 the virtual-buffers, use the name of the buffer specified by
8938 find-file-noselect, as the match may be a symlink. (This was a
8939 problem if the target and the symlink had different names.)
8940
8941 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8942
8943 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8944
8945 * desktop.el (desktop-path): Check user-emacs-directory.
8946
8947 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8948
8949 * loadup.el: Use after-load-functions to GC after loading each file.
8950 Remove the explicit GC calls that used to be sprinkled around.
8951
8952 * subr.el (after-load-functions): New hook.
8953 (do-after-load-evaluation): Run it. Use string-match-p to detect
8954 `obsolete' packages, rather than painfully extracting the relevant
8955 directory name.
8956
8957 2009-09-15 Glenn Morris <rgm@gnu.org>
8958
8959 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8960 free variable `doc'.
8961
8962 * dired.el (dired-mode-map): Add menu entry for async shell command.
8963
8964 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8965 variables, also consider the .elc files, since the .el files are
8966 normally gzipped (subsequent code locates the .el.gz from the .elc).
8967
8968 * calc/calc-prog.el (arglist): Define for compiler.
8969
8970 * calendar/diary-lib.el (diary-display-function): Change the default to
8971 fancy display.
8972 (body): Define for compiler.
8973
8974 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8975 (byte-compile-file-form, byte-compile-lambda)
8976 (byte-compile-top-level-body, byte-compile-form)
8977 (byte-compile-variable-ref, byte-compile-setq)
8978 (byte-compile-setq-default, byte-compile-body)
8979 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8980 (batch-byte-compile): Give some more local variables with common names
8981 a "bytecomp-" prefix to avoid masking warnings about free variables.
8982
8983 * startup.el (command-line-1): Give local variables with common names a
8984 distinguishing prefix, so as not to hide free variable warnings during
8985 bootstrap.
8986
8987 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8988 clever and add a suffix to make a unique name, just let the user decide
8989 whether or not to overwrite it. If the input is a directory, write the
8990 default filename to that directory. (Bug#4388)
8991 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8992 is a filename-as-a-directory.
8993
8994 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8995
8996 * textmodes/page.el (what-page): Don't move to beginning of line.
8997 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8998
8999 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
9000
9001 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
9002
9003 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
9004
9005 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
9006 * help.el (help-for-help-internal): Add purecopy calls for text.
9007
9008 * vc.el (top): print-log method now takes an optional SHORTLOG
9009 argument. Add a new method: root.
9010 (vc-root-diff, vc-print-root-log): New functions.
9011 (vc-log-short-style): New variable.
9012 (vc-print-log-internal): Add support for showing short logs.
9013
9014 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
9015 vc-print-root-log and vc-print-root-diff.
9016
9017 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
9018 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
9019 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
9020 short logs.
9021
9022 * vc-cvs.el (vc-cvs-print-log):
9023 * vc-mtn.el (vc-mtn-print-log):
9024 * vc-rcs.el (vc-rcs-print-log):
9025 * vc-sccs.el (vc-sccs-print-log):
9026 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
9027 that is ignored for now.
9028
9029 * vc-mtn.el (vc-mtn-annotate-command):
9030 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
9031
9032 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9033
9034 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
9035 to function-key-map, and give them ascii-character property.
9036 * term/x-win.el (x-alternatives-map):
9037 * term/ns-win.el (ns-alternatives-map):
9038 * term/internal.el (msdos-key-remapping-map):
9039 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
9040
9041 2009-09-14 Glenn Morris <rgm@gnu.org>
9042
9043 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
9044 temp-buffers (2009-09-12).
9045
9046 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9047
9048 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
9049 the new read-key function.
9050
9051 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
9052
9053 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
9054 is defined (Bug#4405).
9055
9056 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
9057
9058 * recentf.el (recentf-cleanup): Use a hash table to find
9059 duplicates (Bug#4407).
9060
9061 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
9062
9063 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
9064 kp-0 to ascii equivalents (Bug#4325).
9065
9066 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
9067
9068 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
9069
9070 * eshell/em-hist.el:
9071 * eshell/em-dirs.el (eshell-complete-user-reference):
9072 Declare pcomplete functions and variables to avoid compiler warnings.
9073
9074 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
9075
9076 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
9077 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
9078 * eshell/em-alias.el (eshell-aliases-file):
9079 * eshell/em-hist.el (eshell-history-file-name):
9080 Use expand-file-name instead of concat to make file names (Bug#4308).
9081
9082 2009-09-13 Glenn Morris <rgm@gnu.org>
9083
9084 * ediff-merg.el (ediff-do-merge):
9085 * filesets.el (filesets-run-cmd):
9086 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
9087 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
9088 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
9089 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
9090 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
9091 Replace empty `let's with `progn'.
9092
9093 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9094
9095 * mail/sendmail.el (send-mail-function):
9096 * tooltip.el (tooltip-mode):
9097 * simple.el (transient-mark-mode):
9098 * rfn-eshadow.el (file-name-shadow-mode):
9099 * frame.el (blink-cursor-mode):
9100 * font-core.el (global-font-lock-mode):
9101 * files.el (temporary-file-directory)
9102 (small-temporary-file-directory, auto-save-file-name-transforms):
9103 * epa-hook.el (auto-encryption-mode):
9104 * composite.el (global-auto-composition-mode):
9105 Use custom-initialize-delay.
9106 * startup.el (command-line): Don't explicitly call
9107 custom-reevaluate-setting for all the above vars.
9108 * custom.el (custom-initialize-safe-set)
9109 (custom-initialize-safe-default): Delete.
9110
9111 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9112
9113 * term/x-win.el (x-initialize-window-system):
9114 * term/w32-win.el (w32-initialize-window-system):
9115 * term/ns-win.el (ns-initialize-window-system): Don't call
9116 mouse-wheel-mode since it's enabled globally by default already.
9117
9118 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
9119 actually define the variable, but only silences the byte-compiler.
9120 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
9121 before looking it up.
9122 (mouse-wheel-scroll-amount): Also reset the bindings if this value
9123 is changed.
9124
9125 2009-09-12 Glenn Morris <rgm@gnu.org>
9126
9127 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
9128 1000.
9129 (elint-add-required-env): Don't beep on error.
9130 (elint-forms): In case of error, return ENV unchanged.
9131 (elint-init-env): Skip non-list forms.
9132 (elint-log): Handle unknown file positions.
9133
9134 2009-09-12 Daiki Ueno <ueno@unixuser.org>
9135
9136 * epg.el (epg-make-context): Add autoload cookie.
9137 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
9138 (epg-decrypt-string, epg-start-verify, epg-verify-file)
9139 (epg-verify-string, epg-start-sign, epg-sign-file)
9140 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
9141 (epg-encrypt-string, epg-start-export-keys)
9142 (epg-export-keys-to-file, epg-export-keys-to-string)
9143 (epg-start-import-keys, epg-import-keys-from-file)
9144 (epg-import-keys-from-string, epg-start-receive-keys)
9145 (epg-receive-keys, epg-import-keys-from-server)
9146 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
9147 (epg-sign-keys, epg-start-generate-key)
9148 (epg-generate-key-from-file, epg-generate-key-from-string):
9149 Remove autoload cookie.
9150
9151 2009-09-12 Eli Zaretskii <eliz@gnu.org>
9152
9153 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
9154 reevaluation of trash-directory.
9155
9156 * mwheel.el: Fix last change.
9157 (mouse-wheel-mode): New defvar.
9158 (mouse-wheel-mode): Remove autoload cookie.
9159
9160 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9161
9162 * mwheel.el (mwheel-installed-bindings): New var.
9163 (mouse-wheel-mode): Use it, so as to make sure we really remove all
9164 the bindings we set last time. Use custom-initialize-delay.
9165 * loadup.el: Load mwheel after term/*-win.el.
9166 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
9167 and mouse-wheel-up-event now that their first evaluation is done
9168 sufficiently late to be correct.
9169
9170 * startup.el (tutorial-directory): Make it a defcustom.
9171 Use custom-initialize-delay rather than eval-at-startup to set it.
9172 * image.el (image-load-path): Make it a defcustom.
9173 Use custom-initialize-delay rather than eval-at-startup to set it.
9174 * subr.el (eval-at-startup): Remove.
9175 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
9176
9177 * subr.el (do-after-load-evaluation): Warn the user after loading an
9178 obsolete package.
9179
9180 2009-09-12 Glenn Morris <rgm@gnu.org>
9181
9182 * proced.el (proced-mark-alt): Remove alias.
9183 (proced-mode-map): Remove proced-mark-alt.
9184
9185 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
9186 Elint file and directory. Remove initialization entry.
9187
9188 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
9189 commands.
9190 (elint-current-buffer): Set mode-line-process.
9191 (elint-init-env): Handle define-derived-mode.
9192 Fix declare-function with unspecified arglist. Guard against odd
9193 defalias statements (eg iso-insert's 8859-1-map).
9194 (elint-add-required-env): Use a temp buffer.
9195 (elint-form): Just print the function/macro name, not the whole form.
9196 Return env unchanged if we fail to parse a macro.
9197 (elint-forms): Guard against parse errors.
9198 (elint-output): New function, to handle batch mode.
9199 (elint-log-message): Add optional argument. Use elint-output.
9200 (elint-set-mode-line): New function.
9201
9202 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
9203
9204 * emacs-lisp/elp.el (elp-not-profilable): Add more
9205 functions (Bug#4233).
9206
9207 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
9208
9209 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
9210 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
9211
9212 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
9213
9214 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
9215 (gdb-var-list-children): Use json parsing.
9216
9217 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
9218
9219 * progmodes/js.el (js--proper-indentation): Handle the case where
9220 char-before is null. Reported by Deniz Dogan.
9221
9222 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
9223
9224 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
9225
9226 2009-09-11 Daiki Ueno <ueno@unixuser.org>
9227
9228 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
9229 (epg-digest-algorithm-alist): Add SHA224.
9230 (epg-context-set-passphrase-callback)
9231 (epg-context-set-progress-callback): Add description about
9232 callback function.
9233
9234 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9235
9236 * custom.el (custom-delayed-init-variables): New var.
9237 (custom-initialize-delay): New function.
9238 * startup.el (command-line): "Re"evaluate all vars in
9239 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
9240 explicitly any more.
9241 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
9242 to avoid creating a ~/.emacs.d at build-time (bug#4347).
9243
9244 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
9245
9246 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
9247
9248 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
9249 (gdb-var-update-handler): Use json parsing.
9250
9251 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
9252
9253 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
9254 decode annotated text, regardless of language environment. (Bug#2741)
9255
9256 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9257
9258 * Makefile.in (autoloads): Make rmail.el writable as well.
9259
9260 2009-09-11 Glenn Morris <rgm@gnu.org>
9261
9262 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
9263 loaddefs.el.
9264 * dired.el: Regenerate with extracted autoloads.
9265 * Makefile.in (autoloads): Make dired.el writable.
9266
9267 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
9268 * ibuffer.el: Regenerate with extracted autoloads.
9269 * Makefile.in (autoloads): Make ibuffer.el writable.
9270
9271 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
9272 * version.el (emacs-copyright, emacs-major-version)
9273 (emacs-minor-version): Reformat doc-strings for make-docfile.
9274
9275 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
9276 functions and variables, since they must be stuff specific to some other
9277 platform.
9278 (apropos-print): Make mouse-click message less specific about button.
9279
9280 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
9281 that records where a macro was defined.
9282 * help-fns.el (describe-function-1): Mention if a function has a
9283 compiler-macro.
9284 * help-mode.el (help-function-cmacro): New button.
9285
9286 * locate.el (top-level): Always require dired.
9287 (locate-mode-map): Initialize inside the defvar.
9288
9289 * net/ange-ftp.el (dired-compress-file): Declare.
9290 (ange-ftp-dired-compress-file): Add doc string.
9291
9292 * term/ns-win.el (x-display-name, x-setup-function-keys):
9293 Unify doc-strings with X versions.
9294
9295 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9296
9297 * emulation/crisp.el (crisp-mode-map): Move initialization
9298 into declaration.
9299 (crisp-mode): Use define-minor-mode.
9300
9301 * progmodes/xscheme.el (xscheme-evaluation-commands):
9302 Put a :advertised-binding property rather than using
9303 advertised-xscheme-send-previous-expression.
9304 (advertised-xscheme-send-previous-expression): Declare obsolete.
9305 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
9306 `advertised-undo'.
9307 (crisp-mode): Add corresponding bindings to
9308 undo's :advertised-binding instead.
9309 * dired.el (dired-mode-map): Put a :advertised-binding property rather
9310 than using dired-advertised-find-file.
9311 (dired-advertised-find-file):
9312 * simple.el (advertised-undo):
9313 * wid-edit.el (advertised-widget-backward): Declare obsolete.
9314 (widget-keymap): Put a :advertised-binding property rather
9315 than using advertised-widget-backward.
9316 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
9317 than using advertised-undo.
9318 * tutorial.el (tutorial--default-keys): Adjust accordingly.
9319
9320 2009-09-10 Simon South <ssouth@slowcomputing.org>
9321
9322 * progmodes/delphi.el (delphi-tab): Indent region when Transient
9323 Mark mode is enabled and region is active; otherwise indent or
9324 insert TAB as usual.
9325 (delphi-mode): Update description of TAB-key binding.
9326
9327 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9328
9329 * subr.el (define-key-rebound-commands): Mark obsolete.
9330 * startup.el (precompute-menubar-bindings): Remove.
9331 (normal-top-level): Remove obsolete code that tried to precompute
9332 menubar bindings.
9333 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
9334 define-key-rebound-commands and precompute-menubar-bindings.
9335
9336 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9337
9338 * net/imap.el (imap-interactive-login): Better messages.
9339 (imap-open): Fix bug with renamed buffer on reconnect.
9340 (imap-authenticate): Add buffer-local imap-last-authenticator variable
9341 for easier debugging and cleaner code. On successful (guessed based on
9342 server capabilities) secondary authentication, set imap-state
9343 correctly.
9344 (imap-last-authenticator): Define imap-last-authenticator as a variable
9345 to avoid warnings.
9346
9347 2009-09-10 Glenn Morris <rgm@gnu.org>
9348
9349 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
9350
9351 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
9352 (byte-compile-file-form-autoload): Don't warn about unknown functions
9353 where the autoload statement comes after the use.
9354 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
9355 that any handlers inside the body (eg require) are in turn respected.
9356
9357 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
9358 effects.
9359
9360 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
9361 and syntax and abbrev tables basic docs, if they don't have any.
9362
9363 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
9364
9365 * international/mule-cmds.el (top-level): Require cl when compiling.
9366 (view-hello-file): Use default-value rather than
9367 default-enable-multibyte-characters.
9368
9369 * progmodes/fortran.el: Move all safe and risky properties into the
9370 defcustoms.
9371
9372 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
9373 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
9374 * mail/undigest.el:
9375 Put autoloads in rmail.el rather than loaddefs.el.
9376 * mail/rmail.el: Regenerate with extracted autoloads.
9377
9378 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
9379 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
9380
9381 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
9382
9383 Reported in thread for Bug#4375.
9384 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
9385 "-data-evaluate-expression" instead of print.
9386 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
9387 (gdb-tooltip-print): Parse output from above MI command.
9388 (gdb): Revert 2009-08-11 change. User should detach inferior
9389 manually.
9390
9391 Remove the word "separate" from IO functions as inferior
9392 output is now never displayed in the GUD buffer.
9393
9394 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
9395
9396 * startup.el (command-line-normalize-file-name): On Windows and
9397 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
9398
9399 2009-09-10 Juri Linkov <juri@jurta.org>
9400
9401 * isearch.el (isearch-text-char-description): Propertize escape
9402 character sequences with the `escape-glyph' face. (Bug#4344)
9403
9404 * simple.el (shell-command): Set asynchronous process filter to
9405 `comint-output-filter'. (Bug#4343)
9406
9407 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
9408 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
9409 the list. Move "asm" to the bottom.
9410 (grep-find-ignored-directories): Add `choice' with nil value
9411 to empty the list easily.
9412 (grep-find-ignored-files): New option.
9413 (grep-files-history): Set to nil by default instead of '("ch" "el").
9414 (grep-compute-defaults): Add "<X>" to `grep-template'.
9415 (grep-read-files): Bind new local variables `default-alias' and
9416 `default-extension'. Use a list of default values for the file prompt.
9417 (lgrep): Add `--exclude=' command line options composed from
9418 `grep-find-ignored-files'.
9419 (rgrep): Add `-name' command line options composed from
9420 `grep-find-ignored-files'. (Bug#4301)
9421
9422 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9423
9424 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9425 (bug#4368).
9426
9427 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9428
9429 * calendar/time-date.el (autoload):
9430 Expand define-obsolete-function-alias into defalias and make-obsolete
9431 for old Emacsen that Gnus supports.
9432 (with-no-warnings): Define it for old Emacsen.
9433 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9434 is available.
9435 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9436 float-time is available; suppress compile warning for time-to-seconds.
9437
9438 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
9439
9440 * net/imap.el (imap-message-map): Docstring fix.
9441
9442 2009-09-09 Glenn Morris <rgm@gnu.org>
9443
9444 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9445 line numbers too. (Bug#4374)
9446
9447 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
9448
9449 * smerge-mode.el (smerge-remove-props, smerge-refine):
9450 Use with-silent-modifications (bug#4342).
9451
9452 * subr.el (with-silent-modifications): New macro.
9453
9454 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
9455
9456 * files.el (top-level): Require `cl' when compiling.
9457
9458 2009-09-07 Glenn Morris <rgm@gnu.org>
9459
9460 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9461
9462 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9463 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
9464
9465 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
9466
9467 * vc-git.el (vc-git-annotate-command): Use separator to parse
9468 arguments correctly.
9469
9470 2009-09-06 Eli Zaretskii <eliz@gnu.org>
9471
9472 * proced.el (proced-mode): Doc fix.
9473
9474 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
9475
9476 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9477 lstat fails.
9478 (tramp-do-file-attributes-with-ls): Check for file existence at
9479 remote end.
9480 (tramp-do-file-attributes-with-stat): Likewise.
9481 (tramp-convert-file-attributes): Return nil when attr is nil.
9482
9483 2009-09-05 Glenn Morris <rgm@gnu.org>
9484
9485 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9486 properties to this button.
9487 (diary-fancy-display): Don't extend the button to the final newline.
9488 (diary-fancy-display-mode): Continue to define "q" as a local key.
9489
9490 * calendar/cal-china.el (holiday-chinese): Make it slightly more
9491 efficient.
9492
9493 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9494
9495 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9496 (byte-compile-dest-file-function): New option.
9497 (byte-compile-dest-file): Doc fix.
9498 Obey byte-compile-dest-file-function.
9499 (byte-compile-cl-file-p): New function.
9500 (byte-compile-eval): Only suppress noruntime warnings about cl functions
9501 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
9502 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9503 than for file being previously loaded.
9504 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9505 (byte-compile-file-form-require): Handle the case where requiring a file
9506 indirectly causes CL to be loaded.
9507
9508 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9509
9510 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9511 before killing the old buffer, since by the time `kill-buffer' is
9512 run so many buffer variables have been set to nil that it may not
9513 behave as expected. (Bug#4061)
9514
9515 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9516
9517 * files.el (find-alternate-file): If the old buffer is modified
9518 and visiting a file, behave similarly to `kill-buffer' when
9519 killing it, thus reverting to the pre-1.878 behavior; see
9520 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9521 for discussion. Also, consult `buffer-file-name' as a variable
9522 not as a function, for consistency with the rest of the code.
9523
9524 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
9525
9526 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9527 also when adding a new directory.
9528
9529 * net/tramp-compat.el (tramp-compat-line-beginning-position):
9530 New defun.
9531
9532 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9533
9534 * files.el (locate-file-completion-table): Make it provide boundary
9535 information, so partial-completion works better.
9536
9537 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
9538
9539 * mail/footnote.el (Footnote-text-under-cursor):
9540 Check footnote-text-marker-alist before using it (bug#4324).
9541
9542 2009-09-04 Glenn Morris <rgm@gnu.org>
9543
9544 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9545 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9546 * play/solitaire.el, play/tetris.el:
9547 Remove leading * from defcustom and defface docs.
9548
9549 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9550 necessary.
9551 (diary-fancy-overriding-map): New variable.
9552 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9553 Use view-mode.
9554
9555 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9556 goto-line.
9557
9558 2009-09-03 Glenn Morris <rgm@gnu.org>
9559
9560 * arc-mode.el (archive-mode):
9561 * dos-fns.el (set-default-process-coding-system):
9562 * man.el (Man-getpage-in-background):
9563 * menu-bar.el (menu-bar-describe-menu):
9564 * server.el (server-process-filter):
9565 * startup.el (command-line):
9566 * tar-mode.el (tar-header-block-tokenize, tar-extract):
9567 * w32-fns.el (set-default-process-coding-system):
9568 * x-dnd.el (x-dnd-handle-file-name):
9569 * international/mule-cmds.el (mule-menu-keymap)
9570 (set-default-coding-systems, language-info-alist, set-language-info)
9571 (set-language-environment, standard-display-european-internal)
9572 (set-locale-environment):
9573 * international/mule-diag.el (mule-diag):
9574 * mail/emacsbug.el (report-emacs-bug):
9575 * mail/rmail.el (rmail-mode):
9576 * mail/sendmail.el (mail-setup):
9577 Use default-value rather than default-enable-multibyte-characters.
9578
9579 * progmodes/f90.el: Move all safe properties into the defcustoms.
9580 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9581
9582 * calendar/appt.el (appt-check):
9583 * calendar/diary-lib.el (diary-set-header, diary-live-p)
9584 (diary-check-diary-file, diary-list-entries)
9585 (diary-include-other-diary-files, diary-simple-display)
9586 (diary-fancy-display, diary-print-entries)
9587 (diary-mark-included-diary-files, diary-make-entry):
9588 Don't call substitute-in-file-name on diary-file.
9589
9590 2009-09-03 Eduard Wiebe <usenet@pusto.de>
9591 Stefan Monnier <monnier@iro.umontreal.ca>
9592
9593 * mail/footnote.el (footnote-prefix): Make it a defcustom.
9594 (footnote-mode-map): Move initialization into the declaration.
9595 (footnote-minor-mode-map): Define it rather than changing global-map.
9596 (footnote-mode): Use define-minor-mode.
9597
9598 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
9599
9600 * net/tramp.el (tramp-handle-file-attributes-with-ls)
9601 (tramp-do-file-attributes-with-perl)
9602 (tramp-do-file-attributes-with-stat): Rename from
9603 `tramp-handle-file-attributes-with-*'.
9604 (tramp-handle-file-attributes): Use them.
9605 (tramp-do-directory-files-and-attributes-with-perl)
9606 (tramp-do-directory-files-and-attributes-with-stat): Rename from
9607 `tramp-handle-directory-files-and-attributes-with-*'.
9608 (tramp-handle-directory-files-and-attributes): Use them.
9609 (tramp-method-out-of-band-p): Additional parameter SIZE.
9610 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9611 (tramp-handle-write-region): Use it.
9612 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
9613 (tramp-handle-vc-registered): Check, whether the first run did
9614 return files to be tested.
9615 (tramp-advice-make-auto-save-file-name): Do not call directly
9616 `tramp-handle-make-auto-save-file-name', because this would bypass
9617 the locking mechanism.
9618
9619 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9620 (file-remote-p, process-file, start-file-process, set-file-times)
9621 (tramp-compat-file-attributes): Compatibility functions shall not
9622 call directly `tramp-handle-*', because this would bypass the
9623 locking mechanism.
9624 (tramp-compat-number-sequence): New defun.
9625
9626 2009-09-02 Glenn Morris <rgm@gnu.org>
9627
9628 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9629 alias for float-time.
9630 (time-to-number-of-days): In Emacs, use float-time.
9631 * net/newst-backend.el (time-add): Suppress warnings from compat
9632 function.
9633 * time.el (emacs-uptime, emacs-init-time):
9634 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9635 Use float-time rather than time-to-seconds.
9636
9637 * minibuffer.el (completion-initials-expand): Fix typo.
9638
9639 * faces.el (modeline, modeline-inactive, modeline-highlight)
9640 (modeline-buffer-id):
9641 * info.el (info-menu-5): Mark these face aliases as obsolete.
9642
9643 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9644
9645 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9646 space ...
9647 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9648 no "--thread" option.
9649 (gdb-stopped): Don't print "Switched to thread" message when it is
9650 unchanged.
9651
9652 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9653
9654 * minibuffer.el (completion-try-completion)
9655 (completion-all-completions): Remove ill-defined (and
9656 mistakenly installed and luckily never used nor documented)
9657 `completion-styles' property.
9658 (completion-initials-expand, completion-initials-all-completions)
9659 (completion-initials-try-completion): New functions.
9660 (completion-styles-alist): Add doc to each entry.
9661 Add new `initials' entry.
9662
9663 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9664
9665 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9666 MI command -var-evaluate-expression.
9667 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9668 and tweak for case of string child.
9669 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9670
9671 2009-09-01 Glenn Morris <rgm@gnu.org>
9672
9673 * add-log.el (change-log-date-face, change-log-name-face)
9674 (change-log-email-face, change-log-file-face, change-log-list-face)
9675 (change-log-conditionals-face, change-log-function-face)
9676 (change-log-acknowledgement-face):
9677 * cus-edit.el (custom-invalid-face, custom-rogue-face)
9678 (custom-modified-face, custom-set-face, custom-changed-face)
9679 (custom-saved-face, custom-button-face, custom-button-pressed-face)
9680 (custom-documentation-face, custom-state-face, custom-comment-face)
9681 (custom-comment-tag-face, custom-variable-tag-face)
9682 (custom-variable-button-face, custom-face-tag-face)
9683 (custom-group-tag-face-1, custom-group-tag-face):
9684 * diff-mode.el (diff-header-face, diff-file-header-face)
9685 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9686 (diff-added-face, diff-changed-face, diff-function-face)
9687 (diff-context-face, diff-nonexistent-face):
9688 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9689 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9690 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9691 (Info-title-4-face):
9692 * isearch.el (isearch-lazy-highlight-face):
9693 * log-view.el (log-view-file-face, log-view-message-face):
9694 * paren.el (show-paren-match-face, show-paren-mismatch-face):
9695 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9696 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9697 (cvs-msg-face):
9698 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9699 (smerge-base-face, smerge-markers-face):
9700 * wid-edit.el (widget-documentation-face, widget-button-face)
9701 (widget-field-face, widget-single-line-field-face)
9702 (widget-inactive-face, widget-button-pressed-face):
9703 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9704 (woman-addition-face):
9705 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9706 (eshell-ls-executable-face, eshell-ls-readonly-face)
9707 (eshell-ls-unreadable-face, eshell-ls-special-face)
9708 (eshell-ls-missing-face, eshell-ls-archive-face)
9709 (eshell-ls-backup-face, eshell-ls-product-face)
9710 (eshell-ls-clutter-face):
9711 * eshell/em-prompt.el (eshell-prompt-face):
9712 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9713 * obsolete/old-whitespace.el (whitespace-highlight-face):
9714 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9715 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9716 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9717 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9718 (antlr-font-lock-literal-face):
9719 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9720 (ebrowse-root-class-face, ebrowse-file-name-face)
9721 (ebrowse-default-face, ebrowse-member-attribute-face)
9722 (ebrowse-member-class-face, ebrowse-progress-face):
9723 * progmodes/make-mode.el (makefile-space-face):
9724 * progmodes/sh-script.el (sh-heredoc-face):
9725 * textmodes/flyspell.el (flyspell-incorrect-face)
9726 (flyspell-duplicate-face):
9727 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9728 * textmodes/texinfo.el (texinfo-heading-face):
9729 Mark face aliases with "-face" suffix as obsolete.
9730
9731 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9732 compiler.
9733
9734 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9735 (eudc-bob-sound-menu): Use defvar rather than defconst, since
9736 easy-menu-define wants to modify these.
9737
9738 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9739
9740 * net/browse-url.el (browse-url-file-url):
9741 * term/internal.el (dos-codepage-setup):
9742 Use default-value rather than default-enable-multibyte-characters.
9743
9744 * progmodes/etags.el (etags-goto-tag-location):
9745 * progmodes/flymake.el (flymake-highlight-line)
9746 (flymake-goto-file-and-line, flymake-goto-line):
9747 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9748 (gdb-goto-breakpoint):
9749 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9750 * progmodes/python.el (python-find-function)
9751 (python-pdbtrack-track-stack-file):
9752 * progmodes/verilog-mode.el (verilog-surelint-off):
9753 * term/ns-win.el (ns-open-file-select-line):
9754 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9755 Use forward-line rather than goto-line.
9756
9757 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9758 * textmodes/reftex-index.el (reftex-display-index):
9759 * textmodes/reftex-ref.el (reftex-offer-label-menu):
9760 * textmodes/reftex-toc.el (reftex-toc):
9761 Remove unnecessary bindings of default-major-mode (all are followed by
9762 major-mode check and possible mode switch).
9763
9764 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9765
9766 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9767 Handle watchpoints (bug#4282).
9768 (def-gdb-thread-buffer-command): Enable thread to be selected by
9769 clicking without selecting threads buffer first.
9770 (gdb-current-context-command): Use selected frame so that "up",
9771 "down" etc work in the GUD buffer.
9772 (gdb-update): Find selected frame before rendering stack buffer.
9773 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9774
9775 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9776
9777 * progmodes/sym-comp.el (displayed-completions): Remove.
9778 (symbol-complete): Use minibuffer-complete.
9779
9780 2009-08-31 Glenn Morris <rgm@gnu.org>
9781
9782 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9783
9784 * apropos.el (apropos-symbols-internal):
9785 Handle (obsolete) face aliases.
9786
9787 * faces.el (describe-face): Adjust the output format to be more like
9788 describe-variable, and to mention (obsolete) face aliases.
9789 Adjust the whitespace so that help-setup-xref works.
9790
9791 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9792 * calendar/diary-lib.el (diary-button-face):
9793 Mark these face aliases as obsolete.
9794
9795 * calendar/calendar.el (calendar-today): Doc fix.
9796
9797 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9798
9799 * progmodes/gdb-mi.el (gdb-control-all-threads)
9800 (gdb-control-current-thread): Force tool bar update.
9801 (gdb-non-stop-handler): New function.
9802 (gdb-init-1): Use it to test if non-stop mode is supported.
9803 Remove unused gdbmi buffer type.
9804
9805 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
9806
9807 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
9808 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
9809
9810 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
9811
9812 * comint.el (comint-exec-1): Check command is non-null first.
9813 Part of gdb-mi.el change (2009-08-28).
9814
9815 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9816
9817 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9818
9819 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
9820
9821 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9822 instead of `dolist' to avoid a recursive require when bootstrapping.
9823
9824 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9825
9826 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9827
9828 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9829
9830 * net/imap.el (imap-send-command): Simplify.
9831 (imap-wait-for-tag): point-max -> buffer-size.
9832
9833 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9834
9835 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9836 with constant argument.
9837
9838 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9839
9840 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9841
9842 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9843 Change default, since most of our files don't have a history.
9844 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9845 the user.
9846
9847 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9848 Add comint-run.
9849
9850 * calc/calc.el: Improve commenting convention.
9851 (calc-digit-map, toplevel): Simplify.
9852
9853 * comint.el (comint-insert-input): Be careful to only set point if we
9854 don't delegate to some other command.
9855
9856 * proced.el (proced-signal-list): Make it an alist.
9857 (proced-grammar-alist): Capitalize names.
9858 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9859 Disable undo manually and make it read-only.
9860 Use completion-annotate-function.
9861
9862 * minibuffer.el (minibuffer-message): If the current buffer is not
9863 a minibuffer, insert the message in the echo area rather than at the
9864 end of the buffer.
9865 (completion-annotate-function): New variable.
9866 (minibuffer-completion-help): Use it.
9867 (completion--embedded-envvar-table): Environment vars are
9868 always case-sensitive.
9869
9870 2009-08-30 Glenn Morris <rgm@gnu.org>
9871
9872 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9873 from fortran-current-defun.
9874 (fortran-beginning-of-subprogram): Be more precise about finding the
9875 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
9876 (fortran-end-of-subprogram): Simplify.
9877 (fortran-current-defun): Use fortran-start-prog-re.
9878
9879 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
9880
9881 * subr.el (do-after-load-evaluation): Simplify.
9882
9883 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
9884
9885 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9886
9887 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
9888 (vc-rcs-print-log): Use it.
9889
9890 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9891
9892 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9893
9894 * paths.el (abbrev-file-name): Move to abbrev.el.
9895 * abbrev.el (abbrev-file-name): Move from paths.el.
9896 Obey user-emacs-directory.
9897 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9898 user-emacs-directory.
9899 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9900 abbrev-file-name and calc-settings-file any more.
9901 * startup.el (command-line): Recompute abbrev-file-name and
9902 abbreviated-home-dir.
9903 (normal-no-mouse-startup-screen): Improve the generic code and get rid
9904 of the special code for when C-h bindings haven't been changed.
9905 (display-startup-echo-area-message): Use with-current-buffer.
9906 (command-line-1): Use a list of strings, rather than a list of lists
9907 of strings for longopts.
9908
9909 * files.el (get-free-disk-space): Use / for default-directory.
9910
9911 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9912 Use with-current-buffer.
9913
9914 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9915 Recognize immutable variables like most-positive-fixnum.
9916 (byte-compile-setq-default): Check and warn if trying to assign
9917 to an immutable variable, or a non-variable.
9918
9919 * progmodes/cc-vars.el (c-comment-continuation-stars):
9920 * progmodes/cc-engine.el (c-looking-at-bos):
9921 * progmodes/cc-cmds.el (c-toggle-auto-state)
9922 (c-forward-into-nomenclature, c-backward-into-nomenclature)
9923 (c-comment-line-break-function): Add version of obsolescence.
9924
9925 2009-08-28 Juri Linkov <juri@jurta.org>
9926
9927 * files.el (magic-fallback-mode-alist): Add ZIP magic number
9928 associated with `archive-mode'.
9929
9930 * image.el (image-type-header-regexps): Use only JPEG magic number
9931 to determine JPEG images, and don't use `image-jpeg-p' because
9932 Emacs can display non-JFIF non-Exif JPEG images.
9933
9934 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9935
9936 * arc-mode.el (archive-mode):
9937 * emacs-lisp/re-builder.el (re-builder-unload-function):
9938 Protect against the default value of `major-mode' being nil.
9939
9940 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9941
9942 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9943 Fix typos in docstrings.
9944
9945 * progmodes/js.el (js--macro-decl-re): Doc fix.
9946 (js--plain-method-re, js--split-name): Refloc docstring.
9947 (js--class-styles, js--make-merged-item, js--splice-into-items):
9948 Fix typos in docstrings; reflow docstrings.
9949 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9950 (js--variable-decl-matcher, js--inside-pitem-p)
9951 (js--parse-state-at-point, js--get-all-known-symbols)
9952 (js--symbol-history, js-find-symbol, js--js-references)
9953 (js--moz-interactor, js--js-encode-value, js--read-tab):
9954 Fix typos in docstrings.
9955
9956 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9957
9958 * textmodes/reftex.el (reftex-get-file-buffer-force):
9959 * progmodes/verilog-mode.el (verilog-batch-execute-func):
9960 * emulation/viper.el (viper-go-away, viper-set-hooks):
9961 * emacs-lisp/re-builder.el (re-builder-unload-function):
9962 * emacs-lisp/bytecomp.el (byte-compile-file):
9963 * ses.el (ses-unload-function):
9964 * hexl.el (hexl-find-file):
9965 * files.el (normal-mode):
9966 * ehelp.el (with-electric-help):
9967 * autoinsert.el (auto-insert-alist):
9968 * arc-mode.el (archive-mode):
9969 Use (default-value 'major-mode) instead of default-major-mode.
9970
9971 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9972 * international/mule.el (load-with-code-conversion):
9973 * emacs-lisp/debug.el (debug):
9974 * ediff-vers.el (ediff-rcs-get-output-buffer):
9975 * dired.el (dired-internal-noselect): Don't let-bind
9976 default-major-mode around code that doesn't use it.
9977 E.g. buffer creation via get-buffer-create doesn't use it.
9978
9979 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
9980
9981 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9982 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9983 when writing the temp file. Otherwise, epa-file gets confused.
9984 (tramp-register-file-name-handlers): Make it a defun. Move also
9985 `epa-file-handler' to the front of `file-name-handler-alist'.
9986
9987 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9988
9989 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9990 start right after a ^M.
9991 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9992 (tramp-completion-file-name-regexp-separate)
9993 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
9994 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9995 Don't modify last-coding-system-used by accident.
9996 (tramp-completion-file-name-handler): Apply the checks here,
9997 instead during registration.
9998 (tramp-register-file-name-handlers): Rename from
9999 `tramp-register-file-name-handler'. Register both
10000 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
10001 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
10002
10003 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
10004
10005 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
10006 Remove variable ...
10007 (gdb-init-1, gdb-display-separate-io-buffer)
10008 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
10009 references to it.
10010 (gdb-inferior-io-mode): Use make-comint-in-buffer.
10011 (gdb-inferior-filter): Use comint-output-filter to stop
10012 echoing and remove ^M characters.
10013
10014 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10015
10016 * emulation/viper-init.el (viper-restore-cursor-type):
10017 * emulation/cua-base.el (cua--update-indications):
10018 Replace default-cursor-type with (default-value 'cursor-type).
10019
10020 * mail/sendmail.el (mail-recover-1):
10021 * international/mule-diag.el (describe-current-coding-system-briefly)
10022 (describe-current-coding-system):
10023 * international/mule-cmds.el (select-safe-coding-system)
10024 (select-message-coding-system)
10025 (set-language-environment-coding-systems, set-locale-environment):
10026 * hexl.el (hexl-insert-multibyte-char):
10027 * dos-w32.el (find-buffer-file-type-coding-system):
10028 * simple.el (what-cursor-position):
10029 Replace uses of default-buffer-file-coding-system
10030 with (default-value 'buffer-file-coding-system).
10031
10032 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
10033 Replace uses of default-cursor-in-non-selected-windows
10034 with (default-value 'cursor-in-non-selected-windows).
10035 Use with-current-buffer.
10036
10037 * mail/feedmail.el: Use CL macros.
10038 (feedmail-run-the-queue, feedmail-send-it-immediately):
10039 * dos-w32.el (find-buffer-file-type): Replace uses of
10040 default-buffer-file-type with (default-value 'buffer-file-type).
10041
10042 2009-08-28 Glenn Morris <rgm@gnu.org>
10043
10044 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
10045 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
10046 Use default-value of major-mode rather than default-major-mode.
10047
10048 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10049
10050 * Makefile.in (update-elcfiles): Report left over elc files.
10051
10052 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
10053 expand-file-name and with-current-buffer.
10054 (mail-get-names, mail-directory): Use with-current-buffer.
10055
10056 * vc.el (vc-read-revision): New function.
10057 (vc-version-diff, vc-merge): Use it.
10058
10059 2009-08-27 Sam Steingold <sds@gnu.org>
10060
10061 * simple.el (kill-do-not-save-duplicates): New user option.
10062 (kill-new): When it is non-nil, and the new string is the same as
10063 the latest kill, set replace to t to avoid duplicates in kill-ring.
10064
10065 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
10066
10067 * net/tramp.el (tramp-handle-process-file): Do not flush all
10068 caches when `process-file-side-effects' is set.
10069 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
10070 instead of `tramp-find-file-exists-command'.
10071 Unset `process-file-side-effects'.
10072
10073 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
10074
10075 * net/tramp.el (tramp-methods): New method "rsyncc".
10076 (top): Add completion function for "rsyncc".
10077 (tramp-message-show-message): New defvar.
10078 (tramp-message, tramp-error): Use it.
10079 (tramp-do-copy-or-rename-file-directly): Extend check for direct
10080 remote copying.
10081 (tramp-do-copy-or-rename-file-out-of-band): Handle new
10082 `tramp-methods' entry `copy-env' of "rsyncc".
10083 (tramp-vc-registered-read-file-names): New defconst.
10084 (tramp-vc-registered-file-names): New defvar.
10085 (tramp-handle-vc-registered): Implement optimization strategy.
10086 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
10087 (tramp-vc-file-name-handler): New defun.
10088 (tramp-get-ls-command, tramp-get-test-command)
10089 (tramp-get-file-exists-command, tramp-get-remote-ln)
10090 (tramp-get-remote-perl, tramp-get-remote-stat)
10091 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
10092
10093 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
10094 (tramp-cache-inhibit-cache): Extend doc string. It allows also
10095 timestamps.
10096 (tramp-get-file-property): Check for timestamps in
10097 `tramp-cache-inhibit-cache'.
10098 (tramp-set-file-property): Write timestamp.
10099
10100 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10101
10102 * language/japan-util.el (japanese-symbol-table): Add entries for
10103 cp932-2-byte.
10104
10105 * international/characters.el: Add category `j' to cp932-2-byte.
10106
10107 2009-08-27 Kenichi Handa <handa@m17n.org>
10108
10109 * international/fontset.el (build-default-fontset-data): New macro.
10110 (setup-default-fontset): Use build-default-fontset-data for CJK,
10111 tibetan, ethiopic, and ipa.
10112
10113 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10114
10115 * cus-start.el (default-major-mode): Customize `major-mode' instead.
10116 (enable-multibyte-characters): Not customizable any more.
10117
10118 * subr.el (default-mode-line-format, default-header-line-format)
10119 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
10120 (default-direction-reversed, default-truncate-lines)
10121 (default-left-margin, default-tab-width, default-case-fold-search)
10122 (default-left-margin-width, default-right-margin-width)
10123 (default-left-fringe-width, default-right-fringe-width)
10124 (default-fringes-outside-margins, default-scroll-bar-width)
10125 (default-vertical-scroll-bar, default-indicate-empty-lines)
10126 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
10127 (default-fringe-cursor-alist, default-scroll-up-aggressively)
10128 (default-scroll-down-aggressively, default-fill-column)
10129 (default-cursor-type, default-buffer-file-type)
10130 (default-cursor-in-non-selected-windows)
10131 (default-buffer-file-coding-system, default-major-mode)
10132 (default-enable-multibyte-characters): Mark as obsolete.
10133
10134 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
10135
10136 * vc-dir.el (vc-dir-update): Remove debug helper.
10137
10138 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
10139
10140 2009-08-26 Sam Steingold <sds@gnu.org>
10141
10142 * simple.el (save-interprogram-paste-before-kill): New user option.
10143 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
10144 save the interprogram-paste into kill-ring before overriding it
10145 with the Emacs kill.
10146
10147 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10148
10149 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
10150 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
10151 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
10152 and move to vc-rcs.el.
10153 (vc-default-next-revision): Rename to vc-rcs-next-revision and
10154 move to vc-rcs.el.
10155 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
10156 (vc-rcs-update-changelog): Remove.
10157 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
10158 and move to vc-rcs.el.
10159
10160 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
10161 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
10162 renaming.
10163 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
10164 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
10165 vc.el, renamed to be RCS specific.
10166
10167 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
10168 New functions.
10169 (vc-cvs-update-changelog): Move here from vc.el.
10170
10171 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
10172 New functions.
10173
10174 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10175
10176 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
10177
10178 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10179
10180 * vc-git.el (vc-git-register): Use "git add" for directories.
10181 (vc-git-stash, vc-git-stash-show): New functions.
10182 (vc-git-extra-menu-map): Bind them.
10183
10184 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
10185 directory correctly in case the item is a directory itself.
10186
10187 * vc.el: Document the desired behavior for reverted files in the
10188 `added' state.
10189 (vc-default-prettify-state-info): Remove function, unused.
10190
10191 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
10192
10193 2009-08-26 Glenn Morris <rgm@gnu.org>
10194
10195 * bindings.el (standard-mode-line-format): Reposition dashes in
10196 which-func entry. (Bug#4217)
10197
10198 * files.el (enable-local-variables, enable-local-eval)
10199 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
10200 the defcustoms.
10201 (auto-mode-alist, ignored-local-variables)
10202 (save-some-buffers-action-alist): Move risky declarations to the
10203 definitions.
10204 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
10205 (font-lock-defaults, format-alist, imenu--index-alist)
10206 (imenu-generic-expression, input-method-alist, minor-mode-alist)
10207 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
10208 (mode-line-modified, mode-line-mule-info, mode-line-position)
10209 (mode-line-process, mode-line-remote, outline-level)
10210 (parse-time-rules, rmail-output-file-alist)
10211 (special-display-buffer-names, vc-mode):
10212 Move risky declarations to the relevant files.
10213 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
10214 (mode-line-modified, mode-line-process, mode-line-position)
10215 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
10216 * font-core.el (font-lock-defaults):
10217 * format.el (format-alist):
10218 * vc-hooks.el (vc-mode):
10219 * window.el (special-display-buffer-names):
10220 * international/mule-cmds.el (input-method-alist):
10221 Define riskiness here (dumped file) rather than in files.el.
10222 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
10223 * imenu.el (imenu-generic-expression, imenu--index-alist):
10224 * outline.el (outline-level):
10225 * time.el (display-time-string):
10226 * calendar/parse-time.el (parse-time-rules):
10227 * mail/rmailout.el (rmail-output-file-alist):
10228 Autoload riskiness here, rather than placing in files.el.
10229
10230 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
10231
10232 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
10233
10234 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
10235
10236 * simple.el (process-file-side-effects): New defvar.
10237
10238 * dired-aux.el (dired-show-file-type):
10239 * vc.el (vc-diff-internal):
10240 * vc-arch.el (vc-arch-diff):
10241 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
10242 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
10243 * vc-git.el (vc-git-registered, vc-git-working-revision)
10244 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
10245 (vc-git--empty-db-p):
10246 * vc-hooks.el (vc-user-login-name):
10247 * vc-svn.el (vc-svn-registered, vc-svn-state)
10248 (vc-svn-dir-extra-headers, vc-svn-find-revision):
10249 * progmodes/grep.el (grep-probe): Let-bind
10250 `process-file-side-effects' with nil.
10251
10252 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
10253
10254 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
10255 daemon. Replace ping by checking for running service for bluez
10256 and zeroconf. (Bug#4239)
10257
10258 2009-08-25 Kevin Ryde <user42@zip.com.au>
10259
10260 * net/dig.el (dig): Add autoload cookie.
10261
10262 2009-08-25 Glenn Morris <rgm@gnu.org>
10263
10264 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
10265 load-history for absolute file-names.
10266 (byte-compile-file-form-require): Warn about use of the cl package.
10267
10268 * format.el (format-alist): Doc fix.
10269
10270 * play/bubbles.el (top-level): Don't require cl at run-time.
10271
10272 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
10273 run-time cl).
10274
10275 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
10276
10277 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
10278 from cl package.
10279 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
10280
10281 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
10282
10283 * calc/calc-alg.el (math-trig-rewrite)
10284 (math-hyperbolic-trig-rewrite): New functions.
10285 (calc-simplify): Simplify trig functions when asked.
10286
10287 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10288
10289 * diff-mode.el (diff-find-source-location): Avoid goto-line.
10290
10291 2009-08-24 Kenichi Handa <handa@m17n.org>
10292
10293 * language/ind-util.el (mapthread): Delete it.
10294 (combinatorial): New function.
10295 (indian--puthash-cv): Use combinatorial instead of mapthread.
10296
10297 2009-08-22 Kevin Ryde <user42@zip.com.au>
10298
10299 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
10300 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
10301 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
10302 Clarify docstring that the value is strings not symbols.
10303 (checkdoc-list-of-strings-p): New function.
10304
10305 2009-08-22 Glenn Morris <rgm@gnu.org>
10306
10307 * files.el (auto-mode-alist):
10308 * hippie-exp.el (he-concat-directory-file-name):
10309 * lpr.el (lpr-windows-system, printer-name):
10310 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
10311 * ps-print.el (ps-windows-system):
10312 * startup.el (command-line):
10313 * emulation/viper-ex.el (viper-glob-function):
10314 * international/mule-cmds.el (set-language-environment-coding-systems):
10315 * net/ange-ftp.el (ange-ftp-write-region):
10316 * obsolete/fast-lock.el (fast-lock-cache-name):
10317 Remove code for defunct system-types emx, macos, mswindows, next-mach,
10318 unisoft-unix, vax-vms, win32, w32.
10319
10320 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
10321 given name if the pattern is not more specific.
10322
10323 * calendar/lunar.el (lunar-phase-names): New option.
10324 (lunar-phase): Doc fix.
10325 (lunar-cycles-per-year): New constant.
10326 (lunar-index): New function.
10327 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
10328 (lunar-phase-name): Use lunar-phase-names.
10329 (calendar-lunar-phases): Use format.
10330 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
10331
10332 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
10333 Copy imenu-example--name-and-position function here for own use.
10334 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
10335
10336 * bs.el (bs--redisplay):
10337 * cus-edit.el (custom-redraw):
10338 * ibuffer.el (ibuffer-bury-buffer):
10339 * server.el (server-goto-line-column):
10340 * startup.el (command-line-1):
10341 * strokes.el (strokes-xpm-for-stroke):
10342 * term.el (term-display-buffer-line):
10343 * view.el (View-goto-line):
10344 * calc/calc.el (calc-do, calc-trail-buffer):
10345 * play/gamegrid.el (gamegrid-add-score-insecure):
10346 * progmodes/ada-mode.el (ada-compile-goto-error):
10347 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
10348 (ebrowse-select-1st-to-9nth):
10349 * progmodes/cperl-mode.el (cperl-time-fontification):
10350 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
10351 * progmodes/gud.el (gud-display-line):
10352 (idlwave-shell-display-line):
10353 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
10354 * progmodes/make-mode.el (makefile-browser-toggle):
10355 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
10356 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
10357 * textmodes/picture.el (picture-draw-rectangle):
10358 * textmodes/reftex-index.el (reftex-index-goto-letter):
10359 (reftex-select-jump-to-previous):
10360 * textmodes/reftex-sel.el (reftex-find-start-point)
10361 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
10362 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
10363 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
10364 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10365 * textmodes/two-column.el (2C-associated-buffer):
10366 Use forward-line rather than goto-line.
10367
10368 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
10369 goto-line.
10370
10371 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
10372 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
10373 (quick-check-list-to-regexp): Declare.
10374
10375 * progmodes/make-mode.el (makefile-browser-insert-selection):
10376 Use goto-char rather than goto-line.
10377
10378 * progmodes/prolog.el (compilation-error-regexp-alist)
10379 (compilation-forget-errors): Declare.
10380
10381 2009-08-22 Juri Linkov <juri@jurta.org>
10382
10383 * progmodes/grep.el (lgrep, rgrep): At the beginning
10384 set `dir' to `default-directory' unless `dir' is a non-nil
10385 readable directory. (Bug#4052)
10386 (lgrep, rgrep): Change a weird way to report an error
10387 from using `read-string' to using `error'.
10388 Instead of using interactive arguments in the function body,
10389 add new argument `confirm'.
10390
10391 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10392
10393 * textmodes/remember.el (remember-buffer):
10394 * progmodes/cperl-mode.el (cperl-vc-header-alist):
10395 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
10396 (icalendar-extract-ical-from-buffer):
10397 * net/newst-treeview.el (newsticker-groups-filename):
10398 * net/newst-backend.el (newsticker-cache-filename):
10399 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
10400 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
10401 (speedbar-add-ignored-path-regexp, speedbar-line-path)
10402 (speedbar-buffers-line-path, speedbar-path-line)
10403 (speedbar-buffers-line-path):
10404 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
10405 (epg-sign-keys):
10406 * epa.el (epa-display-verify-result):
10407 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
10408
10409 2009-08-21 Glenn Morris <rgm@gnu.org>
10410
10411 * progmodes/js.el (inferior-moz-process): Fix declaration.
10412
10413 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
10414
10415 * obsolete/rnewspost.el (news-mail-reply):
10416 Use goto-char rather than goto-line.
10417
10418 * term/ns-win.el (ns-open-file-select-line):
10419 Use line-beginning-position rather than goto-line.
10420
10421 * apropos.el (apropos-command):
10422 * ehelp.el (electric-helpify):
10423 * printing.el (pr-show-setup):
10424 * strokes.el (strokes-help):
10425 * tutorial.el (tutorial--describe-nonstandard-key)
10426 (tutorial--detailed-help):
10427 * woman.el (woman-mini-help, woman-display-extended-fonts):
10428 * calc/calc-help.el (calc-describe-key):
10429 * emulation/edt.el (edt-electric-helpify):
10430 * international/mule-diag.el (mule-diag):
10431 * play/yow.el (apropos-zippy):
10432 * progmodes/python.el (python-describe-symbol):
10433 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10434 * textmodes/table.el (*table--cell-describe-mode)
10435 (*table--cell-describe-bindings):
10436 Use help-print-return-message rather than the now obsolete alias.
10437
10438 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
10439 (calendar-cursor-to-visible-date):
10440 * play/5x5.el (5x5-position-cursor):
10441 * play/decipher.el (decipher):
10442 * play/gomoku.el (gomoku-goto-xy):
10443 * play/landmark.el (lm-goto-xy):
10444 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10445 (mpuz-paint-digit):
10446 Use forward-line, not goto-line.
10447
10448 * mail/rmail.el (rmail-obsolete): Delete custom group.
10449 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10450 (rmail-remote-password, rmail-remote-password-required):
10451 Remove unneeded :set-after and :set properties.
10452
10453 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
10454
10455 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10456
10457 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
10458
10459 * loadup.el: Remove leftover macos code.
10460
10461 * vc-git.el (vc-git-annotate-command): Run asynchronously.
10462 Explicitly pass the date format to git blame so that user local
10463 so that the output format can be parsed.
10464
10465 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
10466
10467 * net/dbus.el (top): Don't check for (getenv
10468 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
10469
10470 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
10471
10472 * log-edit.el (log-edit-strip-single-file-name): New var.
10473 (log-edit-insert-changelog): Use it. Bug#3571
10474
10475 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10476
10477 * subr.el (read-passwd): Use read-key so keypad keys work as well.
10478 Bug#3287
10479
10480 * help.el (help-print-return-message): Rename from
10481 print-help-return-message.
10482
10483 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10484 cvs-mode-map parent hack.
10485 (log-view-mode): Derive from special-mode.
10486
10487 * linum.el (linum-mode): window-size-change-functions is redundant.
10488 Adapt to new window-configuration-change-hook behavior.
10489 (linum-after-size, linum-after-config): Remove.
10490
10491 * imenu.el (imenu-example--name-and-position)
10492 (imenu-example--lisp-extract-index-name)
10493 (imenu-example--create-lisp-index, imenu-example--create-c-index):
10494 Mark as obsolete.
10495
10496 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10497 (inferior-prolog-mode): Use it.
10498 (inferior-prolog-load-file): Reset list of errors.
10499
10500 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10501
10502 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10503
10504 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10505
10506 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
10507
10508 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10509 is running already.
10510
10511 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10512
10513 * subr.el (listify-key-sequence-1): Use normal syntax since those
10514 integers are nowadays always represented by the same (positive) number
10515 on all platforms.
10516 (read-key-empty-map): New const.
10517 (read-key-delay): New var.
10518 (read-key): New function.
10519 (force-mode-line-update): Use with-current-buffer.
10520 (locate-user-emacs-file): Don't forget to abbreviate the file name.
10521 (start-process-shell-command, start-file-process-shell-command):
10522 Discourage the use of command-args.
10523
10524 2009-08-19 Glenn Morris <rgm@gnu.org>
10525
10526 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10527
10528 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10529
10530 * simple.el (choose-completion-string): Don't rely on
10531 minibuffer-completing-file-name and ad-hoc checks to decide whether
10532 to continue completion or not.
10533
10534 * minibuffer.el (minibuffer-hide-completions): New function.
10535 (completion--do-completion): Use it.
10536 (completions-annotations): New face.
10537 (completion--insert-strings): Use it.
10538 (completion-pcm--delim-wild-regex): Add docstring.
10539 (completion-pcm--string->pattern): Add support for 0-width delimiters
10540 in completion-pcm--delim-wild-regex.
10541
10542 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
10543
10544 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10545 Remove unused var `buffer-modified-p'.
10546
10547 * minibuffer.el (completion--do-completion): Move point for the #b001
10548 case as well (bug#4176).
10549 (minibuffer-complete, minibuffer-complete-word): Don't move point.
10550
10551 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
10552
10553 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
10554 and :session buses.
10555
10556 2009-08-18 Kenichi Handa <handa@m17n.org>
10557
10558 * international/ucs-normalize.el (ucs-normalize-version):
10559 Change to 1.1.
10560 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10561 (utf-8-hfs): Make it perform normalization on encoding too.
10562
10563 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
10564 (sentence-end-without-space): Delete duplicated chars.
10565 (sentence-end-base): Likewise.
10566
10567 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
10568 (html-mode): Delete duplicated chars from sentence-end-base.
10569
10570 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
10571 (texinfo-mode): Delete duplicated chars from sentence-end-base.
10572
10573 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
10574
10575 * files.el (hack-one-local-variable): If the mode function is for
10576 a minor mode, pass it an argument (Bug#4148).
10577
10578 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
10579
10580 * net/tramp.el (tramp-register-completion-file-name-handler):
10581 Check also for (member 'partial-completion completion-styles).
10582
10583 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10584
10585 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10586 abbrev (Bug#3943).
10587
10588 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
10589
10590 * progmodes/cperl-mode.el: Merge upstream 6.2.
10591 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10592 (cperl-forward-re): Check cperl-brace-recursing.
10593 (cperl-highlight-charclass): New function.
10594 (cperl-find-pods-heres): Use it.
10595 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10596 (cperl-beautify-regexp-piece): Fix column calculation.
10597 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10598 (cperl-beautify-level): Don't process entire regexp.
10599 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10600 calling man.
10601 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10602 (cperl-init-faces): Build a list in the normal way.
10603
10604 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10605
10606 * calendar/parse-time.el (parse-time-string-chars): Save match
10607 data.
10608
10609 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10610
10611 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10612 (sql-product): Use it.
10613 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10614 (sql-set-product): Add completion.
10615 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10616 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10617 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10618 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10619 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10620 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10621 (sql-highlight-db2-keywords): Remove.
10622 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10623 (sql-highlight-product): Use derived-mode-p.
10624 (sql-set-sqli-buffer): Use with-current-buffer.
10625 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10626 Simplify.
10627
10628 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10629
10630 * term.el: Fix commenting convention, turn comments into docstrings.
10631
10632 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10633
10634 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10635
10636 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
10637
10638 * calendar/parse-time.el (parse-time-string-chars): Compute using
10639 character classes, to handle non-ascii characters (Bug#3190).
10640
10641 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10642
10643 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10644 another heredoc if the user adds another < (Bug#3226).
10645
10646 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10647 Don't initialize based on window-system (Bug#4124).
10648
10649 * facemenu.el (facemenu-read-color): Use a completion function
10650 that accepts any defined color, such as RGB triplets (Bug#3677).
10651
10652 * files.el (get-free-disk-space): Change fallback default
10653 directory to /. Expand DIR argument before switching to fallback.
10654 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10655
10656 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10657
10658 * files.el (load-library): Doc fix.
10659
10660 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
10661
10662 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10663 (viper-if-string): Redefine C-s in the minibuffer to insert the last
10664 incremental search string.
10665
10666 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10667 XEmacs.
10668
10669 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10670 (ediff-merge-region-is-non-clash)
10671 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10672 Also check if the job is really a merge job.
10673
10674 * ediff.el (ediff-current-file): New function.
10675
10676 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10677
10678 * progmodes/js.el: Edit docstrings throughout to follow Emacs
10679 conventions.
10680 (js-insert-and-indent): Delete function.
10681 (js-mode-map): Don't bind keys to js-insert-and-indent.
10682 (js-beginning-of-defun): Rename from js--beginning-of-defun.
10683 (js-end-of-defun): Rename from js--end-of-defun.
10684 (js-auto-indent-flag): Delete variable.
10685
10686 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
10687
10688 * progmodes/js.el: Remove proclaim statement.
10689 Defvar which-func-imenu-joiner-function to silence compiler.
10690
10691 * files.el (auto-mode-alist): Use js-mode for .js files.
10692
10693 * progmodes/js2-mode.el: Remove file.
10694
10695 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10696
10697 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10698
10699 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10700
10701 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
10702 Karl Landstrom <karl.landstrom@brgeight.se>
10703
10704 * progmodes/js.el: New file.
10705
10706 2009-08-14 Mark A. Hershberger <mah@everybody.org>
10707
10708 * timezone.el (timezone-parse-date): Add ability to understand ISO
10709 basic format (minimal separators) dates in addition to the
10710 already-supported extended format dates.
10711
10712 2009-08-14 Eli Zaretskii <eliz@gnu.org>
10713
10714 * international/ucs-normalize.el: Add a `coding' file variable.
10715
10716 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10717
10718 2009-08-14 Sam Steingold <sds@gnu.org>
10719
10720 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10721
10722 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
10723
10724 * faces.el (help-argument-name): Define it here instead of
10725 help-fns.el, because in daemon mode help-fns.el may be loaded when
10726 faces are still uninitialized (Bug#1078).
10727
10728 * help-fns.el (help-argument-name): Move defface to faces.el.
10729
10730 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
10731
10732 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10733 create buffer with a pty but no process so that GDB can make the
10734 inferior the controlling process.
10735
10736 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
10737
10738 * international/ucs-normalize.el: New file.
10739
10740 2009-08-13 Richard Stallman <rms@gnu.org>
10741
10742 * mail/rmail.el (rmail-get-attr-names):
10743 Accept an attribute header that is too short.
10744
10745 * mail/rmail.el (rmail-forget-messages):
10746 Ignore nil elt in rmail-message-vector. Use dotimes.
10747
10748 * progmodes/compile.el (compilation-goto-locus):
10749 Use next-error-move-function.
10750
10751 * simple.el (next-error-move-function): New variable.
10752
10753 2009-08-12 Juri Linkov <juri@jurta.org>
10754
10755 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10756 always non-nil. (Bug#4052)
10757
10758 * replace.el (read-regexp): Return empty string when
10759 `default-value' is nil.
10760 (keep-lines-read-args): Don't use empty string as the
10761 default value for `read-regexp'. (Bug#2495)
10762
10763 2009-08-12 Juri Linkov <juri@jurta.org>
10764
10765 * international/mule-cmds.el (ucs-insert): Change arguments
10766 from `arg' to `character', `count', `inherit' to be the same
10767 as in `insert-char'. Doc fix. (Bug#4039)
10768
10769 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10770
10771 2009-08-12 Juri Linkov <juri@jurta.org>
10772
10773 * files-x.el: New file.
10774
10775 * files.el: Move code that deals with adding/deleting
10776 file/directory-local variables to files-x.el.
10777
10778 * Makefile.in (ELCFILES): Add files-x.elc.
10779
10780 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
10781
10782 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10783 to use `goto-line'.
10784 (gdb-place-breakpoints, gdb-get-location): Rewritten without
10785 `goto-line'.
10786 (gdb-invalidate-disassembly): Do not refresh upon receiving
10787 'update signal. Instead, update all disassembly buffers only after
10788 threads list.
10789 (gdb): Send -target-detach when buffer is killed (Bug#3794).
10790 (gdb-starting): Move -data-list-register-names...
10791 (gdb-stopped): ...here so it's sent when first thread stops.
10792 (gdb-registers-handler-custom): Do nothing if register names are
10793 unknown yet.
10794
10795 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10796 from `gdb-mi.el' to avoid extra tangling.
10797
10798 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
10799 change which breaks `gud-def' definitions used in `gdb'.
10800 (gdb-update-gud-running): No extra fuss for updating frame number.
10801
10802 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10803
10804 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10805 (describe-language-environment-map, setup-language-environment-map)
10806 (set-coding-system-map): Move initialization into declaration.
10807 (set-language-info-alist): Last arg to define-key-after can be skipped.
10808
10809 * international/quail.el (quail-completion-1): Simplify.
10810 (quail-define-rules): Use slightly more compact code.
10811 (quail-insert-decode-map): Propertize keys, compact columns.
10812
10813 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10814 Add goto-line.
10815
10816 2009-08-10 Miles Bader <miles@gnu.org>
10817
10818 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10819 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10820 (js2-instance-member, js2-private-member, js2-private-function-call)
10821 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10822 (js2-magic-paren, js2-external-variable):
10823 Remove "-face" suffix from face names.
10824 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10825 (js2-highlight-undeclared-vars, js2-peek-token)
10826 (js2-parse-function-params, js2-mode-show-errors)
10827 (js2-mode-show-warnings, js2-make-magic-delimiter)
10828 (js2-mode-highlight-magic-parens): Update to use new face names.
10829
10830 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
10831
10832 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10833 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
10834
10835 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
10836
10837 * subr.el: Provide hashtable-print-readable.
10838
10839 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10840 hs-c-like-adjust-block-beginning.
10841 (hs-hide-block-at-point): Stop hiding at the beginning of
10842 hs-block-end-regexp (Bug#700).
10843
10844 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
10845
10846 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10847 a macro.
10848 (gdb-registers-handler-custom): Do not fail when register names
10849 are unavailable.
10850
10851 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10852
10853 * progmodes/gdb-mi.el (gdb-control-all-threads)
10854 (gdb-control-current-thread): Interactive setters for
10855 `gdb-gud-control-all-threads' to use in menu.
10856 (gdb-show-run-p): Show «Go» when process is not active.
10857 (gud-tool-bar-map): Add non-stop/A,T indicator.
10858 Uses gud/thread.xpm and gud/all.xpm.
10859
10860 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
10861
10862 * net/net-utils.el (net-utils-font-lock-keywords): New var.
10863 (nslookup-font-lock-keywords): Make it a variable.
10864 (net-utils-mode): New mode for viewing diagnostic network output.
10865 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10866 (net-utils-run-simple): New function.
10867 (ifconfig, iwconfig, netstat, arp, route): Use it.
10868
10869 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10870
10871 * progmodes/gdb-mi.el (gdb-read-memory-custom)
10872 (gdb-memory-set-address, def-gdb-set-positive-number)
10873 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10874 after changing settings.
10875 (gdb-invalidate-disassembly): Update when first shown.
10876 (gdb-edit-locals-value): Fixed.
10877 (gdb-registers-handler-custom): Print registers in right order and
10878 allow changing register values (only for current thread yet).
10879 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10880 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10881 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10882 (gdb-locals-handler-custom, gdb-registers-handler-custom):
10883 Thread info in mode name.
10884 (gdb-registers-mode-map): TAB to switch to locals.
10885
10886 2009-08-08 Eli Zaretskii <eliz@gnu.org>
10887
10888 * mail/rmail.el (rmail-add-mbox-headers)
10889 (rmail-set-message-counters-counter): Search for
10890 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
10891
10892 2009-08-08 Glenn Morris <rgm@gnu.org>
10893
10894 * Makefile.in (ELCFILES): Update.
10895
10896 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10897
10898 * mail/sendmail.el (mail-yank-original):
10899 Set buffer-file-coding-system from the one used by the message whose
10900 text is yanked.
10901
10902 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10903 to "windows" when "pgnuplot" is used.
10904 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
10905 Don't call accept-process-output if "pgnuplot" is used.
10906 (calc-graph-init): Don't send -display and -geometry to
10907 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
10908 running "pgnuplot -V" with shell-command-to-string.
10909
10910 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10911 the default.
10912
10913 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10914
10915 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
10916 org/org-latex.elc.
10917
10918 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10919
10920 * vc-dispatcher.el (vc-resynch-window): Update comment.
10921
10922 * term.el (term-handle-ansi-escape): Add comments with the
10923 terminfo capabilities implemented.
10924
10925 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
10926
10927 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10928 (gdb-var-create-handler): Rewritten using JSON parser.
10929 (gdb-propertize-header): Move earlier.
10930 (gdb-set-header): Remove to avoid duplication.
10931 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10932 Refresh disassembly buffers only after threads list have been
10933 update.
10934 (gdb-threads-header, gdb-registers-header): Per-buffer header line
10935 variables.
10936
10937 2009-08-04 Juri Linkov <juri@jurta.org>
10938
10939 * files.el: Commands to add/delete file/directory-local variables.
10940 (read-file-local-variable, read-file-local-variable-value)
10941 (read-file-local-variable-mode, modify-file-local-variable)
10942 (modify-file-local-variable-prop-line)
10943 (modify-dir-local-variable): New functions.
10944 (add-file-local-variable, delete-file-local-variable)
10945 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10946 (add-dir-local-variable, delete-dir-local-variable)
10947 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10948 (copy-dir-locals-to-file-locals-prop-line): New commands.
10949
10950 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
10951
10952 * abbrev.el (insert-abbrev-table-description): Prettify output.
10953 Suggested by Karl Chen.
10954
10955 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
10956
10957 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
10958 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
10959 (gdb-overlay-arrow-position, gdb-thread-position)
10960 (gdb-disassembly-position): Declare variables.
10961 (gdb-wait-for-pending): Function now.
10962 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10963 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10964 compilation goes smoothly.
10965 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10966 (gdb-non-stop-setting): New customization setting which replaces
10967 `gdb-non-stop' so changing it doesn't break active GDB session.
10968 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10969 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10970 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10971 (gdb-show-threads-by-default): New customization options.
10972 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10973 routines.
10974 (gdb-get-buffer-create): Send buffers update signal when they are
10975 created.
10976 (gdb-invalidate-locals, gdb-invalidate-registers)
10977 (gdb-invalidate-breakpoints)
10978 (gdb-invalidate-threads, gdb-invalidate-disassembly)
10979 (gdb-invalidate-memory): Accept update signal.
10980 (gdb-current-context-command): Use --frame option.
10981 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10982 Implement `gdb-frame-number' selection logic.
10983 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10984 whether to show GUD toolbar buttons.
10985 (gdb-thread-exited): Unselect current thread when it exits.
10986 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10987 (gdb-mark-line): Routine which sets overlay arrow or inverses
10988 video on fringeless displays.
10989 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10990 to build aligned columns of data in GDB buffers and set text
10991 properties line-by-line.
10992 (gdb-invalidate-breakpoints)
10993 (gdb-breakpoints-list-handler-custom)
10994 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10995 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10996 (gdb-registers-handler-custom): Align data columns.
10997 (gdb-locals-handler-custom): Now prints data like in variable
10998 declarations.
10999 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
11000 Remove confusing buttons.
11001 (gdb-invalidate-threads): Append --frame.
11002 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
11003 between breakpoints/threads buffers.
11004 (gdb-set-window-buffer): Now can ignore dedicated windows.
11005 (gdb-propertize-header): Use `gdb-set-window-buffer'.
11006 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
11007 (def-gdb-thread-buffer-gud-command): Replaces
11008 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
11009 for fine thread control.
11010 (gdb-preempt-existing-or-display-buffer): New function used to
11011 display bound buffers without breaking window layout.
11012 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
11013 (gdb-select-frame): New version of `gdb-frames-select' which now
11014 sets `gdb-frame-number' so commands may use --frame option instead
11015 of inner debugger state.
11016 (gdb-frame-handler): Do not set `gdb-frame-number'.
11017 (gdb-threads-mode-map): Select threads with mouse.
11018
11019 * progmodes/gud.el (gdb-gud-context-call): Declare function to
11020 avoid compilation warning.
11021 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
11022 `gdb-show-stop-p`.
11023
11024 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
11025 Argument `key' renamed to `buffer-type'.
11026 (gdb-current-context-buffer-name): Do not add thread info to
11027 buffer name when no thread is selected.
11028 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
11029 command (bug 3794).
11030 (gdb-thread-selected): Handle `=thread-selected' notification.
11031 (gdb-wait-for-pending): New macro to deal with congestion problems.
11032 (gdb-breakpoints-list-handler-custom): Don't fail on pending
11033 breakpoints.
11034 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
11035 This fixes problem similar to one described in bug 3947.
11036 (gud-menu-map): More menu items.
11037 (gdb-init-1): Reset `gdb-thread-number' to nil.
11038
11039 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
11040 non-stop settings.
11041
11042 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
11043 (gdb-current-context-command): Do not append --thread if
11044 `gdb-thread-number' is nil.
11045 (gdb-running-threads-count, gdb-stopped-threads-count):
11046 New variables.
11047 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
11048 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
11049 New customization options.
11050 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
11051 GUD commands.
11052 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
11053 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
11054 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
11055 set `gdb-thread-number' and update `gud-running' properly.
11056 (gdb-running): Update threads list when new threads appear.
11057 (gdb-stopped): Support non-stop operation and new thread switching
11058 logic.
11059 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
11060 (gdb-json-partial-output): New set of JSON routines.
11061 (def-gdb-auto-update-trigger): New `signal-list' optional
11062 argument.
11063 (gdb-thread-list-handler-custom): Update `gud-running',
11064 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
11065 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
11066 (gdb-continue-thread, gdb-step-thread): New commands for fine
11067 thread execution control.
11068 (gud-menu-map): New menu items to switch non-stop options.
11069 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
11070 (gdb-send): Mimic RET properly (bug 3794).
11071
11072 * progmodes/gdb-mi.el (gdb-rules-name-maker)
11073 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
11074 gdb-buffer-rules.
11075 (def-gdb-auto-update-handler): New nopreserve optional argument.
11076 (gdb-stack-list-frames-custom): Print stack from top to bottom.
11077
11078 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
11079 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
11080 (gdb-parent-mode): New mode to derive other GDB modes from.
11081 (gdb-display-disassembly-for-thread)
11082 (gdb-frame-disassembly-for-thread): New commands for threads
11083 buffer.
11084
11085 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
11086 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
11087 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
11088 (gdb-update): We now store all GDB buffers in a list so that they
11089 can be updated by traversing a list instead of calling invalidate
11090 triggers explicitly.
11091 (def-gdb-trigger-and-handler): New macro to define trigger-handler
11092 pair for GDB buffer.
11093 (gdb-stack-buffer-name): Add thread information.
11094 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
11095 handle pending triggers.
11096 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
11097 (def-gdb-thread-buffer-simple-command)
11098 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
11099 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
11100 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
11101 New commands which show buffers bound to thread.
11102 (gdb-stack-list-locals-regexp): Remove unused regexp.
11103
11104 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
11105 (gdb-locals-buffer-name, gdb-registers-buffer-name)
11106 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
11107 to (gud-comint-buffer) in *-buffer-name functions
11108 because (gdb-get-target-string) already does that.
11109 (gdb-locals-handler-custom, gdb-registers-handler-custom)
11110 (gdb-changed-registers-handler): Rewritten without regexps.
11111
11112 * progmodes/gdb-mi.el: Basic thread selection support.
11113 (gdb-thread-number): New variable.
11114 (gdb-current-context-command): New macro which adds --thread
11115 option to command.
11116 (gdb-threads-mode-map): Select thread with SPC.
11117 (gdb-thread-list-handler-custom): Mark current thread with overlay
11118 arrow. Synchronize GDB thread and Emacs thread.
11119 (gdb-select-thread): New command which selects current thread.
11120 (gdb-invalidate-frames, gdb-invalidate-locals)
11121 (gdb-invalidate-registers): Use --thread option.
11122
11123 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
11124
11125 * net/tramp.el (top): Make check for tramp-gvfs loading more
11126 robust. (Bug#3977)
11127 (tramp-handle-insert-file-contents): `unwind-protect' must be
11128 inside `with-parsed-tramp-file-name'.
11129
11130 * net/tramp-gvfs.el (top): Remove superfluous message when loading
11131 fails.
11132
11133 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
11134
11135 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
11136 directory if CLASSPATH is not set.
11137
11138 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
11139
11140 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
11141 New defconst.
11142 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
11143
11144 2009-08-02 Kevin Ryde <user42@zip.com.au>
11145
11146 * net/newst-backend.el (newsticker--raw-url-list-defaults):
11147 Update freshmeat link. Delete newsforge.com as it seems gone.
11148
11149 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
11150
11151 * select.el (x-set-selection): Doc fix (Bug#4021).
11152
11153 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
11154
11155 * help-fns.el (describe-variable): Treat list return values from
11156 dir-locals-find-file properly (Bug#4005).
11157
11158 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
11159
11160 * net/tramp.el (tramp-debug-message): Print also microseconds.
11161
11162 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
11163
11164 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
11165 or END is non-nil.
11166 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
11167 (tramp-get-debug-buffer): Change `outline-regexp' according to new
11168 format.
11169
11170 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
11171 (tramp-get-file-property): Use it.
11172
11173 * autorevert.el (auto-revert-handler):
11174 Allow `auto-revert-tail-mode' for remote files.
11175
11176 2009-08-02 Jason Rumney <jasonr@gnu.org>
11177
11178 * minibuffer.el (read-file-name): Treat confirm options to
11179 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
11180
11181 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
11182
11183 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
11184 (font-lock-variable-name-face, font-lock-constant-face):
11185 Darken the colors for light backgrounds.
11186
11187 2009-08-01 Eli Zaretskii <eliz@gnu.org>
11188
11189 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
11190 month names. (Bug#3987)
11191
11192 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
11193
11194 * simple.el (line-move-finish): Pass whole number to
11195 line-move-to-column.
11196 (line-move-visual): Perform hscroll to the recorded position.
11197
11198 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
11199
11200 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
11201
11202 2009-07-29 Alan Mackenzie <acm@muc.de>
11203
11204 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
11205
11206 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
11207
11208 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
11209 (gdb-place-breakpoints): Use full path when setting breakpoints.
11210
11211 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
11212
11213 * calc/calc.el (calc-mode-map): Add keybinding for
11214 `calc-transpose-lines'.
11215
11216 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
11217
11218 * calc/calc-misc.el (calc-transpose-lines): New function.
11219
11220 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
11221
11222 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
11223 Simplify check for out-of-band methods.
11224 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
11225 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
11226
11227 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
11228
11229 * vc-git.el (vc-git-checkin): Fix typo.
11230
11231 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
11232
11233 * progmodes/js2-mode.el: New file.
11234
11235 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
11236
11237 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
11238 (gud-menu-map): Adjust tooltip accordingly.
11239
11240 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11241
11242 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
11243 (vc-bzr-log-view-mode): Adjust log-view-file-re.
11244
11245 * add-log.el (change-log-mode-map): Add a menu.
11246
11247 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
11248
11249 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
11250 function returns nil.
11251 (dbus-handle-event): Handle special return value :ignore.
11252 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
11253
11254 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
11255
11256 * view.el (view-mode-enable): Don't define Helper-return-blurb if
11257 it's not needed.
11258
11259 2009-07-25 Eli Zaretskii <eliz@gnu.org>
11260
11261 Fix Bug#3888:
11262
11263 * w32-vars.el (x-select-enable-clipboard): Doc fix.
11264
11265 * term/pc-win.el (x-display-name, x-colors)
11266 (x-select-enable-clipboard, x-select-text): Doc fix.
11267
11268 * term/common-win.el (x-display-name, x-colors): Doc fix.
11269
11270 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
11271 (xw-defined-colors): Doc fix.
11272
11273 * w32-fns.el (x-select-text, x-setup-function-keys)
11274 (x-get-selection, x-set-selection): Doc fix.
11275
11276 * term/x-win.el (x-select-text, x-setup-function-keys)
11277 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
11278
11279 * select.el (x-set-selection): Doc fix.
11280
11281 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
11282
11283 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
11284 instead of "IsNSSSupportAvailable". Avahi ought to work also when
11285 "IsNSSSupportAvailable" method is not available.
11286 Reported by Steve Youngs <steve@sxemacs.org>.
11287
11288 2009-07-24 Kenichi Handa <handa@m17n.org>
11289
11290 * international/characters.el: Fix setting of category ?C, ?|, ?K,
11291 and ?H. Fix setting of case for Latin Extended and Greek Extended.
11292 (build-unicode-category-table): Fix range checks.
11293
11294 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
11295
11296 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
11297 the buffer we try to sync is current when calling
11298 vc-resynch-buffer.
11299
11300 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
11301 not show up to date files.
11302
11303 2009-07-24 Glenn Morris <rgm@gnu.org>
11304
11305 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
11306 Add autoload cookies. If necessary, initialize.
11307 (elint-log): Handle non-file buffers.
11308 (elint-initialize): Add optional argument to reinitialize.
11309 (elint-find-builtin-variables): Save excursion.
11310
11311 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
11312
11313 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11314 for Lint.
11315
11316 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11317
11318 * vc.el (vc-print-log-internal): New function, split out from ...
11319 (vc-print-log): ... here.
11320 (vc-dir-move-to-goal-column): Declare.
11321
11322 * vc-git.el (vc-git-add-signoff): New variable.
11323 (vc-git-checkin): Use it.
11324 (vc-git-toggle-signoff): New function.
11325 (vc-git-extra-menu-map): Bind it to menu.
11326 (vc-git--run-command-string): Accept a nil FILE argument.
11327 (vc-git-stash-list): New function.
11328 (vc-git-dir-extra-headers): Use it.
11329
11330 2009-07-23 Glenn Morris <rgm@gnu.org>
11331
11332 * help-fns.el (describe-variable): Describe ignored and risky local
11333 variables in a similar way to that in which we describe safe ones.
11334
11335 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
11336 (byte-compile-output-file-form, byte-compile-output-docform)
11337 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
11338 Give some more local variables with common names a "bytecomp-" prefix,
11339 so as not to shadow things during compilation.
11340 * emacs-lisp/cl-macs.el (load-time-value)
11341 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
11342 `outbuffer' to `bytecomp-outbuffer'.
11343
11344 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
11345 since the next two variables cover them automatically now.
11346 (elint-builtin-variables, elint-autoloaded-variables): New.
11347 (elint-unknown-builtin-args): Remove all members, since they can be
11348 parsed automatically now.
11349 (elint-extra-errors): New.
11350 (elint-env-add-env, elint-env-add-macro): Use cadr.
11351 (elint-current-buffer): Use or. Change final message.
11352 (elint-get-top-forms): Use line-end-position.
11353 (elint-init-env): Use cadr. Handle autoload, declare-function,
11354 and defalias.
11355 (elint-add-required-env): Doc fix. Use or. Standardize error.
11356 (regexp-assoc): Remove unused function.
11357 (elint-top-form): Set elint-current-pos, to record the start of the
11358 top-level form, for compilation-mode.
11359 (elint-form): Trap errors in macro expansion. Use dolist.
11360 (elint-unbound-variable): Use elint-builtin-variables and
11361 elint-autoloaded-variables.
11362 (elint-get-args): Use cadr, or.
11363 (elint-check-cond-form): Use dolist, cadr.
11364 (elint-check-condition-case-form): Doc fix. Use cadr.
11365 Use elint-extra-errors.
11366 (elint-log): New function.
11367 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
11368 Distinguish errors and warnings.
11369 (elint-log-message): Use with-current-buffer. Inhibit read-only.
11370 Use a bytecomp-style format.
11371 (elint-clear-log): Preserve default-directory. Inhibit read-only.
11372 (elint-get-log-buffer): Use compilation mode. Disable undo.
11373 Don't truncate lines.
11374 (elint-initialize): Set builtin and autoloaded variable lists.
11375 Only process elint-unknown-builtin-args if non-nil.
11376 (elint-find-builtin-variables, elint-find-autoloaded-variables):
11377 New functions.
11378 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
11379
11380 2009-07-22 Kevin Ryde <user42@zip.com.au>
11381
11382 * net/newst-backend.el (newsticker--parse-atom-1.0)
11383 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11384 (newsticker--parse-rss-1.0):
11385 * progmodes/idlwave.el (idlwave-mode):
11386 * progmodes/idlw-shell.el (idlwave-shell-mode):
11387 * progmodes/vera-mode.el (vera-mode):
11388 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
11389 * progmodes/vhdl-mode.el (vhdl-mode):
11390 * textmodes/table.el (table-generate-source)
11391 (table--warn-incompatibility):
11392 Hyperlink urls in docstrings with URL `...'.
11393
11394 2009-07-22 Glenn Morris <rgm@gnu.org>
11395
11396 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
11397 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
11398 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
11399 Remove leading * from defcustom docs.
11400
11401 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
11402
11403 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
11404 defcustom doc.
11405 (list-load-path-shadows): Optionally, just return shadows as a string.
11406
11407 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
11408
11409 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
11410
11411 * mail/rmailedit.el (rmail-edit-mode):
11412 Use auto-save-include-big-deletions.
11413
11414 * mail/rmail.el (rmail-variables):
11415 Use auto-save-include-big-deletions.
11416
11417 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
11418 changes.
11419
11420 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
11421
11422 * calc/calc.el (calc-undo-length): New variable.
11423 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11424
11425 2009-07-21 Richard Stallman <rms@gnu.org>
11426
11427 * files.el (auto-save-mode): Handle buffer-save-size = -2
11428 for toggling mode.
11429
11430 2009-07-21 Glenn Morris <rgm@gnu.org>
11431
11432 * textmodes/ispell.el (ispell-looking-back): Update declaration.
11433
11434 * calendar/todo-mode.el (calendar-current-date): Update declaration.
11435
11436 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11437 silence compiler. Instead...
11438 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11439 (ps-print-ensure-fontified): Update for above function name changes.
11440
11441 * printing.el (pr-mh-get-msg-num, pr-mh-show)
11442 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11443 silence compiler. Instead...
11444 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11445 (mh-show-buffer): Only define for compiler.
11446 (pr-mh-current-message): Update for above function name changes.
11447
11448 * files.el (abort-if-file-too-large): Explicitly pass `filename'
11449 as an argument.
11450 (find-file-noselect, insert-file-1): Update for above change.
11451
11452 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11453
11454 * mail/mailclient.el (mailclient-send-it): Fix message.
11455
11456 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11457 (edebug-eval): Check cl-debug-env is bound.
11458 (print-level, print-circle): Don't redefine built-in variables.
11459
11460 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11461 (custom-print-vectors): Remove old comments from doc.
11462
11463 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11464 (emerge-version): Make the variable an obsolete alias for the
11465 emacs-version variable. Make the function obsolete.
11466 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11467 Emerge options, rather than merging in into the main Options menu.
11468 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
11469 and auto advance modes. Disable edit/fast items when not relevant.
11470
11471 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11472
11473 * term/vt420.el (terminal-init-vt420): Fix typo.
11474
11475 2009-07-20 Sam Steingold <sds@gnu.org>
11476
11477 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11478 variable (removed from compile.el on 2004-03-11).
11479
11480 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
11481
11482 * files.el (hack-local-variables-filter): Fix last change.
11483
11484 2009-07-19 Juri Linkov <juri@jurta.org>
11485
11486 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11487 (dir-local-variables-alist): New buffer-local variable.
11488 (hack-local-variables-filter): If variable is not dir-local,
11489 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11490 because file-local overrides dir-local.
11491 (c-postprocess-file-styles) <declare-function>:
11492 Remove obsolete declaration.
11493 (hack-dir-local-variables): Add dir-local variable/value pair to
11494 `dir-local-variables-alist' and remove duplicates. Doc fix.
11495
11496 * help-fns.el (describe-variable): Add information about
11497 file-local and dir-local variables.
11498
11499 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
11500
11501 * files.el (hack-local-variables-filter): Rewrite.
11502
11503 2009-07-19 Glenn Morris <rgm@gnu.org>
11504
11505 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11506 Silence compiler by only defining on XEmacs.
11507
11508 * international/mule.el (auto-coding-regexp-alist): Only match
11509 BABYL... at the start of buffer, not of lines. (Bug#3790)
11510
11511 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11512 non-calendar buffers (Bug#3862). Restore "not on a date" message.
11513 (cal-menu-context-mouse-menu): Doc fix.
11514
11515 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11516
11517 * simple.el (mail-user-agent): Doc fix. Set :version tag.
11518
11519 2009-07-18 Juri Linkov <juri@jurta.org>
11520
11521 * info.el: Virtual Info keyword finder.
11522 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11523 (Info-finder-file): New variable.
11524 (Info-finder-find-file): New function.
11525 (finder-known-keywords, finder-package-info)
11526 (find-library-name, lm-commentary): Use defvar and
11527 declare-function to silence compiler warnings.
11528 (Info-finder-find-node): New function.
11529 (info-finder): New command.
11530
11531 * subr.el (process-kill-buffer-query-function): New function.
11532 (add-hook)<kill-buffer-query-functions>: Add hook
11533 `process-kill-buffer-query-function'.
11534
11535 2009-07-18 Alan Mackenzie <acm@muc.de>
11536
11537 * progmodes/cc-mode.el (c-before-hack-hook)
11538 (c-postprocess-file-styles): Give invocation of `c-set-style'
11539 DONT-OVERRIDE parameter of t. Already set style variables will
11540 thus not be overridden by style settings given by `c-file-syle'.
11541
11542 * files.el (hack-local-variables-filter): Remove entries with
11543 duplicate keys from `file-local-variables-alist'.
11544
11545 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11546
11547 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11548 x-set-selection if display-selections-p returns nil for the
11549 current frame.
11550
11551 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
11552
11553 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11554
11555 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11556
11557 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11558 Accept nil in addition to a regexp.
11559 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11560 Accept nil in addition to a regexp.
11561 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11562 buffers that have an associated file. Handle nil values of
11563 desktop-buffers-not-to-save and desktop-files-not-to-save.
11564 (Bug#3833)
11565
11566 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11567 (x-disown-selection-internal): New functions.
11568
11569 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
11570
11571 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11572 warning.
11573 (gdb-breakpoints-header): Move forward to avoid compiler warning.
11574 (gdb-make-header-line-mouse-map): Remove duplicate definition.
11575
11576 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
11577
11578 * simple.el (set-mark): Revert last change.
11579
11580 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
11581
11582 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11583 rendering of pngs is not possible instead of messaging a long
11584 description.
11585
11586 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
11587
11588 * w32-fns.el (x-selection-owner-p): New function.
11589
11590 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11591 (mouse-yank-at-click, mouse-yank-primary):
11592 If select-active-regions is non-nil, deactivate the mark before
11593 insertion.
11594
11595 * simple.el (deactivate-mark, set-mark): Only save selection if we
11596 own it.
11597
11598 2009-07-17 Kenichi Handa <handa@m17n.org>
11599
11600 * case-table.el (describe-buffer-case-table): Fix for the case
11601 that KEY is a cons.
11602
11603 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11604
11605 * vc-rcs.el (vc-rcs-find-file-hook):
11606 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11607
11608 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
11609
11610 * net/tramp.el (tramp-wait-for-output): Handle the case when
11611 commands do not return a newline but a null byte before the shell
11612 prompt. (Bug#3858)
11613
11614 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11615
11616 * term/ns-win.el (ns-set-alpha): Don't declare.
11617 (ns-set-background-alpha): Remove function.
11618
11619 2009-07-16 Kevin Ryde <user42@zip.com.au>
11620
11621 * emacs-lisp/copyright.el (copyright-update): Save match-data across
11622 y-or-n-p, for safety.
11623
11624 2009-07-16 Richard Stallman <rms@gnu.org>
11625
11626 * files.el (auto-save-mode): If buffer-saved-size is -2,
11627 don't clobber it.
11628
11629 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11630 (rmail-retry-ignored-headers): Add more uninteresting fields.
11631
11632 2009-07-15 Jari Aalto <jari.aalto@cante.net>
11633
11634 * net/rcirc.el (rcirc): Use history variables.
11635 (rcirc-server-name-history, rcirc-nick-name-history)
11636 (rcirc-server-port-history): New variables.
11637
11638 2009-07-15 Kenichi Handa <handa@m17n.org>
11639
11640 * international/mule-cmds.el (set-language-environment-charset):
11641 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11642 ignore them.
11643
11644 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11645 Delete unibyte-display.
11646
11647 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11648
11649 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11650
11651 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11652
11653 * simple.el (deactivate-mark): Optional argument FORCE.
11654 (set-mark): Use deactivate-mark.
11655
11656 * info.el (Info-search): No need to check transient-mark-mode
11657 before calling deactivate-mark.
11658
11659 * select.el (x-set-selection): Doc fix.
11660 (x-valid-simple-selection-p): Allow buffer values.
11661 (xselect--selection-bounds): Handle buffer values.
11662 Suggested by David De La Harpe Golden.
11663
11664 * mouse.el (mouse-set-region, mouse-drag-track):
11665 Call copy-region-as-kill before setting the mark, to let
11666 select-active-regions work.
11667
11668 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
11669
11670 * simple.el (deactivate-mark): If select-active-regions is
11671 non-nil, copy the selection data into a string.
11672 (activate-mark): If select-active-regions is non-nil, set the
11673 selection to the current buffer.
11674 (set-mark): Update selection if select-active-regions is non-nil.
11675
11676 * select.el (x-valid-simple-selection-p): Allow buffer values.
11677
11678 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
11679
11680 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11681 and more featureful message-mode.
11682
11683 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
11684
11685 * select.el (x-set-selection): Doc fix.
11686 (x-valid-simple-selection-p): Disallow selection data consisting
11687 of a list or cons of integers, since that is not used.
11688 (xselect--selection-bounds, xselect--int-to-cons): New functions.
11689 (xselect-convert-to-string, xselect-convert-to-length)
11690 (xselect-convert-to-filename, xselect-convert-to-charpos)
11691 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11692
11693 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
11694
11695 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11696 output in -break-info command (Emacs bug #3794).
11697
11698 2009-07-14 Glenn Morris <rgm@gnu.org>
11699
11700 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11701 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11702 (edebug-print-length, edebug-print-level, edebug-print-circle)
11703 (edebug-sit-for-seconds, edebug-view-outside)
11704 (edebug-bounce-point, edebug-set-global-break-condition)
11705 (edebug-Go-nonstop-mode, edebug-trace-mode)
11706 (edebug-Trace-fast-mode, edebug-continue-mode)
11707 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11708 (edebug-visit-eval-list): Doc fixes.
11709
11710 * subr.el (def-edebug-spec): Doc fix.
11711
11712 2009-07-14 Kenichi Handa <handa@m17n.org>
11713
11714 * international/characters.el: Fix setting of category ?C.
11715
11716 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
11717
11718 * term/ns-win.el (x-select-font): defalias x-select-font to
11719 ns-popup-font-panel instead of generate-fontset-menu.
11720
11721 2009-07-12 Eli Zaretskii <eliz@gnu.org>
11722
11723 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
11724
11725 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
11726
11727 * arc-mode.el (archive-find-type): Allow for a PK00 string before
11728 the PK\003\004 header (Bug#3770).
11729
11730 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
11731
11732 * pcomplete.el (pcomplete-comint-setup): Check for
11733 shell-dynamic-complete-filename too.
11734
11735 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
11736
11737 * simple.el (temporary-goal-column): Change the value for
11738 line-move-visual to a cons cell.
11739 (line-move-visual): Record or set the window hscroll, if
11740 necessary (Bug#3494).
11741 (line-move-1): Handle cons value of temporary-goal-column.
11742
11743 2009-07-11 Kenichi Handa <handa@m17n.org>
11744
11745 * international/mule-diag.el (describe-character-set): Don't show
11746 width.
11747
11748 2009-07-10 Sam Steingold <sds@gnu.org>
11749
11750 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11751 Omake sometimes indents the errors it prints, so allow all
11752 regexps to start with spaces.
11753
11754 2009-07-10 Eli Zaretskii <eliz@gnu.org>
11755
11756 * cus-edit.el (customize-changed-options-previous-release):
11757 Bump value to 22.1. (Bug#3804)
11758
11759 2009-07-08 Sam Steingold <sds@gnu.org>
11760
11761 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11762 to be a cons cell (test . ignored-directory) to selectively ignore
11763 some directories depending on the location of the search.
11764
11765 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
11766
11767 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11768 remote user is root, on the local host.
11769 (tramp-local-host-p): Either the local user or the remote user
11770 must be root. (Bug#3771)
11771
11772 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11773
11774 * progmodes/gdb-mi.el (gdb): Remove description of
11775 gdb-use-separate-io-buffer.
11776 (menu): Don't allow toggling of or enable
11777 gdb-use-separate-io-buffer from menubar.
11778
11779 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11780
11781 * mail/unrmail.el (unrmail): Make sure the message ends with two
11782 newlines (Bug#3769).
11783
11784 2009-07-08 Glenn Morris <rgm@gnu.org>
11785
11786 * calendar/calendar.el (calendar-current-date): Rework previous change.
11787
11788 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
11789
11790 * calendar/calendar.el (calendar-current-date):
11791 Add an optional argument giving an offset from today.
11792
11793 2009-07-08 Glenn Morris <rgm@gnu.org>
11794
11795 * tutorial.el (tutorial--describe-nonstandard-key):
11796 Adjust the message for when a key has been unbound.
11797 (help-with-tutorial): Hide the arch-tag.
11798
11799 2009-07-08 Kenichi Handa <handa@m17n.org>
11800
11801 * international/fontset.el (setup-default-fontset): For each
11802 script, append (not set) font-specs.
11803
11804 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11805 docstring.
11806
11807 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11808
11809 * progmodes/gdb-mi.el (gdb-init-1): Move sending
11810 -data-list-register-names to ...
11811 (gdb-starting): ... here because GDB 7.0 requires execution to
11812 have started when using this MI command.
11813 (gdb-set-header): New function to distinguish select and
11814 unselected tabs in gdb buffers.
11815 (gdb-propertize-header): New macro that uses gdb-set-header.
11816 (gdb-breakpoints-header, gdb-locals-header): Use it.
11817 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
11818
11819 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
11820
11821 * Makefile.in (ELCFILES): Remove fadr.elc.
11822
11823 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
11824
11825 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11826 may contain frame information, so `string-match' should be used.
11827 (gdb-update): Disassembly is invalidated through
11828 `gdb-get-selected-frame'.
11829 (gdb-pad-string): New function to pad string with spaces.
11830 (gdb-invalidate-disassembly): Invalidate only if the buffer
11831 exists.
11832 (gdb-disassembly-handler-custom): Column alignment.
11833 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11834 placing new ones.
11835 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11836 end of line, too.
11837 (gdb-frame-handler): Match convention to for disassembly buffer
11838 mode name.
11839 (gdb-stack-list-frames-handler): Rewritten without regexps.
11840 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11841 not highlight breakpoints without line information.
11842 (gdb-input): Add trailing newline to command.
11843
11844 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11845 buffer properly.
11846 (gdb-breakpoints-list-handler-custom): Replacement for
11847 `gdb-break-list-handler'. Using real parser instead of regexps
11848 now.
11849 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11850 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11851 to place breakpoints.
11852 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11853 functions.
11854 (gdb-disassembly-handler-custom): Show overlay arrow.
11855 (gdb-disassembly-place-breakpoints): Show breakpoints in
11856 disassembly buffer.
11857 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11858 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
11859 instead of parsing breakpoints buffer. Fixed old menu references
11860 in `gud-menu-map'.
11861
11862 * fadr.el: Remove.
11863
11864 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
11865 (gdb-memory-address): New variable which holds top address of
11866 memory page shown in memory buffer.
11867 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
11868 New customization variables.
11869 New functions:
11870 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11871 display the memory buffer.
11872 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11873 buffer display parameters.
11874 (def-gdb-memory-format, gdb-memory-format-binary)
11875 (gdb-memory-format-octal, gdb-memory-format-unsigned)
11876 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11877 Functions for setting memory buffer format.
11878 (gdb-memory-unit-word, gdb-memory-unit-halfword)
11879 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11880 unit size used in memory buffer.
11881 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
11882 Switch to next/previous page of memory buffer.
11883 Now using (bindat-get-field) instead of fadr functions.
11884
11885 2009-07-07 Sam Steingold <sds@gnu.org>
11886
11887 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11888 non-top-level files.
11889
11890 2009-07-07 Kenichi Handa <handa@m17n.org>
11891
11892 * international/mule-cmds.el (reset-language-environment):
11893 Put the highset priority to the charset iso-8859-1.
11894
11895 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11896
11897 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11898 to the end of the line when locating the block (Bug#700).
11899
11900 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
11901
11902 * net/tramp.el (tramp-handle-write-region): Flush file properties
11903 in case of short track.
11904
11905 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
11906
11907 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11908 Coded custom representation of verilog error regular expressions
11909 to work with Emacs-22's new format.
11910 (verilog-error-regexp-xemacs-alist): Coded custom representation
11911 of verilog error regular expressions to work with XEmacs format.
11912 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11913 error recognition into XEmacs.
11914 (verilog-error-regexp-add-emacs): Hook routine to install verilog
11915 error recognition into Emacs-22.
11916
11917 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11918
11919 * woman.el: Remove stand-alone closing parentheses.
11920 (woman-file-name, woman2-format-paragraphs)
11921 (woman-leave-blank-lines): Code cleanup.
11922 (woman-use-own-frame): Change default to nil.
11923 (woman-italic, woman-bold, woman-unknown, woman-addition):
11924 Change defaults to inherit from default faces.
11925 (woman2-process-escapes): Consume the newline after a stand-alone
11926 filler character (Bug#3651).
11927
11928 2009-07-06 Glenn Morris <rgm@gnu.org>
11929
11930 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11931 (top-level): Move provide to the end.
11932 (ffap): Remove defunct URL from custom group.
11933
11934 * subr.el (eval-after-load): Doc fix.
11935
11936 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
11937
11938 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11939 `calc-embedded-word' is called twice.
11940
11941 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11942
11943 * files.el (find-alternate-file-other-window, find-alternate-file):
11944 Obey confirm-nonexistent-file-or-buffer.
11945
11946 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
11947
11948 * dired-aux.el (dired-show-file-type): Handle remote files.
11949
11950 2009-07-05 Jari Aalto <jari.aalto@cante.net>
11951
11952 * desktop.el (desktop-globals-to-save):
11953 Add file-name-history (Bug#2750).
11954
11955 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
11956
11957 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
11958
11959 2009-07-04 Johan Bockgård <bojohan@gnu.org>
11960
11961 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11962 property on entire argument since this is what eshell-lisp-command
11963 expects.
11964
11965 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
11966
11967 * net/tramp-gvfs.el (tramp-gvfs-methods)
11968 (tramp-gvfs-zeroconf-domain)
11969 (tramp-bluez-discover-devices-timeout): Add version flag.
11970 (tramp-gvfs-handler-mounted-unmounted)
11971 (tramp-gvfs-connection-mounted-p): Polish handling of
11972 incompatibilities between GVFS 0.2 and 1.0.
11973
11974 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
11975
11976 * cus-start.el (all): Add make-pointer-invisible.
11977
11978 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
11979
11980 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
11981 formatted correctly.
11982
11983 2009-07-02 Juri Linkov <juri@jurta.org>
11984
11985 * info.el: Virtual Info files and nodes.
11986 (Info-virtual-files, Info-virtual-nodes): New variables.
11987 (Info-current-node-virtual): New variable.
11988 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11989 New functions.
11990 (Info-file-supports-index-cookies): Use Info-virtual-file-p
11991 to check for a virtual file instead of checking a fixed list
11992 of node names.
11993 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11994 instead of ad-hoc processing of "dir" and (apropos history toc).
11995 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11996 instead of ad-hoc processing of "dir" and (apropos history toc).
11997 Reread a file when moving from a virtual node.
11998 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11999 (Info-directory-toc-nodes, Info-directory-find-file)
12000 (Info-directory-find-node): New functions.
12001 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
12002 (Info-history): Move part of code to
12003 `Info-history-find-node'.
12004 (Info-history-toc-nodes, Info-history-find-file)
12005 (Info-history-find-node): New functions.
12006 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
12007 (Info-toc): Move part of code to `Info-toc-find-node'.
12008 (Info-toc-find-node): New function.
12009 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
12010 the current Info file name to references because now the node
12011 "*TOC*" belongs to the same Info manual.
12012 (Info-toc-build): Rename from `Info-build-toc'.
12013 (Info-toc-nodes): Rename input argument `file' to `filename'.
12014 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
12015 instead of ad-hoc processing of ("dir" apropos history toc).
12016 (Info-index-nodes): Use Info-virtual-file-p
12017 to check for a virtual file instead of checking a fixed list
12018 of node names.
12019 (Info-index-node): Add check for `Info-current-node-virtual'.
12020 Raise `save-match-data' higher up the tree to contain
12021 `search-forward' too (bug fix).
12022 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
12023 (Info-virtual-index-nodes): New variable.
12024 (Info-virtual-index-find-node, Info-virtual-index): New functions.
12025 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
12026 (Info-apropos-file, Info-apropos-nodes): New variables.
12027 (Info-apropos-toc-nodes, Info-apropos-find-file)
12028 (Info-apropos-find-node, Info-apropos-matches): New functions.
12029 (info-apropos): Move part of code to `Info-apropos-find-node' and
12030 `Info-apropos-matches'.
12031 (Info-mode-map): Bind "I" to `Info-virtual-index'.
12032 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
12033 for a virtual file instead of checking a fixed list of node names.
12034
12035 * simple.el (async-shell-command): New command.
12036
12037 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
12038
12039 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
12040 instead of `mount-info'.
12041
12042 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
12043
12044 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
12045 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
12046
12047 2009-07-02 Kenichi Handa <handa@m17n.org>
12048
12049 * international/mule.el (set-keyboard-coding-system): Force *-unix
12050 coding-system to avoid eol conversion.
12051
12052 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
12053
12054 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12055 Add handler for `process-file', `shell-command' and
12056 `start-file-process'.
12057 (tramp-gvfs-handle-shell-command)
12058 (tramp-gvfs-handle-start-file-process)
12059 (tramp-gvfs-handle-process-file): New defuns.
12060 (tramp-synce-list-devices): Simplify check for existence of property.
12061
12062 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
12063
12064 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
12065
12066 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
12067
12068 * language/korean.el (set-language-info-alist): Add korean-cp949,
12069 cp949 to spec.
12070
12071 2009-07-01 Kenichi Handa <handa@m17n.org>
12072
12073 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
12074
12075 * international/encoded-kb.el: Deleted.
12076
12077 * international/mule.el (set-keyboard-coding-system): Perform the
12078 necessary setup here instead of calling encoded-kbd-setup-display.
12079
12080 2009-07-01 Glenn Morris <rgm@gnu.org>
12081
12082 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
12083
12084 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
12085
12086 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
12087
12088 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
12089
12090 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
12091 Handle also the 'rename case, when setting file modes. (Bug#3712)
12092 (tramp-default-file-modes): Remove execute permissions.
12093
12094 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
12095 (top): Add a default for "synce" in `tramp-default-user-alist'.
12096 Add completion function for "synce" method.
12097 (tramp-hal-service, tramp-hal-path-manager)
12098 (tramp-hal-interface-manager, tramp-hal-interface-device):
12099 New defconst.
12100 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
12101 (tramp-synce-list-devices, tramp-synce-parse-device-names):
12102 New defuns.
12103
12104 * net/trampver.el: Update release number.
12105
12106 2009-06-30 Kenichi Handa <handa@m17n.org>
12107
12108 * international/fontset.el (setup-default-fontset): Add CJK fonts
12109 for symbols and the other miscellaneous characters.
12110
12111 * language/korea-util.el (setup-korean-environment-internal):
12112 Make char-width-table suitable for Korean environments.
12113 (exit-korean-environment): Cancel above.
12114
12115 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
12116 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
12117 setup-function to make char-width-table suitable for respective
12118 environments, and an exit-function to cancel that.
12119
12120 * language/japan-util.el (setup-japanese-environment-internal):
12121 Call use-cjk-char-width-table with arg `ja_JP'.
12122
12123 * international/characters.el (cjk-char-width-table): Delete it.
12124 (cjk-char-width-table-list): New variable.
12125 (use-cjk-char-width-table): New arg local-name.
12126 (use-default-char-width-table): Fix for the case that Emacs is
12127 already using the default char-width-table.
12128
12129 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
12130
12131 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
12132 modes mandatory. (Bug#3712)
12133
12134 2009-06-29 Alan Mackenzie <acm@muc.de>
12135
12136 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
12137 correction between the visible width of TABs and their number of bytes.
12138
12139 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
12140
12141 * server.el (server-buffer-done): Prevent kill-buffer from
12142 prompting by clearing the buffer modification flag (Bug#3696).
12143
12144 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
12145
12146 * progmodes/verilog-mode.el (verilog-beg-of-statement)
12147 (verilog-endcomment-reason-re): Support unique case and priority case.
12148 (verilog-basic-complete-re): Support localparam lineup.
12149 (verilog-beg-of-statement-1): Fix for robustness, unique case.
12150 (verilog-set-auto-endcomments): Fix for unique case, always_comb
12151 commenting.
12152 (verilog-leap-to-case-head): Now support *nested* unique &
12153 priority case statements.
12154 (verilog-auto-lineup): Make just declarations the default (as it
12155 had been).
12156 (verilog-leap-to-case-head): Support priority/unique case statements.
12157 (verilog-auto-lineup): Rework to give users radio buttons to
12158 select the various styles of automatic lineup.
12159 (verilog-error-regexp-alist): Rework to support the XEmacs style
12160 of error regular expressions from compilers, lint tools &
12161 simulators. Note that GNU Emacs has made it impossible for a mode
12162 to load such things.
12163 (electric-verilog-terminate-line, verilog-indent-declaration)
12164 (verilog-auto-wiure): Rework for radio button selection of
12165 auto-lineup selection of specification of auto lineup.
12166 (verilog-beg-of-statement-1): Redesign to support proper operation
12167 in additional code, based on testing with auto-lineup.
12168 (verilog-calculate-indent, assignments & declarations)
12169 (verilog-backward-token): Enhance to support auto-lineup of
12170 assignments & declarations.
12171 (verilog-in-directive-p, verilog-at-struct-p): New function for
12172 easy test of whether we are.
12173 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
12174 to support safe execution at almost anyline.
12175 (verilog-calc-1): Properly support indenting deep inside generate
12176 blocks.
12177 (verilog-init-font): Remove definition & use of verilog-init-font,
12178 as it is redundant with font-lock-defaults.
12179 (verilog-mode): Alter the definition of verilog-font-lock-defaults
12180 to avoid circular calls if syntax-ppss is a function (as is the
12181 case now in 22.x GNU Emacs) as that function would sometimes call
12182 itself, leading to (nearly) infinite recursion.
12183 (verilog-ovm-begin-re, verilog-ovm-end-re)
12184 (verilog-ovm-statement-re, verilog-leap-to-head)
12185 (verilog-backward-token): Add support for OVM macros. Some are
12186 complete statements, and others open and close scopes like begin
12187 and end.
12188 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
12189 (verilog-defun-level-generate-only-re): Really fix the defun-list
12190 compilation issue.
12191 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
12192 coverpoint, constraint and cross statements.
12193 (verilog-defun-level-list, verilog-generate-defun-level-list)
12194 (verilog-all-defun-level-list): Redo these specifications - it is
12195 too hard to support eval-when compile aggregation of lists also
12196 built at when-compile time.
12197 (verilog-defun-level-list): Place defconsts of variables used in
12198 building regular expressions which are built in eval-when-compile
12199 bodies in the same eval-when-compile body to facilitate compile
12200 without load.
12201 (verilog-beg-block-re-ordered): Support indenting
12202 virtual/protected tasks and functions.
12203 (verilog-defun-level-list, verilog-in-generate-region-p)
12204 (verilog-backward-ws&directives, verilog-calc-1): Speed up
12205 indentation of some module items (generate items).
12206 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
12207 across virtual/protected tasks and functions.
12208
12209 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
12210
12211 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
12212 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
12213 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
12214 in concatenations. Reported by Yishay Belkind.
12215 (verilog-auto-ascii-enum): Support one-hot state machines in
12216 AUTOASCIIENUM. Suggested by Lloyd Gomez.
12217 (verilog-auto-inst, verilog-auto-inst-port): Include interface
12218 modport in AUTOINST and add vl-modport for users.
12219 Reported by David Rogoff.
12220 (verilog-auto-inout-module, verilog-auto-inst)
12221 (verilog-decls-get-interfaces, verilog-insert-definition)
12222 (verilog-insert-one-definition, verilog-read-decls)
12223 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
12224 (verilog-sig-modport, verilog-signals-combine-bus)
12225 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
12226 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
12227 Suggested by David Rogoff.
12228 (verilog-repair-open-comma): Fix non-insertion of comma when
12229 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
12230 (verilog-make-width-expression): Simplify [A-1:0] expression
12231 widths to just {A{1'b0}}.
12232 (verilog-mode): Cleanup checkdoc warnings.
12233 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
12234 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
12235 inputs/outputs or data type. Suggested by Vasu Kandadi.
12236 (next-error-last-buffer): Fix byte-compiler warning.
12237 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
12238 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
12239 or shell command text during AUTO expansion. Suggested by Tad Truex.
12240 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
12241 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
12242 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
12243 in AUTOINOUT. Reported by Matthew Lovell.
12244 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
12245 causing use of <= assignments. Reported by Alex Reed.
12246 (verilog-read-decls): Fix triand, trior, wand, wor to be
12247 recognized by AUTOWIRE. Reported by Spencer Isaacson.
12248 (verilog-extended-complete-re): Support import "DPI-C" functions.
12249 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
12250 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
12251 (verilog-insert-date, verilog-insert-year)
12252 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
12253 Windows systems. Reported by Michael Potts.
12254 (verilog-read-module-name): Fix AUTOINST when the child module
12255 declaration's name is a tick define. Reported by Elliot Mednick.
12256 (verilog-read-decls): Fix V2K parameter bit subscripts getting
12257 passed to next parameter's definition. Reported by Bruce T.
12258 (verilog-read-decls): Fix detecting "parameter int" when using
12259 AUTOINSTPARAM. Reported by Bruce T.
12260 (verilog-goto-defun): Fix goto not finding modules unless first
12261 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
12262 (verilog-mode): Expand -f flag arguments on entry to mode so
12263 verilog-goto-defun will work. Reported by Lawrence Butcher.
12264 (verilog-getopt): Expand environment variables in -f file
12265 arguments. Suggested by Lawrence Butcher.
12266 (verilog-set-define): Fix "Symbol's value as variable is void"
12267 when reading enumerations.
12268 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
12269 Suggested by Stephen Peltan.
12270 (verilog-read-defines): Fix reading of enumerations in include
12271 files. Reported by Steve Peltan.
12272
12273 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
12274
12275 * files.el (trash-directory): Fix defcustom type.
12276
12277 2009-06-28 Juri Linkov <juri@jurta.org>
12278
12279 * help-fns.el (describe-function-1): Correctly locate adviced
12280 functions in hyperlink (Bug#2438).
12281
12282 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
12283
12284 * files.el (trash-directory): Change default to nil.
12285 (move-file-to-trash): If trash-directory is nil and
12286 system-move-file-to-trash is unbound, perform freedesktop-style
12287 trashing.
12288
12289 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
12290
12291 * files.el (move-file-to-trash): Add freedesktop trash
12292 support (Bug#973).
12293
12294 2009-06-28 Glenn Morris <rgm@gnu.org>
12295
12296 * autorevert.el (global-auto-revert-non-file-buffers)
12297 (global-auto-revert-mode): Doc fixes.
12298
12299 2009-06-27 Johan Bockgård <bojohan@gnu.org>
12300
12301 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
12302
12303 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
12304
12305 * faces.el (x-handle-named-frame-geometry): Ensure that we have
12306 opened an X connection before calling x-get-resource (Bug#3194).
12307
12308 * play/doctor.el: Remove reference to obsolete website.
12309 (make-doctor-variables): Correct grammar mistake (Bug#2633).
12310
12311 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
12312
12313 Remove find-file-not-found-hook VC method. (Bug#2757)
12314 * vc-hooks.el (vc-file-not-found-hook)
12315 (vc-default-find-file-not-found-hook): Remove functions.
12316 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
12317 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
12318 * vc.el:
12319 * vc-hg.el:
12320 * vc-git.el: Do not mention find-file-not-found-hook VC method.
12321
12322 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
12323
12324 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
12325 compatibility function for `looking-back'.
12326
12327 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
12328 Use `ispell-looking-back'.
12329
12330 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
12331
12332 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
12333 rather than `filename'.
12334
12335 2009-06-23 Miles Bader <miles@gnu.org>
12336
12337 * face-remap.el (text-scale-set): New function.
12338
12339 2009-06-23 Glenn Morris <rgm@gnu.org>
12340
12341 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
12342
12343 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
12344
12345 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
12346
12347 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
12348
12349 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
12350 Simplify Persian conditionals.
12351
12352 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
12353 variable `filename'.
12354
12355 * comint.el (comint-insert-input): Doc fix.
12356
12357 * Makefile.in (ELCFILES): Fix typo in previous change.
12358
12359 2009-06-23 Miles Bader <miles@gnu.org>
12360
12361 * cus-start.el: Add entry for `recenter-redisplay'.
12362
12363 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12364
12365 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
12366 Add an optional argument for the backend, use it instead of
12367 calling vc-backend.
12368 (vc-mode-line): Add an optional argument for the backend.
12369 Pass the backend to vc-state and vc-working-revision. Move code for
12370 special handling for vc-state being a buffer to ...
12371
12372 * vc-rcs.el (vc-rcs-find-file-hook):
12373 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
12374
12375 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
12376 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
12377 vc-stay-local-p and vc-mode-line calls.
12378
12379 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
12380 (vc-cvs-diff, vc-cvs-annotate-command)
12381 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
12382 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
12383 vc-mode-line calls.
12384
12385 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
12386 direct comparison.
12387 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
12388 backend when calling vc-mode-line.
12389 (vc-register): Do not create a closure for calling the vc register
12390 function, call it directly.
12391
12392 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12393
12394 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
12395 to make it obvious item can be clicked.
12396
12397 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
12398
12399 2009-06-23 Kenichi Handa <handa@m17n.org>
12400
12401 * language/korea-util.el (korean-key-bindings): Change the binding
12402 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
12403 same command.
12404
12405 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
12406
12407 Sync with Tramp 2.1.16.
12408
12409 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
12410
12411 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
12412 when a loading of a package fails. Completion function for rsync
12413 is `tramp-completion-function-alist-ssh'.
12414 (all): Replace all calls of `split-string' and
12415 `tramp-split-string' by `tramp-compat-split-string'.
12416 (tramp-default-method): Use `tramp-compat-process-running-p'.
12417 (tramp-default-proxies-alist): Allow also Lisp forms.
12418 (tramp-remote-path): Add choice "Private Directories".
12419 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
12420 (tramp-domain-regexp): Allow also "-", "_" and ".".
12421 (tramp-end-of-output): Remove newlines, and add "$" at the end.
12422 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12423 (tramp-debug-message): Insert header line in debug buffer.
12424 (tramp-handle-directory-files-and-attributes-with-stat):
12425 Care about filenames with spaces, or starting with "-".
12426 (tramp-handle-dired-uncache): New defun.
12427 (tramp-handle-insert-directory): Don't flush the directory from
12428 cache, this is handled by `dired-uncache' now.
12429 (tramp-handle-insert-file-contents): Improve error handling.
12430 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12431 Quote `tramp-end-of-output'.
12432 (tramp-action-password): Improve trace message.
12433 (tramp-check-for-regexp): Both echoes must be present, before removing.
12434 (tramp-open-connection-setup-interactive-shell): Trace coding system.
12435 (tramp-compute-multi-hops): Eval cons cells of
12436 `tramp-default-proxies-alist'.
12437 (tramp-maybe-open-connection): Use the same command pattern for
12438 first hop and further hops.
12439 (tramp-wait-for-output): Remove handling of newlines.
12440 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12441 (tramp-split-string): Remove function. It is handled in
12442 tramp-compat now.
12443
12444 * net/tramp-cmds.el (tramp-bug):
12445 Recommend `tramp-cleanup-all-connections' in the bug mail.
12446
12447 * net/tramp-compat.el (tramp-compat-split-string)
12448 (tramp-compat-process-running-p): New defuns.
12449
12450 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12451 for `dired-uncache'.
12452
12453 * net/tramp-gvfs.el: New package.
12454
12455 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12456 Add handler for `dired-uncache'.
12457 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12458
12459 * net/trampver.el: Update release number. Make version check fit
12460 for SXEmacs 22.
12461
12462 2009-06-22 Jim Meyering <meyering@redhat.com>
12463
12464 Automatically handle .xz suffix (XZ-compressed files), too.
12465 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12466 XZ is the successor to LZMA: <http://tukaani.org/xz/>
12467
12468 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
12469 Nick Roberts <nickrob@snap.net.nz>
12470
12471 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
12472 repository (http://sphinx.net.ru/hg/gdb-mi/).
12473
12474 2009-06-22 Glenn Morris <rgm@gnu.org>
12475
12476 * files.el (dir-locals-collect-mode-variables): Allow for any number of
12477 `mode' and `eval' entries. (Bug#3430)
12478
12479 * Makefile.in (ELCFILES): Add fadr.elc.
12480
12481 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12482 differing behavior of \n and ^ in strings. (Bug#3385)
12483
12484 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12485
12486 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12487 property.
12488 (lisp-indent-function): Make it a defcustom.
12489
12490 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
12491
12492 * progmodes/gdb-ui.el: Replace with ...
12493 * progmodes/gdb-mi.el: ... this file.
12494 * progmodes/gud.el: Modify for gdb-mi.el.
12495
12496 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
12497
12498 * fadr.el: New file.
12499
12500 See ChangeLog.14 for earlier changes.
12501
12502 ;; Local Variables:
12503 ;; coding: utf-8
12504 ;; End:
12505
12506 Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
12507
12508 This file is part of GNU Emacs.
12509
12510 GNU Emacs is free software: you can redistribute it and/or modify
12511 it under the terms of the GNU General Public License as published by
12512 the Free Software Foundation, either version 3 of the License, or
12513 (at your option) any later version.
12514
12515 GNU Emacs is distributed in the hope that it will be useful,
12516 but WITHOUT ANY WARRANTY; without even the implied warranty of
12517 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12518 GNU General Public License for more details.
12519
12520 You should have received a copy of the GNU General Public License
12521 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.