]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
[gnu-emacs] / lisp / ChangeLog
1 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
2
3 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
4
5 2011-01-28 Kenichi Handa <handa@m17n.org>
6
7 * international/quail.el (quail-keyboard-layout-alist): Remove
8 superfluous SPC for "pc105-uk" (bug#7927).
9
10 2011-01-27 Glenn Morris <rgm@gnu.org>
11
12 * msb.el (msb-menu-bar-update-buffers): Update for changed
13 argument handling of menu-bar-select-frame. (Bug#7902)
14
15 2011-01-27 Chong Yidong <cyd@stupidchicken.com>
16
17 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
18 to the recursion depth (Bug#7722).
19
20 2011-01-26 Roy Liu <carsomyr@gmail.com> (tiny change)
21
22 * term/ns-win.el (ns-find-file): Expand ns-input-file with
23 command-line-default-directory (Bug#7872).
24
25 2011-01-25 Glenn Morris <rgm@gnu.org>
26
27 * comint.el (comint-mode): Doc fix. (Bug#7897)
28
29 2011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
30
31 * files.el (file-name-non-special): Only change buffer-file-name after
32 insert-file-contents if it's `visit'ing the file (bug#7854).
33
34 2011-01-23 Chong Yidong <cyd@stupidchicken.com>
35
36 * dired.el (dired-revert): Doc fix (Bug#7758).
37
38 2011-01-23 Nobuyoshi Nakada <nobu@ruby-lang.org>
39
40 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
41 here-doc which ends with an underscore.
42 (ruby-mode-set-encoding): Skip shebang line always.
43 (ruby-mode-map): Bind C-c C-c to comment-region.
44 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
45 (ruby-forward-sexp): Stop after literal hash key labels.
46 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
47 bracket.
48
49 2011-01-22 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
50
51 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
52 the correct buffer (Bug#7650).
53
54 2011-01-22 Glenn Morris <rgm@gnu.org>
55
56 * simple.el (do-auto-fill): Give it a doc string.
57
58 * button.el (make-text-button): Doc fix. (See bug#7881)
59
60 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
61
62 * simple.el (line-move-visual): Doc fix (Bug#7594).
63
64 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
65 "Case sensitive" menu item.
66
67 2011-01-21 Roland McGrath <roland@frob.com>
68
69 * comint.el (comint-replace-by-expanded-history-before-point): Fix
70 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
71
72 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
73
74 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
75
76 2011-01-21 Jari Aalto <jari.aalto@cante.net>
77
78 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
79 Assume foo(bar) is a manpage reference rather than some unquoted
80 symbol (bug#7705).
81
82 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
83
84 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
85 Suggested by Flo <sensorflo@gmail.com>.
86
87 2011-01-21 Glenn Morris <rgm@gnu.org>
88
89 * progmodes/compile.el (compilation-error-regexp-alist):
90 Fix custom type. (Bug#7812)
91
92 2011-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
93
94 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
95 keymap expression. Improve docstring.
96
97 2011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
98
99 * files.el (backup-buffer): Make last-resort backup file in
100 .emacs.d (Bug#6953).
101
102 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
103 make it with permission 700.
104
105 2011-01-14 Kenichi Handa <handa@m17n.org>
106
107 * mail/rmailmm.el (rmail-mime-insert-header):
108 Set rmail-mime-coding-system to a cons whose car is the last coding
109 system used to decode the header.
110 (rmail-mime-find-header-encoding): New function.
111 (rmail-mime-insert-decoded-text):
112 Override rmail-mime-coding-system if it is a cons.
113 (rmail-show-mime): If only a header part was decoded, find the
114 coding system while ignoring mm-charset-override-alist.
115
116 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
117
118 * subr.el (event-start, event-end): Doc fix (Bug#7826).
119
120 2011-01-12 Kenichi Handa <handa@m17n.org>
121
122 * mail/rmailmm.el (rmail-mime-next-item)
123 (rmail-mime-previous-item): Delete them.
124 (rmail-mime-shown-mode): Recursively call for children.
125 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
126 Callers changed.
127 (rmail-mime-raw-mode): Recursively call for children.
128 (rmail-mode-map): Change mapping of tab and backtab to
129 forward-button and backward-button respectively.
130 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
131 button.
132 (rmail-mime-update-tagline): New function.
133 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
134 body display is changed.
135 (rmail-mime-toggle-button): Rename from rmail-mime-image.
136 (rmail-mime-image): Delete this button type.
137 (rmail-mime-toggle): New button type.
138 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
139 body display is changed. Change the save button label to "Save".
140 Don't process show/hide button here.
141 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
142 the body display is changed. Unconditionally call
143 rmail-mime-insert for children.
144 (rmail-mime-handle): Update `display' vector of the just inserted
145 entity.
146 (rmail-mime-process): If mail-header-parse-content-type returns
147 nil, use "text/plain" as the fallback type.
148 (rmail-mime-insert): For raw-mode, recursively call
149 rmail-mim-insert for children.
150 (rmail-mime): Handle the case that the current buffer is not rmail
151 buffer (e.g. in summary buffer).
152
153 2011-01-05 Kenichi Handa <handa@m17n.org>
154
155 * mail/rmailmm.el (rmail-mime-next-item)
156 (rmail-mime-previous-item): Skip the body of a non-multipart
157 entity if a tagline is shown.
158
159 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
160
161 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
162 (tmm-prompt): Simplify.
163 (tmm-add-prompt): Remove unused var `win'.
164
165 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
166 to minor mode which used nil accidentally to mean "turn off".
167
168 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
169
170 * net/tramp.el (tramp-find-inline-compress)
171 (tramp-get-inline-coding): Quote command after pipe symbol for
172 local calls under W32. (Bug#6784)
173
174 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
175
176 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
177 only when running under W32.
178
179 2011-01-09 Eli Zaretskii <eliz@gnu.org>
180
181 * progmodes/grep.el (grep-compute-defaults): Quote the program
182 file name after the pipe symbol in Grep templates. (Bug#6784)
183 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
184
185 2011-01-08 Lennart Borgman <lennart.borgman@gmail.com>
186
187 * buff-menu.el (Buffer-menu-buffer-list): New var.
188 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
189 restricted buffer list is not lost on revert (Bug#7749).
190
191 2011-01-08 Eric Hanchrow <eric.hanchrow@gmail.com>
192
193 * net/ldap.el (ldap-search-internal): Discard stderr output.
194
195 2011-01-07 Eli Zaretskii <eliz@gnu.org>
196
197 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
198
199 2011-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
200
201 * vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time):
202 Author names can have spaces (bug#7792).
203
204 2011-01-04 Kenichi Handa <handa@m17n.org>
205
206 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
207 part as a plain text.
208 (rmail-mime-process-multipart): Set the default content-type to
209 nil for unknown multipart subtypes (bug#7651).
210
211 2011-01-03 Brent Goodrick <bgoodr@gmail.com> (tiny change)
212
213 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
214 table, get the value before switching to the output buffer. (Bug#7733)
215
216 2011-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
217
218 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
219
220 2011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
221
222 * files.el (file-local-variables-alist):
223 Make permanent-local (bug#7767).
224
225 2011-01-02 Glenn Morris <rgm@gnu.org>
226
227 * version.el (emacs-copyright): Set short copyright year to 2011.
228
229 2011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
230
231 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
232 an existing temp buffer. (Bug#7746)
233
234 2011-01-02 Glenn Morris <rgm@gnu.org>
235
236 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
237 multiple addresses. (Bug#7760)
238
239 2010-12-31 Michael Albinus <michael.albinus@gmx.de>
240
241 * net/tramp.el (tramp-methods): Add recursive options to "scpc",
242 "scpx", "pscp" and "psftp".
243
244 2010-12-31 Eli Zaretskii <eliz@gnu.org>
245
246 * term/w32-win.el (image-library-alist): Set up correctly for
247 libpng versions both before and after 1.4.0. (Bug#7716)
248
249 2010-12-25 Eli Zaretskii <eliz@gnu.org>
250
251 * time.el (display-time-mode): Mention display-time-interval in
252 the doc string. (Bug#7713)
253
254 * simple.el (select-active-regions): Doc fix. (Bug#7702)
255
256 2010-12-24 Kenichi Handa <handa@m17n.org>
257
258 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
259 condition-case and return an error message string if something
260 goes wrong.
261 (rmail-show-mime): Adjust for the above change. Insert the
262 header by rmail-mime-insert-header.
263
264 2010-12-24 Kenichi Handa <handa@m17n.org>
265
266 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
267 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
268 (rmail-mime-mbox-buffer)
269 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
270 (rmail-mime-entity): Argument changed. All codes handling an
271 entity object are changed.
272 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
273 the above change.
274 (rmail-mime-entity-children, rmail-mime-entity-handler)
275 (rmail-mime-entity-tagline): New functions.
276 (rmail-mime-message-p): New function.
277 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
278 (rmail-mime-entity-segment, rmail-mime-next-item)
279 (rmail-mime-previous-item, rmail-mime-shown-mode)
280 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
281 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
282 (rmail-mime-insert-tagline, rmail-mime-insert-header):
283 New functions.
284 (rmail-mime-text-handler): Call rmail-mime-insert-text.
285 (rmail-mime-insert-decoded-text): New function.
286 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
287 (rmail-mime-insert-image): Argument changed. Caller changed.
288 (rmail-mime-image): Call rmail-mime-toggle-hidden.
289 (rmail-mime-set-bulk-data): New funciton.
290 (rmail-mime-insert-bulk): Argument changed.
291 (rmail-mime-multipart-handler): Return t.
292 (rmail-mime-process-multipart): Argument changed.
293 Handle "multipart/alternative" here.
294 (rmail-mime-process): Argument changed.
295 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
296 (rmail-mime-insert): Argument changed. Handle raw display mode.
297 (rmail-mime): Argument changed. Handle toggling of raw display
298 mode.
299 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
300 rmail-mime-view-buffer.
301 (rmail-insert-mime-forwarded-message): Likewise.
302 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
303
304 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
305 non-nil, handle the header in rmail-show-mime-function.
306
307 2010-12-20 Leo <sdl.web@gmail.com>
308
309 * help-fns.el (describe-variable): Fix 2010-12-17 change.
310
311 2010-12-20 Juri Linkov <juri@jurta.org>
312
313 * isearch.el (isearch-lazy-highlight-error): New variable.
314 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
315 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
316 to the current value of `isearch-error' (Bug#7468).
317
318 2010-12-17 Chong Yidong <cyd@stupidchicken.com>
319
320 * help-fns.el (describe-variable): Don't emit trailing whitespace
321 (Bug#7511).
322
323 2010-12-17 Leo <sdl.web@gmail.com>
324
325 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
326 if point is not behind eshell-last-output-end (Bug#7585).
327
328 2010-12-16 Chong Yidong <cyd@stupidchicken.com>
329
330 * textmodes/rst.el (rst-compile-pdf-preview)
331 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
332
333 2010-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
334
335 * emulation/edt-mapper.el: Override mapping of function keys so
336 that the later call to read-key-sequence works.
337
338 2010-12-13 Eli Zaretskii <eliz@gnu.org>
339
340 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
341 Unix EOLs. (Bug#7589)
342
343 2010-12-12 Eli Zaretskii <eliz@gnu.org>
344
345 * subr.el (posn-col-row): Evaluate header-line-format in the
346 context of the POSITION window's buffer.
347
348 2010-12-11 Glenn Morris <rgm@gnu.org>
349
350 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
351 (with-silent-modifications): Doc fixes.
352
353 2010-12-10 Michael Albinus <michael.albinus@gmx.de>
354
355 * net/tramp.el (tramp-action-password, tramp-process-actions):
356 Revert patch from 2010-12-08. Use `save-restriction'.
357
358 2010-12-09 Eli Zaretskii <eliz@gnu.org>
359
360 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
361 New functions.
362 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>: Use
363 them instead of `nil' and `>', respectively. (Bug#1077)
364
365 2010-12-09 Stephen Berman <stephen.berman@gmx.net>
366
367 * calendar/diary-lib.el (diary-list-sexp-entries):
368 Handle case of no newline at end of file. (Bug#7536)
369
370 2010-12-09 Glenn Morris <rgm@gnu.org>
371
372 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
373
374 2010-12-08 Michael Albinus <michael.albinus@gmx.de>
375
376 * net/tramp.el (tramp-handle-start-file-process):
377 Protect buffer-modified value. (Bug#7557)
378 (tramp-action-password): Delete region, do not narrow.
379 (tramp-process-actions): Do not widen.
380
381 2010-12-08 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
382
383 * log-edit.el (log-edit-changelog-entries):
384 Regexp quote filename. (Bug#7505)
385
386 2010-12-08 Tom Breton <tehom@panix.com>
387
388 * cus-edit.el (custom-save-all):
389 Bind print-length and print-level to nil. (Bug#7581)
390
391 2010-12-08 Glenn Morris <rgm@gnu.org>
392
393 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
394 Run hooks to update menu contents. (Bug#7586)
395
396 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
397 file names, for the sake of MS Windows. (Bug#7588)
398
399 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
400
401 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
402 empty lines without a leading space.
403
404 2010-12-06 Leo <sdl.web@gmail.com>
405
406 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
407 while mapping over marks (Bug#6810).
408
409 2010-12-06 Chong Yidong <cyd@stupidchicken.com>
410
411 * image-dired.el (image-dired-db-file)
412 (image-dired-temp-image-file, image-dired-gallery-dir)
413 (image-dired-temp-rotate-image-file): Set default values relative
414 to image-dired-dir (Bug#7518).
415
416 2010-12-06 Lawrence Mitchell <wence@gmx.li>
417
418 * format.el (format-decode-run-method): Pass args FROM and TO, not
419 point-min and point-max, to shell-command-on-region (Bug#7488).
420
421 2010-12-06 Jan Djärv <jan.h.d@swipnet.se>
422
423 * frame.el (blink-cursor-mode): Make default t for ns.
424
425 2010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
426
427 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
428
429 2010-12-05 Chong Yidong <cyd@stupidchicken.com>
430
431 * comint.el (comint-dynamic-list-input-ring)
432 (comint-dynamic-complete-filename)
433 (comint-replace-by-expanded-filename)
434 (comint-dynamic-simple-complete)
435 (comint-dynamic-list-filename-completions)
436 (comint-dynamic-list-completions): Doc fix (Bug#7499).
437
438 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
439 Doc fix (Bug#7471).
440
441 2010-12-04 Martin Rudalics <rudalics@gmx.at>
442
443 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
444 (Bug#7533).
445
446 2010-12-04 W. Martin Borgert <debacle@debian.org> (tiny change)
447
448 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
449 (Bug#7491).
450
451 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
452
453 * simple.el (transient-mark-mode): Doc fix (Bug#7465).
454
455 2010-12-04 Eli Zaretskii <eliz@gnu.org>
456
457 * files.el (file-relative-name): Handle UNC file names on
458 DOS/Windows. (Bug#4674)
459
460 2010-12-03 Daiki Ueno <ueno@unixuser.org>
461
462 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
463 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
464 (epg-context-set-passphrase-callback): Mention that the callback
465 is not called when used with GnuPG 2.x.
466
467 2010-12-02 Glenn Morris <rgm@gnu.org>
468
469 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
470 Ensure ps-footer-font-size-internal is initialized.
471 Call ps-get-page-dimensions before trying to use ps-font-for-text.
472
473 2010-12-01 Kenichi Handa <handa@m17n.org>
474
475 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
476 within condition-case.
477 (rmail-show-mime): Don't use condition-case.
478 (rmail-search-mime-message): New function.
479 (rmail-search-mime-message-function): Set to
480 rmail-search-mime-message.
481
482 2010-12-01 Leo <sdl.web@gmail.com>
483
484 * ido.el (ido-common-initialization): New function. (bug#3274)
485 (ido-mode): Use it.
486 (ido-completing-read): Call it.
487
488 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
489
490 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
491 stand-alone lines, since that is handled by log-edit-match-to-eoh
492 (Bug#6465).
493
494 2010-11-27 Eduard Wiebe <usenet@pusto.de>
495
496 * dired.el (dired-get-filename): Replace backslashes with slashes
497 in file names on MS-Windows, needed by `locate'. (Bug#7308)
498 * locate.el (locate-default-make-command-line): Don't consider
499 drive letter and root directory part of
500 `directory-listing-before-filename-regexp'. (Bug#7308)
501 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
502
503 2010-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
504
505 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
506 of :smie-open/close-alist.
507 (smie-next-sexp): Make it accept a "start token" as argument.
508 (smie-indent-keyword): Be careful not to misidentify tokens that span
509 more than one line, as empty lines. Add argument `token'.
510
511 2010-11-26 Kenichi Handa <handa@m17n.org>
512
513 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
514 multipart subtypes, insert all as usual.
515
516 * mail/rmail.el: Require rfc2047.
517
518 2010-11-26 Kenichi Handa <handa@m17n.org>
519
520 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
521 (rmail-mime-entity-disposition)
522 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
523 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
524 (rmail-mime-save): Handle the case that the button's `data' is a
525 MIME entity.
526 (rmail-mime-insert-text): New function.
527 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
528 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
529 (rmail-mime-insert-bulk): New function mostly copied from the old
530 rmail-mime-bulk-handler.
531 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
532 (rmail-mime-process-multipart): New function mostly copied from
533 the old rmail-mime-multipart-handler.
534 (rmail-mime-show): Just call rmail-mime-process.
535 (rmail-mime-process): New function mostly copied from the old
536 rmail-mime-show.
537 (rmail-mime-insert-multipart, rmail-mime-parse)
538 (rmail-mime-insert, rmail-show-mime)
539 (rmail-insert-mime-forwarded-message)
540 (rmail-insert-mime-resent-message): New functions.
541 (rmail-insert-mime-forwarded-message-function): Set to
542 rmail-insert-mime-forwarded-message.
543 (rmail-insert-mime-resent-message-function): Set to
544 rmail-insert-mime-resent-message.
545
546 * mail/rmailsum.el: Require rfc2047.
547 (rmail-header-summary): Handle multiline Subject: field.
548 (rmail-summary-line-decoder): Change the default to
549 rfc2047-decode-string.
550
551 * mail/rmail.el (rmail-enable-mime): Change the default to t.
552 (rmail-mime-feature): Change the default to `rmailmm'.
553 (rmail-quit): Delete the specifal code for rmail-enable-mime.
554 (rmail-display-labels): Likewise.
555 (rmail-show-message-1): Check rmail-enable-mime, and use
556 rmail-show-mime-function for a MIME message. Decode the headers
557 according to RFC2047.
558
559 2010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
560
561 * progmodes/which-func.el (which-func-imenu-joiner-function):
562 Return a string, as expected.
563 (which-function-mode): Make sure we stop any previous timer before
564 starting a new one.
565
566 2010-11-23 Michael Albinus <michael.albinus@gmx.de>
567
568 * net/tramp.el (tramp-default-method-alist)
569 (tramp-default-user-alist, tramp-default-proxies-alist):
570 Adapt custom options type. (Bug#7445)
571
572 2010-11-21 Chong Yidong <cyd@stupidchicken.com>
573
574 * progmodes/python.el: Add Ipython support (Bug#5390).
575 (python-shell-prompt-alist)
576 (python-shell-continuation-prompt-alist): New options.
577 (python--set-prompt-regexp): New function.
578 (inferior-python-mode, run-python, python-shell):
579 Require ansi-color. Use python--set-prompt-regexp to set the comint
580 prompt based on the Python interpreter.
581 (python--prompt-regexp): New var.
582 (python-check-comint-prompt)
583 (python-comint-output-filter-function): Use it.
584 (run-python): Use a pipe (Bug#5694).
585
586 2010-11-21 Chong Yidong <cyd@stupidchicken.com>
587
588 * progmodes/python.el (run-python): Doc fix.
589 (python-keep-current-directory-in-path): New var (Bug#7454).
590
591 2010-11-20 Chong Yidong <cyd@stupidchicken.com>
592
593 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
594 Prompt user before actually printing.
595
596 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
597
598 * simple.el (kill-new, kill-append, kill-region):
599 * comint.el (comint-kill-region): Make the yank-handler argument
600 obsolete.
601
602 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
603
604 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
605 that are both openers (resp. closers) and something else.
606 (smie-grammar): Loosen definition of valid values.
607 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
608 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
609 (smie-indent-after-keyword): Adjust users.
610 (smie-indent-keyword): Don't indent empty lines.
611
612 * vc-hg.el (vc-hg-program): New var.
613 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
614 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
615
616 2010-11-17 Glenn Morris <rgm@gnu.org>
617
618 * emacs-lisp/autoload.el (autoload-find-destination): The function
619 coding-system-eol-type may return non-numeric values. (Bug#7414)
620
621 2010-11-16 Ulrich Mueller <ulm@gentoo.org>
622
623 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
624
625 2010-11-13 Eli Zaretskii <eliz@gnu.org>
626
627 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
628
629 2010-11-13 Chong Yidong <cyd@stupidchicken.com>
630
631 * textmodes/picture.el (picture-mouse-set-point): Don't use
632 posn-col-row; explicitly compute the motion based on the posn at
633 the window-start (Bug#7390).
634
635 2010-11-13 Michael Albinus <michael.albinus@gmx.de>
636
637 * net/tramp.el (tramp-remote-coding-commands): Add an alternative
638 using "base64 -d -i". This is needed for older base64 versions
639 from GNU coreutils. Reported by Klaus Reichl
640 <Klaus.Reichl@thalesgroup.com>.
641
642 2010-11-13 Glenn Morris <rgm@gnu.org>
643
644 * novice.el (disabled-command-function):
645 Fix 2009-11-15 change. (Bug#7384)
646
647 2010-11-12 Glenn Morris <rgm@gnu.org>
648
649 * calendar/calendar.el (diary-iso-date-forms): Make elements
650 mutually exclusive. (Bug#7377)
651
652 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
653
654 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
655 when filling the remaining "unconstrained" values.
656
657 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
658
659 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
660 safety predicate.
661
662 * files.el (safe-local-variable-p): Gracefully handle errors.
663
664 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
665 Use smie-indent-virtual when indenting relative to an opener.
666 (smie-rule-separator): Use smie-rule-parent.
667 (smie-indent-keyword): Consult rules, even for openers at bol.
668 (smie-indent-comment-close): Try to align closer's content.
669
670 2010-11-11 Glenn Morris <rgm@gnu.org>
671
672 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
673
674 2010-11-10 Glenn Morris <rgm@gnu.org>
675
676 * printing.el (pr-menu-bind): Doc fix.
677
678 * speedbar.el (speedbar-toggle-images): Doc fix.
679
680 * progmodes/python.el (python-shell): Doc fix.
681
682 * wid-edit.el (widget-field-use-before-change)
683 (widget-use-overlay-change): Doc fixes.
684
685 2010-11-09 Glenn Morris <rgm@gnu.org>
686
687 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
688
689 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
690
691 * minibuffer.el (minibuffer-completion-help): Specify the end of the
692 completion field (bug#7211).
693
694 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
695 Fix handling of backslash escapes.
696 (python-quote-syntax): Adjust accordingly.
697
698 2010-11-08 Richard Levitte <richard@levitte.org> (tiny change)
699
700 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
701 (vc-mtn-workfile-branch): Adjust to new output format.
702
703 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
704
705 * international/mule-cmds.el (princ-list): Mark as obsolete.
706
707 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
708
709 * emacs-lisp/smie.el: New package.
710
711 2010-11-06 Michael Albinus <michael.albinus@gmx.de>
712
713 * files.el (backup-by-copying-when-mismatch):
714 Set `permanent-local' property.
715
716 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
717 `permanent-local' property for `backup-by-copying-when-mismatch'.
718
719 2010-11-06 Eli Zaretskii <eliz@gnu.org>
720
721 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
722 (ls-lisp-classify-file): New function.
723 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
724 (ls-lisp-classify): Call ls-lisp-classify-file.
725 (insert-directory): Remove blanks from switches.
726
727 2010-11-07 Wilson Snyder <wsnyder@wsnyder.org>
728
729 * progmodes/verilog-mode.el (verilog-insert-one-definition)
730 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
731 AUTOINOUT for SV style multidimensional arrays, bug294.
732 Reported by Eric Mastromarchi.
733 (verilog-preprocess): Use with-current-buffer and
734 font-lock-fontify-buffer to cleanup style issues.
735
736 2010-11-05 Michael Albinus <michael.albinus@gmx.de>
737
738 * net/trampver.el: Update release number.
739
740 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
741
742 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
743 beginning of the string. Use `string-match-p'. (Bug#6765)
744
745 2010-11-01 Glenn Morris <rgm@gnu.org>
746
747 * locate.el (locate, locate-mode): Doc fixes.
748
749 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
750
751 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
752 user for confirmation.
753 (server-force-stop): Use it.
754 (server-start): Use server-force-stop for kill-emacs-hook, to
755 avoid user interaction while killing Emacs.
756
757 2010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
758
759 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
760 (log-edit-author): New dynamic var.
761 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries):
762 Use it to return the author if different from committer.
763 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
764
765 2010-10-31 Eli Zaretskii <eliz@gnu.org>
766
767 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
768
769 2010-10-31 Chong Yidong <cyd@stupidchicken.com>
770
771 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
772 (vc-root-diff, vc-print-root-log, vc-log-incoming)
773 (vc-log-outgoing): Use it.
774 (vc-diff-internal): Set diff-vc-backend.
775
776 * vc/diff-mode.el (diff-vc-backend): New var.
777
778 2010-10-31 Juri Linkov <juri@jurta.org>
779
780 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
781 buffer-locally to lambda that re-runs the vc diff command.
782 (Bug#6447)
783
784 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
785
786 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
787
788 Make 'g' (AKA revert-buffer) rerun VC log, log-incoming and
789 log-outgoing commands.
790 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
791 to create a buffer local revert-buffer-function variable.
792 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
793 revert-buffer-function lambda.
794
795 Improve VC create/retrieve tag/branch.
796 * vc.el (vc-create-tag): Do not read the directory name for VCs
797 with repository revision granularity. Adjust the tag/branch
798 prompt. Reset VC properties.
799 (vc-retrieve-tag): Do not read the directory name for VCs
800 with repository revision granularity. Reset VC properties.
801
802 Add optional support for resetting VC properties.
803 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
804 call vc-file-clearprops when true.
805 (vc-resynch-buffer): Add new optional argument, pass it down.
806 (vc-resynch-buffers-in-directory): Likewise.
807
808 Improve support for special markup in the VC commit message.
809 * vc-mtn.el (vc-mtn-checkin): Support Author: and Date: markup.
810 * vc-hg.el (vc-hg-checkin): Add support for Date:.
811 * vc-git.el (vc-git-checkin):
812 * vc-bzr.el (vc-bzr-checkin): Likewise.
813
814 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
815 * vc-git.el (vc-git-log-view-mode): Fix font lock for
816 incoming/outgoing logs.
817 (vc-git-log-outgoing, vc-git-log-incoming): New functions.
818
819 * vc-git.el (vc-git-log-outgoing): Use the same format as the
820 short log.
821 (vc-git-log-incoming): Likewise. Run "git fetch" before the log
822 command
823
824 Add bindings for vc-log-incoming and vc-log-outgoing.
825 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
826 and vc-log-outgoing.
827 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
828 and vc-log-outgoing.
829
830 Improve state updating for VC tag commands.
831 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
832 to update the state of all buffers in the directory.
833
834 2010-05-19 Glenn Morris <rgm@gnu.org>
835
836 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
837
838 2010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
839
840 * vc.el (vc-checkin, vc-modify-change-comment):
841 Adjust to new vc-start/finish-logentry.
842 (vc-find-conflicted-file): New command.
843 (vc-transfer-file): Adjust to new vc-checkin.
844 (vc-next-action): Improve scoping.
845
846 * vc-git.el (vc-git-checkin): Use log-edit-extract-headers.
847 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
848
849 * vc-dispatcher.el (vc-log-edit): Shorten names for
850 log-edit-show-files.
851
852 * vc-bzr.el (vc-bzr-checkin): Use log-edit-extract-headers.
853 (vc-bzr-conflicted-files): New function.
854
855 * log-edit.el (log-edit-summary, log-edit-header)
856 (log-edit-unknown-header): New faces.
857 (log-edit-headers-alist): New var.
858 (log-edit-header-contents-regexp): New const.
859 (log-edit-match-to-eoh): New function.
860 (log-edit-font-lock-keywords): Use them.
861 (log-edit): Insert a "Summary:" header as default.
862 (log-edit-mode): Mark font-lock rules as case-insensitive.
863 (log-edit-done): Cleanup headers.
864 (log-edit-extract-headers): New function to replace it.
865
866 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with
867 the windows/frames.
868
869 * vc-bzr.el (vc-bzr-shelve-apply): Don't use *vc-bzr-shelve*.
870
871 * vc-dir.el (vc-dir-kill-line): New command.
872 (vc-dir-mode-map): Bind it to C-k.
873 (vc-dir-headers): Abbreviate the working dir.
874
875 * vc-git.el (vc-git-revision-table): Include remote branches.
876
877 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
878
879 New VC methods: vc-log-incoming and vc-log-outgoing.
880 * vc.el (vc-print-log-setup-buttons, vc-log-internal-common)
881 (vc-incoming-outgoing-internal, vc-log-incoming, vc-log-outgoing):
882 New functions.
883 (vc-print-log-internal): Just call vc-log-internal-common.
884 (vc-log-view-type): New permanent local variable.
885
886 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
887
888 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
889 of the dynamic bound vc-short-log.
890 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
891
892 * vc-git.el (vc-git-log-outgoing): New function.
893 (vc-git-log-view-mode): Use vc-log-view-type instead
894 of the dynamic bound vc-short-log.
895
896 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead of
897 the dynamic bound vc-short-log. Highlight the tag.
898 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
899 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
900 (vc-hg-incoming-mode): Remove.
901 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
902
903 Fix default-directory for vc-root-diff.
904 * vc.el (vc-root-diff): Bind default-directory to the root
905 directory for the diff command.
906
907 2010-10-31 Sam Steingold <sds@gnu.org>
908
909 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
910 `vc-hg-command' with a list of flags.
911
912 2010-10-31 Glenn Morris <rgm@gnu.org>
913
914 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
915 log-edit-before-checkin-process.
916
917 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
918
919 * vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
920
921 * vc-dispatcher.el (vc-start-logentry): Doc fix.
922 (log-view-process-buffer, log-edit-extra-flags): Declare.
923
924 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
925
926 Add special markup processing for commit logs.
927 * log-edit.el (log-edit): Add new argument MODE. Use that mode
928 when non-nil instead of the log-view-mode.
929
930 * vc.el (vc-default-log-edit-mode): New function.
931
932 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
933 log-edit.
934
935 Support for shelving snapshots and for showing shelves.
936 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
937 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
938 New functions.
939 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
940 (vc-bzr-extra-menu-map): Map them.
941
942 2010-10-30 Michael Albinus <michael.albinus@gmx.de>
943
944 * net/tramp.el (tramp-handle-insert-file-contents): For root,
945 preserve owner and group when editing files. (Bug#7289)
946
947 2010-10-29 Glenn Morris <rgm@gnu.org>
948
949 * speedbar.el (speedbar-mode):
950 * play/fortune.el (fortune-in-buffer, fortune):
951 * play/gomoku.el (gomoku-mode):
952 * play/landmark.el (lm-mode):
953 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
954 Replace inappropriate uses of toggle-read-only. (Bug#7292)
955
956 2010-10-28 Glenn Morris <rgm@gnu.org>
957
958 * select.el (x-selection): Mark it as an obsolete alias.
959
960 2010-10-27 Aaron S. Hawley <aaron.s.hawley@gmail.com>
961
962 * add-log.el (find-change-log): Use derived-mode-p rather than
963 major-mode (bug#7284).
964
965 2010-10-27 Glenn Morris <rgm@gnu.org>
966
967 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
968 rather than just an unused variable that inherits from the real one.
969
970 2010-10-23 Michael McNamara <mac@mail.brushroad.com>
971
972 * verilog-mode.el (verilog-directive-re): Make this variable
973 auto-built for efficiency of execution and updating.
974 (verilog-extended-complete-re): Support 'pure' fucntion & task
975 declarations (these have no bodies).
976 (verilog-beg-of-statement): General cleanup to enable support of
977 'pure' fucntion & task declarations (these have no bodies).
978 These efforts together fix Verilog bug210 from veripool; which was also
979 noticed by Steve Pearlmutter.
980 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
981 (verilog-directive-nest-re, verilog-set-auto-endcomments):
982 Support `elsif. Reported by Shankar Giri.
983 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
984 attribute handling for lining up declarations and assignments.
985 (verilog-beg-of-statement-1): Fix issue where continued declaration
986 is indented differently if it is after a begin..end clock.
987 (verilog-in-attribute-p, verilog-skip-backward-comments)
988 (verilog-skip-forward-comment-p): Support proper treatment of
989 attributes by indent code. Reported by Jeff Steele.
990 (verilog-in-directive-p): Fix comment to correctly describe function.
991 (verilog-backward-up-list, verilog-in-struct-region-p)
992 (verilog-backward-token, verilog-in-struct-p)
993 (verilog-in-coverage-p, verilog-do-indent)
994 (verilog-pretty-declarations): Use verilog-backward-up-list as
995 wrapper around backward-up-list inorder to properly skip comments.
996 Reported by David Rogoff.
997 (verilog-property-re, verilog-endcomment-reason-re)
998 (verilog-beg-of-statement, verilog-set-auto-endcomments)
999 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
1000 of if). Reported by Max Bjurling and
1001 (verilog-calc-1): Fix for clocking block in modport
1002 declaration. Reported by Brian Hunter.
1003
1004 2010-10-23 Wilson Snyder <wsnyder@wsnyder.org>
1005
1006 * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
1007 (verilog-gate-keywords, verilog-read-sub-decls)
1008 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
1009 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
1010 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
1011 (verilog-read-decls): Fix spaces in V2K module parameters causing
1012 mis-identification as interfaces, bug287.
1013 (verilog-read-decls): Fix not treating "parameter string" as a
1014 parameter in AUTOINSTPARAM.
1015 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
1016 treating `elsif similar to `endif inside AUTOSENSE.
1017 (verilog-do-indent): Implement correct automatic or static task or
1018 function end comment highlight. Reported by Steve Pearlmutter.
1019 (verilog-font-lock-keywords-2): Fix highlighting of single
1020 character pins, bug264. Reported by Michael Laajanen.
1021 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
1022 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
1023 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
1024 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
1025 (verilog-pretty-expr): Fix interactive arguments, bug272.
1026 Reported by Mark Johnson.
1027 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
1028 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
1029 bug269. Suggested by Gary Delp.
1030 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
1031 (verilog-preprocessor, verilog-set-compile-command):
1032 Create verilog-preprocess and verilog-preprocessor to show
1033 preprocessed output.
1034 (verilog-get-beg-of-line, verilog-get-end-of-line)
1035 (verilog-modi-file-or-buffer, verilog-modi-name)
1036 (verilog-modi-point, verilog-within-string): Move defmacro's
1037 before first use to avoid warning. Reported by Steve Pearlmutter.
1038 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
1039 (verilog-colorize-region, verilog-highlight-buffer)
1040 (verilog-highlight-includes, verilog-highlight-modules)
1041 (verilog-highlight-region, verilog-mode): Rename colorize to
1042 highlight to match other packages. Disable module highlighting,
1043 as received speed complaints, reenable for experimentation only
1044 using new verilog-highlight-modules.
1045 (verilog-read-decls): Fix regexp stack overflow in very large
1046 AUTO_TEMPLATEs, bug250.
1047 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
1048 (verilog-scan): Create verilog-save-buffer-state to standardize
1049 making insignificant changes that shouldn't call hooks.
1050 (verilog-save-no-change-functions, verilog-save-scan-cache)
1051 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
1052 Create verilog-save-no-change-functions to wrap verilog-scan
1053 preservation, and fix to work with nested preserved calls.
1054 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
1055 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
1056 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
1057 (verilog-submit-bug-report): Update variable list to be complete.
1058 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
1059 breaking on-the-fly font-locking.
1060 (verilog-colorize-buffer, verilog-colorize-include-files)
1061 (verilog-colorize-include-files-buffer, verilog-colorize-region)
1062 (verilog-load-file-at-mouse, verilog-load-file-at-point)
1063 (verilog-mode, verilog-read-inst-module-matcher): With point on a
1064 AUTOINST cell instance name, middle mouse button now finds-file on
1065 it. Suggested by Brad Dobbie.
1066 (verilog-alw-get-temps, verilog-auto-reset)
1067 (verilog-auto-sense-sigs, verilog-read-always-signals)
1068 (verilog-read-always-signals-recurse): Fix loop indexes being
1069 AUTORESET. AUTORESET now assumes any variables in the
1070 initialization section of a for() should be ignored.
1071 Reported by Dan Dever.
1072 (verilog-error-font-lock-keywords)
1073 (verilog-error-regexp-emacs-alist)
1074 (verilog-error-regexp-xemacs-alist): Fix error detection of
1075 Cadence HAL, reported by David Asher. Repair drift between the
1076 three similar error variables.
1077 (verilog-modi-lookup, verilog-modi-lookup-cache)
1078 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
1079 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
1080 Fix slow verilog-auto expansion on very large files.
1081 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
1082 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
1083 "{1*2{...". Broke in last revision.
1084 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
1085 submodule connections with replications "{#{a},#{b}}".
1086
1087 2010-10-23 Glenn Morris <rgm@gnu.org>
1088
1089 * comint.el (comint-password-prompt-regexp):
1090 Match "enter the password". (Bug#7224)
1091
1092 2010-10-22 Juanma Barranquero <lekktu@gmail.com>
1093
1094 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
1095 Fix typo in docstring.
1096
1097 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
1098
1099 * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
1100 errors.
1101
1102 * net/trampver.el: Update release number.
1103
1104 2010-10-20 Kenichi Handa <handa@m17n.org>
1105
1106 * face-remap.el (text-scale-adjust): Call read-event with a proper
1107 prompt.
1108
1109 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
1110
1111 * net/tramp.el (tramp-do-file-attributes-with-stat)
1112 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
1113 order to make stat results a float. Patch by Andreas Schwab
1114 <schwab@linux-m68k.org>.
1115
1116 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1117
1118 * repeat.el (repeat): Use read-key (bug#6256).
1119
1120 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
1121
1122 * emacs-lisp/unsafep.el: Don't mark functions that display
1123 messages as safe. Suggested by Johan Bockgård.
1124
1125 2010-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1126
1127 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
1128 Turn comments into docstrings.
1129
1130 * minibuffer.el (completion--replace): Move point where it belongs
1131 when there's a common suffix (bug#7215).
1132
1133 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
1134
1135 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1136 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
1137 <dale@codefu.org>.
1138
1139 2010-10-15 Kenichi Handa <handa@m17n.org>
1140
1141 * international/characters.el: Add category '|' (word breakable)
1142 to fullwidth characters.
1143
1144 2010-10-14 Kenichi Handa <handa@m17n.org>
1145
1146 * mail/rmail.el (rmail-show-message-1): Catch an error of
1147 base64-decode-region and just show an error message (bug#7165).
1148
1149 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
1150 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
1151 a font-spec (bug#7197).
1152
1153 2010-10-13 Glenn Morris <rgm@gnu.org>
1154
1155 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
1156
1157 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
1158
1159 * international/mule.el (define-coding-system):
1160 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1161 * composite.el (compose-region): Fix typo in docstring.
1162
1163 2010-10-10 Jan Djärv <jan.h.d@swipnet.se>
1164
1165 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
1166 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
1167 (mac-right-option-modifier): New alias for ns-right-option-modifier.
1168
1169 * cus-start.el (all): ns-right-alternate-modifier is new.
1170
1171 2010-10-10 Andreas Schwab <schwab@linux-m68k.org>
1172
1173 * Makefile.in (ELCFILES): Update.
1174
1175 2010-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1176
1177 * emacs-lisp/lisp.el (lisp-completion-at-point):
1178 Use emacs-lisp-mode-syntax-table for the whole function.
1179
1180 2010-10-09 Richard Sharman <richard_sharman@mitel.com> (tiny change)
1181
1182 * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
1183 (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
1184 work when breakpoint number exceeds nine.
1185
1186 2010-10-05 David Koppelman <koppel@ece.lsu.edu>
1187
1188 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
1189 instead of font-lock-mode before adding keywords.
1190 Remove hi-lock-mode off code. Remove inhibit hack.
1191 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
1192 non-nil; removed hook inhibit hack.
1193
1194 2010-10-09 Glenn Morris <rgm@gnu.org>
1195
1196 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
1197 (load-path-shadows-find): ... to this.
1198 (list-load-path-shadows): Update for above change.
1199
1200 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
1201
1202 2010-10-08 Glenn Morris <rgm@gnu.org>
1203
1204 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
1205
1206 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
1207 (shadows-compare-text-p): Make it an obsolete alias for...
1208 (load-path-shadows-compare-text): ... new name.
1209 (find-emacs-lisp-shadows): Update for above name change.
1210 (load-path-shadows-same-file-or-nonexistent): New name for the old
1211 shadow-same-file-or-nonexistent.
1212
1213 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
1214
1215 * minibuffer.el (completion--some, completion--do-completion)
1216 (minibuffer-complete-and-exit, minibuffer-completion-help)
1217 (completion-basic-try-completion)
1218 (completion-basic-all-completions)
1219 (completion-pcm--find-all-completions): Use lexical-let to
1220 avoid some false matches in variable completion (Bug#7056)
1221
1222 2010-10-03 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
1223
1224 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
1225
1226 2010-10-03 Leo <sdl.web@gmail.com>
1227
1228 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
1229 return non-nil if the file exists (Bug#7090).
1230
1231 2010-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1232
1233 * minibuffer.el (completion--replace):
1234 Better preserve markers (bug#7138).
1235
1236 2010-09-29 Juanma Barranquero <lekktu@gmail.com>
1237
1238 * server.el (server-process-filter): Doc fix.
1239
1240 2010-09-27 Drew Adams <drew.adams@oracle.com>
1241
1242 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
1243
1244 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
1245
1246 * Makefile.in (ELCFILES): Update.
1247
1248 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1249 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
1250
1251 2010-09-27 Kenichi Handa <handa@m17n.org>
1252
1253 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
1254 "ustar" format.
1255
1256 2010-09-27 Kenichi Handa <handa@m17n.org>
1257
1258 * international/mule.el (define-coding-system): Docstring fixed.
1259
1260 * international/mule-diag.el (describe-character-set): Use princ
1261 with proper print-length and print-level instead of insert.
1262
1263 2010-09-26 Juanma Barranquero <lekktu@gmail.com>
1264
1265 * window.el (walk-windows): Doc fix (bug#7105).
1266
1267 2010-09-23 Glenn Morris <rgm@gnu.org>
1268
1269 * isearch.el (isearch-lazy-highlight-cleanup)
1270 (isearch-lazy-highlight-initial-delay)
1271 (isearch-lazy-highlight-interval)
1272 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
1273 * net/net-utils.el (ipconfig-program-options):
1274 Move aliases to options before the associated definitions.
1275
1276 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1277
1278 * newcomment.el (comment-normalize-vars): Better test validity of
1279 comment-end-skip.
1280
1281 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1282
1283 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
1284 (float-e): New name for `e'.
1285 (degrees-to-radians, radians-to-degrees):
1286 * calendar/solar.el (solar-longitude):
1287 * calculator.el (calculator-registers, calculator-funcall):
1288 * textmodes/artist.el (artist-spray-random-points):
1289 * play/bubbles.el (bubbles--initialize-images): Use new names.
1290
1291 2010-09-19 Eric M. Ludlam <zappo@gnu.org>
1292
1293 Update to CEDET 1.0's version of EIEIO.
1294
1295 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
1296 New function.
1297 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
1298 (eieio-default-eval-maybe): Eval val instead of unquoting only.
1299 (class-precedence-list): If class is nil, return nil.
1300 (eieio-generic-call): If class of first input arg is nil, don't
1301 look up static methods, and do check for primary methods.
1302 (initialize-instance): See if the default needs to be evaluated
1303 during the constructor.
1304 (eieio-perform-slot-validation-for-default): Don't do the check
1305 for values that will eventually be evaluated.
1306 (eieio-eval-default-p): New function.
1307 (eieio-default-eval-maybe): Use it.
1308
1309 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
1310
1311 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
1312 method-invocation-order.
1313 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
1314 (eieio-class-precedence-dfs): Compute class precedence list using
1315 dfs algorithm.
1316 (eieio-class-precedence-bfs): Compute class precedence list using
1317 bfs algorithm.
1318 (eieio-class-precedence-c3): Compute class precedence list using
1319 c3 algorithm.
1320 (class-precedence-list): New function.
1321 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
1322 (inconsistent-class-hierarchy): New error symbol.
1323 (call-next-method): Stow the replacement argument list for future
1324 call-next-method invocations.
1325
1326 2010-09-15 Glenn Morris <rgm@gnu.org>
1327
1328 * calendar/appt.el (appt-check): If not displaying the diary,
1329 use (diary 1) to only get the entries we need.
1330 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
1331 that it is in day order. (Bug#7019)
1332
1333 * calendar/appt.el (appt-check): Rather than showing the diary,
1334 just turn off invisible display, and only if needed.
1335
1336 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
1337
1338 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1339
1340 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1341 Add `when' argument. Update callers.
1342
1343 * subr.el (unintern): Declare the obarray arg mandatory.
1344
1345 2010-09-14 Glenn Morris <rgm@gnu.org>
1346
1347 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1348 Doc fixes.
1349
1350 * calendar/diary-lib.el (diary-included-files): New variable.
1351 (diary-list-entries): Maybe initialize diary-included-files.
1352 (diary-include-other-diary-files): Append to diary-included-files.
1353 * calendar/appt.el (appt-update-list): Also check the members of
1354 diary-included-files. (Bug#6999)
1355 (appt-check): Doc fix.
1356
1357 2010-09-12 David Reitter <david.reitter@gmail.com>
1358
1359 * simple.el (line-move-visual): Do not truncate goal column to
1360 integer size. (Bug#7020)
1361
1362 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1363
1364 * repeat.el (repeat): Allow repeating when the last event is a click.
1365 Suggested by Drew Adams (bug#6256).
1366
1367 2010-09-11 Sascha Wilde <wilde@sha-bang.de>
1368
1369 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1370 Replace setting HGRCPATH to "" by some less invasive --config options.
1371
1372 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1373
1374 * font-lock.el (font-lock-beginning-of-syntax-function):
1375 Mark as obsolete.
1376
1377 2010-09-10 Glenn Morris <rgm@gnu.org>
1378
1379 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1380 and tool-bar modes. (Bug#6211)
1381 (menu-bar-mode): Move setting of standard-value after the
1382 minor-mode definition, otherwise it seems to have no effect.
1383
1384 2010-09-08 Masatake YAMATO <yamato@redhat.com>
1385
1386 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1387 Fix typo. (Bug#6976)
1388
1389 2010-09-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1390
1391 * whitespace.el: Allow cleaning up blanks without blank
1392 visualization (Bug#6651). Adjust help window for
1393 whitespace-toggle-options (Bug#6479). Allow to use fill-column
1394 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
1395 (whitespace-style): Add new value 'face. Adjust docstring.
1396 (whitespace-space, whitespace-hspace, whitespace-tab):
1397 Adjust foreground property face.
1398 (whitespace-line-column): Adjust docstring and type declaration.
1399 (whitespace-style-value-list, whitespace-toggle-option-alist)
1400 (whitespace-help-text): Adjust const initialization.
1401 (whitespace-toggle-options, global-whitespace-toggle-options):
1402 Adjust docstring.
1403 (whitespace-display-window, whitespace-interactive-char)
1404 (whitespace-style-face-p, whitespace-color-on): Adjust code.
1405 (whitespace-help-scroll): New fun.
1406
1407 2010-09-05 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1408
1409 * files.el (directory-abbrev-alist): Use \` as default regexp.
1410
1411 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1412 chars like - or ] (bug#6984).
1413 (rx-any-condense-range): Explode 2-char ranges.
1414
1415 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1416
1417 * textmodes/bibtex.el:
1418 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1419
1420 2010-09-02 Glenn Morris <rgm@gnu.org>
1421
1422 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1423
1424 2010-08-31 Kenichi Handa <handa@m17n.org>
1425
1426 * international/mule-cmds.el (standard-display-european-internal):
1427 Setup standard-display-table for 8-bit characters by storing 8-bit
1428 characters in the element vector.
1429
1430 * disp-table.el (standard-display-8bit):
1431 Setup standard-display-table for 8-bit characters by storing 8-bit
1432 characters in the element vector.
1433 (standard-display-european): Likewise.
1434
1435 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
1436
1437 Sync with Tramp 2.1.19.
1438
1439 * net/tramp-cmds.el (tramp-cleanup-all-connections)
1440 (tramp-reporter-dump-variable, tramp-load-report-modules)
1441 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1442 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1443
1444 * net/tramp-compat.el (top): Do not autoload
1445 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
1446 only when `start-file-process' is not bound.
1447 (byte-compile-not-obsolete-vars): Define if not bound.
1448 (tramp-compat-funcall): New defmacro.
1449 (tramp-compat-line-beginning-position)
1450 (tramp-compat-line-end-position)
1451 (tramp-compat-temporary-file-directory)
1452 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1453 (tramp-compat-copy-file, tramp-compat-copy-directory)
1454 (tramp-compat-delete-file, tramp-compat-delete-directory)
1455 (tramp-compat-number-sequence, tramp-compat-process-running-p):
1456 Use it.
1457 (tramp-advice-file-expand-wildcards): Do not use
1458 `tramp-handle-file-remote-p'.
1459 (tramp-compat-make-temp-file): Simplify fallback implementation.
1460 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1461 (tramp-compat-copy-tree): Remove function.
1462 (tramp-compat-delete-file): New defun.
1463 (tramp-compat-delete-directory): Provide implementation for older
1464 Emacsen.
1465 (tramp-compat-file-attributes): Handle only
1466 `wrong-number-of-arguments' error.
1467
1468 * net/tramp-fish.el (tramp-fish-handle-copy-file):
1469 Add PRESERVE_SELINUX_CONTEXT.
1470 (tramp-fish-handle-delete-file): Add TRASH arg.
1471 (tramp-fish-handle-directory-files-and-attributes):
1472 Do not use `tramp-fish-handle-file-attributes.
1473 (tramp-fish-handle-file-local-copy)
1474 (tramp-fish-handle-insert-file-contents)
1475 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1476
1477 * net/tramp-gvfs.el (top): Require url-util.
1478 (tramp-gvfs-mount-point): Remove.
1479 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1480 and `set-file-selinux-context'.
1481 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1482 (tramp-gvfs-handle-file-selinux-context)
1483 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1484 (with-tramp-dbus-call-method): Format trace message.
1485 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1486 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1487 Implement backup call, when operation on local files fails.
1488 Use progress reporter. Flush properties of changed files.
1489 (tramp-gvfs-handle-delete-file): Add TRASH arg.
1490 Use `tramp-compat-delete-file'.
1491 (tramp-gvfs-handle-expand-file-name): Expand "~/".
1492 (tramp-gvfs-handle-make-directory): Make more traces.
1493 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1494 (tramp-gvfs-url-file-name): Hexify file name in url.
1495 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1496 into account for the resulting file name.
1497 (tramp-gvfs-handler-askquestion): Preserve current message, in
1498 order to let progress reporter continue afterwards. (Bug#6257)
1499 Return dummy mountpoint, when the answer is "no".
1500 See `tramp-gvfs-maybe-open-connection'.
1501 (tramp-gvfs-handler-mounted-unmounted)
1502 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1503 attribute "default_location". Set "prefix" property.
1504 Handle default-location.
1505 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1506 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1507 exists. Raise an error, if not (due to a corresponding answer
1508 "no" in interactive questions, for example).
1509 Use `tramp-compat-funcall'.
1510
1511 * net/tramp-imap.el (top): Autoload `epg-make-context'.
1512 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1513 (tramp-imap-do-copy-or-rename-file)
1514 (tramp-imap-handle-insert-file-contents)
1515 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1516 (tramp-imap-handle-delete-file): Add TRASH arg.
1517
1518 * net/tramp-smb.el (tramp-smb-handle-copy-file):
1519 Add PRESERVE-SELINUX-CONTEXT.
1520 (tramp-smb-handle-copy-file)
1521 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1522 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1523 Use `with-progress-reporter'.
1524 (tramp-smb-handle-delete-file): Add TRASH arg.
1525
1526 * net/tramp.el (tramp-methods): Move hostname to the end in all
1527 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
1528 appropriate.
1529 (tramp-verbose): Describe verbose level 9.
1530 (tramp-completion-function-alist)
1531 (tramp-file-name-regexp, tramp-chunksize)
1532 (tramp-local-coding-commands, tramp-remote-coding-commands)
1533 (with-connection-property, tramp-completion-mode-p)
1534 (tramp-action-process-alive, tramp-action-out-of-band)
1535 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1536 (tramp-exists-file-name-handler): Fix docstring.
1537 (tramp-remote-process-environment): Use `format' instead of
1538 `concat'. Protect version string by apostroph.
1539 (tramp-shell-prompt-pattern): Do not use a shy group in case of
1540 XEmacs.
1541 (tramp-file-name-regexp-unified)
1542 (tramp-completion-file-name-regexp-unified): On W32 systems, do
1543 not regard the volume letter as remote filename. (Bug#5447)
1544 (tramp-perl-file-attributes)
1545 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1546 (tramp-vc-registered-read-file-names): Read input as
1547 here-document, otherwise the command could exceed maximum length
1548 of command line.
1549 (tramp-file-name-handler-alist): Add `file-selinux-context' and
1550 `set-file-selinux-context'.
1551 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
1552 backtrace functions.
1553 (tramp-error-with-buffer): Don't show the connection buffer when
1554 we are in completion mode.
1555 (tramp-progress-reporter-update, tramp-remote-selinux-p)
1556 (tramp-handle-file-selinux-context)
1557 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
1558 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
1559 New defuns.
1560 (with-progress-reporter): New defmacro.
1561 (tramp-debug-outline-regexp): New defconst.
1562 (top, tramp-rfn-eshadow-setup-minibuffer)
1563 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1564 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1565 (tramp-completion-mode-p, tramp-check-for-regexp)
1566 (tramp-open-connection-setup-interactive-shell)
1567 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1568 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1569 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
1570 Use `tramp-compat-funcall'.
1571 (tramp-handle-make-symbolic-link): Flush file properties.
1572 (tramp-handle-load, tramp-handle-file-local-copy)
1573 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1574 (tramp-handle-vc-registered, tramp-maybe-send-script)
1575 (tramp-find-shell): Use `with-progress-reporter'.
1576 (tramp-do-file-attributes-with-stat): Add space in format string,
1577 in order to work around a bug in pdksh. Reported by Gilles Pion
1578 <gpion@lfdj.com>.
1579 (tramp-handle-verify-visited-file-modtime): Do not send a command
1580 when the connection is not established.
1581 (tramp-handle-set-file-times): Simplify the check for utc.
1582 (tramp-handle-directory-files-and-attributes)
1583 (tramp-get-remote-path): Use `copy-tree'.
1584 (tramp-completion-handle-file-name-all-completions): Ensure, that
1585 non remote files are still checked. Oops.
1586 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1587 Handle PRESERVE-SELINUX-CONTEXT.
1588 (tramp-do-copy-or-rename-file): Add progress reporter.
1589 (tramp-do-copy-or-rename-file-directly): Do not use
1590 `tramp-handle-file-remote-p'.
1591 (tramp-do-copy-or-rename-file-out-of-band):
1592 Use `tramp-compat-delete-directory'.
1593 (tramp-do-copy-or-rename-file-out-of-band)
1594 (tramp-compute-multi-hops, tramp-maybe-open-connection):
1595 Use `format-spec-make'.
1596 (tramp-handle-delete-file): Add TRASH arg.
1597 (tramp-handle-dired-uncache): Flush directory cache, not only file
1598 cache.
1599 (tramp-handle-expand-file-name)
1600 (tramp-completion-handle-file-name-all-completions)
1601 (tramp-completion-handle-file-name-completion):
1602 Use `tramp-connectable-p'.
1603 (tramp-handle-start-file-process): Set connection property "vec".
1604 Use it, in order to invalidate file caches. Check only for
1605 `remote-tty' process property.
1606 Implement tty setting. (Bug#4604, Bug#6360)
1607 (tramp-file-name-for-operation): Add `call-process-region' and
1608 `set-file-selinux-context'.
1609 (tramp-find-foreign-file-name-handler)
1610 (tramp-advice-make-auto-save-file-name)
1611 (tramp-set-auto-save-file-modes): Remove superfluous check for
1612 `stringp'. This is done inside `tramp-tramp-file-p'.
1613 (tramp-file-name-handler): Trace 'quit. Catch the error for some
1614 operations when we are in completion mode. This gives the user
1615 the chance to correct the file name in the minibuffer.
1616 (tramp-completion-mode-p): Use `non-essential'.
1617 (tramp-handle-file-name-all-completions): Backward/ XEmacs
1618 compatibility: Use `completion-ignore-case' if
1619 `read-file-name-completion-ignore-case' does not exist.
1620 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1621 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1622 `tramp-open-shell'.
1623 (tramp-action-password): Hide password prompt before next run.
1624 (tramp-process-actions): Widen connection buffer for the trace.
1625 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1626 process property. Trace stty settings if `tramp-verbose' >= 9.
1627 Apply workaround for IRIX64 bug. Move argument of last
1628 `tramp-send-command' where it belongs to.
1629 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1630 front of `login-args'.
1631 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1632 on "/dev/null" instead of "/".
1633 (tramp-get-ls-command-with-dired): Make test for "--dired"
1634 stronger.
1635 (tramp-set-auto-save-file-modes): Adapt version check.
1636 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1637 (tramp-handle-process-file): Call the program in a subshell, in
1638 order to preserve working directory.
1639 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1640 `tramp-remote-sh' from `tramp-methods'.
1641 (tramp-get-ls-command): Make test for "--color=never" stronger.
1642 (tramp-check-for-regexp): Use (forward-line 1).
1643
1644 * net/trampver.el: Update release number.
1645
1646 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
1647
1648 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1649 empty argument to gvfs-copy.
1650
1651 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1652
1653 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1654 handle new TRASH arg of `delete-file'.
1655
1656 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
1657
1658 * net/tramp.el (tramp-handle-insert-directory): Don't use
1659 `forward-word', its default syntax could be changed.
1660
1661 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1662 Michael Albinus <michael.albinus@gmx.de>
1663
1664 Implement compression for inline methods.
1665
1666 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1667 (tramp-copy-size-limit): Allow also nil.
1668 (tramp-inline-compress-commands): New defconst.
1669 (tramp-find-inline-compress, tramp-get-inline-compress)
1670 (tramp-get-inline-coding): New defuns.
1671 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1672 replaced by `tramp-get-inline-coding'.
1673 (tramp-handle-file-local-copy, tramp-handle-write-region)
1674 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1675
1676 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
1677
1678 Detect ssh 'ControlMaster' argument automatically in some cases.
1679
1680 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1681 (tramp-default-method): Use it.
1682
1683 2010-08-26 Karel Klíč <kklic@redhat.com>
1684
1685 * net/tramp.el (tramp-file-name-for-operation):
1686 Add file-selinux-context.
1687
1688 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
1689
1690 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1691
1692 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1693
1694 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1695 (Bug#6907).
1696
1697 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
1698
1699 * progmodes/python.el (python-block-pairs): Allow use of "finally"
1700 with "else" (Bug#3991).
1701
1702 2010-08-22 Leo <sdl.web@gmail.com>
1703
1704 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1705 (ignore, bright, dim, keyword): Split list of nicknames before
1706 passing to rcirc-add-or-remove (Bug#6894).
1707
1708 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
1709
1710 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1711
1712 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1713
1714 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
1715 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
1716 New version 13.0.
1717 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1718 Adjust initialization.
1719 (whitespace-bob-marker, whitespace-eob-marker)
1720 (whitespace-buffer-changed): New vars.
1721 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
1722 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1723 (whitespace-post-command-hook, whitespace-display-char-on):
1724 Adjust code.
1725 (whitespace-looking-back, whitespace-buffer-changed): New funs.
1726 (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
1727
1728 2010-08-21 Leo <sdl.web@gmail.com>
1729
1730 Fix buffer-list rename&refresh after killing a buffer in ido.
1731 * lisp/ido.el: Revert Óscar's.
1732 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1733 Remember the buffers at head, rather than their name.
1734 * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1735
1736 2010-08-21 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
1737 Stefan Monnier <monnier@iro.umontreal.ca>
1738
1739 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1740 extra backslash added to each line (bug#6890).
1741
1742 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1743
1744 * subr.el (read-key): Don't echo keystrokes (bug#6883).
1745
1746 2010-08-21 Glenn Morris <rgm@gnu.org>
1747
1748 * menu-bar.el (menu-bar-games-menu): Add landmark.
1749
1750 2010-08-20 Glenn Morris <rgm@gnu.org>
1751
1752 * align.el (align-regexp): Make group and spacing arguments
1753 use the interactive defaults when non-interactive. (Bug#6698)
1754
1755 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1756 expansion, so as not to need sendmail.
1757 (mail-text-start): Remove declaration.
1758 (rmail-retry-failure): Require sendmail.
1759
1760 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1761
1762 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
1763
1764 2010-08-18 Michael Albinus <michael.albinus@gmx.de>
1765
1766 * progmodes/flymake.el (flymake-start-syntax-check-process):
1767 Use `start-file-process' in order to let it run also on remote hosts.
1768
1769 2010-08-18 Kenichi Handa <handa@m17n.org>
1770
1771 * files.el: Add `word-wrap' as safe local variable.
1772
1773 2010-08-18 Glenn Morris <rgm@gnu.org>
1774
1775 * woman.el (woman-translate): Case matters. (Bug#6849)
1776
1777 2010-08-14 Chong Yidong <cyd@stupidchicken.com>
1778
1779 * simple.el (kill-region): Doc fix (Bug#6787).
1780
1781 2010-08-14 Glenn Morris <rgm@gnu.org>
1782
1783 * calendar/diary-lib.el (diary-header-line-format):
1784 Fit it to the window, not the frame.
1785
1786 2010-08-11 Andreas Schwab <schwab@linux-m68k.org>
1787
1788 * subr.el (ignore-errors): Add debug declaration.
1789
1790 2010-08-09 Geoff Gole <geoffgole@gmail.com> (tiny change)
1791
1792 * whitespace.el (whitespace-color-off): Remove post-command-hook
1793 locally.
1794
1795 2010-08-08 Johan Bockgård <bojohan@gnu.org>
1796
1797 * replace.el (replace-highlight): Bind isearch-forward and
1798 isearch-error, ensuring that highlighting is updated if the user
1799 switches the search direction (Bug#6808).
1800
1801 * isearch.el (isearch-lazy-highlight-forward): New var.
1802 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
1803 (isearch-lazy-highlight-update): Use it.
1804
1805 2010-08-06 Kenichi Handa <handa@m17n.org>
1806
1807 * international/mule.el (define-charset): Store NAME as :base property.
1808 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
1809 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
1810 current priority. Force using the designation of the specific
1811 charset by adding `charset' text property. Improve the whole
1812 algorithm.
1813
1814 2010-08-05 Juanma Barranquero <lekktu@gmail.com>
1815
1816 * emulation/pc-select.el (pc-selection-mode-hook)
1817 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
1818 (pc-selection-mode): Fix typos in docstrings.
1819
1820 2010-08-04 Kenichi Handa <handa@m17n.org>
1821
1822 * language/cyrillic.el: Don't add "microsoft-cp1251" to
1823 ctext-non-standard-encodings-alist here.
1824
1825 * international/mule.el (ctext-non-standard-encodings-alist):
1826 Add "koi8-r" and "microsoft-cp1251".
1827 (ctext-standard-encodings): New variable.
1828 (ctext-non-standard-encodings-table): List only elements for
1829 non-standard encodings.
1830 (ctext-pre-write-conversion): Adjust for the above change.
1831 Check ctext-standard-encodings.
1832
1833 * international/mule-conf.el (compound-text): Doc fix.
1834 (ctext-no-compositions): Doc fix.
1835 (compound-text-with-extensions): Doc fix.
1836
1837 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1838
1839 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
1840
1841 2010-08-03 Juanma Barranquero <lekktu@gmail.com>
1842
1843 * progmodes/which-func.el (which-func-format): Split help-echo text
1844 into lines, like other mode-line tooltips.
1845
1846 * server.el (server-start): When using TCP sockets, force IPv4
1847 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
1848
1849 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1850
1851 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
1852
1853 2010-08-02 Juanma Barranquero <lekktu@gmail.com>
1854
1855 * term.el (term-delimiter-argument-list): Reflow docstring.
1856 (term-read-input-ring, term-write-input-ring, term-send-input)
1857 (term-bol, term-erase-in-display, serial-supported-or-barf):
1858 Fix typos in docstrings.
1859
1860 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1861
1862 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
1863
1864 2010-08-01 Juanma Barranquero <lekktu@gmail.com>
1865
1866 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
1867
1868 2010-08-01 MON KEY <monkey@sandpframing.com> (tiny change)
1869
1870 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
1871 Fix typo in docstring (bug#6747).
1872
1873 2010-07-30 Leo <sdl.web@gmail.com>
1874
1875 * eshell/esh-io.el (eshell-get-target): Better detection of
1876 read-only file (Bug#6762).
1877
1878 2010-07-30 Juanma Barranquero <lekktu@gmail.com>
1879
1880 * align.el (align-default-spacing): Doc fix.
1881 (align-region-heuristic, align-regexp): Fix typos in docstrings.
1882
1883 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
1884
1885 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
1886
1887 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
1888
1889 * time.el (display-time-day-and-date): Remove spurious * in docstring.
1890 (display-time-world-buffer-name, display-time-world-mode-map):
1891 Fix typos in docstrings.
1892
1893 2010-07-17 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
1894
1895 * image-mode.el (image-display-size): New function.
1896 (image-forward-hscroll, image-next-line, image-eol, image-eob)
1897 (image-mode-fit-frame): Use it (Bug#6639).
1898
1899 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
1900
1901 * dired.el (dired-buffers-for-dir): Handle list values of
1902 dired-directory (Bug#6636).
1903
1904 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
1905
1906 * vc.el (vc-coding-system-inherit-eol): New defvar.
1907 (vc-coding-system-for-diff): Use it to decide whether to inherit
1908 from the file the EOL format for reading the diffs of that file.
1909 (Bug#4451)
1910
1911 2010-07-16 Eli Zaretskii <eliz@gnu.org>
1912
1913 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
1914 unibyte, so compressed attachments are not compressed again.
1915
1916 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
1917
1918 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
1919 now that unicode is used (Bug#6594).
1920
1921 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
1922
1923 * simple.el (push-mark-command): Set the selection if
1924 select-active-regions is non-nil.
1925
1926 2010-07-10 Glenn Morris <rgm@gnu.org>
1927
1928 * calendar/calendar.el (calendar-week-end-day): New function.
1929 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
1930 Respect calendar-week-start-day. (Bug#6606)
1931 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
1932 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
1933 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
1934 respect calendar-week-start-day.
1935
1936 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
1937
1938 * simple.el (use-region-p): Doc fix (Bug#6607).
1939
1940 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
1941
1942 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
1943 builtins (BufferError, BytesWarning, WindowsError; callables
1944 bin, bytearray, bytes, format, memoryview, next, print; __package__).
1945
1946 2010-07-07 Glenn Morris <rgm@gnu.org>
1947
1948 * play/zone.el (zone-fall-through-ws): Fix next-line ->
1949 forward-line fallout.
1950
1951 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
1952
1953 * mouse.el (mouse-appearance-menu): Add docstring.
1954
1955 * help.el (describe-key): Print up-event using key-description.
1956
1957 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
1958
1959 * net/zeroconf.el (zeroconf-resolve-service)
1960 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
1961 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
1962
1963 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
1964
1965 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
1966
1967 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
1968
1969 Avoid displaying files with a nil state in vc-dir.
1970 * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
1971 cases that cause insertion.
1972 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
1973 with a nil state.
1974
1975 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
1976
1977 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
1978
1979 2010-06-29 Leo <sdl.web@gmail.com>
1980
1981 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
1982
1983 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
1984
1985 * generic-x.el (bat-generic-mode): Fix regexp for command line
1986 switches (Bug#5719).
1987
1988 2010-06-27 Masatake YAMATO <yamato@redhat.com>
1989
1990 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
1991 of nconc to avoid pure storage error (Bug#6239).
1992
1993 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
1994
1995 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
1996 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
1997 bindings of bookmark-automatically-show-annotations (Bug#6515).
1998
1999 2010-06-25 Eli Zaretskii <eliz@gnu.org>
2000
2001 * arc-mode.el (archive-zip-extract): Don't quote the file name on
2002 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
2003
2004 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
2005
2006 * comint.el (make-comint, make-comint-in-buffer): Mention return
2007 value in the docstrings. (Bug#6498)
2008
2009 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
2010
2011 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
2012 since it is not present when using some non-default switches.
2013
2014 2010-06-23 Karl Fogel <kfogel@red-bean.com>
2015
2016 * simple.el (compose-mail): Fix doc string to refer to
2017 `compose-mail-user-agent-warnings', instead of to the
2018 nonexistent `compose-mail-check-user-agent'.
2019
2020 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2021
2022 Fix vc-annotate for renamed files when using Git.
2023 * vc-git.el (vc-git-find-revision): Deal with empty results from
2024 ls-files. Doe not pass the object as a file name to cat-file, it
2025 is not a file name.
2026 (vc-git-annotate-command): Pass the file name using -- to avoid
2027 ambiguity with the revision.
2028 (vc-git-previous-revision): Pass a relative file name.
2029
2030 2010-06-22 Glenn Morris <rgm@gnu.org>
2031
2032 * progmodes/js.el (js-mode-map): Use standard capitalization and
2033 ellipses for menu entries.
2034
2035 * wid-edit.el (widget-complete): Doc fix.
2036
2037 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
2038
2039 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
2040
2041 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2042
2043 Fix annotating other revisions for renamed files in vc-annotate.
2044 * vc-annotate.el (vc-annotate): Add an optional argument for the
2045 VC backend. Use it when non-nil.
2046 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate
2047 (Bug#6487).
2048
2049 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
2050 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
2051 Do not pass the file name to the 'previous-revision call when we
2052 don't want a file diff. (Bug#6489)
2053
2054 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
2055
2056 Fix finding revisions for renamed files in vc-annotate.
2057 * vc.el (vc-find-revision): Add an optional argument for
2058 the VC backend. Use it when non-nil.
2059 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
2060 backend to vc-find-revision. (Bug#6487)
2061
2062 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
2063
2064 Fix reading file names in Git annotate buffers.
2065 * vc-git.el (vc-git-annotate-extract-revision-at-line):
2066 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
2067
2068 2010-06-20 Alan Mackenzie <acm@muc.de>
2069
2070 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
2071 in file local variables, set it first.
2072
2073 2010-06-19 Glenn Morris <rgm@gnu.org>
2074
2075 * descr-text.el (describe-char-unicode-data): Insert separating
2076 space when needed. (Bug#6422)
2077
2078 * progmodes/idlwave.el (idlwave-action-and-binding):
2079 Fix typo in 2009-12-03 change. (Bug#6450)
2080
2081 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
2082
2083 * subr.el (read-quoted-char): Fix up last change (bug#6290).
2084
2085 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
2086
2087 * font-lock.el (font-lock-major-mode): Rename from
2088 font-lock-mode-major-mode to distinguish it from
2089 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
2090 (font-lock-set-defaults):
2091 * font-core.el (font-lock-default-function): Adjust users.
2092 (font-lock-mode): Don't set it at all.
2093
2094 2010-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2095
2096 * vc-annotate.el (vc-annotate): Use vc-read-revision.
2097
2098 2010-06-15 Glenn Morris <rgm@gnu.org>
2099
2100 * calendar/appt.el (appt-time-msg-list): Doc fix.
2101 (appt-check): Let-bind appt-warn-time.
2102 (appt-add): Make the 3rd argument optional.
2103 Simplify argument names. Doc fix. Check for integer WARNTIME.
2104 Only add WARNTIME to the output list if non-nil.
2105
2106 2010-06-15 Ivan Kanis <apple@kanis.eu>
2107
2108 * calendar/appt.el (appt-check): Let the 3rd element of
2109 appt-time-msg-list specify the warning time.
2110 (appt-add): Add new argument with the warning time. (Bug#5176)
2111
2112 2010-06-12 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
2113
2114 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
2115 older than version 1.6. (Bug#6361)
2116
2117 2010-06-12 Helmut Eller <eller.helmut@gmail.com>
2118
2119 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
2120 used by cl-do-arglist. (Bug#6408)
2121
2122 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2123
2124 * emacs-lisp/advice.el (ad-compile-function):
2125 Define warning-suppress-types before we let-bind it (bug#6275).
2126
2127 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
2128 declare it, make it buffer-local and permanent-local (bug#6324).
2129 (vc-resynch-window): Adjust name.
2130 * vc-hooks.el (vc-find-file-hook): Adjust name.
2131
2132 2010-06-07 Jonathan Rockway <jon@jrock.us>
2133
2134 * net/rcirc.el: Add support for password authentication.
2135 (rcirc-server-alist): Add :password keyword.
2136 (rcirc): Ask for a password, or get it from the server's alist.
2137 (rcirc-connect): Add password argument. Pass it to server.
2138
2139 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
2140
2141 * net/dbus.el (dbus-register-method): Declare function.
2142 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
2143 (dbus-introspect): Doc fix.
2144 (dbus-event-bus-name, dbus-introspect-get-interface)
2145 (dbus-introspect-get-argument): Reflow docstrings.
2146
2147 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
2148
2149 * term/common-win.el (x-colors): Add "dark green" and "dark
2150 turquoise" (Bug#6332).
2151
2152 2010-06-03 Glenn Morris <rgm@gnu.org>
2153
2154 * desktop.el (desktop-clear-preserve-buffers):
2155 Add "*Warnings*" buffer. (Bug#6336)
2156
2157 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
2158
2159 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
2160
2161 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2162
2163 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
2164 `file-directory-p' to the filename part rather than to the whole text.
2165
2166 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2167
2168 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
2169
2170 2010-05-31 Drew Adams <drew.adams@oracle.com>
2171
2172 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
2173
2174 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
2175
2176 * subr.el (momentary-string-display): Just use read-event to read
2177 the exit event (Bug#6238).
2178
2179 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
2180
2181 * ansi-color.el: Delete unused escape sequences (Bug#6085).
2182 (ansi-color-drop-regexp): New constant.
2183 (ansi-color-apply, ansi-color-filter-region)
2184 (ansi-color-apply-on-region): Delete unrecognized control sequences.
2185 (ansi-color-apply): Build string list before calling concat.
2186
2187 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
2188
2189 * progmodes/verilog-mode.el (verilog-type-font-keywords):
2190 Use font-lock-constant-face, not obsolete font-lock-reference-face.
2191
2192 2010-05-27 Masatake YAMATO <yamato@redhat.com>
2193
2194 * htmlfontify.el (hfy-face-resolve-face): New function.
2195 (hfy-face-to-style): Use it (Bug#6279).
2196
2197 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2198
2199 * epa.el (epa--select-keys): Don't explicitly delete the window since
2200 that can fail (e.g. sole window in frame). Use dedication instead.
2201
2202 2010-05-19 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
2203
2204 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
2205
2206 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2207
2208 * subr.el (read-quoted-char): Resolve modifiers after key
2209 remapping (bug#6212).
2210
2211 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2212
2213 * tmm.el (tmm-prompt): Don't try to precompute bindings.
2214 (tmm-get-keymap): Compute shortcuts (bug#6171).
2215
2216 2010-05-10 Glenn Morris <rgm@gnu.org>
2217
2218 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
2219 all dired buffers, even tramp ones. (Bug#5755) [Backport from trunk]
2220
2221 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2222
2223 * Version 23.2 released.
2224
2225 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
2226
2227 * international/mule.el (auto-coding-alist): Only purecopy
2228 car of each item, not the whole list (Bug#6083).
2229
2230 2010-05-02 Chong Yidong <cyd@stupidchicken.com>
2231
2232 * progmodes/js.el (js-mode): Make paragraph variables local before
2233 calling c-setup-paragraph-variables (Bug#6071).
2234
2235 2010-05-01 Eli Zaretskii <eliz@gnu.org>
2236
2237 * composite.el (compose-region, reference-point-alist): Fix typos
2238 in the doc strings.
2239
2240 2010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2241
2242 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2243 gnuplot's "set" command.
2244
2245 2010-04-26 Juanma Barranquero <lekktu@gmail.com>
2246
2247 * abbrev.el (last-abbrev-text): Doc fix.
2248 (abbrev-prefix-mark): Don't escape parenthesis.
2249
2250 2010-04-24 Andreas Schwab <schwab@linux-m68k.org>
2251
2252 * composite.el (find-composition): Doc fix.
2253
2254 2010-04-24 Juanma Barranquero <lekktu@gmail.com>
2255
2256 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2257 (sql-oracle-program, sql-sqlite-options)
2258 (sql-query-placeholders-and-send): Doc fixes.
2259 (sql-set-product, sql-interactive-mode): Reflow docstrings.
2260 (sql-imenu-generic-expression, sql-buffer)
2261 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2262 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2263 (sql-mode-sybase-font-lock-keywords)
2264 (sql-mode-informix-font-lock-keywords)
2265 (sql-mode-interbase-font-lock-keywords)
2266 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2267 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2268 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2269 (sql-product-feature, sql-highlight-product)
2270 (comint-line-beginning-position, sql-rename-buffer)
2271 (sql-toggle-pop-to-buffer-after-send-region)
2272 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2273 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2274 Fix typos in docstrings.
2275
2276 2010-04-23 Juri Linkov <juri@jurta.org>
2277
2278 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2279 property instead of `invisible' and `after-string' (bug#5998).
2280
2281 2010-04-23 Juri Linkov <juri@jurta.org>
2282
2283 * image-mode.el (image-mode-as-text): Fix typo in docstring.
2284
2285 2010-04-23 Juanma Barranquero <lekktu@gmail.com>
2286
2287 * filecache.el (file-cache-add-directory-list)
2288 (file-cache-add-directory-recursively): Fix typos in docstrings.
2289
2290 2010-04-22 Kenichi Handa <handa@m17n.org>
2291
2292 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2293 (gujarati-composable-pattern): Fix typo.
2294
2295 2010-04-20 Kenichi Handa <handa@m17n.org>
2296
2297 * language/indian.el (oriya-composable-pattern)
2298 (tamil-composable-pattern, malayalam-composable-pattern):
2299 Add two-part vowels to "v" (vowel sign).
2300
2301 2010-04-20 Chong Yidong <cyd@stupidchicken.com>
2302
2303 * files.el (copy-directory): Handle symlinks (Bug#5982).
2304
2305 * progmodes/compile.el (compilation-next-error-function):
2306 Revert 2009-10-12 change (Bug#5983).
2307
2308 2010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2309
2310 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2311 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
2312 (Bug#5846).
2313
2314 2010-04-20 Glenn Morris <rgm@gnu.org>
2315
2316 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2317
2318 * minibuffer.el (completion-at-point): Doc fix.
2319
2320 2010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
2321
2322 Fix the version number for added files.
2323 * vc-hg.el (vc-hg-working-revision): Check if the file is
2324 registered after hg parent fails (Bug#5961).
2325
2326 2010-04-17 Glenn Morris <rgm@gnu.org>
2327
2328 * htmlfontify.el (htmlfontify-buffer)
2329 (htmlfontify-copy-and-link-dir): Autoload entry points.
2330
2331 2010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
2332
2333 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
2334 name relative to the project root (Bug#5960).
2335
2336 2010-04-16 Glenn Morris <rgm@gnu.org>
2337
2338 * vc-git.el (vc-git-print-log): Doc fix.
2339
2340 2010-04-14 Óscar Fuentes <ofv@wanadoo.es>
2341
2342 * ido.el (ido-file-internal): Fix 2009-12-02 change.
2343
2344 2010-04-14 Christoph <cschol2112@googlemail.com> (tiny change)
2345
2346 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
2347 default settings (Bug#5928).
2348
2349 2010-04-10 Glenn Morris <rgm@gnu.org>
2350
2351 * progmodes/fortran.el (fortran-match-and-skip-declaration):
2352 New function.
2353 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
2354
2355 2010-04-07 Kenichi Handa <handa@m17n.org>
2356
2357 * language/indian.el (malayalam-composable-pattern): Fix previous
2358 change (add U+0D4D "SIGN VIRAMA").
2359 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2360 (tamil-composable-pattern): Fix typo in the regexp.
2361 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2362 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2363 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2364
2365 2010-04-06 Chong Yidong <cyd@stupidchicken.com>
2366
2367 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2368 paragraph-separate (Bug#5821).
2369
2370 2010-04-05 Juri Linkov <juri@jurta.org>
2371
2372 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2373
2374 * info.el (Info-find-node-2): Comment out code that skips
2375 breadcrumbs line.
2376 (Info-mouse-follow-link): New command.
2377 (Info-link-keymap): New keymap.
2378 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2379 Return a string with links instead of inserting breadcrumbs
2380 to the Info buffer.
2381 (Info-fontify-node): Comment out code that inserts breadcrumbs.
2382 Instead of putting the `invisible' text property over the Info
2383 header, make an overlay over the Info header with the `invisible'
2384 property and `after-string' set to the string returned by
2385 `Info-breadcrumbs'.
2386
2387 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
2388
2389 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2390 Reported by monkey@sandpframing.com.
2391
2392 2010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
2393
2394 * textmodes/artist.el (artist-mode): Fix typo in docstring.
2395 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
2396
2397 2010-03-30 Kenichi Handa <handa@m17n.org>
2398
2399 * language/sinhala.el (composition-function-table): Fix regexp for
2400 the new Unicode specification.
2401
2402 * language/indian.el (devanagari-composable-pattern)
2403 (tamil-composable-pattern, kannada-composable-pattern)
2404 (malayalam-composable-pattern): Adjust for the new Unicode
2405 specification.
2406 (bengali-composable-pattern, gurmukhi-composable-pattern)
2407 (gujarati-composable-pattern, oriya-composable-pattern)
2408 (telugu-composable-pattern): New variables to cope with the new
2409 Unicode specification. Use them in composition-function-table.
2410
2411 2010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2412
2413 Make tmm-menubar work for the Buffers menu again (bug#5726).
2414 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2415 vectors rather than cons cells, as used in menu-bar-update-buffers.
2416
2417 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
2418
2419 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2420 (js-insert-and-indent): Revert 2009-08-15 change, restoring
2421 electric punctuation for "{}();,:" (Bug#5586).
2422
2423 * mail/sendmail.el (mail-default-directory): Doc fix.
2424
2425 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
2426
2427 * mail/sendmail.el (mail-default-directory): Doc fix.
2428
2429 2010-03-27 Eli Zaretskii <eliz@gnu.org>
2430
2431 * subr.el (version-regexp-alist, version-to-list)
2432 (version-list-<, version-list-=, version-list-<=)
2433 (version-list-not-zero, version<, version<=, version=): Doc fix.
2434 (Bug#5744).
2435
2436 2010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2437 Nick Roberts <nickrob@snap.net.nz>
2438
2439 * progmodes/gdb-ui.el (gdb-apple-test): New function.
2440 (gdb-init-1): Use it.
2441
2442 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2443
2444 * vc.el (vc-root-diff): Doc fix.
2445
2446 2010-03-25 Chong Yidong <cyd@stupidchicken.com>
2447
2448 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2449
2450 * simple.el (append-to-buffer): Fix last change.
2451
2452 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
2453
2454 * simple.el (append-to-buffer): Ensure that point is preserved if
2455 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
2456 (Bug#5749)
2457
2458 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2459
2460 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2461 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2462 not be present any more.
2463
2464 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
2465
2466 * faces.el (set-face-attribute): Fix typo in docstring.
2467 (face-valid-attribute-values): Reflow docstring.
2468
2469 2010-03-23 Glenn Morris <rgm@gnu.org>
2470
2471 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
2472
2473 2010-03-21 Chong Yidong <cyd@stupidchicken.com>
2474
2475 * indent.el (indent-for-tab-command): Doc fix.
2476
2477 2010-03-22 Juanma Barranquero <lekktu@gmail.com>
2478
2479 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2480 (image-dired-read-comment): Doc fix.
2481
2482 * json.el (json-object-type, json-array-type, json-key-type)
2483 (json-false, json-null, json-read-number):
2484 * minibuffer.el (completion-in-region-functions):
2485 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2486 (cal-tex-cursor-week):
2487 * emacs-lisp/trace.el (trace-function):
2488 * eshell/em-basic.el (eshell/printnl):
2489 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2490 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2491 * obsolete/levents.el (allocate-event, event-key, event-object)
2492 (event-point, event-process, event-timestamp, event-to-character)
2493 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2494 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2495 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2496 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2497 (reftex-highlight-selection): Fix typos in docstrings.
2498
2499 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
2500
2501 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2502
2503 2010-03-18 Glenn Morris <rgm@gnu.org>
2504
2505 * mail/rmail.el (rmail-highlight-face): Restore option deleted
2506 2008-02-13 without comment; mark it obsolete.
2507 (rmail-highlight-headers): Use rmail-highlight-face once more.
2508
2509 2010-03-16 Chong Yidong <cyd@stupidchicken.com>
2510
2511 * woman.el (woman2-process-escapes): Only consume the newline if
2512 the filler character is on a line by itself (Bug#5729).
2513
2514 2010-03-16 Kenichi Handa <handa@m17n.org>
2515
2516 * language/indian.el (devanagari-composable-pattern): Add more
2517 consonants.
2518
2519 2010-03-14 Michael Albinus <michael.albinus@gmx.de>
2520
2521 * net/trampver.el: Update release number.
2522
2523 2010-03-13 Glenn Morris <rgm@gnu.org>
2524
2525 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2526
2527 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
2528
2529 * net/tramp.el (tramp-find-executable):
2530 Use `tramp-get-connection-buffer'. Make the regexp for checking
2531 output of "wc -l" more robust.
2532 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2533 (tramp-open-connection-setup-interactive-shell): Remove workaround
2534 for OpenSolaris bug, it is not needed anymore.
2535
2536 2010-03-12 Glenn Morris <rgm@gnu.org>
2537
2538 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
2539
2540 2010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
2541
2542 * files.el (auto-mode-alist): Accept more verilog file patterns.
2543
2544 2010-03-09 Miles Bader <miles@gnu.org>
2545
2546 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
2547 instead of "format:"; this ensures that the output is
2548 newline-terminated.
2549
2550 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
2551
2552 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
2553 that all errors are caught, and that the return value is always a
2554 list (Bug#5692).
2555
2556 2010-03-08 Kenichi Handa <handa@m17n.org>
2557
2558 * language/misc-lang.el (windows-1256): New coding system.
2559 (cp1256): New alias of windows-1256 (bug#5690).
2560
2561 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
2562
2563 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
2564 call to rfc822-bad-address. (Bug#5692)
2565
2566 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
2567
2568 * vc-git.el (vc-git-annotate-extract-revision-at-line):
2569 Use vc-git-root as default directory for revision path (Bug#5657).
2570
2571 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
2572
2573 * calculator.el (calculator): Don't bind split-window-keep-point
2574 (Bug#5674).
2575
2576 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
2577
2578 * vc-git.el: Re-flow to fit into 80 columns.
2579 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
2580 Remove spurious `quote' element in each case alternative.
2581 (vc-git-show-log-entry): Use prog1.
2582 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
2583
2584 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2585
2586 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
2587
2588 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
2589
2590 * macros.el (insert-kbd-macro): Look up keyboard macro using the
2591 definition, not the name (Bug#5481).
2592
2593 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
2594
2595 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
2596 argument with a local variable. (Bug#5670)
2597
2598 2010-03-02 Juri Linkov <juri@jurta.org>
2599
2600 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
2601
2602 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
2603
2604 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
2605 error when FILENAME and NEWNAME are existing remote directories.
2606
2607 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
2608 parameter DIR-FLAG.
2609
2610 2010-03-02 Glenn Morris <rgm@gnu.org>
2611
2612 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
2613 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
2614
2615 2010-03-01 Kenichi Handa <handa@m17n.org>
2616
2617 * language/burmese.el (burmese-composable-pattern): Rename from
2618 myanmar-composable-pattern.
2619
2620 * international/characters.el (script-list):
2621 * international/fontset.el (script-representative-chars):
2622 Change myanmar to burmese.
2623 (otf-script-alist): Likewise.
2624 (setup-default-fontset): Likewise. Re-fix :otf spec.
2625
2626 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2627
2628 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
2629
2630 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
2631
2632 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
2633
2634 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
2635
2636 * net/tramp.el (tramp-handle-write-region): START can be a string.
2637 Take care in the checks. Reported by Dan Davison
2638 <davison@stats.ox.ac.uk>.
2639
2640 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
2641
2642 * net/dbus.el (dbus-introspect, dbus-get-property)
2643 (dbus-set-property, dbus-get-all-properties):
2644 Use `dbus-call-method' when noninteractive. (Bug#5645)
2645
2646 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
2647
2648 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
2649 * emacs-lisp/elint.el (elint-add-required-env):
2650 * calendar/icalendar.el (icalendar--add-diary-entry):
2651 * calc/calcalg2.el (math-tracing-integral):
2652 * files.el (recover-session-finish): Use with-current-buffer
2653 instead of save-excursion.
2654
2655 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
2656
2657 Fix in-buffer completion when after-change-functions modify the buffer.
2658 * minibuffer.el (completion--replace): New function.
2659 (completion--do-completion): Use it and use relative movement.
2660
2661 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
2662
2663 * international/fontset.el (setup-default-fontset): Fix :otf spec.
2664
2665 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
2666
2667 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
2668 Allow the characters _<> in the stack entry (Bug#5653).
2669
2670 2010-02-26 Kenichi Handa <handa@m17n.org>
2671
2672 * language/burmese.el: Fix entries in composition-function-table.
2673 (myanmar-composable-pattern): New variable.
2674
2675 * international/fontset.el (setup-default-fontset): Add an entry
2676 for myanmar.
2677
2678 * international/characters.el (script-list): Add Myanmar
2679 Extended-A.
2680
2681 2010-02-26 Glenn Morris <rgm@gnu.org>
2682
2683 * custom.el (custom-initialize-delay): Doc fix.
2684
2685 * mail/sendmail.el (send-mail-function): Autoload the call
2686 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
2687
2688 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
2689
2690 * files.el (hack-local-variables-filter): For eval forms, also
2691 check safe-local-variable-p (Bug#5636).
2692
2693 2010-02-24 Eduard Wiebe <usenet@pusto.de>
2694
2695 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
2696 and use c(ad)r of cddr (Bug#5640).
2697
2698 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
2699
2700 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
2701 setting the modes by `ignore-errors'. It might fail, for example
2702 if the file is not owned by the user but the group.
2703 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
2704
2705 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
2706
2707 * files.el (directory-listing-before-filename-regexp):
2708 Use stricter matching for iso-style dates, to avoid false matches with
2709 date-like filenames (Bug#5597).
2710
2711 * htmlfontify.el (htmlfontify): Doc fix.
2712
2713 * eshell/eshell.el (eshell): Doc fix.
2714
2715 * startup.el (fancy-about-screen): In mode-line, apply
2716 mode-line-buffer-id face only to the buffer name (Bug#5613).
2717
2718 2010-02-20 Kevin Ryde <user42@zip.com.au>
2719
2720 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2721 In `watcom' anchor regexp to start of line, to avoid slowness
2722 (Bug#5599).
2723
2724 2010-02-20 Eli Zaretskii <eliz@gnu.org>
2725
2726 * subr.el (remove-yank-excluded-properties): Explain in a comment
2727 why `category' property is removed.
2728
2729 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
2730
2731 * isearch.el (isearch-update-post-hook, isearch-update):
2732 Revert 2010-02-17 change.
2733
2734 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
2735
2736 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
2737 (icalendar--convert-weekly-to-ical)
2738 (icalendar--convert-yearly-to-ical)
2739 (icalendar--convert-block-to-ical)
2740 (icalendar--convert-cyclic-to-ical)
2741 (icalendar--convert-anniversary-to-ical): Take care of time
2742 specifications where hour has 1-digit only (Bug#5549).
2743
2744 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
2745
2746 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
2747 of disassemble output in GDB 7.1.
2748
2749 2010-02-19 Glenn Morris <rgm@gnu.org>
2750
2751 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
2752 property. (Bug#5593)
2753
2754 2010-02-18 Sam Steingold <sds@gnu.org>
2755
2756 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
2757
2758 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2759
2760 Use abbreviated file names in bookmarks (bug#5591).
2761 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
2762 calls to expand-file-name.
2763 (bookmark-relocate): Use abbreviated file names in bookmarks.
2764 (bookmark-load): Use abbreviated file names in messages.
2765
2766 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
2767
2768 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
2769 expand "." and "..". Reported by Thierry Volpiatto
2770 <thierry.volpiatto@gmail.com>.
2771
2772 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
2773
2774 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
2775 permissions of the temporary file to "0600". In case the remote
2776 file has no read permissions for the owner, there might be
2777 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
2778
2779 22010-02-18 Glenn Morris <rgm@gnu.org>
2780
2781 * emacs-lisp/authors.el (authors-renamed-files-alist):
2782 Add entries for INSTALL.CVS.
2783
2784 2010-02-17 Mark A. Hershberger <mah@everybody.org>
2785
2786 * vc-bzr.el: Fix typo in Known Bugs section.
2787
2788 * isearch.el (isearch-update-post-hook): New hook.
2789 (isearch-update): Use the new hook.
2790
2791 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
2792
2793 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2794 Fix errors in copying directories.
2795 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
2796 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
2797 (tramp-handle-delete-file)
2798 (tramp-handle-dired-recursive-delete-directory)
2799 (tramp-handle-write-region): Flush also the cache for the upper
2800 directory.
2801
2802 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
2803
2804 * simple.el (save-interprogram-paste-before-kill): Doc fix.
2805
2806 * cus-edit.el (hardware): Doc fix.
2807
2808 * man.el (man): Add to external custom group.
2809
2810 * delim-col.el (columns): Move to wp custom group.
2811
2812 * doc-view.el (doc-view): Add to data custom group.
2813
2814 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
2815
2816 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
2817 by ispell-parse-output (Bug#5575).
2818
2819 2010-02-16 Kenichi Handa <handa@m17n.org>
2820
2821 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
2822 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
2823 (skkdic-convert): Use `euc-japan' coding system for writing.
2824
2825 2010-02-16 Glenn Morris <rgm@gnu.org>
2826
2827 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
2828 tex-main-file before using it. (Bug#5562)
2829
2830 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2831
2832 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
2833 warnings, since it is annoying for the user to see them each time he
2834 runs the code.
2835
2836 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
2837
2838 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2839 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
2840 instead of PROC for caching "first-password-request". Otherwise,
2841 new processes would not profit from passwords already entered.
2842
2843 * net/tramp-cache.el (tramp-dump-connection-properties):
2844 Don't save "first-password-request" property.
2845
2846 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
2847
2848 * outline.el (outline-head-from-level):
2849 * simple.el (with-wrapper-hook):
2850 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
2851 (elint-defun, elint-buffer-env, elint-top-form-logged)
2852 (elint-unbound-variable):
2853 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
2854 Fix typos in docstrings.
2855
2856 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
2857
2858 * files.el (insert-directory): When WILDCARD-REGEXP and
2859 FULL-DIRECTORY-P are nil, insert the file entry instead of the
2860 whole directory. (Bug#5551)
2861
2862 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
2863 dired's alignment sanity. (Bug#5516)
2864
2865 2010-02-14 Juri Linkov <juri@jurta.org>
2866
2867 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
2868 Remove remaining ^H with their preceding chars. (Bug#5566)
2869
2870 2010-02-13 Glenn Morris <rgm@gnu.org>
2871
2872 * simple.el (transpose-subr): Give it a doc-string.
2873
2874 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
2875 Doc fixes.
2876
2877 2010-02-12 Juri Linkov <juri@jurta.org>
2878
2879 * arc-mode.el (archive-unique-fname): Make directories for nested
2880 archives. (Bug#5540)
2881
2882 2010-02-12 Juri Linkov <juri@jurta.org>
2883
2884 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
2885
2886 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2887
2888 * subr.el (copy-overlay): Handle deleted overlays.
2889
2890 * man.el (Man-completion-table): Don't signal an error if we can't run
2891 manual-program (bug#4056).
2892
2893 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
2894
2895 * textmodes/artist.el (artist-mt): Fix typos in docstring.
2896
2897 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2898
2899 * info.el (Info-bookmark-jump): Simplify.
2900
2901 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
2902 (bookmark-default-handler): Accept new bookmark field `buffer'.
2903
2904 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
2905
2906 * iswitchb.el (iswitchb-completions): Revert last change.
2907
2908 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
2909
2910 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
2911 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
2912 This prevents file names like "~/" being listed literally.
2913
2914 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2915
2916 * term/xterm.el (xterm-maybe-set-dark-background-mode):
2917 Remove dead code. (Bug#5546)
2918
2919 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
2920
2921 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
2922 correctly (Bug#5548).
2923
2924 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
2925
2926 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
2927 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
2928
2929 2010-02-08 Kenichi Handa <handa@m17n.org>
2930
2931 * international/mule-util.el (with-coding-priority): Add autoload
2932 cookie for putting `lisp-indent-function'.
2933
2934 2010-02-07 Glenn Morris <rgm@gnu.org>
2935
2936 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
2937 Move F2003 named interfaces from keywords-2 to keywords-1, and
2938 use function-name-face rather than constant-face.
2939 Simplify "abstract interface" regexp.
2940
2941 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
2942
2943 * eshell/esh-util.el (eshell-file-attributes): New optional arg
2944 ID-FORMAT. Pass it to `file-attributes'.
2945
2946 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
2947
2948 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
2949
2950 * faces.el (set-face-attribute): Allow calling
2951 internal-set-lisp-face-attribute with 'unspecified family and
2952 foundry argument (Bug#5536).
2953
2954 2010-02-07 Glenn Morris <rgm@gnu.org>
2955
2956 * progmodes/f90.el (f90-font-lock-keywords-2)
2957 (f90-looking-at-type-like, f90-looking-at-program-block-end):
2958 Handle F2003 named interfaces.
2959
2960 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
2961
2962 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
2963 beg and end before calling c-get-state-before-change-functions.
2964
2965 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
2966
2967 * vc-bzr.el (vc-bzr-dir-extra-headers):
2968 Disable the pending merges header.
2969
2970 2010-02-05 Juri Linkov <juri@jurta.org>
2971
2972 * doc-view.el (doc-view-mode):
2973 * image-mode.el (image-mode): Put property mode-class=special.
2974 (Bug#4896)
2975
2976 2010-02-05 Mark A. Hershberger <mah@everybody.org>
2977
2978 * vc-svn.el (vc-svn-revision-table): New function.
2979
2980 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
2981
2982 * net/ange-ftp.el (ange-ftp-insert-directory):
2983 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2984 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2985 Handle also directories. (Bug#5478)
2986
2987 2010-02-05 Glenn Morris <rgm@gnu.org>
2988
2989 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
2990
2991 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
2992
2993 * startup.el (command-line-1): Convert options beginning with a
2994 single dash as well (Bug#5519).
2995
2996 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
2997
2998 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
2999 * minibuffer.el (completion-initials-expand): Only check the presence
3000 of delims *within* the boundaries, since otherwise the / delim is
3001 always found for files.
3002
3003 Fix up various corner case problems.
3004 * doc-view.el (doc-view-last-page-number): New function.
3005 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
3006 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
3007 (doc-view-kill-proc): Avoid inf-loop in freak cases.
3008 (doc-view-reconvert-doc): Use the new recursive delete-directory.
3009 (doc-view-convert-current-doc): Don't create the resolution.el file
3010 here any more.
3011 (doc-view-pdf/ps->png): Do it here instead.
3012 (doc-view-already-converted-p): Check that resolution.el is present.
3013 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
3014 windows that are not yet showing images.
3015
3016 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
3017
3018 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
3019 `dired-uncache' for every elemnt which is an absolute file name.
3020
3021 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
3022 directory, handle its directory component.
3023 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
3024 function is called permanently and creates noise, otherwise.
3025
3026 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3027 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3028 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
3029
3030 2010-02-04 David Burger <dburger@google.com> (tiny change)
3031
3032 * macros.el (apply-macro-to-region-lines):
3033 Minor simplification. (Bug#5485)
3034
3035 2010-02-04 Glenn Morris <rgm@gnu.org>
3036
3037 * mail/rmail.el (rmail-show-message-1): Handle malformed
3038 quoted-printable text. (Bug#5441)
3039
3040 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
3041
3042 * simple.el (visual-line-mode): Capitalize lighter.
3043
3044 2010-02-03 John Wiegley <jwiegley@gmail.com>
3045
3046 * iswitchb.el (iswitchb-completions): Add bookmark files to the
3047 list of files considered for "virtual buffer" completions.
3048
3049 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
3050
3051 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
3052 also in case of (and (not full) (not wildcard)). This is needed,
3053 when dired is called with a list of files, which are not in
3054 `default-directory'. (Bug#5478)
3055
3056 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
3057
3058 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
3059
3060 2010-02-02 Juri Linkov <juri@jurta.org>
3061
3062 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
3063 from unidiff to allow function-line after @@.
3064
3065 2010-02-02 Juri Linkov <juri@jurta.org>
3066
3067 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
3068 '(RCS SCCS) with inverted condition.
3069
3070 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
3071
3072 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
3073 messages.
3074
3075 2010-02-01 Juri Linkov <juri@jurta.org>
3076
3077 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
3078 compare with "pkunzip" and "pkzip" instead of only "pkzip".
3079 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
3080 only when (car archive-zip-extract) is "unzip". (Bug#5475)
3081
3082 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3083
3084 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
3085 (doc-view-revert-buffer): New command.
3086 (doc-view-mode-map): Use it.
3087
3088 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
3089
3090 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
3091 pending merge is detected.
3092
3093 2010-01-31 Juri Linkov <juri@jurta.org>
3094
3095 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
3096 beginning of interactive spec like all other grep commands do.
3097 Put "all" in front of "gz". (Bug#5260)
3098
3099 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
3100
3101 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
3102
3103 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
3104
3105 * dirtrack.el (dirtrack): Warn instead of signalling error if the
3106 regexp is incorrect (Bug#5476).
3107
3108 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
3109
3110 * net/tramp.el (tramp-handle-insert-directory): Handle also
3111 symlinks, when FILENAME is not in `default-directory'.
3112
3113 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
3114
3115 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
3116 FILE is not in `default-directory'. (Bug#5478)
3117
3118 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
3119 of SWITCHES. Handle the case, FILENAME is not in
3120 `default-directory'. (Bug#5478)
3121 (tramp-register-file-name-handlers): Add safe-magic property.
3122
3123 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
3124
3125 * arc-mode.el (archive-zip-extract): Quote the argument passed to
3126 unzip (Bug#5475).
3127
3128 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
3129
3130 * progmodes/flymake.el (flymake-allowed-file-name-masks)
3131 (flymake-master-make-header-init): Add other C++ filename masks.
3132 (flymake-find-possible-master-files)
3133 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
3134
3135 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
3136
3137 Fix some busybox annoyances.
3138
3139 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
3140 not responding." string.
3141 (tramp-open-connection-setup-interactive-shell): Dump stty
3142 settings. Enable "neveropen" arg for all `tramp-send-command'
3143 calls. Handle "=" in variable values properly.
3144 (tramp-find-inline-encoding): Raise an error, when no encoding is
3145 found.
3146 (tramp-wait-for-output): Check, whether PROC buffer is available.
3147 Remove spurious " ^H" sequences, sent by busybox.
3148 (tramp-get-ls-command): Suppress coloring, if possible.
3149
3150 2010-01-28 Glenn Morris <rgm@gnu.org>
3151
3152 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
3153
3154 * log-edit.el (log-edit-strip-single-file-name): Add missing
3155 :safe, :group, and :version tags.
3156
3157 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
3158
3159 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
3160 buffers. (Bug#5477)
3161
3162 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
3163
3164 * files.el (delete-directory): Handle moving to trash without
3165 first doing recursion (Bug#5436).
3166
3167 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
3168
3169 * vc-hooks.el (vc-path): Mark as obsolete.
3170
3171 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
3172
3173 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
3174 names too.
3175
3176 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
3177 for the short log.
3178 (vc-bzr-log-view-mode): Adjust regexp for the above change.
3179
3180 2010-01-25 Mark A. Hershberger <mah@everybody.org>
3181
3182 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
3183
3184 * vc-bzr.el (vc-bzr-revision-table): New function.
3185
3186 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
3187
3188 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
3189 diff-index command. This requires at least git-1.5.5. (Bug#1589).
3190
3191 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
3192
3193 Remove support for adding --signoff on commit.
3194 Future support will use an incompatible generic mechanism.
3195 * vc-git.el (vc-git-add-signoff): Remove variable.
3196 (vc-git-toggle-signoff): Remove function.
3197 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
3198
3199 * term/xterm.el (xterm-maybe-set-dark-background-mode):
3200 Rename from xterm-set-background-mode. Return t if the background mode
3201 was set.
3202 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
3203 earlier, call it again in case the background mode has changed.
3204
3205 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
3206
3207 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
3208 (Bug#3541).
3209
3210 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
3211
3212 * emacs-lisp/assoc.el (aelement): Doc fix.
3213 (aput, adelete, amake): Use lexical-let (Bug#5450).
3214
3215 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
3216
3217 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
3218 is the same as subprogram call, not declaration. (Bug#5435).
3219
3220 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
3221
3222 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3223 (tramp-smb-maybe-open-connection): Use it.
3224
3225 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
3226
3227 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
3228
3229 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3230
3231 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3232 just because we see "encoding: 8bit".
3233 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3234
3235 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
3236
3237 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3238
3239 2010-01-22 Eli Zaretskii <eliz@gnu.org>
3240
3241 * jka-compr.el (jka-compr-load): If load-file is not in
3242 load-history, try its file-truename version. (bug#5447)
3243
3244 2010-01-21 Alan Mackenzie <acm@muc.de>
3245
3246 Fix a situation where deletion of a cpp construct throws an error.
3247 * progmodes/cc-engine.el (c-invalidate-state-cache):
3248 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3249 special cpp construct is still in the buffer.
3250 (c-parse-state): Record the special cpp with markers, not numbers.
3251
3252 2010-01-21 Kenichi Handa <handa@m17n.org>
3253
3254 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3255 process last-command-event, as it is now decoded first (Bug#5380).
3256
3257 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
3258
3259 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3260
3261 2010-01-20 Glenn Morris <rgm@gnu.org>
3262
3263 * indent.el (tab-always-indent): Fix custom-type.
3264
3265 2010-01-19 Alan Mackenzie <acm@muc.de>
3266
3267 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3268 buffer throws "args out of range".
3269 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3270 playing the role of delimiter.
3271
3272 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
3273
3274 * progmodes/ada-mode.el: Fix bug#5400.
3275 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3276 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3277 changed. Delete RECURSIVE parameter; never used. Improve doc string.
3278 Improve comments in "is" portion. Handle null procedure declaration.
3279 (ada-move-to-end): Improve doc string.
3280
3281 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
3282
3283 * ido.el (ido-cur-list): Initialize to nil.
3284 Remove obsolete information from commentary.
3285 (ido-choice-list): Initialize to nil.
3286 (ido-get-bufname): Reject minibuffers.
3287 (ido-make-buffer-list): If "default" is a nonexistent
3288 buffer, ignore it, as per the function's comment.
3289 (ido-kill-buffer-internal): New function.
3290 (ido-kill-buffer-at-head): Use it.
3291 (ido-visit-buffer): Likewise.
3292
3293 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
3294
3295 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3296
3297 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
3298
3299 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3300 Fix typos in chart titles.
3301
3302 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
3303 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
3304 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
3305 (describe-class, eieio-describe-generic, describe-generic):
3306 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
3307 (eieio-speedbar-expand):
3308 * emulation/viper-cmd.el (viper-exec-form-in-vi)
3309 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
3310 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
3311 (viper-del-backward-char-in-replace, viper-backward-indent)
3312 (viper-brac-function, viper-register-to-point, viper-submit-report):
3313 * net/tramp.el (tramp-remote-coding-commands):
3314 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
3315 Fix typos in docstrings.
3316
3317 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
3318
3319 * mail/sendmail.el (mail-yank-original): Set the mark if the
3320 specified function for yanking does not do it.
3321
3322 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
3323
3324 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
3325
3326 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
3327 resyncing a directory.
3328
3329 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
3330
3331 * progmodes/ada-mode.el: Fix bug#1920.
3332 (ada-ident-re): Delete ., allow multibyte characters.
3333 (ada-goto-label-re): New; matches goto labels.
3334 (ada-block-label-re): New; matches block labels.
3335 (ada-label-re): New; matches both.
3336 (ada-named-block-re): Deleted; callers changed to use
3337 `ada-block-label-re' instead.
3338 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
3339 Use `ada-block-label-re'.
3340 (ada-indent-on-previous-lines): Improve handling of goto labels.
3341 (ada-get-indent-block-start): Special-case block label.
3342 (ada-get-indent-label): Split into `ada-indent-block-label' and
3343 `ada-indent-goto-label'.
3344 (ada-goto-stmt-start, ada-goto-next-non-ws):
3345 Optionally ignore goto labels.
3346 (ada-goto-next-word): Simplify.
3347 (ada-indent-newline-indent-conditional): Insert newline before
3348 trying to fix indentation; doc fix.
3349
3350 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
3351
3352 * calc/calc.el (calc-command-flags): Give it an initial value.
3353
3354 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
3355
3356 * files.el (minibuffer-with-setup-hook):
3357 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
3358 (artist-key-draw-continously, artist-key-do-continously-continously)
3359 (artist-key-set-point-continously, artist-mouse-draw-continously):
3360 Fix typos in docstrings.
3361
3362 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
3363
3364 * nxml/nxml-mode.el (nxml-extend-after-change-region):
3365 Never return t (Bug#3898).
3366
3367 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
3368
3369 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
3370 can parse the output of the external commands (Bug#5279).
3371
3372 2010-01-16 Jari Aalto <jari.aalto@cante.net>
3373
3374 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
3375
3376 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
3377
3378 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
3379
3380 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
3381
3382 * startup.el (command-line): Remove unused --icon-type arg.
3383 Handle --display arg, passing it to command-line-1 (Bug#5392).
3384
3385 2010-01-16 Mario Lang <mlang@delysid.org>
3386
3387 * emacs-lisp/chart.el (chart-translate-namezone):
3388 * textmodes/artist.el (artist-compute-popup-menu-table):
3389 Remove duplicated words in doc-strings.
3390
3391 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
3392
3393 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
3394 to mairix-search to suppress threading (Bug#5342).
3395
3396 2010-01-15 Kenichi Handa <handa@m17n.org>
3397
3398 * international/mule-cmds.el (canonicalize-coding-system-name):
3399 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
3400
3401 2010-01-15 Glenn Morris <rgm@gnu.org>
3402
3403 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
3404
3405 * wid-edit.el (widget-keymap): Doc fix.
3406
3407 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
3408 former seems to be more widely accepted by various svn versions.
3409
3410 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3411
3412 * find-cmd.el (find-constituents):
3413 * vc-arch.el (vc-arch-root):
3414 * window.el (window-body-height, pop-up-frames):
3415 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
3416 * progmodes/ada-stmt.el (ada-if):
3417 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
3418 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
3419 (ispell-encoding8-command, ispell-aspell-supports-utf8)
3420 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
3421
3422 * progmodes/flymake.el (flymake-post-syntax-check):
3423 Fix typo in error message.
3424
3425 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3426
3427 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
3428 which is always a string. (Bug#5313)
3429
3430 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3431
3432 * progmodes/ada-xref.el (ada-default-prj-properties):
3433 Simplify previous change.
3434
3435 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3436
3437 * progmodes/ada-xref.el (ada-default-prj-properties):
3438 Default ada_project_path to $ADA_PROJECT_PATH.
3439
3440 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3441
3442 * progmodes/ada-mode.el (ada-create-keymap):
3443 Override `narrow-to-defun' with `ada-narrow-to-defun'.
3444
3445 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3446
3447 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
3448 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
3449 (ada-get-current-indent, ada-imenu-generic-expression)
3450 (ada-which-function): Check for it.
3451
3452 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3453
3454 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
3455 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
3456
3457 2010-01-14 Glenn Morris <rgm@gnu.org>
3458
3459 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
3460
3461 2010-01-14 Kenichi Handa <handa@m17n.org>
3462
3463 * composite.el (auto-composition-mode): Make it a buffer local
3464 variable (permanent-local).
3465 (auto-composition-function): Set the default value to
3466 auto-compose-chars.
3467 (auto-composition-mode): Make it a simple function, not a minor mode.
3468 (global-auto-composition-mode): Likewise.
3469 (turn-on-auto-composition-if-enabled): Delete it.
3470
3471 2010-01-13 Karl Fogel <kfogel@red-bean.com>
3472
3473 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
3474
3475 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
3476
3477 * files.el (copy-directory): Compute target for recursive
3478 directories with identical names. (Bug#5343)
3479
3480 2010-01-12 Glenn Morris <rgm@gnu.org>
3481
3482 * mail/emacsbug.el (report-emacs-bug-pretest-address):
3483 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
3484
3485 2010-01-11 Sam Steingold <sds@gnu.org>
3486
3487 * imenu.el (imenu-default-create-index-function): Detect infinite
3488 loops caused by imenu-prev-index-position-function.
3489
3490 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
3491
3492 * htmlfontify.el (htmlfontify-load-rgb-file)
3493 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
3494 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
3495 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
3496 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
3497 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
3498 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
3499 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
3500 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
3501 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
3502 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
3503 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
3504 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
3505 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
3506 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
3507 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
3508 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
3509 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
3510 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
3511 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
3512 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
3513 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
3514 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
3515 backslash-quoting from parentheses, etc.
3516
3517 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
3518
3519 * progmodes/js.el: Autoload javascript-mode alias.
3520
3521 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
3522
3523 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
3524 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
3525 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
3526 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
3527 Fix typos in docstrings.
3528 (ffap-url-regexp): Doc fix.
3529 (ffap-at-mouse): Fix typo in message.
3530
3531 2010-01-11 Glenn Morris <rgm@gnu.org>
3532
3533 * version.el (emacs-copyright): Set copyright year to 2010.
3534
3535 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3536
3537 * format.el (format-annotate-function): Only set
3538 write-region-post-annotation-function after running to-fn so as not to
3539 affect nested write-region calls (bug#5273).
3540
3541 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
3542
3543 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
3544 wisent/python.el.
3545
3546 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
3547
3548 * man.el (Man-goto-section): Signal error if the section is not
3549 found (Bug#5317).
3550
3551 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
3552
3553 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
3554 URLs with a leading triple slash in the file: scheme. (Bug#5345)
3555
3556 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
3557
3558 * progmodes/compile.el: Don't treat compile-command as safe if
3559 compilation-read-command might be nil (Bug#4218).
3560
3561 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
3562
3563 * startup.el (command-line-1): Use orig-argi to check for ignored X and
3564 NS options.
3565
3566 2010-01-08 Kenichi Handa <handa@m17n.org>
3567
3568 * international/fontset.el (build-default-fontset-data):
3569 Exclude characters in scripts kana, hangul, han, or cjk-misc.
3570
3571 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
3572
3573 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
3574 to `create-file-buffer' as it expects, not just a buffer name.
3575 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
3576 to help uniquify. (Bug#3224)
3577
3578 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
3579
3580 * font-setting.el (font-setting-change-default-font): Use user-spec
3581 instead of name.
3582
3583 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3584
3585 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
3586
3587 2010-01-05 Tom Tromey <tromey@redhat.com>
3588
3589 * progmodes/python.el (python-font-lock-keywords):
3590 Handle qualified decorators (Bug#881).
3591
3592 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3593
3594 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
3595 in a lightweight checkout.
3596
3597 2010-01-05 Kenichi Handa <handa@m17n.org>
3598
3599 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
3600
3601 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3602
3603 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
3604
3605 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
3606
3607 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
3608 checkouts. (Bug#618)
3609 (vc-bzr-log-view-mode): Also highlight the author.
3610 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
3611 (vc-bzr-shelve-menu-map):
3612 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
3613 (vc-bzr-shelve-apply): Make prompt more explicit.
3614
3615 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
3616
3617 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
3618 They are valid characters in URL paths (rfc3986), and at least
3619 Firefox does not understand the encoded version (Bug#3166).
3620
3621 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
3622
3623 * progmodes/octave-mod.el (octave-end-keywords)
3624 (octave-block-begin-or-end-regexp, octave-block-match-alist):
3625 Add "end" keyword (Bug#3061).
3626 (octave-end-as-array-index-p): New function.
3627 (calculate-octave-indent): Use it.
3628
3629 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3630
3631 * bookmark.el: Consistently put the text property on the bookmark name.
3632 (bookmark-bmenu-marks-width): Bump back to 2, to include
3633 annotation marks.
3634 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
3635 property on the bookmark name, instead of not putting it at all.
3636 (bookmark-bmenu-list): Fix where we put the text property.
3637
3638 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3639
3640 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
3641 for showing buffer modified state (as added in the previous change).
3642
3643 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3644
3645 * bookmark.el: Show modified state of bookmark buffer more accurately.
3646 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
3647 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
3648 (with-buffer-modified-unmodified): New macro.
3649 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3650 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
3651 Use new macro to preserve the buffer modified state.
3652
3653 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3654
3655 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3656 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
3657 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
3658 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
3659 (bookmark-bmenu-rename, bookmark-bmenu-locate)
3660 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
3661 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3662
3663 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3664
3665 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3666 Make the lines in the generated doc string shorter. (Bug#4668)
3667
3668 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
3669
3670 * net/rcirc.el: Add follow-link binding (Bug#4738).
3671
3672 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3673
3674 * Makefile.in (bzr-update): Rename from cvs-update.
3675 (cvs-update): New target for backward compatibility.
3676
3677 * makefile.w32-in (bzr-update): Rename from cvs-update.
3678 (cvs-update): New target for backward compatibility.
3679
3680 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3681
3682 * bookmark.el: Remove gratuitous gratitude.
3683
3684 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3685
3686 * bookmark.el (bookmark-bmenu-any-marks): New function
3687 (bookmark-bmenu-save): Clear buffer modification if no marks.
3688
3689 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3690
3691 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
3692 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
3693 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
3694 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
3695
3696 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
3697 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
3698 To: emacs-devel {_AT_} gnu.org
3699 Subject: bookmark.el bug report
3700 Date: Mon, 28 Dec 2009 14:19:16 +0800
3701 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
3702
3703 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3704
3705 * bookmark.el: Improvements suggested by Drew Adams:
3706 (bookmark-bmenu-ensure-position): New name for
3707 `bookmark-bmenu-check-position'. Just ensure the position,
3708 don't return any meaningful value.
3709 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
3710 New constants.
3711
3712 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
3713
3714 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
3715 (bookmark-yank-point, bookmark-bmenu-check-position):
3716 Fix typos in docstrings.
3717 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
3718 (bookmark-name-from-full-record, bookmark-get-position)
3719 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
3720 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
3721 Remove useless quoting of parenthesis, etc. in docstrings.
3722
3723 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
3724 (ediff-append-custom-diff): Fix typo in error message.
3725 (ediff-meta-mark-equal-files): Fix typos in messages.
3726
3727 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
3728
3729 * net/imap-hash.el (imap-hash-make): Doc fix.
3730 (imap-hash-test): Fix typo in error message; reflow docstring.
3731 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
3732 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
3733 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
3734 Fix typos in docstrings.
3735 (imap-hash-open-connection): Fix typo in error message.
3736
3737 * play/gomoku.el (gomoku): Fix typos in docstring.
3738
3739 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
3740 (gdb-jsonify-buffer): Fix typos in docstring.
3741 (gdb-goto-breakpoint): Fix typo in error message.
3742 ("Display Other Windows"): Fix typo in help message.
3743 (gdb-speedbar-expand-node): Fix typo in question.
3744
3745 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
3746 (idlwave-html-system-help-location, idlwave-html-help-location)
3747 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
3748 (idlwave-help-browser-generic-args, idlwave-help-directory)
3749 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
3750 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
3751 (idlwave-online-help, idlwave-help-html-link)
3752 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
3753 Fix typos in docstrings.
3754 (idlwave-help-with-source, idlwave-help-find-routine-definition):
3755 Reflow docstrings.
3756 (idlwave-help-assistant-start): Fix typo in error message.
3757
3758 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
3759 (octave-electric-space): Fix typos in docstrings.
3760
3761 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
3762
3763 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
3764
3765 2010-01-01 Juri Linkov <juri@jurta.org>
3766
3767 * comint.el (comint-input-ring-size): Make it a defcustom and
3768 increase the default to 500 (Bug#5148).
3769
3770 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
3771
3772 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
3773 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
3774 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
3775
3776 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
3777
3778 Show working revision correctly for mercurial.
3779 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
3780 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
3781
3782 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
3783
3784 Declare some functions for the byte-compiler.
3785 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
3786 (speedbar-timer-fn, speedbar-change-expand-button-char)
3787 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
3788
3789 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
3790
3791 This changeset reverts GDB Graphical Interface to use annotations.
3792 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
3793
3794 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
3795
3796 Make vc-dir work on subdirectories of the bzr root.
3797 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
3798 Return file names relative to it.
3799 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
3800 relative directory to vc-bzr-after-dir-status.
3801
3802 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
3803
3804 * font-lock.el (font-lock-refresh-defaults): New function, which
3805 can be used to let font-lock react to external changes in
3806 variables like font-lock-defaults and keywords.
3807 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
3808
3809 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
3810
3811 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
3812
3813 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
3814
3815 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
3816
3817 Supersede color.diff settings in git log (bug#5211).
3818
3819 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
3820 escape chars in its output when the user has color.diff set to `always'.
3821 This fix works on git 1.4.2 and newer (released on 2006-08-13).
3822
3823 2009-12-26 Kevin Ryde <user42@zip.com.au>
3824
3825 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
3826 node. Keep previous "Index" name to work with past coreutils too.
3827
3828 * man.el (man): Revise docstring a bit to show -a and -l as
3829 examples. Add -k description since support for it has otherwise
3830 been a secret. (Further to bug#3717.)
3831 (Man-bgproc-sentinel): When "-k foo" produces no output show error
3832 "no matches" rather than "Can't find manpage", as the latter reads
3833 like -k was interpreted as a page name, which is not so. (Bug#5431)
3834
3835 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
3836
3837 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
3838 switches. Check also for //SUBDIRED// line.
3839
3840 2009-12-25 Kenichi Handa <handa@m17n.org>
3841
3842 * language/indian.el (devanagari-composable-pattern): Fix to
3843 handle ZWNJ and ZWJ. Use it in composition-function-table for
3844 Devanagari.
3845 (malayalam-composable-pattern): Fix previous change.
3846
3847 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3848
3849 * ps-print.el (ps-face-attributes): It was not returning the
3850 attribute face for faces specified as string. Reported by harven
3851 <harven@free.fr>. (Bug#5254)
3852 (ps-print-version): New version 7.3.5.
3853
3854 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
3855
3856 * calendar/icalendar.el (icalendar--convert-tz-offset):
3857 Fix timezone names.
3858 (icalendar--convert-tz-offset): Fix the "last-day-problem".
3859 (icalendar--add-diary-entry): Remove the trailing blank that
3860 diary-make-entry inserts.
3861
3862 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
3863
3864 Make `file-expand-wildcards' work for remote files.
3865
3866 * files.el (file-expand-wildcards): In case of remote files, check
3867 only local file name part for wildcards. Provide feature 'files
3868 and subfeature 'remote-wildcards. (Bug#5198)
3869
3870 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
3871 if there is already an established connection.
3872 (tramp-advice-file-expand-wildcards): Remove it.
3873
3874 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
3875 (tramp-advice-file-expand-wildcards): Move from tramp.el.
3876 Activate advice for older GNU Emacs versions. (Bug#5237)
3877
3878 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
3879
3880 Some doc fixes (more needed).
3881
3882 * find-cmd.el (find-constituents): Reflow docstring.
3883 (find-cmd, find-prune, find-command): Fix typos in docstrings.
3884 (find-generic): Doc fix.
3885
3886 2009-12-17 Juri Linkov <juri@jurta.org>
3887
3888 Fix regression from 23.1 to allow multiple modes in Local Variables.
3889
3890 * files.el (hack-local-variables-filter): While ignoring duplicates,
3891 don't take `mode' into account.
3892 (hack-local-variables-filter, hack-dir-local-variables):
3893 Don't remove duplicate `mode' from local-variables-alist (like `eval').
3894
3895 2009-12-17 Juri Linkov <juri@jurta.org>
3896
3897 Make `dired-diff' more safe. (Bug#5225)
3898
3899 * dired-aux.el (dired-diff): Signal an error when `file' equals to
3900 `current' or when `file' is a directory of the `current' file.
3901
3902 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
3903
3904 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
3905 unconditionally preloaded files.
3906
3907 2009-12-16 Juri Linkov <juri@jurta.org>
3908
3909 Revert to old 23.1 logic of using the file at the mark as default.
3910 * dired-aux.el (dired-diff): Use the file at the mark as default
3911 if it's not the same as the current file, and the target dir is
3912 the current dir or the mark is active. Add the current file
3913 as the arg of `dired-dwim-target-defaults'. Use the default file
3914 in the prompt. (Bug#5225)
3915
3916 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
3917
3918 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
3919 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
3920 (tramp-check-for-regexp): Check also, when an echoing shell stops
3921 to echo sent commands.
3922
3923 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3924
3925 * Makefile.in: Revert last change (Bug#5191).
3926
3927 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
3928
3929 * vc-hg.el (vc-hg-print-log): Fix argument order.
3930 (vc-hg-working-revision): Make sure the command is executed in a
3931 known environment so that we can parse the output. (Bug#4417)
3932
3933 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3934
3935 * progmodes/python.el (python-symbol-completions): Remove text
3936 properties from symbol string before calling python-send-receive.
3937
3938 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
3939
3940 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
3941 when there are values for both file and line. (Bug#5060)
3942
3943 2009-12-14 Juri Linkov <juri@jurta.org>
3944
3945 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
3946 whitespace after the file name of the first line of unified format,
3947 because git-diff doesn't output whitespace and file modification time
3948 after the file name.
3949
3950 2009-12-14 David Kastrup <dak@gnu.org>
3951
3952 * info.el (Info-hide-cookies-node): Before hiding a cookie,
3953 check if it already has the `display' property added by
3954 `Info-display-images-node', and not put the `invisible' property
3955 in this case.
3956
3957 2009-12-13 Glenn Morris <rgm@gnu.org>
3958
3959 * mail/emacsbug.el (message-sort-headers): Define for compiler.
3960 (report-emacs-bug): In message-mode, sort manually before storing
3961 original report text. (Bug#5178)
3962 Remove superfluous save-excursion.
3963
3964 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
3965
3966 * net/dbus.el (dbus-property-handler): Filter lambda forms out
3967 when responding to "GetAll" properties.
3968
3969 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
3970
3971 * simple.el (compose-mail): Remove mail-setup-with-from from
3972 customization checks.
3973
3974 2009-12-12 Eli Zaretskii <eliz@gnu.org>
3975
3976 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
3977 RAR archives created on Unix systems.
3978
3979 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3980
3981 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
3982 the varalias that was accidentally removed by the 2009-11-19 change
3983 (bug#5186).
3984
3985 2009-12-12 Kenichi Handa <handa@m17n.org>
3986
3987 * language/indian.el (indian-compose-regexp): New function.
3988 (malayalam-composable-pattern): Fix the pattern.
3989 (composition-function-table): Set malayalam-composable-pattern for
3990 Malayalam characters.
3991
3992 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
3993
3994 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
3995 rather than down-mouse-1, based on follow-link conventions.
3996
3997 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
3998 are compiled.
3999
4000 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
4001
4002 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
4003 (verilog-vmm-statement-re, verilog-ovm-statement-re)
4004 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
4005 (verilog-leap-to-head, verilog-backward-token):
4006 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
4007
4008 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
4009
4010 * progmodes/verilog-mode.el (verilog-auto-lineup)
4011 (verilog-nameable-item-re): Cleanup user-visible spelling and
4012 documentation errors. One reported by Gary Delp.
4013 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
4014 (verilog-read-decls): Fix AUTOWIRE with types declared in a
4015 package, bug195. Reported by Pierre-David Pfister.
4016
4017 2009-12-11 Glenn Morris <rgm@gnu.org>
4018
4019 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
4020
4021 * mail/emacsbug.el: No longer require sendmail.
4022 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
4023 (report-emacs-bug-orig-text): Doc fix.
4024 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
4025 New local variables, to adapt to different mail-user-agents.
4026 (report-emacs-bug): Fix test for a gnu.org address.
4027 Use overlays for emphasis, since font-lock defeats 'face property.
4028 Pretest bugs also end up at the newsgroup these days.
4029 Stop message-mode stripping text properties.
4030 Set and use the new buffer-local variables.
4031 (report-emacs-bug-hook): Add doc-string.
4032 Remove some unnecessary save-excursions and simplify.
4033 Use the appropriate hook and send-command.
4034
4035 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
4036 capitalization of some menu entries.
4037
4038 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4039
4040 * whitespace.el (whitespace-display-char-on):
4041 Ensure `buffer-display-table' is unique when two or more windows are
4042 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
4043 New version 12.1.
4044
4045 2009-12-10 Eli Zaretskii <eliz@gnu.org>
4046
4047 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
4048 characters in the Attribute field.
4049
4050 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
4051
4052 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
4053
4054 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4055
4056 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
4057 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4058 Disregard autoload-excludes.
4059 (update-directory-autoloads): Obey autoload-excludes here instead.
4060 But don't store its contents in no-autoloads and remove entries that
4061 refer to excludes files.
4062
4063 2009-12-10 Glenn Morris <rgm@gnu.org>
4064
4065 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
4066 (expand-mail-aliases): Define for compiler.
4067
4068 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
4069 Define for compiler.
4070
4071 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
4072 appropriate for the mail-user-agent in use.
4073
4074 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
4075
4076 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
4077
4078 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
4079
4080 Fix short log parsing and fontification.
4081 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
4082 Fix fontification for the [merge] label.
4083
4084 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
4085
4086 Drop some properties to avoid surprises.
4087 * htmlfontify.el (hfy-ignored-properties): New defcustom.
4088 (hfy-fontify-buffer): Use it.
4089
4090 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
4091
4092 Minor cleanup.
4093 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
4094 Adjust all callers.
4095 (ffap-locate-file): Remove unused arg `dir-ok' and make other
4096 args compulsory. Adjust callers.
4097 (ffap-gopher-at-point): Remove unused var `name'.
4098
4099 Get rid of the ELCFILES abomination.
4100 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4101 (compile-elcfiles): New phony target.
4102 (compile-main): Compute ELCFILES dynamically.
4103 (compile-clean): New target to remove left-over elc files.
4104 (compile, all): Use it.
4105
4106 2009-12-09 Kenichi Handa <handa@etlken>
4107
4108 * international/mule-diag.el: Require help-mode instead of help-fns.
4109
4110 2009-12-09 Kenichi Handa <handa@m17n.org>
4111
4112 * international/mule-cmds.el (ucs-names): Supply sufficiently
4113 fine ranges instead of pre-calculating accurate ranges.
4114 Iterate with bigger gc-cons-threshold.
4115
4116 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
4117
4118 Add support for stashing a snapshot of the current tree.
4119 * vc-git.el (vc-git-stash-snapshot): New function.
4120 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
4121
4122 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
4123
4124 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
4125 instead of `(beginning|end)-of-line'.
4126
4127 2009-12-08 Glenn Morris <rgm@gnu.org>
4128
4129 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
4130
4131 * Makefile.in (ELCFILES): Regenerate.
4132
4133 2009-12-07 Juri Linkov <juri@jurta.org>
4134
4135 Don't lazy-highlight the comint output in history Isearch mode.
4136
4137 * comint.el (comint-history-isearch-search): Instead of
4138 `comint-line-beginning-position', use `comint-after-pmark-p'
4139 to check if point if before the process mark, and go to
4140 `process-mark' in this case.
4141
4142 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4143
4144 * textmodes/tex-mode.el (latex-complete)
4145 (latex-indent-or-complete): Remove.
4146 (latex-mode): Set completion-at-point-functions instead.
4147
4148 Provide a standard completion command and hook it into TAB.
4149 * minibuffer.el (completion-at-point-functions): New var.
4150 (completion-at-point): New command.
4151 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
4152 * progmodes/python.el (python-mode-map): Use completion-at-point.
4153 (python-completion-at-point): Rename from python-partial-symbol and
4154 adjust for use in completion-at-point-functions.
4155 (python-mode): Setup completion-at-point for Python completion.
4156 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
4157 extracted from lisp-complete-symbol.
4158 (lisp-complete-symbol): Use it.
4159 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
4160 setup completion-at-point for Elisp completion.
4161 (emacs-lisp-mode-map, lisp-interaction-mode-map):
4162 Use completion-at-point.
4163 * ielm.el (ielm-map): Use completion-at-point.
4164 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
4165 * progmodes/sym-comp.el: Move to...
4166 * obsolete/sym-comp.el: Move from progmodes.
4167
4168 2009-12-07 Eli Zaretskii <eliz@gnu.org>
4169
4170 Prevent save-buffer in Rmail buffers from using the coding-system
4171 of the current message, and from clobbering the encoding mnemonics
4172 in the mode line (Bug#4623).
4173
4174 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
4175 flag, too.
4176 (rmail-message-encoding): New variable.
4177 (rmail-write-region-annotate): Record the encoding of the current
4178 message in rmail-message-encoding.
4179 (rmail-after-save-hook): New function, restores the encoding of
4180 the current message after the message collection is saved.
4181
4182 2009-12-07 Juri Linkov <juri@jurta.org>
4183
4184 * progmodes/grep.el (grep-read-files): Use `completing-read'
4185 instead of `read-string'. Set its `collection' arg to
4186 `read-file-name-internal'. (Bug#4301)
4187
4188 2009-12-07 Juri Linkov <juri@jurta.org>
4189
4190 Correctly restore original Isearch point. (Bug#4994)
4191
4192 * isearch.el (isearch-mode): Move `isearch-push-state' after
4193 `(run-hooks 'isearch-mode-hook)'.
4194 (isearch-cancel): When `isearch-push-state-function' is defined,
4195 let-bind `isearch-cmds' to the first state (the last element of
4196 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
4197 function and restores the original point). Otherwise, move point
4198 to `isearch-opoint'.
4199
4200 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4201
4202 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
4203 chars that don't have names, so the table can be built much faster at
4204 run-time.
4205
4206 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
4207
4208 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
4209 change. Suggested by David Kastrup.
4210
4211 * simple.el (compose-mail): Check for incompatibilities and warn.
4212 (compose-mail-user-agent-warnings): New option.
4213
4214 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4215
4216 Support showing a single log entry from vc-annotate.
4217 * vc.el (print-log): Add a new argument: START-REVISION.
4218 (vc-print-log-internal): Add a new optional argument and
4219 pass it to the backend.
4220 (vc-print-log, vc-print-root-log): Adjust callers.
4221 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
4222 buffer already displays the requested log entry, use it.
4223 Otherwise display only the log entry in question.
4224 * vc-svn.el (vc-svn-print-log):
4225 * vc-mtn.el (vc-mtn-print-log):
4226 * vc-hg.el (vc-hg-state):
4227 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
4228 (vc-git-show-log-entry): Return t on success.
4229 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
4230 (vc-bzr-show-log-entry): Return t on success.
4231 * vc-rcs.el (vc-rcs-print-log):
4232 * vc-sccs.el (vc-sccs-print-log):
4233 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
4234
4235 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4236
4237 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
4238 Add menus to the meta mode. (Bug#5043)
4239
4240 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
4241
4242 * ediff-init.el (ediff-event-key): Use event-to-character instead of
4243 event-key.
4244
4245 * ediff.el (ediff-buffers-internal): Add unwind-protect.
4246
4247 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
4248
4249 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
4250 Berbain <raphael.berbain@gmail.com>.
4251
4252 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
4253 characters.
4254 (tramp-initial-end-of-output): New defconst.
4255 (tramp-methods, tramp-find-shell)
4256 (tramp-open-connection-setup-interactive-shell)
4257 (tramp-maybe-open-connection): Use it.
4258 (tramp-shell-prompt-pattern, tramp-wait-for-output):
4259 Handle existence of `#' and `$'.
4260
4261 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
4262 Use `tramp-initial-end-of-output'.
4263
4264 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4265
4266 Get the background mode from the terminal for xterm, and set
4267 faces accordingly.
4268 * term/xterm.el (xterm-set-background-mode): New function.
4269 (terminal-init-xterm): Use it in case xterm supports background
4270 color queries. Recompute faces after getting the background
4271 color.
4272
4273 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
4274
4275 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
4276 number comment back on its own line, for easier parsing.
4277
4278 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4279
4280 Make it work for non-file buffers (bug#5102).
4281 * doc-view.el (doc-view-current-cache-dir):
4282 Use doc-view-buffer-file-name rather than buffer-file-name.
4283 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
4284
4285 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
4286
4287 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
4288 author field is too short.
4289
4290 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
4291
4292 * vc-git.el (vc-git-print-log): Handle a limit argument.
4293 Display the short log in graph form and with labels.
4294 (vc-git-log-view-mode): Handle labels.
4295
4296 Make vc-revert change VC state from 'added to 'unregistered.
4297 * vc-git.el (vc-git-revert): Call git reset first.
4298
4299 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
4300
4301 * net/newst-backend.el, net/newst-plainview.el:
4302 * net/newst-reader.el, net/newst-ticker.el:
4303 * net/newst-treeview.el, net/newsticker.el:
4304 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
4305
4306 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
4307
4308 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
4309
4310 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
4311 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
4312 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4313 Update annotation regexp.
4314
4315 * simple.el (beginning-of-visual-line): Constrain to field
4316 boundaries (Bug#5106).
4317
4318 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
4319
4320 * xml.el (xml-substitute-numeric-entities):
4321 Move newsticker--decode-numeric-entities in newst-backend.el to
4322 xml-substitute-numeric-entities in xml.el. (Bug#5008)
4323 * net/newst-backend.el (newsticker--parse-generic-feed)
4324 (newsticker--parse-generic-items)
4325 (newsticker--decode-numeric-entities):
4326 Move newsticker--decode-numeric-entities in newst-backend.el to
4327 xml-substitute-numeric-entities in xml.el. (Bug#5008)
4328
4329 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
4330
4331 * progmodes/js.el (js--js-not): Add null to the list of values.
4332
4333 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
4334
4335 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
4336
4337 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4338
4339 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
4340 delimiter if it is at the end of the current line.
4341 (bibtex-generate-url-list): Fix docstring.
4342
4343 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4344
4345 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
4346 minibuffer's content with itself.
4347 Fold the confirm-after-completion case into the `confirm' case.
4348 (completion-pcm-word-delimiters): Add : and / to the delimiters.
4349
4350 2009-12-06 Kevin Ryde <user42@zip.com.au>
4351
4352 * ffap.el (ffap-rfc-path): Make this a defcustom since
4353 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
4354
4355 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
4356 manuals, similar to existing setup for help-mode. (Bug#3913.)
4357
4358 2009-12-05 Juri Linkov <juri@jurta.org>
4359
4360 Save and restore dired buffer's point positions too. (Bug#4880)
4361
4362 * dired.el (dired-save-positions): Return in the first element
4363 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
4364 Doc fix.
4365 (dired-restore-positions): First restore buffer's position.
4366 While restoring window's positions, check if window still displays
4367 the original buffer.
4368
4369 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
4370
4371 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
4372 if possible.
4373
4374 * shell.el (shell): Require ansi-color (Bug#5113).
4375
4376 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
4377
4378 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
4379
4380 2009-12-05 Alan Mackenzie <acm@muc.de>
4381
4382 * progmodes/cc-mode.el (c-before-hack-hook)
4383 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
4384 `c-file-style' to work again. This reversion restores the current
4385 software to its state in Emacs 23.1. (Bug#4146)
4386
4387 2009-12-05 Kevin Ryde <user42@zip.com.au>
4388
4389 * textmodes/sgml-mode.el (sgml-lexical-context):
4390 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
4391
4392 2009-12-05 Juri Linkov <juri@jurta.org>
4393
4394 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
4395 for virtual nodes. (Bug#4147)
4396 (Info-find-node-2): Set `Info-current-node-virtual' to nil
4397 when moving from a virtual node.
4398 (Info-mode-menu): Add `Info-virtual-index' to the menu.
4399 (Info-mode): Add `Info-virtual-index' to the docstring.
4400
4401 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4402
4403 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
4404 track of the buffer position of the end of a BibTeX entry as this
4405 position may change during reformatting.
4406 (bibtex-format-entry): Remove whitespace before processing
4407 numerical fields so that we recognize the latter properly.
4408 (bibtex-reformat): Do not use push which changes the global value
4409 of bibtex-entry-format.
4410 (bibtex-field-braces-alist, bibtex-field-strings-alist)
4411 (bibtex-field-re-init): Replace only space characters by regexp
4412 for whitespace.
4413 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
4414 (bibtex-initialize): Also update bibtex-strings.
4415 (bibtex-kill-field): Preserve white space at end of entry.
4416 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
4417 Update bibtex-reference-keys.
4418
4419 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4420
4421 * minibuffer.el (completion-pcm--merge-try): Also consider placing
4422 point after a star, if that's the only place where modifications can
4423 make progress.
4424
4425 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
4426
4427 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
4428 in docstrings.
4429
4430 2009-12-04 Juri Linkov <juri@jurta.org>
4431
4432 * proced.el (proced): Call `(proced-update t)' to update process
4433 information instead of only running proced-post-display-hook.
4434 (proced-send-signal): Add a leading space to the buffer name
4435 " *Marked Processes*" to make this buffer ephemeral.
4436
4437 2009-12-04 Juri Linkov <juri@jurta.org>
4438
4439 * dired.el (dired-auto-revert-buffer): New defcustom.
4440 (dired-internal-noselect): Use it.
4441
4442 2009-12-04 Juri Linkov <juri@jurta.org>
4443
4444 Change roles of modes and functions in image-mode.el (Bug#5062).
4445
4446 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
4447 in `auto-mode-alist'.
4448 (image-mode-previous-major-mode): New variable.
4449 (image-minor-mode-map): Rename from `image-mode-text-map'.
4450 (image-mode): Move graceful error-handling code from
4451 `image-minor-mode' to here. On errors call `image-mode-as-text'.
4452 (image-minor-mode): Remove all image-handling code.
4453 Replace `image-mode-text-map' with `image-minor-mode-map'.
4454 Check for `image-type' in mode-line format string.
4455 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
4456 (image-mode-as-text): New function with most code from
4457 `image-mode-maybe'.
4458 (image-toggle-display-text): Move code that removes image
4459 properties from `image-toggle-display' to here.
4460 (image-toggle-display-image): New function with code that adds
4461 image properties copied from `image-toggle-display'.
4462 (image-toggle-display): Remove most code with leaving only code
4463 that toggles between `image-mode-as-text' and `image-mode'.
4464
4465 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
4466
4467 * net/newst-treeview.el
4468 (newsticker--treeview-list-highlight-start): Restored call to
4469 save-excursion: Selected item was stuck.
4470 (newsticker--treeview-list-select): New.
4471 (newsticker--treeview-item-show-text)
4472 (newsticker--treeview-item-show)
4473 (newsticker--treeview-item-update): Use new
4474 newsticker-treeview-item-mode.
4475 (newsticker-treeview-update): Keep current item.
4476 (newsticker-treeview-next-new-or-immortal-item): Doc change.
4477 (newsticker--treeview-first-feed): Doc change.
4478 (newsticker-treeview-list-menu)
4479 (newsticker-treeview-item-menu): Add menu entries.
4480 (newsticker-treeview-item-mode): New.
4481
4482 * net/newst-backend.el (newsticker-customize): Delete other
4483 windows.
4484
4485 2009-12-04 Sam Steingold <sds@gnu.org>
4486
4487 * log-view.el (log-view-mode-map): "q" calls quit-window,
4488 like in all the other non-self-insert buffers.
4489
4490 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4491
4492 Minor cleanup.
4493 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
4494 key decoding rather than do it manually via last-input-event +
4495 ascii-character.
4496 (term-exec): Use delete-and-extract-region.
4497 (term-handle-ansi-terminal-messages): Remove unused var `end'.
4498 (term-process-pager): Remove unused var `i'.
4499 (term-dynamic-simple-complete): Make obsolete.
4500 (serial-update-config-menu): Remove unused vars `y' and `str'.
4501 (term-update-mode-line): Remove unused var `temp'.
4502
4503 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4504
4505 Limit the number of log entries displayed by default.
4506 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
4507 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
4508 using a prefix argument.
4509
4510 2009-12-03 Glenn Morris <rgm@gnu.org>
4511
4512 * progmodes/idlwave.el (class): Restore still useful declaration.
4513
4514 2009-12-03 Alan Mackenzie <acm@muc.de>
4515
4516 Enhance `c-parse-state' to run efficiently in "brace deserts".
4517
4518 * progmodes/cc-mode.el (c-basic-common-init):
4519 Call c-state-cache-init.
4520 (c-neutralize-syntax-in-and-mark-CPP): Rename from
4521 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
4522 placing `category' properties value 'c-cpp-delimiter at its boundaries.
4523
4524 * progmodes/cc-langs.el (c-before-font-lock-function):
4525 c-extend-and-neutralize-syntax-in-CPP has been renamed
4526 c-neutralize-syntax-in-and-mark-CPP.
4527
4528 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
4529 with `category' properties now, not `syntax-table' ones.
4530
4531 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
4532 enhanced (but slower) version of c-end-of-macro that won't land
4533 inside a literal or on another awkward character.
4534 (c-state-cache-too-far, c-state-cache-start)
4535 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
4536 (c-state-nonlit-pos-cache-limit, c-state-point-min)
4537 (c-state-point-min-lit-type, c-state-point-min-lit-start)
4538 (c-state-min-scan-pos, c-state-brace-pair-desert)
4539 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
4540 buffer local variables.
4541 (c-state-literal-at, c-state-lit-beg)
4542 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
4543 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
4544 (c-state-cache-top-paren, c-state-cache-after-top-paren)
4545 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
4546 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
4547 (c-renarrow-state-cache)
4548 (c-append-lower-brace-pair-to-state-cache)
4549 (c-state-push-any-brace-pair, c-append-to-state-cache)
4550 (c-remove-stale-state-cache)
4551 (c-remove-stale-state-cache-backwards, c-state-cache-init)
4552 (c-invalidate-state-cache-1, c-parse-state-1)
4553 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
4554 (c-parse-state): Enhance and refactor.
4555 (c-debug-parse-state): Amend to deal with all the new variables.
4556
4557 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
4558 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
4559 modify to use category text properties rather than syntax-table ones.
4560 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
4561 to switch off/on the syntactic paren property of C++ template
4562 delimiters using the category property.
4563 (c-with-<->-as-parens-suppressed): Macro to invoke code with
4564 template delims suppressed.
4565 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
4566 New constant/macros which apply category properties to the start
4567 and end of preprocessor constructs.
4568 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
4569 "comment out" the syntactic value of characters in preprocessor
4570 constructs.
4571 (c-with-cpps-commented-out)
4572 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
4573 with characters in all or all but one preprocessor constructs
4574 "commented out".
4575
4576 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4577
4578 * proced.el (proced-filter-alist): Use regexp-quote.
4579
4580 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
4581
4582 Cleanup.
4583 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
4584 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
4585 arguments. Expand `default-directory'.
4586
4587 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
4588 the benefit of returning an expanded localname.
4589 (tramp-tramp-file-p): Handle the case NAME is not a string.
4590
4591 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4592
4593 Add support for bzr shelve/unshelve.
4594 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4595 (vc-bzr-extra-menu-map): New variables.
4596 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
4597 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
4598 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
4599 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
4600 (vc-bzr-dir-extra-headers): Display shelves.
4601
4602 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
4603
4604 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4605
4606 * textmodes/bibtex.el (bibtex-complete-internal):
4607 Use completion-in-region.
4608 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
4609
4610 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4611
4612 Support applying stashes. Improve UI.
4613 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
4614 (vc-git-stash-apply, vc-git-stash-pop)
4615 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
4616 (vc-git-stash-menu): New functions.
4617 (vc-git-stash-menu-map): New variable.
4618 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
4619
4620 2009-12-03 Glenn Morris <rgm@gnu.org>
4621
4622 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
4623 (vc-print-log-internal): Fix previous change.
4624 (vc-revert): Correct pluralization.
4625
4626 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4627
4628 * progmodes/make-mode.el (makefile-special-targets-list): No need for
4629 it to be an alist any more.
4630 (makefile-complete): Use completion-in-region.
4631
4632 * progmodes/octave-mod.el (octave-complete-symbol):
4633 Use completion-in-region.
4634
4635 Misc cleanup.
4636 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
4637 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
4638 (idlwave-complete-class): Don't quote lambda.
4639 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
4640 (idlwave-mode-map): Move initialization into declaration.
4641 (idlwave-action-and-binding): Use backquotes.
4642 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
4643 Simplify.
4644 (idlwave-is-pointer-dereference): Remove unused var `pos'.
4645 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
4646 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
4647 `parts', and `all-parts'.
4648 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
4649 (idlwave-convert-xml-system-routine-info): Remove unused string
4650 `version-string'.
4651 (idlwave-display-user-catalog-widget): Use dolist.
4652 (idlwave-scanning-lib): Declare dynamically-scoped var.
4653 (idlwave-scan-library-catalogs): Remove unused var `flags'.
4654 (completion-highlight-first-word-only): Declare to silence bytecomp.
4655 (idlwave-popup-select): Tighten scope of `resp'.
4656 (idlwave-find-struct-tag): Remove unused var `beg'.
4657 (idlwave-after-load-rinfo-hook): Declare.
4658 (idlwave-sintern-class-info): Remove unused var `taglist'.
4659 (idlwave-find-class-definition): Remove unused var `list'.
4660 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
4661 (idlwave-what-module-find-class): Remove unused var `classes'.
4662
4663 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
4664
4665 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
4666
4667 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4668
4669 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
4670 buffers visited. Remove redundant current-buffer-saving.
4671
4672 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4673
4674 Use completion-in-buffer and remove uses of dynamic scoping.
4675 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
4676 (pascal-buffer-to-use, pascal-flag): Don't declare.
4677 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
4678 (pascal-get-completion-decl, pascal-keyword-completion):
4679 Add `pascal-str' argument, save-excursion,
4680 return the found completions, and don't filter with pascal-pred.
4681 (pascal-completion-cache): New var.
4682 (pascal-completion): Don't switch buffer any more (it was never
4683 necessary). Don't save-excursion any more (it's done by the called
4684 subroutines). Use a cache to avoid redundant computations.
4685 Use complete-with-action rather than pascal-completion-response and
4686 let it apply the predicate as well.
4687 (pascal-complete-word): Use completion-in-buffer when
4688 pascal-toggle-completions is nil.
4689 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
4690 not used any more.
4691 (pascal-comp-defun): Don't change buffer any more.
4692 Use complete-with-action rather than pascal-completion-response and
4693 let it apply the predicate as well.
4694 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
4695 when neded.
4696
4697 2009-12-02 Kenichi Handa <handa@m17n.org>
4698
4699 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
4700 shape for all Indic scripts.
4701
4702 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4703
4704 Use completion-in-buffer.
4705 * wid-edit.el (widget-field-text-end): New function.
4706 (widget-field-value-get): Use it.
4707 (widget-string-complete, widget-file-complete)
4708 (widget-color-complete): Use it and completion-in-region.
4709 (widget-complete): Don't narrow the buffer.
4710
4711 2009-12-02 Glenn Morris <rgm@gnu.org>
4712
4713 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
4714 (rmail-select-summary): Use rmail-pop-to-buffer.
4715 * mail/rmailsum.el: Replace all pop-to-buffer calls with
4716 rmail-pop-to-buffer, to prevent horizontal splits.
4717
4718 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
4719 save-excursion with save-current-buffer.
4720 Widen before searching. (Bug#5093)
4721 (diary-list-sexp-entries): Remove superfluous save-excursion.
4722
4723 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
4724
4725 * woman.el (woman-make-bufname): Handle man-pages with "." in the
4726 name. (Bug#5038)
4727
4728 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
4729
4730 * ido.el (ido-file-internal): Handle filenames at point that do
4731 not have a directory part. (Bug#5049)
4732
4733 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
4734
4735 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
4736 (mpc-songs-jump-to, mpc-resume): Doc fixes.
4737
4738 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
4739
4740 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
4741 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
4742 any more.
4743
4744 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4745
4746 * comint.el (comint-insert-input): Ignore clicks to the right of
4747 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
4748
4749 * vc.el (vc-print-log-internal): Don't wait for the process to
4750 terminate before setting up the major mode.
4751
4752 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
4753 in case.
4754
4755 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
4756 the last element.
4757
4758 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
4759
4760 2009-12-01 Glenn Morris <rgm@gnu.org>
4761
4762 * window.el (window--display-buffer-2): Fix previous changes.
4763
4764 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
4765
4766 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
4767
4768 2009-12-01 Glenn Morris <rgm@gnu.org>
4769
4770 * Makefile.in (ELCFILES): Add mpc.elc.
4771
4772 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4773
4774 * mpc.el: New file.
4775
4776 2009-12-01 Glenn Morris <rgm@gnu.org>
4777
4778 * window.el (window-to-use): Define for compiler.
4779
4780 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
4781 consistent with others (no final period).
4782
4783 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
4784 (rmail-mime-show): Downcase the encoding. (Bug#5070)
4785
4786 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
4787
4788 Make vc-print-log buttons work.
4789 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
4790
4791 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
4792
4793 * savehist.el (savehist-autosave-interval): Allow setting to nil
4794 through customize. (Bug#5056)
4795
4796 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
4797
4798 Fix references to jit-lock properties.
4799 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4800 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
4801 (perl-font-lock-special-syntactic-constructs):
4802 Quote jit-lock-defer-multiline property.
4803
4804 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
4805
4806 * vc-git.el (vc-git-registered): Call vc-git-root only once.
4807
4808 2009-11-30 Juri Linkov <juri@jurta.org>
4809
4810 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
4811 value `buffer' of `multi-isearch-next-buffer-current-function'.
4812 Use `(current-buffer)' when `buffer' is nil.
4813 (multi-isearch-next-buffer-from-list): Don't fallback to
4814 `(current-buffer)' when `buffer' is nil. (Bug#4947)
4815
4816 2009-11-30 Juri Linkov <juri@jurta.org>
4817
4818 * misearch.el (multi-isearch-read-buffers): Move canonicalization
4819 of buffers with `get-buffer' to `multi-isearch-buffers'.
4820 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4821 Canonicalize BUFFERS with `get-buffer'. Doc fix.
4822 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
4823 FILES with `expand-file-name' converting relative file names
4824 to absolute. Doc fix. (Bug#4727)
4825
4826 2009-11-30 Juri Linkov <juri@jurta.org>
4827
4828 * misearch.el (multi-isearch-read-buffers)
4829 (multi-isearch-read-matching-buffers): New functions.
4830 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4831 Use them in the `interactive' spec. Doc fix.
4832 (multi-isearch-read-files, multi-isearch-read-matching-files):
4833 New functions.
4834 (multi-isearch-files, multi-isearch-files-regexp):
4835 Use them in the `interactive' spec. Doc fix. (Bug#4725)
4836
4837 2009-11-30 Juri Linkov <juri@jurta.org>
4838
4839 * doc-view.el (doc-view-continuous):
4840 Rename from `doc-view-continuous-mode'.
4841 (doc-view-menu): Move "Toggle display" to the top.
4842 Add submenu "Continuous" with radio buttons "Off"/"On"
4843 and "Save as Default".
4844 (doc-view-scroll-up-or-next-page)
4845 (doc-view-scroll-down-or-previous-page)
4846 (doc-view-next-line-or-next-page)
4847 (doc-view-previous-line-or-previous-page):
4848 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
4849
4850 2009-11-30 Juri Linkov <juri@jurta.org>
4851
4852 * comint.el (comint-mode-map): Rebind `M-r' from
4853 `comint-previous-matching-input' to
4854 `comint-history-isearch-backward-regexp'.
4855 Unbind `M-s' to allow global key binding `M-s'.
4856 Add menu items for `comint-history-isearch-backward' and
4857 `comint-history-isearch-backward-regexp'. (Bug#3746)
4858
4859 2009-11-30 Juri Linkov <juri@jurta.org>
4860
4861 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
4862 For def=recenter, replace `recenter' with `recenter-top-bottom'
4863 that is called with `this-command' and `last-command' let-bound
4864 to `recenter-top-bottom'. When the last `def' was not `recenter',
4865 set `recenter-last-op' to nil. (Bug#4981)
4866
4867 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4868
4869 Minor cleanup and simplification.
4870 * filecache.el (file-cache-add-directory)
4871 (file-cache-add-directory-recursively)
4872 (file-cache-add-from-file-cache-buffer)
4873 (file-cache-delete-file-regexp, file-cache-delete-directory)
4874 (file-cache-files-matching-internal, file-cache-display): Use dolist.
4875 (file-cache-temp-minibuffer-message): Delete function.
4876 (file-cache-minibuffer-complete): Use minibuffer-message instead.
4877
4878 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4879 Don't signal an error when bumping into EOB in tr, s, or y.
4880
4881 2009-11-29 Juri Linkov <juri@jurta.org>
4882
4883 * startup.el (fancy-about-text): Fix wording of Guided Tour.
4884 (Bug#4960)
4885
4886 * descr-text.el (describe-char-unidata-list): Use lowercase name
4887 for "Unicode name" like in other tags.
4888
4889 2009-11-29 Juri Linkov <juri@jurta.org>
4890
4891 * ediff-util.el (ediff-minibuffer-with-setup-hook):
4892 New compatibility macro.
4893 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
4894
4895 2009-11-29 Juri Linkov <juri@jurta.org>
4896
4897 Add defcustom to define the cycling order of `recenter-top-bottom'.
4898 (Bug#4981)
4899
4900 * window.el (recenter-last-op): Doc fix.
4901 (recenter-positions): New defcustom.
4902 (recenter-top-bottom): Rewrite to use `recenter-positions'.
4903 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
4904
4905 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
4906
4907 Improve integration of Tramp and ange-ftp in eshell.
4908
4909 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
4910 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
4911 (eshell/sudo): Flatten args. Let-bind `default-directory'.
4912
4913 * eshell/esh-util.el (top): Require also Tramp when compiling.
4914 (eshell-directory-files-and-attributes): Check for FTP remote
4915 connection.
4916 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
4917 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
4918 (eshell-file-attributes): Handle ".". Return `entry'.
4919
4920 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
4921 (ange-ftp-directory-files-and-attributes)
4922 (ange-ftp-real-directory-files-and-attributes): New defuns.
4923
4924 * net/tramp.el (tramp-maybe-open-connection): Open the remote
4925 shell with "exec" when possible. This prevents trailing prompts
4926 in `start-file-process'.
4927
4928 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4929
4930 Try and remove assumptions about point-min==1.
4931 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
4932 (rng-compute-mode-line-string): Show the validation percentage in
4933 terms of the narrowed text, not the widened text.
4934 (rng-do-some-validation): Don't catch internal errors when debugging.
4935 (rng-first-error): Simplify.
4936 (rng-after-change-function): Remove work around. AFAIK the bug has
4937 been fixed a while ago.
4938
4939 * image-mode.el (image-minor-mode): Exit more gracefully when the image
4940 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
4941
4942 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
4943
4944 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
4945 `cd' doesn't always do it for us (bug#5067).
4946
4947 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
4948 on 2009-10-25 as part of some other change (bug#5067).
4949
4950 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4951
4952 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4953 `suspicious'.
4954 (byte-compile-warnings): Use byte-compile-warning-types.
4955 (byte-compile-save-excursion): Warn about use of set-buffer right
4956 after save-excursion.
4957
4958 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
4959 the excursion as well.
4960
4961 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
4962
4963 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
4964 providing a Tramp related implementation of "su" and "sudo".
4965 (eshell-unix-initialize): Add "su" and "sudo".
4966
4967 2009-11-27 Daiki Ueno <ueno@unixuser.org>
4968
4969 * net/socks.el (socks-send-command): Convert binary request to
4970 unibyte before sending. This fixes mishandling of some port
4971 numbers such as 129.
4972
4973 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4974
4975 * help.el (describe-bindings-internal): Remove `interactive'.
4976
4977 * man.el (Man-completion-table): Trim a terminating "(".
4978 Remove the space between name page a section.
4979 Add the command's description on the `help-echo' property.
4980 Remove `process-connection-type' binding since it's unused by
4981 call-process.
4982 Provide completion for the "<section> <name>" format as well.
4983 (Man-default-man-entry): Remove spurious var shadowing the argument.
4984
4985 2009-11-26 Kevin Ryde <user42@zip.com.au>
4986
4987 * log-view.el: Add "Keywords: tools", since its other keywords
4988 aren't in finder-known-keywords, and following vc.el.
4989
4990 * sha1.el (sha1-string-external): default-directory "/" in case
4991 otherwise non-existent. process-connection-type pipe for touch of
4992 efficiency recommended by elisp manual. (An aside in Bug#3911.)
4993
4994 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4995
4996 Misc coding convention cleanups.
4997 * htmlfontify.el (hfy-init-kludge-hook): Rename from
4998 hfy-init-kludge-hooks.
4999 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
5000 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
5001 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
5002 and push.
5003 (hfy-slant, hfy-weight): Use tables rather than code.
5004 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
5005 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
5006 (hfy-face-attr-for-class): Initialize `face-spec' directly.
5007 (hfy-face-to-css): Remove `nconc' with single arg.
5008 (hfy-p-to-face-lennart): Use `or'.
5009 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
5010 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
5011 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
5012 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
5013 (hfy-force-fontification): Use run-hooks.
5014
5015 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
5016
5017 Various minor fixes.
5018 * htmlfontify.el (hfy-default-header): Add toggle_invis since
5019 Javascript belongs in the header, not the body.
5020 (hfy-javascript): Remove.
5021 (hfy-fontify-buffer): Don't insert it any more.
5022 (hfy-face-at): Handle (face0 face1 face2) style face properties.
5023 Fix bug in invis handling when there were no invis props in a chunk.
5024
5025 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5026
5027 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
5028
5029 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
5030
5031 * finder.el (finder-mode-map): Add a menu.
5032
5033 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
5034
5035 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
5036 "unsigned" structs.
5037
5038 (verilog-leap-to-head, verilog-backward-token): Handle "disable
5039 fork" statement better.
5040
5041 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
5042
5043 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
5044 (verilog-delete-auto, verilog-delete-empty-auto-pair)
5045 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
5046 Reported by Clay Douglass.
5047
5048 (verilog-auto-inst, verilog-auto-star-safe)
5049 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
5050 Fix removing "// Interfaces" when saving .* expansions.
5051 Reported by Pierre-David Pfister.
5052
5053 2009-11-26 Glenn Morris <rgm@gnu.org>
5054
5055 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
5056 the scope.
5057
5058 2009-11-25 Johan Bockgård <bojohan@gnu.org>
5059
5060 * vc-annotate.el (vc-annotate-revision-previous-to-line):
5061 Really use previous revision.
5062
5063 2009-11-25 Kevin Ryde <user42@zip.com.au>
5064
5065 * man.el (Man-completion-table): default-directory "/" in case
5066 doesn't otherwise exist. process-environment COLUMNS=999 so as
5067 not to truncate long names. process-connection-type pipe to avoid
5068 any chance of hitting the pseudo-tty TIOCGWINSZ.
5069 (man): completion-ignore-case t for friendliness and since man
5070 itself is case-insensitive on the command line.
5071 Further to Bug#3717.
5072
5073 * arc-mode.el: Add "Keywords: files", so the details in its
5074 commentary can be reached from finder-by-keyword.
5075 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
5076 editing mode, but it's comms related and sgml-mode.el has "comm"
5077 on that basis too.
5078 * textmodes/bibtex-style.el: Add "Keywords: tex".
5079 * international/isearch-x.el, international/ja-dic-cnv.el:
5080 * international/ja-dic-utl.el, international/kkc.el:
5081 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
5082
5083 2009-11-25 Juri Linkov <juri@jurta.org>
5084
5085 * man.el (Man-completion-table): Modify regexp to include
5086 section names to completion strings. (Bug#3717)
5087
5088 2009-11-25 Juri Linkov <juri@jurta.org>
5089
5090 Search recursively in gzipped files. (Bug#4982)
5091
5092 * progmodes/grep.el (grep-highlight-matches): Add new options
5093 `always' and `auto'. Doc fix.
5094 (grep-process-setup): Check `grep-highlight-matches' for
5095 `auto-detect' to determine the need to compute grep defaults.
5096 Move Windows/DOS specific --colors settings handling
5097 to `grep-compute-defaults'. Check `grep-highlight-matches'
5098 to get the value of "--color=".
5099 (grep-compute-defaults): Compute `grep-highlight-matches' when it
5100 has the value `auto-detect'. Move Windows/DOS specific settings
5101 from `grep-process-setup'.
5102 (zrgrep): New command with alias `rzgrep'.
5103
5104 2009-11-25 Juri Linkov <juri@jurta.org>
5105
5106 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
5107 to nil instead of switching off view-mode. (Bug#4896)
5108
5109 2009-11-25 Juri Linkov <juri@jurta.org>
5110
5111 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
5112
5113 * mwheel.el (mwheel-scroll-up-function)
5114 (mwheel-scroll-down-function): New defvars.
5115 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
5116 `scroll-up', and `mwheel-scroll-down-function' instead of
5117 `scroll-down'.
5118
5119 * doc-view.el (doc-view-scroll-up-or-next-page)
5120 (doc-view-scroll-down-or-previous-page): Add optional ARG.
5121 Use this ARG in the call to image-scroll-up/image-scroll-down.
5122 Change `interactive' spec to "P". Goto next/previous page only
5123 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
5124 SPC/DEL case). Doc fix.
5125 (doc-view-next-line-or-next-page)
5126 (doc-view-previous-line-or-previous-page): Rename arg to ARG
5127 for consistency.
5128 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
5129 `doc-view-scroll-up-or-next-page', and buffer-local
5130 `mwheel-scroll-down-function' to
5131 `doc-view-scroll-down-or-previous-page'.
5132
5133 2009-11-25 Juri Linkov <juri@jurta.org>
5134
5135 Provide additional default values (directories at other Dired
5136 windows) via M-n in the minibuffer of some Dired commands.
5137
5138 * dired-aux.el (dired-diff, dired-compare-directories)
5139 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
5140 `minibuffer-default' in `minibuffer-with-setup-hook'.
5141 (dired-dwim-target-directory): Find a window that displays Dired
5142 buffer instead of failing when the next window is not Dired.
5143 Use `get-window-with-predicate' to find for the next Dired window.
5144 (dired-dwim-target-defaults): New function.
5145
5146 * ediff-util.el (ediff-read-file-name):
5147 Use `dired-dwim-target-defaults' to set `minibuffer-default'
5148 in `minibuffer-with-setup-hook'.
5149
5150 2009-11-25 Juri Linkov <juri@jurta.org>
5151
5152 Provide additional default values (file name at point or at the
5153 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
5154
5155 * minibuffer.el (read-file-name-defaults): New function.
5156 (read-file-name): Reset `minibuffer-default' to nil when
5157 it duplicates initial input `insdef'.
5158 Bind `minibuffer-default-add-function' to lambda that
5159 calls `read-file-name-defaults' in `minibuffer-selected-window'.
5160 (minibuffer-insert-file-name-at-point): New command.
5161
5162 * files.el (file-name-at-point-functions): New defcustom.
5163 (find-file-default): Remove defvar.
5164 (find-file-read-args): Don't use `find-file-default'.
5165 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5166 to `read-file-name'.
5167 (find-file-literally): Use `read-file-name' with
5168 `confirm-nonexistent-file-or-buffer'.
5169
5170 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
5171
5172 * dired.el (dired-read-dir-and-switches):
5173 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5174 to `read-file-name'.
5175 (dired-file-name-at-point): New function.
5176 (dired-mode): Add hook `dired-file-name-at-point' to
5177 `file-name-at-point-functions'.
5178
5179 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5180
5181 Really make the *Completions* window soft-dedicated (bug#5030).
5182 * window.el (window--display-buffer-2): Add `dedicated' argument.
5183 (display-buffer): Pass it when needed so the dedicated flag is set
5184 after calling set-window-buffer, which would otherwise reset it.
5185
5186 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5187
5188 * progmodes/meta-mode.el (meta-complete-symbol):
5189 * progmodes/etags.el (complete-tag):
5190 * mail/mailabbrev.el (mail-abbrev-complete-alias):
5191 Use completion-in-region.
5192
5193 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
5194 (dabbrev-completion): Use completion-in-region.
5195 (dabbrev--abbrev-at-point): Simplify regexp.
5196
5197 * abbrev.el (abbrev--before-point): Use word-motion functions
5198 if :regexp is not specified (bug#5031).
5199
5200 * subr.el (string-prefix-p): New function.
5201
5202 * man.el (Man-completion-cache): New var.
5203 (Man-completion-table): Use it.
5204
5205 * vc.el (vc-print-log-internal): Make `limit' optional for better
5206 compatibility (e.g. with vc-annotate.el).
5207
5208 2009-11-24 Kevin Ryde <user42@zip.com.au>
5209
5210 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
5211 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
5212
5213 * emacs-lisp/elint.el (elint-add-required-env): Better error message
5214 when .el source file not found or other error.
5215
5216 2009-11-24 Markus Triska <markus.triska@gmx.at>
5217
5218 * linum.el (linum-update-window): Ignore intangible (bug#4996).
5219
5220 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5221
5222 Handle the [back] button properly (bug#4979).
5223 * descr-text.el (describe-text-properties): Add a `buffer' argument.
5224 Use help-setup-xref, help-buffer, and with-help-window.
5225 (describe-char): Add `buffer' argument.
5226 Pass proper command to help-setup-xref. Don't meddle with
5227 help-xref-stack-item directly.
5228 (describe-text-category): Use with-help-window and help-buffer.
5229
5230 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
5231 for the displayed buffer (bug#4887).
5232
5233 * man.el (Man-completion-table): New function.
5234 (man): Use it.
5235
5236 2009-11-24 David Reitter <david.reitter@gmail.com>
5237
5238 * vc-git.el (vc-git-registered): Use checkout directory (where
5239 .git is) rather than the file's directory and a relative path spec
5240 to work around a bug in git.
5241
5242 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
5243
5244 Improve handling of processes on remote hosts.
5245
5246 * eshell/esh-util.el (eshell-path-env): New defvar.
5247 (eshell-parse-colon-path): New defun.
5248 (eshell-file-attributes): Use `eshell-parse-colon-path'.
5249
5250 * eshell/esh-ext.el (eshell-search-path):
5251 Use `eshell-parse-colon-path'.
5252 (eshell-remote-command): Remove argument HANDLER.
5253 (eshell-external-command): Check for FTP remote connection.
5254
5255 * eshell/esh-proc.el (eshell-gather-process-output):
5256 Use `file-truename', in order to start also symlinked files.
5257 Apply `start-file-process' instead of `start-process'.
5258 Shorten `command' to the local file name part.
5259
5260 * eshell/em-cmpl.el (eshell-complete-commands-list):
5261 Use `eshell-parse-colon-path'.
5262
5263 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
5264
5265 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
5266 to `eshell-directory-change-hook'.
5267
5268 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
5269
5270 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
5271 because it could be enabled automatically if view-read-only is non-nil.
5272
5273 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
5274
5275 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
5276 made on 2009-11-22.
5277
5278 2009-11-24 Glenn Morris <rgm@gnu.org>
5279
5280 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
5281 deleted variable bookmark-bmenu-bookmark-column.
5282
5283 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5284
5285 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
5286
5287 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
5288
5289 * net/browse-url.el (browse-url-filename-alist): On Windows, add
5290 two slashes to the "file:" prefix.
5291 (browse-url-file-url): De-munge Cygwin filenames before passing
5292 them to Windows browser.
5293 (browse-url-default-windows-browser): Use call-process.
5294
5295 2009-11-23 Juri Linkov <juri@jurta.org>
5296
5297 Implement DocView Continuous mode. (Bug#4896)
5298 * doc-view.el (doc-view-continuous-mode): New defcustom.
5299 (doc-view-mode-map): Bind C-n/<down> to
5300 `doc-view-next-line-or-next-page', C-p/<up> to
5301 `doc-view-previous-line-or-previous-page'.
5302 (doc-view-next-line-or-next-page)
5303 (doc-view-previous-line-or-previous-page): New commands.
5304
5305 2009-11-23 Juri Linkov <juri@jurta.org>
5306
5307 Implement Isearch in comint input history. (Bug#3746)
5308 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
5309 `isearch-mode-hook'.
5310 (comint-history-isearch): New defcustom.
5311 (comint-history-isearch-backward)
5312 (comint-history-isearch-backward-regexp): New commands.
5313 (comint-history-isearch-message-overlay): New buffer-local variable.
5314 (comint-history-isearch-setup, comint-history-isearch-end)
5315 (comint-goto-input, comint-history-isearch-search)
5316 (comint-history-isearch-message, comint-history-isearch-wrap)
5317 (comint-history-isearch-push-state)
5318 (comint-history-isearch-pop-state): New functions.
5319
5320 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
5321
5322 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
5323 return.
5324 (tramp-handle-make-symbolic-link)
5325 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
5326 Quote file names.
5327 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
5328 (tramp-handle-process-file): Use it.
5329
5330 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5331
5332 * window.el (move-to-window-line-last-op): Remove.
5333 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
5334
5335 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
5336
5337 Make M-r mirror the new cycling behavior of C-l.
5338 * window.el (move-to-window-line-last-op): New var.
5339 (move-to-window-line-top-bottom): New command.
5340 (global-map): Bind M-r move-to-window-line-top-bottom.
5341
5342 2009-11-23 Sven Joachim <svenjoac@gmx.de>
5343
5344 * dired-x.el (dired-guess-shell-alist-default):
5345 Support xz format. (Bug#4953)
5346
5347 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
5348
5349 * emulation/viper-cmd.el: Use viper-last-command-char instead of
5350 last-command-char/last-command-event.
5351 (viper-prefix-arg-value): Do correct conversion of event-char for
5352 XEmacs.
5353
5354 * emulation/viper-util.el, emulation/viper.el:
5355 Use viper-last-command-char instead of
5356 last-command-char/last-command-event.
5357
5358 * ediff-init.el, ediff-mult.el, ediff-util.el:
5359 Replace last-command-char and last-command-event
5360 with (ediff-last-command-char) everywhere.
5361
5362 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
5363 created in fundamental mode.
5364
5365 * ediff.el (ediff-version): Revert the change of interactive-p to
5366 called-interactively-p.
5367
5368 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
5369
5370 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
5371 generation from word-movement command names.
5372
5373 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
5374
5375 * cus-start.el (all): Add native condition for font-use-system-font.
5376
5377 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
5378
5379 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5380 Correct the patch from 2009-11-18. (Bug#3910)
5381
5382 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
5383
5384 * progmodes/subword.el: Rename from lisp/subword.el.
5385
5386 * subword.el: Rename to progmodes/subword.el.
5387
5388 * Makefile.in (ELCFILES): Adapt to subword.el move.
5389
5390 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5391 Stefan Monnier <monnier@iro.umontreal.ca>
5392
5393 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
5394 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
5395 (bookmark-bmenu-show-filenames): Use push.
5396 (bookmark-bmenu-hide-filenames): Use local var instead of
5397 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
5398 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
5399 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
5400 filenames now that the bookmark names are always available.
5401
5402 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5403
5404 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
5405 (bookmark-search-pattern): Move and leave unbound.
5406 (bookmark-bmenu-mode-map): Change binding.
5407 (bookmark-read-search-input): Simplify.
5408 Don't use text-char-description. Don't error on non-char events.
5409 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
5410 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
5411 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
5412 Use a local var for the timer.
5413 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
5414 (i.e. bookmark-bmenu-search).
5415
5416 2009-11-21 Glenn Morris <rgm@gnu.org>
5417
5418 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
5419
5420 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
5421
5422 * net/browse-url.el (browse-url-default-windows-browser):
5423 Use cygstart for cygwin.
5424
5425 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
5426
5427 * bookmark.el: Formatting and doc fixes only:
5428 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
5429 (bookmark-bmenu-search): Wrap to fit within 80 columns.
5430 Minor grammar and punctuation fixes in doc string.
5431 (bookmark-read-search-input): Adjust to fit within 80 columns.
5432
5433 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5434
5435 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
5436 (c-backward-into-nomenclature): Adapt to subword renaming.
5437
5438 * subword.el (subword-forward, subword-backward, subword-mark)
5439 (subword-kill, subword-backward-kill, subword-transpose)
5440 (subword-downcase, subword-upcase, subword-capitalize)
5441 (subword-forward-internal, subword-backward-internal):
5442 Rename from forward-subword, backward-subword, mark-subword,
5443 kill-subword, backward-kill-subword, transpose-subwords,
5444 downcase-subword, upcase-subword, capitalize-subword,
5445 forward-subword-internal, backward-subword-internal.
5446
5447 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5448
5449 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
5450 New options.
5451 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
5452 New vars.
5453 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
5454 (bookmark-bmenu-filter-alist-by-regexp)
5455 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
5456 (bookmark-bmenu-search): New command.
5457 (bookmark-bmenu-mode-map): Bind it.
5458
5459 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5460
5461 * progmodes/cc-cmds.el: declare-functioned forward-subword and
5462 backward-subword to quit the byte-compiler.
5463
5464 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
5465
5466 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
5467
5468 * progmodes/cc-cmds.el (c-update-modeline)
5469 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5470 Refer to subword.el functions instead of cc-subword.el.
5471
5472 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
5473 subword.el functions instead of cc-subword.el.
5474
5475 * progmodes/cc-subword.el: Rename to subword.el.
5476 * subword.el: Rename from progmodes/cc-subword.el.
5477 (subword-mode-map): Rename from c-subword-mode-map.
5478 (subword-mode): Rename from c-subword-mode.
5479 (global-subword-mode): New global minor mode.
5480 (forward-subword): Rename from c-forward-subword.
5481 (backward-subword): Rename from c-backward-subword.
5482 (mark-subword): Rename from c-mark-subword.
5483 (kill-subword): Rename from c-kill-subword.
5484 (backward-kill-subword): Rename from c-backward-kill-subword.
5485 (transpose-subwords): Rename from c-tranpose-subword.
5486 (downcase-subword): Rename from c-downcase-subword.
5487 (capitalize-subword): Rename from c-capitalize-subword.
5488 (forward-subword-internal): Rename from c-forward-subword-internal.
5489 (backward-subword-internal): Rename from c-backward-subword-internal.
5490
5491 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
5492
5493 * vc.el (vc-deduce-fileset): Allow non-state changing operations
5494 from a dired buffer.
5495 (vc-dired-deduce-fileset): New function.
5496 (vc-root-diff, vc-print-root-log): Use it.
5497
5498 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
5499 nil LIMIT argument to vc-print-log-internal.
5500
5501 2009-11-20 Glenn Morris <rgm@gnu.org>
5502
5503 * Makefile.in (ELCFILES): Regenerate.
5504
5505 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
5506
5507 * calc/calc.el (calc-set-mode-line):
5508 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5509 (math-format-number): Rename `math-format-complement-signed' to
5510 `math-format-twos-complement'.
5511
5512 * calc/calc-bin.el (math-format-twos-complement): Rename from
5513 math-format-complement-signed.
5514 (calc-radix): Rename `calc-complement-signed-mode' to
5515 `calc-twos-complement-mode'.
5516 (calc-octal-radix, calc-hex-radix): Add an argument for
5517 two's complement.
5518
5519 * calc/calc-embed.el (calc-embedded-mode-vars):
5520 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5521
5522 * calc/calc-ext.el (calc-init-extensions):
5523 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5524 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
5525
5526 * calc/calc-units.el (math-build-units-table-buffer):
5527 Let `calc-twos-complement-mode' be nil.
5528
5529 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
5530 entries.
5531
5532 * calc/calc-vec.el (calcFunc-vunpack):
5533 * calc/calc-aent.el (calc-do-calc-eval):
5534 * calc/calc-forms.el (math-format-date):
5535 * calc/calc-graph.el (calc-graph-plot):
5536 * calc/calc-math.el (math-use-emacs-fn):
5537 * calc/calccomp.el (math-compose-expr):
5538 Let `calc-twos-complement-mode' be nil.
5539
5540 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5541
5542 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
5543 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
5544 * minibuffer.el (completion-in-region-functions): New hook.
5545 (completion-in-region): New function.
5546 * emacs-lisp/lisp.el (lisp-complete-symbol):
5547 * pcomplete.el (pcomplete-std-complete): Use it.
5548
5549 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5550
5551 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
5552 (latex-complete-alist): New vars.
5553 (latex-string-prefix-p, latex-complete-bibtex-keys)
5554 (latex-complete-envnames, latex-complete-refkeys)
5555 (latex-complete-data): New functions.
5556 (latex-complete, latex-indent-or-complete): New commands.
5557
5558 * window.el (display-buffer-mark-dedicated): New var.
5559 (display-buffer): Obey it.
5560 * minibuffer.el (minibuffer-completion-help): Use it.
5561
5562 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
5563
5564 * filecache.el (file-cache-add-file): Use push and cons.
5565 (file-cache-delete-file-regexp): Use push.
5566 (file-cache-complete): Use completion-in-region.
5567
5568 * simple.el (with-wrapper-hook): Fix thinko.
5569
5570 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
5571 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
5572 Use with-current-buffer and string-to-number.
5573 (hfy-fallback-colour-values): Use assoc-string.
5574 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
5575 (hfy-face-at): Remove unused var `found-face'.
5576 (hfy-compile-stylesheet): Remove unused var `css'.
5577 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
5578 and `orig-buffer'.
5579 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
5580 Use with-current-buffer.
5581 (hfy-text-p): Use expand-file-name and fewer setq.
5582
5583 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
5584
5585 * htmlfontify.el, hfy-cmap.el: New files.
5586
5587 2009-11-19 Juri Linkov <juri@jurta.org>
5588
5589 * minibuffer.el (completions-format): New defcustom.
5590 (completion--insert-strings): Implement vertical format.
5591
5592 * simple.el (switch-to-completions): Move point to the first
5593 completion when point was at the beginning of the buffer.
5594
5595 2009-11-19 Juri Linkov <juri@jurta.org>
5596
5597 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
5598
5599 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
5600
5601 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
5602
5603 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
5604 (mail-signature): Change default to t.
5605 (mail-from-style): Deprecate `system-default' value.
5606 (mail-insert-from-field): For default value of mail-from-style,
5607 default to `angles' unless `angles' needs quoting and `parens'
5608 does not.
5609 (mail-citation-prefix-regexp): Use citation regexp from
5610 message-mode.
5611
5612 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
5613
5614 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5615 Set variables for computing the prompt for reading password.
5616
5617 2009-11-19 Glenn Morris <rgm@gnu.org>
5618
5619 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
5620
5621 * textmodes/flyspell.el (sgml-lexical-context): Declare.
5622
5623 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
5624 (newsticker-treeview-listwindow-height): Fix custom type.
5625
5626 2009-11-19 Kenichi Handa <handa@m17n.org>
5627
5628 * descr-text.el (describe-char-padded-string): Compose with TAB
5629 only if there's a font for CH.
5630 (describe-char): Fix the condition for detecting a trivial composition.
5631
5632 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
5633
5634 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
5635 more accurate version of the regexp. (Bug#3910)
5636
5637 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
5638
5639 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
5640
5641 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
5642
5643 * font-setting.el (font-use-system-font): Declare for byte-compiler.
5644 (font-setting-change-default-font): Fix typo in docstring.
5645
5646 2009-11-18 Alan Mackenzie <acm@muc.de>
5647
5648 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
5649
5650 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5651
5652 * font-setting.el (font-use-system-font): Move ...
5653
5654 * cus-start.el (all): ... to here.
5655
5656 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
5657
5658 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
5659 Don't set `ad-return-value' if `ad-do-it' doesn't.
5660
5661 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
5662 modification time.
5663
5664 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5665
5666 * menu-bar.el: Put "Use system font" in Option-menu.
5667 (menu-bar-options-save): Add font-use-system-font.
5668
5669 * loadup.el: If feature system-font-setting or font-render-setting is
5670 there, load font-setting.
5671
5672 * Makefile.in (ELCFILES): Add font-settings.el.
5673 * font-setting.el: New file.
5674
5675 2009-11-17 Glenn Morris <rgm@gnu.org>
5676
5677 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
5678
5679 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
5680 Preserve point in the list buffer. (Bug#4939)
5681 Use point-at-eol.
5682 (newsticker--treeview-list-update-highlight)
5683 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
5684
5685 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5686
5687 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
5688 Remove.
5689
5690 * calc/calc-ext.el (calc-init-extensions): Remove references to
5691 symclip.
5692
5693 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
5694
5695 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5696 * calc/calc-help.el (calc-b-prefix-help): Remove references to
5697 `calc-symclip'.
5698
5699 2009-11-16 Kevin Ryde <user42@zip.com.au>
5700
5701 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5702 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
5703
5704 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
5705 (lm-keywords-list): Allow comma-only separator like "foo,bar".
5706 Ignore trailing spaces by omit-nulls to split-string (fixing
5707 regression from Emacs 21 due to the incompatible split-string
5708 change). (Bug #4928.)
5709
5710 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
5711
5712 * vc.el (vc-log-show-limit): Default to 2000.
5713 (vc-print-log-internal): Insert buttons to request more entries
5714 when limiting the output.
5715
5716 * vc-sccs.el (vc-sccs-print-log):
5717 * vc-rcs.el (vc-rcs-print-log):
5718 * vc-cvs.el (vc-cvs-print-log):
5719 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
5720 LIMIT is non-nil.
5721
5722 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5723
5724 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
5725 error when `tramp-gvfs-dbus-event-vector' is set.
5726 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
5727
5728 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5729
5730 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
5731
5732 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5733
5734 * net/dbus.el (dbus-unregister-service): New defun.
5735 (dbus-register-property): Register the handlers of
5736 "org.freedesktop.DBus.Properties" for SERVICE.
5737 (dbus-property-handler): Fix docstring.
5738
5739 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5740
5741 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
5742 Quote doc string reference in defvaralias as it is not in special form.
5743 (byte-compile-output-docform): Doc fix.
5744
5745 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5746
5747 * calc/calc.el (math-2-word-size, math-half-2-word-size)
5748 (calc-complement-signed-mode): New variables.
5749 (calc-set-mode-line): Add indicator for twos-complements.
5750 (math-format-number): Format twos-complement notation.
5751
5752 * calc/calc-bin.el (calc-word-size): Reset the variables
5753 `math-2-word-size' and `math-half-2-word-size'.
5754 (math-format-complement-signed, math-symclip, calcFunc-symclip)
5755 (calc-symclip): New functions.
5756
5757 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
5758
5759 * calc/calc-embed.el (calc-embedded-mode-vars):
5760 Add `calc-complement-signed-mode' to the list of modes.
5761
5762 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
5763 (calc-b-oper-keys): Add `calc-symclip' to list.
5764
5765 * calc/calc-ext.el (math-read-number-fancy): Read complement
5766 signed numbers.
5767 (calc-init-extensions): Add binding for `calc-symclip'.
5768 Add autoload for `calcFunc-symclip' and `calc-symclip'.
5769
5770 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
5771 `calc-symclip'.
5772 (calc-modes-menu): Add item for twos complement mode.
5773
5774 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
5775
5776 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5777
5778 * register.el (jump-to-register, insert-register): Handle Semantic
5779 tags. From commented-out advice in semantic/senator.el.
5780
5781 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
5782
5783 * vc.el (vc-log-show-limit): New variable.
5784 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
5785 when using a prefix argument.
5786 (vc-print-log-internal): Add new argument LIMIT.
5787
5788 * vc-svn.el (vc-svn-print-log):
5789 * vc-mtn.el (vc-mtn-print-log):
5790 * vc-hg.el (vc-hg-print-log):
5791 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
5792 pass it to the log command when set. Make the BUFFER argument
5793 non-optional.
5794
5795 * vc-sccs.el (vc-sccs-print-log):
5796 * vc-rcs.el (vc-rcs-print-log):
5797 * vc-git.el (vc-git-print-log):
5798 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
5799 ignore it. Make the BUFFER argument non-optional
5800
5801 * bindings.el (mode-line-buffer-identification): Do not purecopy.
5802
5803 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5804
5805 * dired.el (dired-mode-map): Move encryption items to "Operate"
5806 menu (Bug#4703).
5807
5808 * strokes.el (strokes-update-window-configuration): Make strokes
5809 buffer current before erasing (Bug#4906).
5810
5811 2009-11-15 Juri Linkov <juri@jurta.org>
5812
5813 * simple.el (set-mark-default-inactive): Add :type, :group
5814 and :version. (Bug#4876)
5815
5816 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
5817
5818 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
5819 (archive-unique-fname): ... here. (Bug#4929)
5820
5821 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5822
5823 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
5824 with a real fix.
5825
5826 * novice.el (disabled-command-function): Add useful args.
5827 Setup the help buffer so that [back] works.
5828 Remove redundant call to help-mode.
5829 (disabled-command-function): Use `case'.
5830 (en/disable-command): New function extracted from enable-command.
5831 (enable-command, disable-command): Use it.
5832
5833 2009-11-14 Glenn Morris <rgm@gnu.org>
5834
5835 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
5836 constants. (Bug#4913)
5837
5838 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
5839
5840 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5841
5842 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
5843 defined in C that have no doc-strings. (Bug#1063)
5844
5845 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
5846
5847 * cus-edit.el (data, files):
5848 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
5849
5850 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
5851
5852 * simple.el (shell-command): Doc fix (Bug#4891).
5853
5854 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
5855
5856 2009-11-14 Glenn Morris <rgm@gnu.org>
5857
5858 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
5859 statements for vc-diff, emerge-quit, and rmail-cease-edit.
5860 If they are already loaded, eval-after-load will do the right thing.
5861
5862 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
5863 compiling.
5864
5865 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
5866
5867 * simple.el (x-selection-owner-p): Declare.
5868 (read-mail-command): Use custom radio type rather than choice.
5869 (completion-no-auto-exit): Doc fix.
5870
5871 * custom.el (defgroup):
5872 * epg-config.el (epg): Doc fixes.
5873
5874 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
5875
5876 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
5877 * international/ccl.el (define-ccl-program): Do not purecopy the
5878 docstring, defconst does it anyway.
5879
5880 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5881
5882 * add-log.el (add-change-log-entry): Avoid displaying the changelog
5883 a second time.
5884
5885 * x-dnd.el (x-dnd-maybe-call-test-function):
5886 * window.el (split-window-vertically):
5887 * whitespace.el (whitespace-help-on):
5888 * vc-rcs.el (vc-rcs-consult-headers):
5889 * userlock.el (ask-user-about-lock-help)
5890 (ask-user-about-supersession-help):
5891 * type-break.el (type-break-force-mode-line-update):
5892 * time-stamp.el (time-stamp-conv-warn):
5893 * terminal.el (te-set-output-log, te-more-break, te-filter)
5894 (te-sentinel, terminal-emulator):
5895 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
5896 (term-write-input-ring, term-check-source, term-start-output-log):
5897 (term-display-buffer-line, term-dynamic-list-completions):
5898 (term-ansi-make-term, serial-term):
5899 * subr.el (selective-display):
5900 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5901 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
5902 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
5903 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
5904 (speedbar-remove-localized-speedbar-support)
5905 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
5906 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
5907 (speedbar-buffers-line-directory):
5908 * simple.el (shell-command-on-region, append-to-buffer)
5909 (prepend-to-buffer):
5910 * shadowfile.el (shadow-save-todo-file):
5911 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
5912 (scroll-bar-maybe-set-window-start):
5913 * sb-image.el (speedbar-image-dump):
5914 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
5915 (load-save-place-alist-from-file):
5916 * ps-samp.el (ps-print-message-from-summary):
5917 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
5918 (ps-background-image, ps-begin-job, ps-do-despool):
5919 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
5920 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
5921 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
5922 (pr-call-process, pr-file-list, pr-interface-save):
5923 * novice.el (disabled-command-function)
5924 (enable-command, disable-command):
5925 * mouse.el (mouse-buffer-menu-alist):
5926 * mouse-copy.el (mouse-kill-preserving-secondary):
5927 * macros.el (kbd-macro-query):
5928 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
5929 * informat.el (batch-info-validate):
5930 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
5931 * hippie-exp.el (try-expand-dabbrev-visible):
5932 * help-mode.el (help-make-xrefs):
5933 * help-fns.el (describe-variable):
5934 * generic-x.el (bat-generic-mode-run-as-comint):
5935 * finder.el (finder-mouse-select):
5936 * find-dired.el (find-dired-sentinel):
5937 * filesets.el (filesets-file-close):
5938 * files.el (list-directory):
5939 * faces.el (list-faces-display, describe-face):
5940 * facemenu.el (list-colors-display):
5941 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
5942 * epg.el (epg--process-filter, epg-cancel):
5943 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
5944 (epa--read-signature-type):
5945 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
5946 (emerge-file-names):
5947 * ehelp.el (electric-helpify):
5948 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
5949 * ediff-vers.el (rcs-ediff-view-revision):
5950 * ediff-util.el (ediff-setup):
5951 * ediff-mult.el (ediff-append-custom-diff):
5952 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
5953 (ediff-wordify):
5954 * echistory.el (Electric-command-history-redo-expression):
5955 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5956 * disp-table.el (describe-display-table):
5957 * dired.el (dired-find-buffer-nocreate):
5958 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
5959 * dabbrev.el (dabbrev--same-major-mode-p):
5960 * chistory.el (list-command-history):
5961 * apropos.el (apropos-documentation):
5962 * allout.el (allout-obtain-passphrase):
5963 (allout-copy-exposed-to-buffer):
5964 (allout-verify-passphrase): Use with-current-buffer.
5965
5966 2009-11-13 Glenn Morris <rgm@gnu.org>
5967
5968 * Makefile.in (ELCFILES): Regenerate.
5969
5970 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
5971
5972 * net/dbus.el (dbus-registered-objects-table): Rename from
5973 `dbus-registered-functions-table', because it contains also properties.
5974 (dbus-unregister-object): Unregister also properties.
5975 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
5976 Use a timeout of 500 msec, in order to not block.
5977 (dbus-register-property, dbus-property-handler): New defuns.
5978
5979 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5980
5981 * simple.el (minibuffer-default-add-completions): Drop deprecated
5982 4th arg.
5983
5984 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
5985
5986 * textmodes/artist.el (artist-mouse-choose-operation):
5987 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5988 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
5989 (artist-compute-up-event-key): New function.
5990 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
5991
5992 2009-11-13 Kenichi Handa <handa@m17n.org>
5993
5994 * language/japan-util.el: Make sure that the value of jisx0208
5995 property is jisx0208 character.
5996
5997 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
5998
5999 * international/mule.el (auto-coding-regexp-alist): Only purecopy
6000 car or each item, not the whole list.
6001
6002 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
6003
6004 * minibuffer.el (minibuffer-completion-help):
6005 Use minibuffer-hide-completions.
6006
6007 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
6008
6009 * dired.el (dired-save-positions, dired-restore-positions): New funs.
6010 (dired-revert): Use them (bug#4880).
6011
6012 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6013
6014 * tooltip.el (tooltip-frame-parameters): Undo previous change.
6015
6016 2009-11-12 Juri Linkov <juri@jurta.org>
6017
6018 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
6019 New functions.
6020 (find-file-literally-at-point): Alias of `ffap-literally'.
6021
6022 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6023
6024 * textmodes/ispell.el (ispell-skip-region-alist):
6025 * textmodes/css-mode.el (auto-mode-alist):
6026 * progmodes/compile.el (auto-mode-alist):
6027 * international/mule.el (ctext-non-standard-encodings-alist)
6028 (ctext-non-standard-encodings-regexp):
6029 * simple.el (shell-command-switch, text-read-only):
6030 * replace.el (occur-mode-map):
6031 * paths.el (rmail-file-name):
6032 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
6033 * find-file.el (ff-special-constructs):
6034 * files.el (file-name-handler-alist):
6035 * composite.el: Purecopy strings.
6036
6037 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
6038
6039 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6040
6041 * widget.el (define-widget): Purecopy the docstring.
6042 * international/mule-cmds.el (charset): Do not purecopy the
6043 docstring here, define-widget does it.
6044
6045 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6046 * textmodes/bibtex-style.el (auto-mode-alist):
6047 * progmodes/inf-lisp.el (inferior-lisp-prompt):
6048 * progmodes/compile.el (compile-command):
6049 * language/korea-util.el (default-korean-keyboard):
6050 * international/mule-conf.el (file-coding-system-alist):
6051 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
6052 * tooltip.el (tooltip-frame-parameters):
6053 * newcomment.el (comment-end, comment-padding):
6054 * dired.el (dired-trivial-filenames):
6055 * comint.el (comint-file-name-prefix): Purecopy initial values.
6056
6057 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
6058
6059 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
6060 (tramp-advice-minibuffer-electric-tilde): Unload advices via
6061 `tramp-unload'.
6062 (tramp-advice-make-auto-save-file-name)
6063 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
6064 after removing the advice.
6065
6066 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6067
6068 * progmodes/grep.el (grep-regexp-alist):
6069 * international/mule-cmds.el (iso-2022-control-alist):
6070 * emacs-lisp/timer.el (timer-duration-words):
6071 * subr.el (version-separator, version-regexp-alist):
6072 * minibuffer.el (completion-styles-alist):
6073 * faces.el (face-attribute-name-alist, list-faces-sample-text):
6074 Change defvars to defconsts.
6075
6076 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
6077 * loadup.el ("international/mule-conf"): Load the byte compiled version.
6078 * international/mule-conf.el: Allow to be byte compiled.
6079
6080 * international/mule.el (define-charset): Purecopy props.
6081 (load-with-code-conversion): Purecopy doc string and file name.
6082 (put-charset-property): Purecopy strings.
6083 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
6084
6085 * international/mule-cmds.el (register-input-method): Purecopy arguments.
6086 (define-char-code-property): Correctly purecopy the table.
6087
6088 * international/ccl.el (define-ccl-program): Purecopy the docstring.
6089
6090 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
6091
6092 * subr.el (add-hook): Purecopy strings.
6093 (eval-after-load): Purecopy load-history-regexp and the form.
6094
6095 * custom.el (custom-declare-group): Purecopy load-file-name.
6096
6097 * subr.el (menu-bar-separator): New defconst.
6098 * net/eudc.el (eudc-tools-menu):
6099 * international/mule-cmds.el (set-coding-system-map)
6100 (mule-menu-keymap):
6101 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6102 * vc-hooks.el (vc-menu-map):
6103 * replace.el (occur-mode-map):
6104 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
6105 (menu-bar-edit-menu, menu-bar-goto-menu)
6106 (menu-bar-custom-menu, menu-bar-showhide-menu)
6107 (menu-bar-options-menu, menu-bar-tools-menu)
6108 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
6109 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
6110 (menu-bar-help-menu):
6111 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
6112 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
6113
6114 * term/x-win.el (x-gtk-stock-map):
6115 * progmodes/vera-mode.el (auto-mode-alist):
6116 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6117 (inferior-lisp-program, inferior-lisp-load-command):
6118 * progmodes/hideshow.el (hs-special-modes-alist):
6119 * progmodes/gud.el (same-window-regexps):
6120 * progmodes/grep.el (grep-program, find-program, xargs-program):
6121 * net/telnet.el (same-window-regexps):
6122 * net/rlogin.el (same-window-regexps):
6123 * language/ethiopic.el (font-ccl-encoder-alist):
6124 * vc-sccs.el (vc-sccs-master-templates):
6125 * vc-rcs.el (vc-rcs-master-templates):
6126 * subr.el (cl-assertion-failed):
6127 * simple.el (next-error-overlay-arrow-position):
6128 * lpr.el (lpr-command):
6129 * locate.el (locate-ls-subdir-switches):
6130 * info.el (same-window-regexps, info)
6131 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
6132 * image-mode.el (image-mode, auto-mode-alist):
6133 * hippie-exp.el (hippie-expand-ignore-buffers):
6134 * format.el (format-alist):
6135 * find-dired.el (find-ls-subdir-switches, find-grep-options)
6136 (find-name-arg):
6137 * facemenu.el (facemenu-keybindings):
6138 * dired.el (dired-listing-switches, dired-chown-program):
6139 * diff.el (diff-switches, diff-command):
6140 * cus-edit.el (same-window-regexps):
6141 * bindings.el (mode-line-mule-info)
6142 (mode-line-buffer-identification): Purecopy strings.
6143
6144 2009-11-11 Juri Linkov <juri@jurta.org>
6145
6146 * simple.el (dired-get-filename) <declare-function>:
6147 Tell the byte-compiler about dired-get-filename.
6148 (shell-command): In Dired mode, get filename from the current line
6149 as the default value.
6150
6151 2009-11-10 Glenn Morris <rgm@gnu.org>
6152
6153 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
6154 * calendar/holidays.el, progmodes/cperl-mode.el:
6155 Update x-popup-menu declarations.
6156
6157 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
6158 (list-load-path-shadows): Use dolist.
6159 (list-load-path-shadows): Use with-current-buffer.
6160
6161 2009-11-10 Juri Linkov <juri@jurta.org>
6162
6163 * minibuffer.el (read-file-name): Support a list of default values
6164 in `default-filename'. Use the first file name where only one
6165 element is required. Doc fix.
6166
6167 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
6168
6169 * net/dbus.el (dbus-unregister-object): Release service, if no
6170 other method is registered for it.
6171
6172 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
6173
6174 * bookmark.el (bookmark-completing-read): Sort bookmark names if
6175 bookmark-sort-flag is non-nil (Bug#4653).
6176
6177 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
6178
6179 * emulation/cua-base.el: Add CUA property to some CC mode commands
6180 (Bug#4100).
6181
6182 2009-11-08 Kevin Ryde <user42@zip.com.au>
6183
6184 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
6185 at end of sentence (Bug#4818).
6186
6187 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
6188
6189 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6190 Handle "see declaration of" MSFT statements (Bug#4100).
6191
6192 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
6193
6194 * net/tramp.el (tramp-advice-make-auto-save-file-name)
6195 (tramp-advice-file-expand-wildcards): Unload via
6196 `ad-remove-advice'.
6197
6198 * net/trampver.el: Update release number.
6199
6200 2009-11-08 Kevin Ryde <user42@zip.com.au>
6201
6202 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
6203 `ad-do-it'.
6204
6205 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
6206
6207 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
6208 in order to keep context in SELinux.
6209
6210 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
6211
6212 * dired-aux.el (dired-query): Place cursor in echo area and allow
6213 C-g.
6214
6215 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
6216 menu item if not on a directory (Bug#4701).
6217
6218 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
6219
6220 Sync with Tramp 2.1.17.
6221
6222 * net/tramp.el (tramp-handle-copy-directory): Don't use
6223 `file-remote-p' (due to compatibility).
6224
6225 * net/tramp-compat.el (tramp-compat-copy-directory)
6226 (tramp-compat-delete-directory): New defuns.
6227
6228 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6229 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6230 Use `tramp-compat-delete-directory'.
6231
6232 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6233 (tramp-smb-handle-delete-directory):
6234 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
6235
6236 * net/trampver.el: Update release number.
6237
6238 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
6239
6240 * tar-mode.el (tar-copy): Call write-region on the right buffer
6241 (Bug#4857).
6242
6243 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
6244 by hand, if necessary (Bug#4878).
6245
6246 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
6247
6248 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
6249 align size column (Bug#4839).
6250
6251 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
6252 statement.
6253
6254 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6255
6256 * progmodes/ld-script.el (auto-mode-alist):
6257 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
6258
6259 * cus-face.el (custom-declare-face): Purecopy face spec.
6260
6261 2009-11-06 Kenichi Handa <handa@m17n.org>
6262
6263 * international/uni-bidi.el: Re-generated.
6264 * international/uni-category.el: Re-generated.
6265 * international/uni-combining.el: Re-generated.
6266 * international/uni-mirrored.el: Re-generated.
6267
6268 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6269
6270 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
6271 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
6272 (tex-start-options, slitex-run-command, latex-run-command)
6273 (tex-run-command, tex-directory):
6274 * textmodes/ispell.el (ispell-html-skip-alists)
6275 (ispell-tex-skip-alists, ispell-tex-skip-alists):
6276 * textmodes/fill.el (adaptive-fill-first-line-regexp):
6277 (adaptive-fill-regexp):
6278 * textmodes/dns-mode.el (auto-mode-alist):
6279 * progmodes/python.el (interpreter-mode-alist):
6280 * progmodes/etags.el (tags-compression-info-list):
6281 * progmodes/etags.el (tags-file-name):
6282 * net/browse-url.el (browse-url-galeon-program)
6283 (browse-url-firefox-program):
6284 * mail/sendmail.el (mail-signature-file)
6285 (mail-citation-prefix-regexp):
6286 * international/mule-conf.el (eight-bit):
6287 * international/latexenc.el (latex-inputenc-coding-alist):
6288 * international/fontset.el (x-pixel-size-width-font-regexp):
6289 * emacs-lisp/warnings.el (warning-type-format):
6290 * emacs-lisp/trace.el (trace-buffer):
6291 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
6292 (emacs-lisp-mode-map):
6293 * calendar/holidays.el (holiday-solar-holidays)
6294 (holiday-bahai-holidays, holiday-islamic-holidays)
6295 (holiday-christian-holidays, holiday-hebrew-holidays)
6296 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
6297 (hebrew-holidays-1, holiday-oriental-holidays)
6298 (holiday-general-holidays):
6299 * x-dnd.el (x-dnd-known-types):
6300 * tool-bar.el (tool-bar):
6301 * startup.el (site-run-file):
6302 * shell.el (shell-dumb-shell-regexp):
6303 * rfn-eshadow.el (file-name-shadow-tty-properties)
6304 (file-name-shadow-properties):
6305 * paths.el (remote-shell-program, news-directory):
6306 * mouse.el ([C-down-mouse-3]):
6307 * menu-bar.el (menu-bar-tools-menu):
6308 * jka-cmpr-hook.el (jka-compr-load-suffixes)
6309 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
6310 (jka-compr-compression-info-list):
6311 * isearch.el (search-whitespace-regexp):
6312 * image-file.el (image-file-name-extensions):
6313 * find-dired.el (find-ls-option):
6314 * files.el (directory-listing-before-filename-regexp)
6315 (directory-free-space-args, insert-directory-program)
6316 (list-directory-brief-switches, magic-fallback-mode-alist)
6317 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
6318 (automount-dir-prefix):
6319 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
6320 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
6321 (face-font-registry-alternatives, face-font-registry-alternatives)
6322 (face-font-family-alternatives):
6323 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
6324 (facemenu-foreground-menu, facemenu-face-menu):
6325 * epa-hook.el (epa-file-name-regexp):
6326 * dnd.el (dnd-protocol-alist):
6327 * textmodes/rst.el (auto-mode-alist):
6328 * button.el (default-button): Purecopy strings.
6329
6330 2009-11-06 Glenn Morris <rgm@gnu.org>
6331
6332 * Makefile.in (ELCFILES): Update.
6333
6334 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
6335
6336 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
6337 * emacs-lisp/levents.el: Move to obsolete/levents.el.
6338
6339 * nxml/xsd-regexp.el (xsdre-gen-categories):
6340 * nxml/xmltok.el (xmltok-parse-entity):
6341 * nxml/rng-parse.el (rng-parse-validate-file):
6342 * nxml/rng-maint.el (rng-format-manual)
6343 (rng-manual-output-force-new-line):
6344 * nxml/rng-loc.el (rng-save-schema-location-1):
6345 * nxml/rng-cmpct.el (rng-c-parse-file):
6346 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
6347 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
6348
6349 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
6350
6351 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
6352 Remove extra save-excursions and make-variable-buffer-local's.
6353 Suggested by Stefan Monnier.
6354
6355 (verilog-getopt-file, verilog-module-inside-filename-p)
6356 (verilog-set-define): Merge GNU 1.35 and repair changes from
6357 switching to using with-current-buffer.
6358
6359 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
6360 being treated as a number and confusing AUTORESET.
6361 Reported by Dan Dever.
6362
6363 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
6364 Add verilog-auto-ignore-concat to fix backward compatibility with
6365 older verilog-modes. Reported by Dan Katz.
6366
6367 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
6368 containing closing anchors "...$".
6369
6370 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
6371 Reported by Wade Smith.
6372
6373 (verilog-batch-execute-func): Comment on function usage.
6374
6375 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
6376
6377 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
6378 for labels.
6379
6380 (verilog-label-re, verilog-calc-1): Support proper indent of named
6381 asserts.
6382
6383 (verilog-backward-token, verilog-basic-complete-re)
6384 (verilog-beg-of-statement, verilog-indent-re): Support proper
6385 indent of the assert statement at the beginning of a block of text.
6386
6387 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
6388 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
6389 tokens as begins.
6390
6391 2009-11-05 Glenn Morris <rgm@gnu.org>
6392
6393 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
6394 Emacs 19. (Bug#1531)
6395 (byte-compile-fix-header): Update for the above change.
6396 Drop test for epoch::version.
6397
6398 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
6399 * cus-dep.el (custom-make-dependencies):
6400 * finder.el (finder-compile-keywords):
6401 Use autoload-rubric's feature argument.
6402
6403 * calendar/diary-lib.el (top-level): Make load behave more like require.
6404
6405 * vc-git.el (vc-git-stash-map): Move definition before use.
6406
6407 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
6408
6409 * custom.el (custom-declare-group): Purecopy standard-value.
6410 (custom-declare-group): Purecopy custom-prefix.
6411
6412 * international/mule.el (load-with-code-conversion):
6413 Call do-after-load-evaluation unconditionally.
6414
6415 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
6416
6417 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6418
6419 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
6420
6421 2009-11-04 Glenn Morris <rgm@gnu.org>
6422
6423 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
6424 (byte-compile-compatibility): Remove option.
6425 (byte-compile-close-variables, byte-compile-fix-header)
6426 (byte-compile-insert-header, byte-compile-output-docform)
6427 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
6428 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
6429 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
6430 (byte-compile-insert, byte-compile-defun):
6431 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
6432 (byte-defop-compiler19): Remove.
6433 Without byte-compile-compatibility, the 'emacs19-opcode property is not
6434 used by anything. Replace all calls with byte-defop-compiler.
6435
6436 2009-11-04 Juri Linkov <juri@jurta.org>
6437
6438 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
6439 (menu-bar-options-menu): Don't quote the `prop' arg of
6440 `menu-bar-make-mm-toggle'.
6441
6442 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
6443
6444 * calendar/calendar.el (cal-loaddefs):
6445 * calendar/diary-lib.el (diary-loaddefs):
6446 * calendar/holidays.el (hol-loaddefs):
6447 * eshell/esh-module.el (esh-groups): Load rather than require.
6448
6449 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6450
6451 * calendar/todo-mode.el (todo-add-category): Don't hardcode
6452 point-min==1.
6453 (todo-top-priorities): Only display-buffer when called interactively.
6454 (todo-item-start): Don't save excursion point.
6455 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
6456 (todo-insert-item-here, todo-file-item, todo-remove-item):
6457 Adjust uses of todo-item-start and todo-item-end.
6458
6459 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
6460 (autoload-rubric): Don't use any more.
6461
6462 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
6463 and only put a prop if it is non-nil.
6464
6465 2009-11-03 Juri Linkov <juri@jurta.org>
6466
6467 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
6468 (menu-bar-options-menu): Fix list quoting (Bug#4429).
6469
6470 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
6471 and "Menu" to make top-level menu item visually one unit (like
6472 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
6473 multi-word menu items). Fix :help string for quit-window.
6474
6475 2009-11-03 Glenn Morris <rgm@gnu.org>
6476
6477 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6478 (byte-compile-file-form-define-abbrev-table)
6479 (byte-compile-file-form-custom-declare-variable)
6480 (byte-compile-variable-ref, byte-compile-defvar):
6481 Whether or not a warning is enabled should only affect whether we issue
6482 the warning, not whether or not we collect the relevant data.
6483 Eg warnings can be turned on and off throughout the course of a file.
6484
6485 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
6486 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
6487
6488 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6489
6490 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
6491 * play/mpuz.el (mpuz-create-buffer):
6492 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
6493 (lm-print-y,s,noise, lm-print-w0, lm-init):
6494 * play/gomoku.el (gomoku-prompt-for-move):
6495 * play/fortune.el (fortune-in-buffer):
6496 * play/dissociate.el (dissociated-press):
6497 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
6498 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
6499 * mail/supercite.el (sc-eref-show):
6500 * mail/smtpmail.el (smtpmail-send-it):
6501 * mail/rmailsum.el (rmail-summary-next-labeled-message)
6502 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
6503 (rmail-summary-undelete-many, rmail-summary-rmail-update)
6504 (rmail-summary-goto-msg, rmail-summary-expunge)
6505 (rmail-summary-get-new-mail, rmail-summary-search-backward)
6506 (rmail-summary-add-label, rmail-summary-output-menu)
6507 (rmail-summary-output-body):
6508 * mail/rfc822.el (rfc822-addresses):
6509 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
6510 * mail/mailpost.el (post-mail-send-it):
6511 * mail/hashcash.el (hashcash-generate-payment):
6512 * mail/feedmail.el (feedmail-run-the-queue)
6513 (feedmail-queue-send-edit-prompt-help-first)
6514 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
6515 (feedmail-deduce-address-list):
6516 * eshell/esh-ext.el (eshell-remote-command):
6517 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
6518 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
6519 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
6520 (viper-save-string-in-file, viper-valid-marker):
6521 * emulation/viper-keym.el (viper-toggle-key):
6522 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
6523 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
6524 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
6525 * emulation/viper-cmd.el (viper-exec-form-in-vi)
6526 (viper-exec-form-in-emacs, viper-brac-function):
6527 * emulation/viper.el (viper-delocalize-var):
6528 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
6529 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
6530 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
6531 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
6532 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
6533 * emulation/edt.el (edt-electric-helpify):
6534 * emulation/cua-rect.el (cua--rectangle-aux-replace):
6535 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
6536 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
6537 (cua-indent-to-global-mark-column):
6538 * calendar/diary-lib.el (calendar-mark-1):
6539 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
6540 Use with-current-buffer.
6541 * emulation/viper.el (viper-delocalize-var): Use dolist.
6542
6543 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
6544
6545 * comint.el (comint-replace-by-expanded-history-before-point):
6546 Replace !! with the previous input string literally (Bug#1795).
6547
6548 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
6549
6550 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
6551 to be made up of whitespace.
6552
6553 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
6554
6555 * minibuffer.el (read-file-name): Don't use file dialogs for
6556 remote directories (Bug#99).
6557
6558 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
6559
6560 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
6561
6562 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
6563
6564 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
6565 instead of deleting the window or frame.
6566
6567 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
6568
6569 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
6570 Support face colors.
6571
6572 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
6573 New function. Support face colors (Bug#1168).
6574 (tex-common-initialization): Use it.
6575
6576 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
6577 mode allows it (Bug#1168).
6578
6579 2009-10-31 Juri Linkov <juri@jurta.org>
6580
6581 * facemenu.el (list-colors-display): Don't mark buffer as
6582 modified (Bug#3948).
6583
6584 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
6585
6586 * international/mule-diag.el (list-character-sets-1):
6587 Minor message fix (Bug#3526).
6588
6589 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
6590 Fix face property (Bug#4834).
6591 (etags-list-tags, etags-tags-apropos-additional)
6592 (etags-tags-apropos, tags-select-tags-table): Add follow-link
6593 property.
6594
6595 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
6596 items.
6597
6598 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
6599
6600 * textmodes/two-column.el (2C-split):
6601 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
6602 * textmodes/tex-mode.el (tex-set-buffer-directory):
6603 * textmodes/spell.el (spell-region, spell-string):
6604 * textmodes/reftex.el (reftex-erase-buffer):
6605 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
6606 * textmodes/reftex-toc.el (reftex-toc-promote-action):
6607 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
6608 (reftex-select-item):
6609 * textmodes/reftex-ref.el (reftex-label-info-update)
6610 (reftex-offer-label-menu):
6611 * textmodes/reftex-index.el (reftex-index-change-entry)
6612 (reftex-index-phrases-info):
6613 * textmodes/reftex-global.el (reftex-create-tags-file)
6614 (reftex-save-all-document-buffers, reftex-ensure-write-access):
6615 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
6616 (reftex-view-crossref-from-bibtex):
6617 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
6618 (reftex-extract-bib-entries-from-thebibliography)
6619 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
6620 * textmodes/refbib.el (r2b-capitalize-title):
6621 (r2b-convert-buffer, r2b-help):
6622 * textmodes/page-ext.el (pages-directory)
6623 (pages-directory-goto-with-mouse):
6624 * textmodes/bibtex.el (bibtex-validate-globally):
6625 * textmodes/bib-mode.el (bib-capitalize-title):
6626 * textmodes/artist.el (artist-clear-buffer, artist-system):
6627 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
6628 (local-set-scheme-interaction-buffer, xscheme-process-filter)
6629 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
6630 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
6631 (xscheme-send-control-g-interrupt, xscheme-start-process)
6632 (xscheme-process-sentinel, xscheme-cd):
6633 * progmodes/verilog-mode.el (verilog-read-always-signals)
6634 (verilog-set-define, verilog-getopt-file)
6635 (verilog-module-inside-filename-p):
6636 * progmodes/sh-script.el:
6637 * progmodes/python.el (python-pdbtrack-get-source-buffer)
6638 (python-pdbtrack-grub-for-buffer, python-execute-file):
6639 * progmodes/octave-inf.el (inferior-octave):
6640 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6641 (idlwave-shell-compile-helper-routines, idlwave-set-local)
6642 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
6643 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
6644 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
6645 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
6646 (idlwave-shell-filter, idlwave-shell-examine-highlight)
6647 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
6648 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
6649 (idlwave-shell-examine-display, idlwave-shell-run-region)
6650 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
6651 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
6652 * progmodes/idlw-help.el (idlwave-help-get-special-help)
6653 (idlwave-help-get-help-buffer):
6654 * progmodes/gud.el (gud-basic-call, gud-find-class)
6655 (gud-tooltip-activate-mouse-motions-if-enabled):
6656 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6657 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
6658 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
6659 (ebrowse-tags-next-file):
6660 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
6661 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
6662 (ebnf-eps-finish-and-write):
6663 * progmodes/cpp.el (cpp-edit-save):
6664 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
6665 * progmodes/cc-defs.el (c-emacs-features):
6666 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
6667 (antlr-directory-dependencies):
6668 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
6669 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
6670 (ada-find-any-references, ada-make-filename-from-adaname)
6671 (ada-make-body-gnatstub):
6672 * obsolete/rnews.el (news-list-news-groups):
6673 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
6674 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
6675 * net/rcirc.el (rcirc-debug):
6676 * net/newst-treeview.el (newsticker--treeview-list-add-item)
6677 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6678 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6679 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
6680 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
6681 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6682 (newsticker--treeview-list-clear-highlight)
6683 (newsticker--treeview-list-update-highlight)
6684 (newsticker--treeview-list-highlight-start)
6685 (newsticker--treeview-tree-update-highlight)
6686 (newsticker--treeview-get-selected-item)
6687 (newsticker-treeview-mark-list-items-old)
6688 (newsticker--treeview-set-current-node):
6689 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6690 * net/newst-backend.el (newsticker--get-news-by-funcall)
6691 (newsticker--get-news-by-wget, newsticker--image-get)
6692 (newsticker--image-sentinel):
6693 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
6694 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
6695 (eudc-ph-close-session):
6696 * net/eudc.el (eudc-save-options):
6697 * language/thai-word.el (thai-update-word-table):
6698 * language/japan-util.el (japanese-string-conversion):
6699 * international/titdic-cnv.el (tsang-quick-converter)
6700 (ziranma-converter, ctlau-converter):
6701 * international/mule-cmds.el (describe-language-environment):
6702 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
6703 (skkdic-convert-postfix, skkdic-convert-prefix):
6704 (skkdic-convert-okuri-nasi, skkdic-convert):
6705 * emacs-lisp/re-builder.el (reb-update-overlays):
6706 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
6707 * emacs-lisp/gulp.el (gulp-send-requests):
6708 * emacs-lisp/find-gc.el (trace-call-tree):
6709 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
6710 (eieio-describe-generic):
6711 * emacs-lisp/eieio-base.el (eieio-persistent-read):
6712 * emacs-lisp/edebug.el (edebug-outside-excursion):
6713 * emacs-lisp/debug.el (debugger-make-xrefs):
6714 * emacs-lisp/cust-print.el (custom-prin1-to-string):
6715 * emacs-lisp/chart.el (chart-new-buffer):
6716 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
6717 Use with-current-buffer.
6718 * textmodes/artist.el (artist-system): Don't call
6719 copy-sequence on a fresh string.
6720 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
6721
6722 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
6723
6724 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
6725 is no item to edit. (Bug#4820)
6726 (todo-top-priorities): Restore point and restore narrowing in Todo
6727 buffer. (Bug#4820)
6728
6729 2009-10-31 Glenn Morris <rgm@gnu.org>
6730
6731 * net/ange-ftp.el (top-level): Don't require dired when compiling.
6732 (comint-last-output-start, comint-last-input-start)
6733 (comint-last-input-end): Don't defvar when compiling.
6734 (ange-ftp-process-file): Use bound-and-true-p.
6735
6736 * pcmpl-rpm.el (top-level): Move provide statement to end.
6737 (pcmpl-rpm): Remove unused custom group.
6738
6739 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
6740
6741 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
6742
6743 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6744 (byte-compile-warnings): Add `constants' as an option.
6745 (byte-compile-callargs-warn, byte-compile-arglist-warn)
6746 (display-call-tree): Update for byte-compile-fdefinition possibly
6747 returning `(macro lambda ...)'. (Bug#4778)
6748 (byte-compile-variable-ref, byte-compile-setq-default):
6749 Respect `constants' member of byte-compile-warnings.
6750
6751 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6752
6753 * vc-bzr.el (vc-bzr-revision-keywords): New var.
6754 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
6755 to "submit:".
6756
6757 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
6758
6759 * textmodes/ispell.el (ispell-skip-region-alist):
6760 * international/mule-conf.el (eight-bit):
6761 * international/fontset.el (font-encoding-alist):
6762 * startup.el (pure-space-overflow-message):
6763 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
6764 * paths.el (gnus-nntp-service, rmail-spool-directory)
6765 (term-file-prefix):
6766 * files.el (save-some-buffers-action-alist):
6767 * cmuscheme.el (same-window-buffer-names):
6768 * ielm.el (same-window-buffer-names):
6769 * shell.el (same-window-buffer-names):
6770 * mail/sendmail.el (same-window-buffer-names):
6771 * progmodes/inf-lisp.el (same-window-buffer-names):
6772 * bindings.el (mode-line-client)
6773 (mode-line-column-line-number-mode-map):
6774 * language/tibetan.el (tibetan-precomposition-rule-regexp)
6775 (tibetan-precomposed-regexp): Purecopy string arguments.
6776
6777 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6778
6779 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
6780 (calcDigit-nondigit):
6781 * calc/calc-yank.el (calc-copy-to-buffer):
6782 * calc/calc-units.el (calc-invalidate-units-table):
6783 * calc/calc-trail.el (calc-trail-yank):
6784 * calc/calc-store.el (calc-insert-variables):
6785 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6786 * calc/calc-prog.el (calc-read-parse-table):
6787 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
6788 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
6789 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
6790 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
6791 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
6792 (calc-graph-name, calc-graph-find-command, calc-graph-view)
6793 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
6794 * calc/calc-ext.el (calc-realign):
6795 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
6796 (calc-embedded-finish-edit, calc-embedded-make-info)
6797 (calc-embedded-finish-command, calc-embedded-stack-change):
6798 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
6799
6800 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
6801 shell-dynamic-complete-filename in preference to
6802 comint-dynamic-complete-filename.
6803
6804 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6805 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6806 Don't consider whether the display supports colors.
6807 (bookmark-import-new-list): Use dolist.
6808 (bookmark-bmenu-mode-map): Move initialization into declaration.
6809 (bookmark-bmenu-list): Use dolist, simplify.
6810 (bookmark-show-all-annotations): Use save-selected-window and dolist.
6811 (menu-bar-final-items): Use push.
6812
6813 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
6814
6815 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
6816 it works on remote files.
6817 (vc-hg-diff): Don't pass any `--cwd' argument.
6818
6819 2009-10-27 Kevin Ryde <user42@zip.com.au>
6820
6821 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6822 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
6823 (Further to Bug#3921).
6824
6825 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
6826
6827 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
6828 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
6829 calling `tramp-imap-put-file'. Add file size to the call.
6830 (tramp-imap-get-file-entries): Compute also user name, file size,
6831 and date.
6832 (tramp-imap-handle-insert-directory): Insert uid and gid.
6833 (tramp-imap-handle-file-attributes): Transform uid and gid
6834 according to `id-format'.
6835 (tramp-imap-put-file): New optional parameter SIZE. Encode file
6836 size in header X-Size.
6837
6838 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
6839
6840 * simple.el (transpose-subr): Give clearer error when the mark
6841 is not set. (Bug#4807)
6842
6843 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
6844
6845 * net/tramp.el (tramp-perl-file-truename): New defconst.
6846 Perl code contributed by yary <not.com@gmail.com> (tiny change).
6847 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
6848 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
6849 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
6850
6851 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6852 Ignore `dired-call-process'.
6853 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
6854
6855 2009-10-26 Julian Scheid <julians37@gmail.com>
6856
6857 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
6858 (tramp-get-remote-readlink): New defun.
6859 (tramp-handle-file-truename): Use it.
6860 (tramp-handle-file-exists-p): Check file-attributes cache, assume
6861 file exists if cache value present.
6862 (tramp-check-cached-permissions): New defun.
6863 (tramp-handle-file-readable-p): Use it.
6864 (tramp-handle-file-writable-p): Likewise.
6865 (tramp-handle-file-executable-p): Likewise.
6866 (tramp-handle-file-name-all-completions): Try using Perl to get
6867 partial completions. When perl not available, combine `cd' and
6868 `ls' into single remote operation and use shell expansion to get
6869 partial remote directory contents. Set `file-exists-p' cache for
6870 directory and any files returned by ls. Change cache handling to
6871 support partial directory contents. Use error message emitted by
6872 remote `cd' or Perl code for local tramp-error.
6873 (tramp-do-copy-or-rename-file-directly): Avoid separate
6874 tramp-send-command-and-check call.
6875 (tramp-handle-process-file): Merge three remote ops into one.
6876 Do not flush all caches when `process-file-side-effects' is set.
6877 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
6878 file-attributes shows uid/gid to be set already.
6879
6880 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
6881
6882 * textmodes/tex-mode.el (tex-dvi-view-command)
6883 (tex-show-queue-command, tex-open-quote):
6884 * progmodes/ruby-mode.el (auto-mode-alist)
6885 (interpreter-mode-alist): Purecopy strings.
6886
6887 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
6888
6889 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
6890 string for the hook, keymap and abbrev table.
6891
6892 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
6893
6894 * x-dnd.el (x-dnd-xdnd-to-action):
6895 * startup.el (fancy-startup-text, fancy-about-text): Change to
6896 defconst from defvar.
6897
6898 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
6899
6900 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
6901 Purecopy initialization strings.
6902
6903 * mail/sendmail.el (mail-header-separator)
6904 (mail-personal-alias-file):
6905 * mail/rmail.el (rmail-default-dont-reply-to-names)
6906 (rmail-ignored-headers, rmail-retry-ignored-headers)
6907 (rmail-highlighted-headers, rmail-secondary-file-directory)
6908 (rmail-secondary-file-regexp):
6909 * files.el (null-device, file-name-invalid-regexp)
6910 (locate-dominating-stop-dir-regexp)
6911 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
6912 (interpreter-mode-alist): Use mapcar instead of mapc.
6913
6914 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
6915
6916 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
6917 (completion-ignored-extensions):
6918 (debug-ignored-errors): Purecopy strings.
6919
6920 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6921
6922 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
6923 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
6924 (pcomplete--here): Use push.
6925
6926 * subr.el (all-completions): Declare the 4th arg obsolete.
6927
6928 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6929
6930 * pcomplete.el (pcomplete-unquote-argument-function): New var.
6931 (pcomplete-unquote-argument): New function.
6932 (pcomplete--common-suffix): Always pay attention to case.
6933 (pcomplete--table-subvert): Quote and unquote the text.
6934 (pcomplete--common-quoted-suffix): New function.
6935 (pcomplete-std-complete): Use it and pcomplete-begin.
6936
6937 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
6938 we're inside a dedicated or minibuffer window.
6939
6940 2009-10-24 Karl Fogel <kfogel@red-bean.com>
6941
6942 * bookmark.el: Update documentation, especially documentation
6943 of `bookmark-alist' and of the bookmark file format.
6944 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
6945
6946 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
6947
6948 * mail/emacsbug.el (report-emacs-bug): Clarify that the
6949 keybindings apply to the mail buffer (Bug#4003). Shrink help
6950 window to buffer.
6951
6952 * whitespace.el (whitespace-mode, whitespace-newline-mode)
6953 (global-whitespace-mode, global-whitespace-newline-mode)
6954 (whitespace-toggle-options, global-whitespace-toggle-options):
6955 Doc fix (Bug#3660).
6956
6957 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6958 of xmltok-start before the end tag was inserted (Bug#2840).
6959
6960 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6961 patterns that are preceded by an open-paren (Bug#1320).
6962
6963 2009-10-24 Sven Joachim <svenjoac@gmx.de>
6964
6965 * files.el (delete-directory): Delete symlinks to directories with
6966 delete-file (Bug#4739).
6967
6968 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
6969
6970 * vc.el (vc-backend-for-registration): Rename from
6971 vc-get-backend-for-registration. Update callers.
6972
6973 * international/mule-cmds.el (set-language-info-alist):
6974 Purecopy lang-env.
6975 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6976 (charset): Purecopy the name.
6977 (define-char-code-property): Purecopy string arguments.
6978
6979 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6980 Purecopy string arguments.
6981
6982 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6983 * ediff-hook.el (menu-bar-ediff-menu):
6984 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
6985 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
6986
6987 2009-10-24 Glenn Morris <rgm@gnu.org>
6988
6989 * comint.el (comint-dynamic-list-completions):
6990 * term.el (term-dynamic-list-completions): Use choose-completion rather
6991 than obsolete alias mouse-choose-completion.
6992
6993 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
6994 file-cache-choose-completion.
6995 (file-cache-choose-completion): Handle an optional event argument.
6996 (file-cache-mouse-choose-completion): Make it an obsolete alias.
6997
6998 * progmodes/octave-mod.el (octave-complete-symbol):
6999 Use choose-completion if mouse-choose-completion is ever removed.
7000
7001 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
7002 use.
7003
7004 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
7005 compiler.
7006
7007 * vc-hooks.el (vc-responsible-backend): Fix declaration.
7008
7009 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7010
7011 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
7012 Ignore `pred' now that we receive one.
7013 Handle test-completion specially.
7014
7015 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
7016
7017 * vc.el (vc-responsible-backend): Throw an error if not backend is
7018 found. Remove the REGISTER argument. Move the code dealing with
7019 REGISTER ...
7020 (vc-get-backend-for-registration): ... here. New function.
7021 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
7022 of vc-responsible-backend, pass the file name instead of the
7023 directory name.
7024
7025 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7026
7027 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
7028 New funs.
7029 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
7030 (pcomplete-comint-setup): Don't modify a global var via
7031 accidental side-effects.
7032 (pcomplete-shell-setup): Adjust call accordingly.
7033 (pcomplete-parse-comint-arguments): Use push.
7034
7035 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
7036
7037 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7038 Allow uncapitalized info node names (Bug#3921).
7039
7040 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
7041 to the DEBUG file (Bug#3781).
7042
7043 2009-10-23 Jari Aalto <jari.aalto@cante.net>
7044
7045 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
7046 dictionary entry (Bug#4579).
7047
7048 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
7049
7050 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
7051 from `rfn-eshadow-update-overlay-hook' when unloading.
7052 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
7053 "rsyncc". Adjust doc string.
7054 (tramp-temp-buffer-file-name): New buffer-local defvar.
7055 (tramp-handle-insert-file-contents, tramp-handle-write-region):
7056 Keep temporary file when indicated by method ("rsync" and
7057 "rsyncc").
7058 (tramp-handle-write-region): Handle APPEND.
7059 (tramp-delete-temp-file-function): New defun. Added to
7060 `kill-buffer-hook'.
7061
7062 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
7063
7064 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
7065
7066 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
7067
7068 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
7069 (color-name-rgb-alist, tty-standard-colors)
7070 (tty-color-mode-alist): Change to defconst.
7071
7072 * simple.el (mark-inactive): Purecopy message.
7073
7074 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
7075 (global-map, yank-menu):
7076 * textmodes/ispell.el (ispell-menu-map):
7077 * net/eudc.el (eudc-tools-menu):
7078 * international/mule-cmds.el (describe-language-environment-map)
7079 (setup-language-environment-map, set-coding-system-map)
7080 (mule-menu-keymap):
7081 * vc-hooks.el (vc-menu-entry, vc-menu-map):
7082 * replace.el (occur-mode-map):
7083 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
7084
7085 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
7086
7087 * calc/calc.el (math-read-number, math-read-number-simple):
7088 Use `save-match-data'.
7089
7090 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7091
7092 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
7093 rather than fiddling with global-map bindings, since it should only
7094 affect per-terminal settings.
7095 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
7096
7097 * minibuffer.el (completion-table-with-terminator): Allow to specify
7098 the terminator-regexp.
7099
7100 * simple.el (switch-to-completions): Look for *Completions* in other
7101 frames as well.
7102
7103 * pcomplete.el: Allow the use of completion-tables.
7104 (pcomplete-std-complete): New command.
7105 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
7106 (pcomplete--here): Use a function for `form' rather than an expression,
7107 so it can be byte-compiled.
7108 (pcomplete-here, pcomplete-here*): Adjust accordingly.
7109 Add edebug declaration.
7110 (pcomplete-show-completions): Remove unused var `curbuf'.
7111 (pcomplete-do-complete, pcomplete-stub):
7112 Don't assume `completions' is a list of strings any more.
7113
7114 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
7115
7116 * find-dired.el (find-name-arg): Fix typo in docstring.
7117
7118 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7119
7120 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
7121 (pcmpl-linux-fs-types): Same, and update to new modules layout.
7122
7123 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
7124 pcomplete-entries.
7125
7126 * comint.el (comint-read-input-ring, comint-write-input-ring)
7127 (comint-substitute-in-file-name)
7128 (comint-dynamic-complete-as-filename)
7129 (comint-dynamic-simple-complete)
7130 (comint-dynamic-list-filename-completions)
7131 (comint-dynamic-list-completions)
7132 (comint-redirect-results-list-from-process): Minor simplifications.
7133
7134 2009-10-21 Kevin Ryde <user42@zip.com.au>
7135
7136 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7137 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
7138 the first form. And insert a blank line after ";;; Code" since
7139 that's usual style. (Bug#4612)
7140
7141 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
7142
7143 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7144
7145 * minibuffer.el (completion-table-with-terminator): Properly implement
7146 boundaries, in case `terminator' appears in the suffix.
7147 (completion--embedded-envvar-table): Don't return boundaries if
7148 there's no valid completion. Simplify.
7149 (completion-file-name-table): New completion table extracted from
7150 completion--file-name-table.
7151 (completion--file-name-table): Use it.
7152 (read-file-name-predicate): Declare obsolete.
7153 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
7154 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
7155 completion-file-name-table, and use the `pred' argument.
7156 * files.el (locate-file-completion-table): Use the `pred' arg rather
7157 than read-file-name-predicate.
7158 (abbreviate-file-name): Use \` rather than ^ for BOS.
7159
7160 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
7161
7162 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
7163 vc-responsible-backend to register, it causes problems.
7164
7165 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7166
7167 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
7168
7169 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
7170
7171 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
7172 (tramp-smb-handle-file-attributes): Use it.
7173 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
7174 (tramp-smb-handle-insert-directory): Use `mapc' rather than
7175 `mapcar'. Use `tramp-smb-get-stat-capability'.
7176 Add `dired-filename' text properties.
7177 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
7178 (tramp-smb-maybe-open-connection): Simplify check for smbclient
7179 version.
7180
7181 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7182
7183 * subr.el (read-key-delay): Reduce to 0.01.
7184 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
7185 (bug#4751).
7186
7187 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7188
7189 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
7190
7191 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
7192 (Info-menu): Remove unused vars `last' and `completions'.
7193 (Info-index-nodes): Remove unused var `node'.
7194
7195 * info.el (Info-complete-menu-item): Use complete-with-action.
7196
7197 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
7198
7199 Make vc-annotate work through copies and renames.
7200 * vc-annotate.el (vc-annotate-extract-revision-at-line):
7201 Return the file name too.
7202 (vc-annotate-revision-at-line)
7203 (vc-annotate-find-revision-at-line)
7204 (vc-annotate-revision-previous-to-line)
7205 (vc-annotate-show-log-revision-at-line): Update to get the file
7206 name from vc-annotate-extract-revision-at-line.
7207 (vc-annotate-show-diff-revision-at-line-internal): Change the
7208 argument to mean whether to show a file diff or not. Get the file
7209 name from vc-annotate-extract-revision-at-line.
7210 (vc-annotate-show-diff-revision-at-line):
7211 Update vc-annotate-show-diff-revision-at-line call.
7212 (vc-annotate-warp-revision): Add an optional file argument.
7213
7214 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
7215 (vc-git-annotate-extract-revision-at-line): Also return the file
7216 name if found.
7217
7218 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
7219 command. Remove unused code.
7220 (vc-hg-annotate-re): Update to match --follow output.
7221 (vc-hg-annotate-extract-revision-at-line): Also return the file
7222 name if found.
7223
7224 * vc.el: Update annotate-extract-revision-at-line documentation.
7225
7226 2009-10-18 Kevin Ryde <user42@zip.com.au>
7227
7228 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
7229 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
7230
7231 * net/browse-url.el (browse-url): Identify alist with "consp and
7232 not functionp" and let all other things go down the `apply' leg,
7233 as suggested by Stefan. (Further to bug#4531.)
7234
7235 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
7236
7237 * minibuffer.el (read-file-name): Check for repeat before putting
7238 a default argument in file-name-history (Bug#4657).
7239
7240 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
7241 read syntax (Bug#4737).
7242
7243 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7244
7245 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7246
7247 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
7248 (html-tag-alist, html-tag-help): Add descriptions for undocumented
7249 entries and make note of obsolete tags.
7250
7251 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7252
7253 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
7254
7255 2009-10-18 Glenn Morris <rgm@gnu.org>
7256
7257 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
7258 grep, so that binary files (eg international/uni-bidi.el) can match.
7259 Remove test for "UnicodeData" files, since it is hopefully unnecessary
7260 now, and in any case the file header format has changed.
7261
7262 2009-10-17 Glenn Morris <rgm@gnu.org>
7263
7264 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
7265 (flyspell-get-word, flyspell-large-region)
7266 (flyspell-auto-correct-previous-word): Doc/error message fixes.
7267
7268 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
7269
7270 * Makefile.in (ELCFILES): Add ede/shell.
7271
7272 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
7273
7274 * term/common-win.el (x-colors): Purecopy it.
7275
7276 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7277
7278 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
7279 permissive for when the buffer is empty.
7280 (tar-header-block-tokenize): Decode the username and groupname.
7281 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
7282
7283 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7284
7285 * international/mule-cmds.el (select-safe-coding-system): If the file
7286 has a coding cookie, use it regardless of any other setting (bug#4712).
7287
7288 2009-10-17 Glenn Morris <rgm@gnu.org>
7289
7290 * foldout.el (foldout-mouse-swallow-events):
7291 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
7292
7293 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
7294 (dired-keep-marker-copy, dired-keep-marker-hardlink)
7295 (dired-keep-marker-symlink, dired-dwim-target)
7296 (dired-copy-preserve-time): Do not autoload these defcustoms.
7297
7298 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
7299 messages from messing up the file coding. (Bug#4623)
7300
7301 2009-10-17 Jari Aalto <jari.aalto@cante.net>
7302
7303 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
7304 if no match is found for the current dictionary. (Bug#4578)
7305
7306 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
7307 optional, since that is how it is documented, and this is often called
7308 with a nil argument. (Bug#4577)
7309 (flyspell-external-point-words, flyspell-auto-correct-word)
7310 (flyspell-correct-word-before-point, flyspell-word-search-forward)
7311 (flyspell-word-search-backward): Remove nil argument in calls to
7312 flyspell-get-word, since it is not needed now.
7313
7314 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
7315
7316 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
7317
7318 2009-10-16 Glenn Morris <rgm@gnu.org>
7319
7320 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
7321
7322 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
7323
7324 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
7325 (ange-ftp-file-size): New function.
7326 (ange-ftp-file-attributes): Use it.
7327
7328 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
7329
7330 * net/tramp-smb.el (tramp-smb-version): New defvar.
7331 (tramp-smb-maybe-open-connection): Use it, in order to avoid
7332 repeated checks.
7333
7334 2009-10-16 Glenn Morris <rgm@gnu.org>
7335
7336 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
7337 Maybe copy some custom properties from old to new name. (Bug#4706)
7338
7339 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
7340
7341 * subr.el (error, sit-for, start-process-shell-command)
7342 (start-file-process-shell-command): Set the calling convention
7343 after the function definition.
7344
7345 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7346
7347 * subr.el (error, sit-for, start-process-shell-command)
7348 (start-file-process-shell-command): Use the new
7349 set-advertised-calling-convention feature.
7350
7351 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
7352
7353 * international/ucs-normalize.el (ucs-normalize-version):
7354 Change to 1.2.
7355 (check-range): Adjust for Unicode 5.2.
7356
7357 2009-10-15 Juri Linkov <juri@jurta.org>
7358
7359 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
7360 to the `menu-item' format.
7361
7362 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
7363
7364 * net/tramp.el (tramp-replace-environment-variables): Do not fail
7365 if the environment variable does not exist.
7366
7367 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7368 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
7369 parameter.
7370 (tramp-smb-handle-add-name-to-file)
7371 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7372 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7373 (tramp-smb-handle-file-attributes)
7374 (tramp-smb-do-file-attributes-with-stat)
7375 (tramp-smb-handle-file-local-copy)
7376 (tramp-smb-handle-insert-directory)
7377 (tramp-smb-handle-make-directory)
7378 (tramp-smb-handle-make-directory-internal)
7379 (tramp-smb-handle-make-symbolic-link)
7380 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
7381 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
7382 (tramp-smb-maybe-open-connection): Apply the changed parameters.
7383 (tramp-smb-read-file-entry): Read Disk names in compressed format.
7384 Handle long file names.
7385 (tramp-smb-get-cifs-capabilities): Check, whether the connection
7386 process is running.
7387 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
7388 Read share names with "-g" option.
7389
7390 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
7391
7392 * net/rcirc.el (rcirc-view-log-file): New command.
7393 (rcirc-track-minor-mode-map): Remove C-c ` binding.
7394 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
7395 specified.
7396
7397 2009-10-15 Glenn Morris <rgm@gnu.org>
7398
7399 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
7400 from the second command-line argument.
7401 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
7402 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
7403 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
7404 w32-batch-update-autoloads.
7405 * emacs-lisp/autoload.el (autoload-make-program): New variable.
7406 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
7407
7408 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
7409 the headers cannot be located. Simplify, subtracting superflous
7410 save-excursions.
7411
7412 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
7413
7414 Replace completion-base-size by completion-base-position to fix bugs
7415 such as (bug#4699).
7416 * simple.el (completion-base-position): New var.
7417 (completion-base-size): Mark as obsolete.
7418 (choose-completion): Make it work for mouse events as well.
7419 Pass the new base-position to choose-completion-string.
7420 (choose-completion-guess-base-position): New function, extracted from
7421 choose-completion-delete-max-match.
7422 (choose-completion-delete-max-match): Use it. Make obsolete.
7423 (choose-completion-string): Use the new base-position info.
7424 (completion-root-regexp): Delete.
7425 (completion-setup-function): Preserve completion-base-position.
7426 Eliminate obsolete base-size manipulation.
7427 * minibuffer.el (display-completion-list): Don't mess with base-size.
7428 (minibuffer-completion-help): Set completion-base-position instead.
7429 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
7430 choose-completion.
7431 * textmodes/bibtex.el (bibtex-complete):
7432 * emacs-lisp/crm.el (crm--choose-completion-string):
7433 Adjust to new calling convention.
7434 * complete.el (partial-completion-mode): Use minibufferp to avoid
7435 bumping into incompatible change to choose-completion-string-functions.
7436 * ido.el (ido-choose-completion-string): Make its calling convention
7437 more permissive.
7438 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
7439 base-size manipulation.
7440 (comint-dynamic-list-input-ring): Use dotimes and push.
7441 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
7442 fundamental-mode. Use `or'.
7443
7444 2009-10-14 Juri Linkov <juri@jurta.org>
7445
7446 * misearch.el (multi-isearch-next-buffer-from-list)
7447 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
7448
7449 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7450
7451 * Makefile.in (compile-onefile): Load `bytecomp' rather than
7452 `bytecomp.el'.
7453
7454 * minibuffer.el (completion-pcm--merge-completions): Make sure the
7455 string we return is all made up of text from the completions rather
7456 than part from the completions and part from the input (bug#4219).
7457
7458 * ido.el (ido-everywhere): Use define-minor-mode.
7459
7460 * buff-menu.el (list-buffers, ctl-x-map):
7461 Mark the entry points with ;;;###autoload cookies.
7462
7463 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7464
7465 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
7466 correctly in the detached head case.
7467 (vc-git-print-log): Remove unused binding.
7468
7469 * vc.el (vc-responsible-backend): When a directory is passed for
7470 for registration create a VC repository if no backend is
7471 responsible for the directory argument.
7472 (vc-deduce-fileset): Tell vc-responsible-backend to register.
7473
7474 * vc.el: Move comments about RCS and SCCS ...
7475 * vc-rcs.el:
7476 * vc-sccs.el: ... here, respectively.
7477
7478 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7479
7480 * minibuffer.el (completion--file-name-table): Return nil if there's
7481 no file completion, even if substitute-in-file-name changed
7482 the string (bug#4708).
7483
7484 2009-10-13 Juri Linkov <juri@jurta.org>
7485
7486 * files-x.el (read-file-local-variable-value): Don't filter out
7487 minor modes from mode name completion (bug#4664).
7488
7489 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7490
7491 * international/mule-cmds.el (ucs-names): Remove exclusion of
7492 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
7493
7494 2009-10-13 Kenichi Handa <handa@m17n.org>
7495
7496 * international/uni-name.el: Regenerated.
7497
7498 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7499
7500 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
7501 should be automatically buffer-local, but isn't.)
7502
7503 2009-10-12 Sam Steingold <sds@gnu.org>
7504
7505 * progmodes/compile.el (compilation-next-error-function): Fix the
7506 timestamps if the buffer has been visited before.
7507 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7508 non-anchored patterns, like the perl one (bug#3928).
7509
7510 2009-10-12 Glenn Morris <rgm@gnu.org>
7511
7512 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
7513 Let-bind `size'.
7514
7515 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
7516
7517 * proced.el (proced-unload-function): New function.
7518
7519 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
7520 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
7521 Doc fix.
7522
7523 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
7524
7525 2009-10-11 Juri Linkov <juri@jurta.org>
7526
7527 * files-x.el (read-file-local-variable-value):
7528 Provide default value only for bound variables (bug#4664).
7529
7530 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
7531
7532 * net/tramp.el (tramp-local-host-p): Function shall return nil for
7533 connection methods like smb.
7534
7535 * net/tramp-cache.el (tramp-flush-connection-property): The hash
7536 can be empty.
7537
7538 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7539 (tramp-smb-file-name-handler-alist): Add handlers for
7540 `add-name-to-file', `make-symbolic-link'.
7541 (tramp-smb-handle-add-name-to-file)
7542 (tramp-smb-do-file-attributes-with-stat)
7543 (tramp-smb-handle-make-symbolic-link)
7544 (tramp-smb-get-cifs-capabilities): New defuns.
7545 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7546 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7547 (tramp-smb-handle-file-local-copy)
7548 (tramp-smb-handle-make-directory-internal)
7549 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7550 The file name syntax depends on cifs capabilities.
7551 (tramp-smb-handle-file-attributes):
7552 Call `tramp-smb-do-file-attributes-with-stat' if possible.
7553 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
7554 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
7555
7556 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
7557
7558 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
7559 (eieio-defclass): Apply deftype handler and setf-method properties
7560 directly.
7561 (eieio-add-new-slot): Avoid union function from cl library.
7562 (eieio--typep): New function.
7563 (eieio-perform-slot-validation): Use it.
7564
7565 2009-10-10 Karl Fogel <kfogel@red-bean.com>
7566
7567 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
7568 Update documentation to refer to the variables documented in r1.135.
7569 (Bug#4188)
7570
7571 2009-10-10 Karl Fogel <kfogel@red-bean.com>
7572
7573 * bookmark.el (Info-suffix-list): Remove this unused variable.
7574 (bookmark-current-point): Remove this obsolete variable.
7575 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
7576 Adjust for removal of bookmark-current-point.
7577
7578 (bookmarks-already-loaded, bookmark-current-buffer)
7579 (bookmark-yank-point): Document. (Bug#4188)
7580
7581 2009-10-10 Glenn Morris <rgm@gnu.org>
7582
7583 * frame.el (frame-height): Doc fix.
7584
7585 * calendar/calendar.el (calendar-split-width-threshold): New option.
7586 (calendar-basic-setup): Use calendar-split-width-threshold.
7587
7588 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
7589
7590 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
7591 Ideographic Supplement" range (U+1F200..U+1F2FF).
7592
7593 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7594
7595 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
7596 since the list will have been rebuilt anyway. (Bug#4349)
7597
7598 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7599
7600 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
7601 (bookmark-bmenu-execute-deletions): Don't save here, as
7602 bookmark-delete will now do so if necessary.
7603 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
7604 (Bug#4348)
7605
7606 2009-10-09 Glenn Morris <rgm@gnu.org>
7607
7608 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
7609
7610 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7611
7612 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
7613 (bookmark-jump-other-window): Just invoke bookmark-jump with new
7614 argument now, so the two function's behaviors will match. (Bug#3645)
7615
7616 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
7617
7618 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
7619 (tramp-file-name-real-host, tramp-file-name-port):
7620 Apply `save-match-data'.
7621
7622 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
7623 case both directories are remote.
7624 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
7625 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
7626
7627 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
7628
7629 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
7630
7631 2009-10-07 Glenn Morris <rgm@gnu.org>
7632
7633 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
7634 of concat.
7635
7636 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7637
7638 * files-x.el (read-file-local-variable): Include some
7639 non-user-variables in the completion table (bug#4664).
7640
7641 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
7642
7643 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
7644 message.
7645
7646 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7647 (tramp-smb-file-name-handler-alist): Add handler for
7648 `copy-directory', `expand-file-name', `set-file-modes'.
7649 (tramp-smb-handle-copy-directory)
7650 (tramp-smb-handle-expand-file-name)
7651 (tramp-smb-handle-set-file-modes): New defuns.
7652 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
7653 (tramp-smb-handle-file-attributes): Simplify check for retrieving
7654 entry.
7655 (tramp-smb-handle-insert-directory): Don't flush the cache.
7656 (tramp-smb-maybe-open-connection): Check for samba client and
7657 server versions.
7658
7659 2009-10-07 Eli Zaretskii <eliz@gnu.org>
7660
7661 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
7662 to not error out of search for "^lisp=" fails.
7663
7664 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
7665
7666 * makefile.w32-in (WINS_UPDATES): New macro.
7667 (custom-deps, finder-data, autoloads): Use it.
7668
7669 2009-10-07 Glenn Morris <rgm@gnu.org>
7670
7671 * Makefile.in (autoloads): Revert previous change.
7672 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
7673 the list of preloaded files passed on the command-line, get
7674 it from src/Makefile.
7675
7676 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
7677 show the original buffer rather than a random one.
7678
7679 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
7680
7681 * help.el (describe-no-warranty): Place point in a slightly better
7682 position in the GPLv3 text.
7683
7684 2009-10-06 Sam Steingold <sds@gnu.org>
7685
7686 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
7687 the comm attribute is present before calling regexp-quote.
7688
7689 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
7690
7691 * play/animate.el (animate-string): For good effect, make sure
7692 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
7693
7694 * play/animate.el (animate-sequence, animate-birthday-present):
7695 * misc.el (butterfly): Don't set `indent-tabs-mode'.
7696
7697 2009-10-06 Glenn Morris <rgm@gnu.org>
7698
7699 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
7700
7701 * emacs-lisp/autoload.el (autoload-excludes): New variable.
7702 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
7703 (batch-update-autoloads): Process a string value of autoload-excludes,
7704 set during the build process.
7705 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
7706
7707 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
7708 inside with-parsed... macro so that `v' is defined.
7709
7710 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
7711 * progmodes/fortran.el (fortran-end-of-block)
7712 (fortran-beginning-of-block):
7713 Also push mark in the macro case.
7714
7715 * emerge.el (emerge-show-file-name):
7716 * calc/calc.el (calc-quit):
7717 * calc/calc-misc.el (calc-big-or-small):
7718 * calc/calc-graph.el (calc-graph-view):
7719 * calc/calc-ext.el (calc-reset):
7720 * calendar/calendar.el (calendar-basic-setup):
7721 Use window-full-height-p.
7722
7723 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
7724 header we don't understand, don't insert another. (Bug#4624)
7725 If changing mime charset, insert the new one in the right place.
7726
7727 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
7728
7729 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
7730 (cal-tex-cursor-month): Correctly increment the end date for diary and
7731 holiday listing. (Bug#4626)
7732
7733 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7734
7735 * help-fns.el (describe-function-1): Don't burp if the function is not
7736 a symbol.
7737
7738 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
7739
7740 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
7741 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
7742 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
7743 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
7744
7745 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
7746 (eieio-default-superclass): Reflow docstrings.
7747 (this, class-option-assoc, defclass, eieio-class-un-autoload)
7748 (eieio-unbind-method-implementations, defmethod)
7749 (eieio-validate-slot-value, eieio-validate-class-slot-value)
7750 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
7751 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
7752 (eieio-slot-originating-class-p, eieio-slot-name-index)
7753 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
7754 (constructor, initialize-instance, no-next-method, object-print)
7755 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
7756 Fix typos in docstrings.
7757 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
7758 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
7759 (next-method-p): Doc fixes.
7760 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
7761 Fix typos in error messages.
7762 (eieio-defmethod): Fix typo in description of generic method.
7763
7764 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
7765 (eieio-persistent-save-interactive, slot-missing):
7766 Fix typos in docstrings.
7767 (eieio-instance-inheritor-slot-boundp): Doc fix.
7768
7769 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
7770 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
7771
7772 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
7773 (eieio-custom-object-apply-reset):
7774 Fix typos in docstrings and error messages.
7775
7776 * emacs-lisp/eieio-datadebug.el (data-debug-show):
7777 Fix typo in docstring.
7778
7779 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7780 (eieio-browse-tree): Doc fix.
7781 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7782 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7783 Fix typos in docstrings.
7784
7785 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7786 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7787 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7788 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7789 Reflow docstrings.
7790
7791 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
7792
7793 * vc-hg.el (log-view-vc-backend): Declare for compiler.
7794 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7795 Set log-view-vc-backend so that diff can work.
7796
7797 * log-view.el (log-view-diff): Use vc-diff-internal instead of
7798 vc-version-diff.
7799 (vc-diff-internal): Autoload this instead of vc-version-diff.
7800
7801 2009-10-05 Eli Zaretskii <eliz@gnu.org>
7802
7803 * simple.el (eval-expression): Doc fix.
7804
7805 * progmodes/cwarn.el (cwarn-mode): Doc fix.
7806
7807 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
7808
7809 * files.el (directory-files-no-dot-files-regexp): New defconst.
7810 (delete-directory): Use it.
7811 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
7812
7813 * net/tramp.el (tramp-verbose): Fix docstring.
7814 (tramp-methods): Add recursive option to `tramp-copy-args'.
7815 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
7816 "scp1_old", "scp2_old", "rsync", "rsyncc".
7817 (tramp-default-method): Check also for `auth-source-user-or-password'.
7818 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7819 Add handler for `copy-directory'.
7820 (tramp-handle-copy-directory): New defun.
7821 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
7822 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7823 Optimize sent command.
7824
7825 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7826
7827 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7828 window if necessary.
7829
7830 * calendar/calendar.el (calendar-basic-setup): Don't call
7831 switch-to-buffer in a dedicated window.
7832
7833 2009-10-05 Karl Fogel <kfogel@red-bean.com>
7834
7835 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
7836 don't do anything related to relocating, just return nil.
7837 (bookmark-error-no-filename): New error.
7838 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
7839 bookmark has no file. Don't even attempt to handle things that
7840 are not files; the whole point of custom handlers is to keep that
7841 knowledge elsewhere anyway. Tighten some comments.
7842 (bookmark-file-or-variation-thereof): Remove now-unused function.
7843 (bookmark-location): Doc string fix.
7844 (Bug#4250)
7845
7846 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7847
7848 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7849 don't use a file dialog, because they usually don't know how to read
7850 a directory target from the user. (Bug#4230)
7851 Also, make sure the prompt can display directories as well as files.
7852
7853 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7854
7855 * bookmark.el (bookmark-set, bookmark-buffer-name):
7856 Improve doc strings. (Bug#1193)
7857
7858 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7859
7860 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7861 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7862 (bookmark-get-annotation, bookmark-set-annotation)
7863 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7864 (bookmark-set-position, bookmark-get-front-context-string)
7865 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7866 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7867 (bookmark-jump-other-window, bookmark-handle-bookmark)
7868 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7869 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7870 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
7871 Improve doc strings to say whether bookmark can be a string or
7872 a record or both, and make other consistency and clarity fixes.
7873 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7874 (bookmark-default-annotation-text, bookmark-yank-word)
7875 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7876 (bookmark-import-new-list, bookmark-maybe-rename)
7877 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7878 (bookmark-bmenu-bookmark): Give these doc strings.
7879 (bookmark-bmenu-check-position): Give this a doc string, but also
7880 add a FIXME comment about how the function may be pointless.
7881 (bookmark-default-handler): Rework doc string and change a
7882 parameter name, to clarify that this takes a bookmark record
7883 not a bookmark name.
7884 (bookmark-set): Change a parameter name to indicate its meaning,
7885 and improve the doc string a bit.
7886 (Bug#4188)
7887
7888 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7889
7890 * bookmark.el (bookmark-alist): Document the new `handler' element
7891 in the param alist.
7892 (bookmark-make-record-function): Adjust documentation for above.
7893 (Bug#4193)
7894
7895 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7896
7897 * info.el (Info-bookmark-make-record): Document this function.
7898 (Info-bookmark-jump): Document with a doc string, not just a comment.
7899 (Bug#4203)
7900
7901 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
7902
7903 * files.el (copy-directory): New defun.
7904
7905 * dired-aux.el (dired-copy-file-recursive): Use it.
7906
7907 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7908
7909 * files-x.el (modify-dir-local-variable)
7910 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
7911 docstrings.
7912
7913 * recentf.el (recentf-unload-function): New function.
7914
7915 2009-10-04 Glenn Morris <rgm@gnu.org>
7916
7917 * window.el (window-full-height-p): Add doc string.
7918
7919 2009-10-04 Martin Rudalics <rudalics@gmx.at>
7920
7921 * window.el (window-full-height-p): New function. (Bug#4543)
7922
7923 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
7924
7925 * vc.el: Remove commented out code.
7926 (vc-derived-from-dir-mode): Remove, unused.
7927 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7928
7929 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
7930
7931 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7932 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
7933 there could be recursive loading when `default-directory' is a
7934 remote file name. (Bug#4614)
7935
7936 2009-10-03 Glenn Morris <rgm@gnu.org>
7937
7938 * calendar/calendar.el (calendar-basic-setup): Handle the case where
7939 the frame is wide.
7940 (calendar-generate-window): Test for shrinkability rather than width.
7941
7942 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7943 reusing existing buffers, in case we happen to visit two files with the
7944 same basename. (Bug#4593)
7945
7946 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7947
7948 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
7949 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7950 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7951 subdirs of cedet as well.
7952 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
7953
7954 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7955
7956 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7957 Obey advertised-signature-table.
7958
7959 * help-fns.el (help-function-arglist): Don't check
7960 advertised-signature-table.
7961 (describe-function-1): Do it here instead so it also applies to subrs.
7962
7963 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
7964
7965 * simple.el (start-file-process): Say in the doc-string, that file
7966 handlers might not support pty association, if PROGRAM is nil.
7967
7968 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7969 HOST and USER are strings. They are nil, when there are
7970 incomplete entries in ~/.netrc, for example.
7971 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
7972 root directory ("device busy" error otherwise).
7973
7974 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7975 Flush file properties of created directory.
7976
7977 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7978
7979 * makefile.w32-in (WINS_BASIC): Remove cedet.
7980 (WINS_CEDET): Add cedet.
7981 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7982
7983 2009-10-02 Kevin Ryde <user42@zip.com.au>
7984
7985 * net/browse-url.el (browse-url): Pass any symbol in
7986 browse-url-browser-function to `apply', since if you've mistakenly put
7987 an unbound symbol then the error is clearer. (Bug#4531)
7988
7989 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7990
7991 * allout.el (allout-init, allout-back-to-current-heading)
7992 (allout-beginning-of-current-entry, allout-ascend-to-depth)
7993 (allout-ascend, allout-up-current-level, allout-end-of-level)
7994 (allout-previous-visible-heading, allout-forward-current-level)
7995 (allout-backward-current-level, allout-show-children):
7996 * apropos.el (apropos-describe-plist):
7997 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7998 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7999 * completion.el (add-completion, add-permanent-completion):
8000 * descr-text.el (describe-text-category, describe-char):
8001 * desktop.el (desktop-lazy-abort):
8002 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
8003 * dired.el (dired-build-subdir-alist):
8004 * ediff.el (ediff-version):
8005 * elide-head.el (elide-head, elide-head-show):
8006 * emerge.el (emerge-version):
8007 * env.el (getenv):
8008 * face-remap.el (variable-pitch-mode):
8009 * faces.el (describe-face):
8010 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
8011 (dired-at-point):
8012 * files.el (find-file-existing, auto-save-mode):
8013 * font-lock.el (font-lock-fontify-buffer):
8014 * help-fns.el (describe-function, describe-variable)
8015 (describe-syntax, describe-categories):
8016 * help.el (view-lossage, describe-bindings, describe-key)
8017 (describe-mode):
8018 * hexl.el (hexl-current-address):
8019 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
8020 * info.el (Info-goto-emacs-key-command-node):
8021 * log-edit.el (log-edit-insert-cvs-template)
8022 (log-edit-insert-cvs-rcstemplate):
8023 * menu-bar.el (menu-bar-mode):
8024 * mouse.el (mouse-appearance-menu):
8025 * newcomment.el (comment-indent-new-line):
8026 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
8027 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
8028 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
8029 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
8030 * recentf.el (recentf-mode):
8031 * savehist.el (savehist-mode, savehist-save):
8032 * shadowfile.el (shadow-copy-files):
8033 * simple.el (kill-ring-save, next-line, previous-line)
8034 (normal-erase-is-backspace-mode):
8035 * strokes.el (strokes-update-window-configuration)
8036 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
8037 (strokes-xpm-for-stroke):
8038 * time.el (emacs-uptime, emacs-init-time):
8039 * tutorial.el (tutorial--describe-nonstandard-key)
8040 (tutorial--detailed-help):
8041 * type-break.el (type-break-mode)
8042 (type-break-mode-line-message-mode, type-break-query-mode)
8043 (type-break-guesstimate-keystroke-threshold):
8044 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
8045 * version.el (emacs-version):
8046 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
8047 * winner.el (winner-mode):
8048 * calendar/timeclock.el (timeclock-in, timeclock-out)
8049 (timeclock-status-string, timeclock-change)
8050 (timeclock-workday-remaining-string)
8051 (timeclock-workday-elapsed-string)
8052 (timeclock-when-to-leave-string):
8053 * calendar/todo-mode.el (todo-add-category):
8054 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
8055 * emacs-lisp/autoload.el (update-file-autoloads):
8056 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
8057 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
8058 (checkdoc-message-text, checkdoc-defun):
8059 * emacs-lisp/debug.el (debugger-list-functions):
8060 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8061 * emacs-lisp/eieio-opt.el (eieio-describe-class)
8062 (eieio-describe-generic):
8063 * emacs-lisp/lisp-mnt.el (lm-synopsis):
8064 * emacs-lisp/shadow.el (list-load-path-shadows):
8065 * emulation/cua-base.el (cua-mode):
8066 * emulation/edt.el (edt-set-scroll-margins):
8067 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
8068 (tpu-toggle-regexp, tpu-toggle-search-direction)
8069 (tpu-toggle-rectangle, tpu-toggle-control-keys):
8070 * emulation/tpu-extras.el (tpu-set-scroll-margins):
8071 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8072 (viper-set-parsing-style-toggling-macro)
8073 (viper-set-emacs-state-searchstyle-macros):
8074 * emulation/viper.el (viper-set-hooks):
8075 * eshell/esh-mode.el (eshell-truncate-buffer):
8076 * international/mule-cmds.el (prefer-coding-system)
8077 (describe-input-method, describe-language-environment):
8078 * international/mule-diag.el (list-character-sets)
8079 (describe-character-set, describe-coding-system)
8080 (describe-fontset, list-fontsets, list-input-methods):
8081 * mail/sendmail.el (mail-signature):
8082 * net/ange-ftp.el (ange-ftp-copy-file):
8083 * net/browse-url.el (browse-url):
8084 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
8085 * net/quickurl.el (quickurl-add-url):
8086 * net/rcirc.el (names, topic):
8087 * net/xesam.el (xesam-mode):
8088 * play/5x5.el (5x5-new-game):
8089 * play/yow.el (apropos-zippy):
8090 * progmodes/ada-mode.el (ada-mode-version):
8091 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
8092 (f90-end-of-block)
8093 (f90-beginning-of-block):
8094 * progmodes/fortran.el (fortran-end-of-block)
8095 (fortran-beginning-of-block):
8096 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
8097 * progmodes/python.el (python-describe-symbol, python-shell):
8098 * term/ns-win.el (ns-print-buffer):
8099 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
8100 * textmodes/flyspell.el (flyspell-mode-on):
8101 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
8102 (pages-directory-for-addresses):
8103 * textmodes/table.el (table-recognize-cell)
8104 (table-query-dimension, table-generate-source)
8105 (table-insert-sequence, table--warn-incompatibility):
8106 * textmodes/tex-mode.el (tex-validate-buffer):
8107 * textmodes/texinfmt.el (texinfmt-version)
8108 (texinfo-format-buffer):
8109 Use `called-interactively-p' instead of `interactive-p'.
8110
8111 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
8112
8113 * image-mode.el (image-toggle-display):
8114 * emacs-lisp/elp.el (elp-instrument-function):
8115 * emacs-lisp/advice.el (ad-make-advised-definition):
8116 * emacs-lisp/easy-mmode.el (define-minor-mode):
8117 * net/browse-url.el (browse-url-maybe-new-window):
8118 * progmodes/sh-script.el (sh-learn-buffer-indent):
8119 Pass new argument 'any to `called-interactively-p'.
8120
8121 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
8122
8123 * international/uni-bidi.el:
8124 * international/uni-category.el:
8125 * international/uni-combining.el:
8126 * international/uni-comment.el:
8127 * international/uni-decimal.el:
8128 * international/uni-decomposition.el:
8129 * international/uni-digit.el:
8130 * international/uni-lowercase.el:
8131 * international/uni-mirrored.el:
8132 * international/uni-name.el:
8133 * international/uni-numeric.el:
8134 * international/uni-old-name.el:
8135 * international/uni-titlecase.el:
8136 * international/uni-uppercase.el:
8137 Regenerate from Unicode 5.2.0 data.
8138
8139 2009-10-01 Glenn Morris <rgm@gnu.org>
8140
8141 * Makefile.in (ELCFILES): Regenerate.
8142
8143 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8144
8145 * subr.el (interactive-p): Mark obsolete.
8146 (called-interactively-p): Make the optional-ness of `kind' obsolete.
8147 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
8148 advertised-signature-table for subroutines as well.
8149
8150 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
8151 (set-advertised-calling-convention): New function.
8152 (make-obsolete, define-obsolete-function-alias)
8153 (make-obsolete-variable, define-obsolete-variable-alias):
8154 Make the optional-ness of `when' obsolete.
8155 (define-obsolete-face-alias): Make `when' non-optional.
8156 * help-fns.el (help-function-arglist):
8157 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
8158 Use advertised-signature-table.
8159
8160 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
8161
8162 * files.el (delete-directory): New defun. The original function
8163 in fileio.c has been renamed to `delete-directory-internal'.
8164
8165 * dired.el (dired-delete-file): Call `delete-directory' with
8166 RECURSIVE parameter.
8167
8168 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
8169 parameter RECURSIVE. Implementation is missing.
8170
8171 * net/tramp.el (tramp-handle-make-directory): Flush upper
8172 directory's file properties.
8173 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
8174 (tramp-handle-dired-recursive-delete-directory): Flush directory
8175 properties after the remove command only.
8176
8177 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8178 Handle optional parameter RECURSIVE.
8179
8180 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
8181 Handle optional parameter RECURSIVE.
8182
8183 * net/tramp-smb.el (tramp-smb-errors): Add error message for
8184 connection timeout.
8185 (tramp-smb-handle-delete-directory): Handle optional parameter
8186 RECURSIVE.
8187
8188 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8189
8190 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
8191 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
8192 (byte-compile-defmacro): Use backquotes.
8193
8194 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
8195
8196 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
8197 has no associated file.
8198 (vc-resynch-buffer): Use vc-dir-buffers.
8199
8200 2009-10-01 Glenn Morris <rgm@gnu.org>
8201
8202 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
8203 (chart-file-count):
8204 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
8205 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
8206 * emacs-lisp/eieio-opt.el (eieio-describe-class):
8207 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
8208 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
8209 (eieio-copy-parents-into-subclass, make-instance, class-children)
8210 (eieio-generic-form):
8211
8212 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
8213 match-data. (Bug#4555).
8214
8215 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
8216 rather than parsing it as a regexp. This relaxes the layout
8217 requirements and makes errors easier to detect.
8218 (check-declare-verify): Check file is regular.
8219 (check-declare-directory): Doc fix.
8220 * subr.el (declare-function): Doc fix.
8221
8222 * ibuffer.el (ibuffer-format-qualifier):
8223 * isearch.el (hi-lock-regexp-okay):
8224 * calc/calc.el (math-zerop):
8225 * mail/uce.el (rmail-msgbeg, rmail-msgend):
8226 * term/w32-win.el (setup-default-fontset, set-fontset-font):
8227 Remove unused declarations.
8228
8229 2009-09-30 Glenn Morris <rgm@gnu.org>
8230
8231 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
8232
8233 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
8234 filename is not a string.
8235
8236 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
8237
8238 * files.el (safe-local-eval-forms): Fix typo.
8239
8240 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
8241
8242 * vc-hooks.el (vc-dir-buffers): New var.
8243 (vc-state-refresh): New function.
8244 (vc-state): Use it.
8245 (vc-after-save): Always ask the backend to recompute the new state.
8246 Always call vc-dir if necessary, using vc-dir-buffers.
8247 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
8248 Use vc-dir-buffers.
8249 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
8250 (vc-dir-prepare-status-buffer, vc-dir-update)
8251 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
8252 Don't call expand-file-name on default-directory.
8253
8254 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8255
8256 * speedbar.el (speedbar-item-delete):
8257 * calc/calc-prog.el (calc-kbd-if):
8258 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
8259
8260 * epa.el (epa-key-list-mode-map):
8261 * hi-lock.el (hi-lock-menu): Fix typos in menus.
8262
8263 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
8264 (hs-show-hook): Fix typo in docstring.
8265
8266 2009-09-29 Glenn Morris <rgm@gnu.org>
8267
8268 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
8269 file-name-nondirectory call preventing location of cedet files.
8270 (check-declare-verify): Use literal search rather than re-search.
8271 Add basic defmethod and defclass, and define-overloadable-function.
8272
8273 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8274 Use tramp-compat-file-attributes rather than nonexistent
8275 tramp-compat-handle-file-attributes.
8276
8277 * Makefile.in (lisptagsfiles4): New.
8278 (AUTOGENEL): Add cedet loaddefs files.
8279 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
8280 (update-elclist, compile-always, backup-compiled-files)
8281 (bootstrap-clean): Add yet another directory level.
8282 (update-elclist): Use LC_COLLATE rather than COLLATE.
8283 (ELCFILES): Update, via `make update-elclist'.
8284
8285 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8286
8287 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
8288 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
8289 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
8290
8291 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
8292
8293 * Makefile.in (lisptagsfiles3): Define.
8294 (TAGS, TAGS-LISP): Use it.
8295 (update-elclist): Add third directory level to look for elc files.
8296 (compile-always): Likewise.
8297 (backup-compiled-files): Likewise.
8298 (bootstrap-clean): Likewise.
8299 (ELCFILES): Update.
8300
8301 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
8302
8303 * Makefile.in (ELCFILES): Add CEDET files.
8304
8305 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
8306
8307 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
8308
8309 * net/tramp.el (top): Require tramp-imap.
8310
8311 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8312 Use `tramp-compat-handle-file-attributes'.
8313
8314 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
8315
8316 * net/tramp-imap.el: New package.
8317
8318 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8319
8320 * whitespace.el (whitespace-trailing-regexp)
8321 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8322 Fix doc string.
8323
8324 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
8325
8326 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
8327 menu.
8328
8329 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
8330 menu-bar-ediff-menu.
8331
8332 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
8333 define-overloadable-function.
8334
8335 * progmodes/autoconf.el: Provide autoconf as well, so that this
8336 file can be `require'd.
8337
8338 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
8339
8340 * emacs-lisp/autoload.el (generated-autoload-feature)
8341 (generated-autoload-load-name): New vars.
8342 (autoload-rubric, autoload-generate-file-autoloads): Use them.
8343 (make-autoload): Recognize define-overloadable-function and
8344 defclass forms (for EIEIO).
8345
8346 * Makefile.in (update-subdirs): Exclude cedet directory.
8347
8348 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8349
8350 * term/ns-win.el: Don't set the region face background. (Bug#4381)
8351
8352 * faces.el: Default light-background background for region face to
8353 ns_selection_color under NS.
8354
8355 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
8356
8357 * net/imap-hash.el: New library, see NEWS.
8358
8359 * Makefile.in (ELCFILES): Add imap-hash.el.
8360
8361 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8362
8363 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
8364 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
8365 * help-macro.el (make-help-screen): Avoid using an ambiguous function
8366 definition where the docstring could be taken for the return value.
8367
8368 2009-09-26 Glenn Morris <rgm@gnu.org>
8369
8370 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
8371 Add option to only show images below a certain size.
8372 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
8373 save-excursion calls.
8374
8375 2009-09-26 Eli Zaretskii <eliz@gnu.org>
8376
8377 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
8378 subdirectories) and eieio.
8379
8380 2009-09-26 Alan Mackenzie <acm@muc.de>
8381
8382 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8383 Correct buggy bracketing. (Bug#4289)
8384
8385 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
8386 character constants (as case labels). (Bug#4289)
8387
8388 2009-09-25 Juri Linkov <juri@jurta.org>
8389
8390 * files.el (safe-local-eval-forms): Allow time-stamp in
8391 before-save-hook (Bug#4554).
8392
8393 2009-09-25 Drew Adams <drew.adams@oracle.com>
8394
8395 * menu-bar.el (list-buffers-directory): Doc fix.
8396
8397 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
8398
8399 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
8400 Try and avoid copying twice the same paragraph.
8401 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
8402 Remove save-excursion.
8403 (log-edit-changelog-entry): Do it here instead.
8404
8405 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
8406
8407 * bs.el (bs--get-file-name): Use `list-buffers-directory'
8408 when available, instead of hardcoding mode names. Doc fix.
8409
8410 * menu-bar.el (list-buffers-directory): Add docstring.
8411 Make automatically buffer-local.
8412
8413 * dired.el (dired-mode):
8414 * files.el (cd-absolute):
8415 * pcvs.el (cvs-temp-buffer):
8416 * pcvs-util.el (cvs-get-buffer-create):
8417 * shell.el (shell-mode):
8418 * vc-dir.el (vc-dir-mode):
8419 Don't make `list-buffers-directory' buffer local.
8420
8421 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
8422
8423 * comint.el (comint-exec, comint-run, make-comint):
8424 Doc fixes (Bug#4542).
8425
8426 2009-09-25 Glenn Morris <rgm@gnu.org>
8427
8428 * mail/rmailmm.el (rmail-mime): New custom group.
8429 Move all defcustoms in this file into this group.
8430 (rmail-mime-media-type-handlers-alist): Revert previous change.
8431 (rmail-mime-show-images): New option.
8432 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
8433 references to it, since it wasn't actually used for anything.
8434 (rmail-mime-insert-image): New function.
8435 (rmail-mime-image): Use rmail-mime-insert-image.
8436 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
8437 obey the value of `rmail-mime-show-images' option. Print the size of
8438 attachments.
8439
8440 2009-09-25 David Engster <deng@randomsample.de>
8441
8442 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
8443
8444 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8445
8446 * whitespace.el: Does not highlight trailing spaces While point is
8447 at end of line. Does not highligt spaces at beginning of buffer
8448 while point is at beginning of buffer. Does not highlight spaces
8449 at end of buffer while point is at end of buffer. (Bug#4177)
8450 New version 12.0.
8451 (whitespace-display-mappings): Adjust initialization.
8452 (whitespace-point, whitespace-font-lock-refontify): New vars.
8453 (whitespace-color-on, whitespace-color-off): Adjust code.
8454 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
8455 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
8456 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
8457
8458 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
8459
8460 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
8461
8462 * textmodes/sgml-mode.el: Remove xml-mode alias.
8463
8464 * files.el (auto-mode-alist, conf-mode-maybe)
8465 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
8466
8467 2009-09-24 Alan Mackenzie <acm@muc.de>
8468
8469 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
8470 c-forward-conditionals, but it doesn't move point and doesn't set
8471 the mark.
8472 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
8473 (c-down-conditional-with-else, c-backward-conditional)
8474 (c-forward-conditional): Refactor to use c-scan-conditionals.
8475
8476 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8477
8478 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
8479 (help-default-arg-highlight): Remove.
8480 (help-highlight-arg): New function.
8481 (help-do-arg-highlight): Use it.
8482 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
8483
8484 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8485
8486 * term.el (term-set-scroll-region, term-handle-ansi-escape):
8487 Undo last change, which didn't fix the problem and introduced others.
8488
8489 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
8490
8491 * progmodes/gdb-mi.el: Don't require speedbar.
8492 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8493
8494 2009-09-24 Glenn Morris <rgm@gnu.org>
8495
8496 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8497
8498 * term/ns-win.el (ns-reg-to-script): Define for compiler.
8499
8500 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8501 there is no newline after the final mime boundary. (Bug#4539)
8502 Move markers on insertion so that any buttons inserted don't end up in
8503 the next part of a multipart message.
8504 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
8505 (rmail-mime-bulk-handler): Optionally handle images.
8506 (rmail-mime-image): New button action.
8507 (rmail-mime-image-handler): New function.
8508 (rmail-mime-mode): New mode.
8509 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
8510
8511 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8512
8513 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8514 than just dropping elements from it (bug#4504).
8515
8516 * term.el (term-set-scroll-region): Don't move cursor any more.
8517 (term-handle-ansi-escape): Call term-goto here instead.
8518 Suggested by Ivan Kanis <apple@kanis.eu>.
8519
8520 * term.el: Require CL.
8521 (term-ansi-reset): New function.
8522 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8523 (term-handle-colors-array): Simplify.
8524
8525 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8526
8527 * allout.el (allout-overlay-interior-modification-handler)
8528 (allout-obtain-passphrase):
8529 * epa-file.el (epa-file-write-region):
8530 * ps-print.el (ps-begin-job):
8531 * vc-hooks.el (vc-toggle-read-only):
8532 * vc-rcs.el (vc-rcs-rollback):
8533 * vc-sccs.el (vc-sccs-rollback):
8534 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8535 (vc-version-diff, vc-revert, vc-rollback):
8536 * wdired.el (wdired-check-kill-buffer):
8537 * emacs-lisp/authors.el (authors):
8538 * net/socks.el (socks-open-connection):
8539 * net/zeroconf.el (zeroconf-service-add-hook):
8540 * obsolete/vc-mcvs.el (vc-mcvs-register):
8541 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8542 (gdb-select-frame):
8543 * progmodes/grep.el (lgrep, rgrep):
8544 * progmodes/idlw-help.el (idlwave-help-check-locations)
8545 (idlwave-help-html-link, idlwave-help-assistant-open-link):
8546 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8547 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8548 (reftex-toc-rename-label): Fix typos in error messages.
8549
8550 * dired-aux.el (dired-do-shell-command): Reflow docstring.
8551 (dired-copy-how-to-fn): Doc fix.
8552 (dired-files-attributes, dired-read-shell-command):
8553 Fix typos in docstrings.
8554
8555 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8556 (dired-x-find-file-other-window): Reflow docstrings.
8557 (dired-omit-marker-char, dired-read-shell-command)
8558 (dired-x-submit-report): Fix typos in docstrings.
8559
8560 * shell.el (shell-mode-hook):
8561 * view.el (View-scroll-line-forward):
8562 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8563 Fix typos in docstrings.
8564
8565 * net/dig.el (dig-invoke): Fix typo in docstring.
8566 (query-dig): Reflow docstring.
8567
8568 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8569 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8570 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8571 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8572 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8573 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8574 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8575 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8576 (idlwave-completion-map, idlwave-current-indent)
8577 (idlwave-custom-ampersand-surround, idlwave-customize)
8578 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8579 (idlwave-define-abbrev, idlwave-determine-class-special)
8580 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8581 (idlwave-end-block-reg, idlwave-end-of-statement)
8582 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8583 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8584 (idlwave-explicit-class-listed, idlwave-file-header)
8585 (idlwave-fill-paragraph, idlwave-find-class-definition)
8586 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8587 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8588 (idlwave-in-quote, idlwave-indent-action-table)
8589 (idlwave-indent-expand-table, idlwave-indent-line)
8590 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8591 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8592 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8593 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8594 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8595 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8596 (idlwave-outlawed-buffers, idlwave-popup-select)
8597 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8598 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8599 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8600 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8601 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8602 (idlwave-statement-type, idlwave-struct-skip)
8603 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8604 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8605 (idlwave-what-module-find-class): Fix typos in docstrings.
8606 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8607 (idlwave-calculate-cont-indent, idlwave-expand-equal)
8608 (idlwave-find-module, idlwave-find-structure-definition)
8609 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8610 (idlwave-list-load-path-shadows, idlwave-next-statement)
8611 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8612 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8613 (idlwave-template): Reflow docstrings.
8614
8615 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8616 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8617 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8618 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8619 (idlwave-shell-display-line, idlwave-shell-display-wframe)
8620 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8621 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8622 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8623 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8624 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8625 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8626 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8627 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8628 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8629 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8630 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8631 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8632 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8633 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8634 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8635 Fix typos in docstrings.
8636 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8637 (idlwave-shell-hide-output, idlwave-shell-mode)
8638 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8639 Reflow docstrings.
8640
8641 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8642
8643 2009-09-24 Ivan Kanis <apple@kanis.eu>
8644
8645 * term.el (term-bold-attribute): New var.
8646 (term-handle-colors-array): Use it.
8647
8648 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
8649
8650 * progmodes/gdb-mi.el (gdb-version): New variable.
8651 (gdb-non-stop-handler): Set gdb-version.
8652 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8653 Condition "--thread" option on gdb-version.
8654 (gdb-invalidate-threads): Remove unused argument.
8655
8656 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8657
8658 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8659 to looking-back to avoid ridiculous slow down in large files (bug#4511).
8660
8661 2009-09-23 Glenn Morris <rgm@gnu.org>
8662
8663 * mail/rmail.el (rmail-reply): Don't try to add a References header when
8664 replying to mail without References or Message-Id. (Bug#4525)
8665
8666 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8667
8668 * term/ns-win.el (ns-reg-to-script): New variable.
8669
8670 2009-09-23 Daiki Ueno <ueno@unixuser.org>
8671
8672 * epg.el (epg-wait-for-status): Preserve existing 'error results.
8673
8674 2009-09-22 Sam Steingold <sds@gnu.org>
8675
8676 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8677 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8678 to 1 because hg returns status 1 when nothing is found.
8679 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8680
8681 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8682
8683 * textmodes/fill.el: Convert to utf-8 encoding.
8684 (fill-french-nobreak-p): Remove redundant » and « inherited from our
8685 pre-unicode days.
8686
8687 * add-log.el (change-log-fill-forward-paragraph): New function.
8688 (change-log-mode): Use it so fill-region DTRT.
8689 Set fill-indent-according-to-mode here rather than in
8690 change-log-fill-paragraph.
8691 (change-log-fill-paragraph): Remove.
8692
8693 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
8694
8695 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8696 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
8697
8698 2009-09-22 Glenn Morris <rgm@gnu.org>
8699
8700 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8701 the scroll-bar scroll the calendar window rather than the buffer.
8702
8703 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8704 commands that move point (as opposed to scrolling).
8705
8706 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8707
8708 * emacs-lisp/elint.el (elint): New custom group.
8709 (elint-log-buffer): Make it a defcustom.
8710 (elint-scan-preloaded, elint-ignored-warnings)
8711 (elint-directory-skip-re): New options.
8712 (elint-builtin-variables): Doc fix.
8713 (elint-preloaded-env): New variable.
8714 (elint-unknown-builtin-args): Add an entry for encode-time.
8715 (elint-extra-errors): Make it a variable rather than a constant.
8716 (elint-preloaded-skip-re): New constant.
8717 (elint-directory): Skip files matching elint-directory-skip-re.
8718 (elint-features): New variable, local to linted buffers.
8719 (elint-update-env): Initialize elint-features. Possibly add
8720 elint-preloaded-env to the buffer's environment.
8721 (elint-get-top-forms): Bind elint-current-pos, for log messages.
8722 Skip quoted forms.
8723 (elint-init-form): New function, extracted from elint-init-env.
8724 Make non-list forms a warning rather than an error.
8725 Add the mode-map for define-derived-mode. Handle define-minor-mode,
8726 easy-menu-define, put that adds an error-condition, and provide.
8727 When requiring cl, also require cl-macs. Really require cl, to handle
8728 some cl macros. Store required libraries in the list elint-features,
8729 so as not to re-load them. Treat cc-require like require.
8730 (elint-init-env): Call elint-init-form to do the work.
8731 Handle eval-and-compile and such like.
8732 (elint-add-required-env): Do not clear messages.
8733 (elint-special-forms): Add handlers for function, defalias, if, when,
8734 unless, and, or.
8735 (elint-form): Add optional argument to ignore elint-special-forms,
8736 useful to prevent recursive calls from handlers. Doc fix.
8737 Respect elint-ignored-warnings.
8738 (elint-form): Respect elint-ignored-warnings.
8739 (elint-bound-variable, elint-bound-function): New variables.
8740 (elint-unbound-variable): Respect elint-bound-variable.
8741 (elint-get-args): Respect elint-bound-function.
8742 (elint-check-cond-form): Add some simple handling for (f)boundp and
8743 featurep tests.
8744 (elint-check-defalias-form): New handler.
8745 (elint-check-let-form): Make an empty let a warning rather than an
8746 error.
8747 (elint-check-setq-form): Make an empty setq a warning rather than an
8748 error. Respect elint-ignored-warnings.
8749 (elint-check-defvar-form): Accept null doc-strings.
8750 (elint-check-conditional-form): New handler. Does some simple-minded
8751 checking of featurep and (f)boundp tests.
8752 (elint-put-function-args): New function.
8753 (elint-initialize): Use elint-scan-doc-file rather than
8754 elint-find-builtin-variables. Use elint-put-function-args.
8755 Possibly scan preloaded-file-list.
8756 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8757 extend to handle functions as well.
8758
8759 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
8760
8761 * linum.el (linum-delete-overlays, linum-update-window):
8762 Do not modify the right margin. (Bug#3971)
8763
8764 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
8765
8766 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
8767 Use nxml-mode instead of xml-mode.
8768
8769 2009-09-21 Kevin Ryde <user42@zip.com.au>
8770
8771 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
8772
8773 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8774
8775 * net/dig.el (dig-mode): Use define-derived-mode.
8776
8777 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8778
8779 * vc-dispatcher.el (vc-do-command): Return the process object in
8780 the asynchronous case. Use when instead of if. Do not run
8781 vc-exec-after to display a message if not enabled. (Bug#4463)
8782
8783 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8784 properties to the stash strings.
8785 (vc-git-stash-list): Return a list of strings.
8786 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8787 (vc-git-stash-show-at-point): New functions.
8788 (vc-git-stash-map): New keymap.
8789
8790 * register.el (ctl-x-r-map): Define the keys here instead of
8791 using autoload.
8792
8793 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
8794
8795 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8796 list, to workaround performance problem (bug#4485).
8797
8798 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
8799
8800 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8801
8802 2009-09-20 Daiki Ueno <ueno@unixuser.org>
8803
8804 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8805 Document that this option is not recommended to use.
8806
8807 2009-09-19 Glenn Morris <rgm@gnu.org>
8808
8809 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8810 variable `var'.
8811
8812 * calc/calc-alg.el (var):
8813 * calc/calcalg2.el (var): Define for compiler.
8814
8815 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
8816
8817 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8818 Doc fix (Bug#3932).
8819
8820 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8821
8822 * time-stamp.el (time-stamp-month-dd-yyyy)
8823 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8824 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8825 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
8826 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8827 Remove functions that have been obsolete since 1995 (Bug#4436).
8828
8829 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8830 indent buffer only if called interactively (Bug#4452).
8831
8832 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
8833 Eli Zaretskii <eliz@gnu.org>
8834
8835 This fixes bug#4197 (merged to bug#865, though not identical).
8836 * server.el (server-auth-dir): Add docstring note about FAT32.
8837 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8838 but warn against using them.
8839
8840 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
8841
8842 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8843 older GDB where there is no has_more field.
8844
8845 2009-09-19 Glenn Morris <rgm@gnu.org>
8846
8847 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8848
8849 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
8850
8851 * files.el (auto-mode-alist): Change default for XML files to nXML
8852 mode (Bug#4169).
8853
8854 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
8855
8856 * server.el (server-ensure-safe-dir): Pass 'integer
8857 to `file-attributes', as suggested.
8858
8859 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
8860
8861 * dired-aux.el (dired-query-alist): Remove spurious backslash.
8862 (dired-query): Use read-key.
8863
8864 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8865
8866 * cus-start.el (ns-use-qd-smoothing): Remove.
8867
8868 2009-09-18 Glenn Morris <rgm@gnu.org>
8869
8870 * allout.el (top-level): Remove unnecessary progn.
8871
8872 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8873
8874 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8875 definition of abbrev table.
8876
8877 * speedbar.el (speedbar-track-mouse):
8878 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8879 * net/eudc.el (eudc-expand-inline):
8880 * net/newst-backend.el (newsticker--cache-read-feed):
8881 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
8882 condition-case handlers.
8883
8884 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
8885
8886 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8887 (gdb-var-list): Add an element for has_more field.
8888 (gdb-non-stop-handler): Enable pretty printing for STL containers.
8889 (gdb-var-create-handler, gdb-var-list-children-handler-1)
8890 (gdb-var-update-handler-1): Parse output of dynamic variable
8891 objects (STL containers).
8892 (gdb-var-delete-1): Pass var1 as an explicit second argument.
8893 (gdb-get-field): Delete alias. Use bindat-get-field directly.
8894
8895 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8896 gdb-var-list.
8897 (gud-speedbar-buttons): Make node expandable if expression "has more"
8898 children.
8899
8900 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
8901
8902 * startup.el (emacs-quick-startup): Remove variable and all uses.
8903 (command-line): Set `inhibit-x-resources' instead.
8904 (command-line-1): Use `inhibit-x-resources' instead.
8905
8906 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
8907
8908 * subr.el: Fix last change to avoid using the `unless' macro,
8909 which breaks bootstrapping.
8910
8911 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8912
8913 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8914 extended definitions, in case we reload subr.el after having
8915 loaded CL.
8916 (eval-next-after-load): Mark as obsolete.
8917
8918 2009-09-17 Juri Linkov <juri@jurta.org>
8919
8920 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8921 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8922 (menu-bar-showhide-menu, menu-bar-tools-menu)
8923 (menu-bar-describe-menu, menu-bar-help-menu)
8924 (minibuffer-local-completion-map, minibuffer-local-map):
8925 Fix list quoting.
8926
8927 2009-09-17 Glenn Morris <rgm@gnu.org>
8928
8929 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8930 arguments, whether or not it has a handler.
8931
8932 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8933
8934 * simple.el (hard-newline): Give it a doc-string.
8935
8936 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8937 (lisp-mode-syntax-table): Give them doc-strings.
8938
8939 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8940
8941 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8942 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8943 (menu-bar-options-menu, menu-bar-showhide-menu)
8944 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8945 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8946 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8947 (menu-bar-options-menu, menu-bar-tools-menu)
8948 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8949 (menu-bar-help-menu):
8950 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8951 string arguments.
8952
8953 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8954 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8955 calls for the menu names and :help.
8956
8957 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8958
8959 * mouse.el (minor-mode-menu-from-indicator): Pay attention
8960 to :minor-mode-function (bug#4455).
8961
8962 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8963
8964 * startup.el (command-line): Initialize the window-system after
8965 processing the command-line.
8966
8967 * textmodes/page.el (what-page): Make sure we don't inf-loop if
8968 page-delimiter matches the empty string.
8969
8970 2009-09-16 Glenn Morris <rgm@gnu.org>
8971
8972 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8973 byte-compile-not-obsolete-var. It's a list now.
8974 (byte-compile-not-obsolete-funcs): New variable.
8975 (byte-compile-warn-obsolete): Don't warn about functions if they are in
8976 byte-compile-not-obsolete-funcs.
8977 (byte-compile-variable-ref, byte-compile-defvar): Update for
8978 byte-compile-not-obsolete-vars name-change and list nature.
8979 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8980 and variables behind (f)boundp tests.
8981 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8982
8983 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8984
8985 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8986
8987 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8988
8989 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8990 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8991 Don't autoload.
8992
8993 2009-09-15 Stephen Eglen <stephen@gnu.org>
8994
8995 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
8996 the virtual-buffers, use the name of the buffer specified by
8997 find-file-noselect, as the match may be a symlink. (This was a
8998 problem if the target and the symlink had different names.)
8999
9000 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9001
9002 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
9003
9004 * desktop.el (desktop-path): Check user-emacs-directory.
9005
9006 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
9007
9008 * loadup.el: Use after-load-functions to GC after loading each file.
9009 Remove the explicit GC calls that used to be sprinkled around.
9010
9011 * subr.el (after-load-functions): New hook.
9012 (do-after-load-evaluation): Run it. Use string-match-p to detect
9013 `obsolete' packages, rather than painfully extracting the relevant
9014 directory name.
9015
9016 2009-09-15 Glenn Morris <rgm@gnu.org>
9017
9018 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
9019 free variable `doc'.
9020
9021 * dired.el (dired-mode-map): Add menu entry for async shell command.
9022
9023 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
9024 variables, also consider the .elc files, since the .el files are
9025 normally gzipped (subsequent code locates the .el.gz from the .elc).
9026
9027 * calc/calc-prog.el (arglist): Define for compiler.
9028
9029 * calendar/diary-lib.el (diary-display-function): Change the default to
9030 fancy display.
9031 (body): Define for compiler.
9032
9033 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
9034 (byte-compile-file-form, byte-compile-lambda)
9035 (byte-compile-top-level-body, byte-compile-form)
9036 (byte-compile-variable-ref, byte-compile-setq)
9037 (byte-compile-setq-default, byte-compile-body)
9038 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
9039 (batch-byte-compile): Give some more local variables with common names
9040 a "bytecomp-" prefix to avoid masking warnings about free variables.
9041
9042 * startup.el (command-line-1): Give local variables with common names a
9043 distinguishing prefix, so as not to hide free variable warnings during
9044 bootstrap.
9045
9046 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
9047 clever and add a suffix to make a unique name, just let the user decide
9048 whether or not to overwrite it. If the input is a directory, write the
9049 default filename to that directory. (Bug#4388)
9050 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
9051 is a filename-as-a-directory.
9052
9053 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9054
9055 * textmodes/page.el (what-page): Don't move to beginning of line.
9056 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
9057
9058 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
9059
9060 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
9061
9062 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
9063
9064 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
9065 * help.el (help-for-help-internal): Add purecopy calls for text.
9066
9067 * vc.el (top): print-log method now takes an optional SHORTLOG
9068 argument. Add a new method: root.
9069 (vc-root-diff, vc-print-root-log): New functions.
9070 (vc-log-short-style): New variable.
9071 (vc-print-log-internal): Add support for showing short logs.
9072
9073 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
9074 vc-print-root-log and vc-print-root-diff.
9075
9076 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
9077 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
9078 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
9079 short logs.
9080
9081 * vc-cvs.el (vc-cvs-print-log):
9082 * vc-mtn.el (vc-mtn-print-log):
9083 * vc-rcs.el (vc-rcs-print-log):
9084 * vc-sccs.el (vc-sccs-print-log):
9085 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
9086 that is ignored for now.
9087
9088 * vc-mtn.el (vc-mtn-annotate-command):
9089 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
9090
9091 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9092
9093 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
9094 to function-key-map, and give them ascii-character property.
9095 * term/x-win.el (x-alternatives-map):
9096 * term/ns-win.el (ns-alternatives-map):
9097 * term/internal.el (msdos-key-remapping-map):
9098 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
9099
9100 2009-09-14 Glenn Morris <rgm@gnu.org>
9101
9102 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
9103 temp-buffers (2009-09-12).
9104
9105 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9106
9107 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
9108 the new read-key function.
9109
9110 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
9111
9112 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
9113 is defined (Bug#4405).
9114
9115 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
9116
9117 * recentf.el (recentf-cleanup): Use a hash table to find
9118 duplicates (Bug#4407).
9119
9120 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
9121
9122 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
9123 kp-0 to ascii equivalents (Bug#4325).
9124
9125 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
9126
9127 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
9128
9129 * eshell/em-hist.el:
9130 * eshell/em-dirs.el (eshell-complete-user-reference):
9131 Declare pcomplete functions and variables to avoid compiler warnings.
9132
9133 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
9134
9135 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
9136 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
9137 * eshell/em-alias.el (eshell-aliases-file):
9138 * eshell/em-hist.el (eshell-history-file-name):
9139 Use expand-file-name instead of concat to make file names (Bug#4308).
9140
9141 2009-09-13 Glenn Morris <rgm@gnu.org>
9142
9143 * ediff-merg.el (ediff-do-merge):
9144 * filesets.el (filesets-run-cmd):
9145 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
9146 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
9147 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
9148 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
9149 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
9150 Replace empty `let's with `progn'.
9151
9152 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9153
9154 * mail/sendmail.el (send-mail-function):
9155 * tooltip.el (tooltip-mode):
9156 * simple.el (transient-mark-mode):
9157 * rfn-eshadow.el (file-name-shadow-mode):
9158 * frame.el (blink-cursor-mode):
9159 * font-core.el (global-font-lock-mode):
9160 * files.el (temporary-file-directory)
9161 (small-temporary-file-directory, auto-save-file-name-transforms):
9162 * epa-hook.el (auto-encryption-mode):
9163 * composite.el (global-auto-composition-mode):
9164 Use custom-initialize-delay.
9165 * startup.el (command-line): Don't explicitly call
9166 custom-reevaluate-setting for all the above vars.
9167 * custom.el (custom-initialize-safe-set)
9168 (custom-initialize-safe-default): Delete.
9169
9170 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9171
9172 * term/x-win.el (x-initialize-window-system):
9173 * term/w32-win.el (w32-initialize-window-system):
9174 * term/ns-win.el (ns-initialize-window-system): Don't call
9175 mouse-wheel-mode since it's enabled globally by default already.
9176
9177 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
9178 actually define the variable, but only silences the byte-compiler.
9179 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
9180 before looking it up.
9181 (mouse-wheel-scroll-amount): Also reset the bindings if this value
9182 is changed.
9183
9184 2009-09-12 Glenn Morris <rgm@gnu.org>
9185
9186 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
9187 1000.
9188 (elint-add-required-env): Don't beep on error.
9189 (elint-forms): In case of error, return ENV unchanged.
9190 (elint-init-env): Skip non-list forms.
9191 (elint-log): Handle unknown file positions.
9192
9193 2009-09-12 Daiki Ueno <ueno@unixuser.org>
9194
9195 * epg.el (epg-make-context): Add autoload cookie.
9196 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
9197 (epg-decrypt-string, epg-start-verify, epg-verify-file)
9198 (epg-verify-string, epg-start-sign, epg-sign-file)
9199 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
9200 (epg-encrypt-string, epg-start-export-keys)
9201 (epg-export-keys-to-file, epg-export-keys-to-string)
9202 (epg-start-import-keys, epg-import-keys-from-file)
9203 (epg-import-keys-from-string, epg-start-receive-keys)
9204 (epg-receive-keys, epg-import-keys-from-server)
9205 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
9206 (epg-sign-keys, epg-start-generate-key)
9207 (epg-generate-key-from-file, epg-generate-key-from-string):
9208 Remove autoload cookie.
9209
9210 2009-09-12 Eli Zaretskii <eliz@gnu.org>
9211
9212 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
9213 reevaluation of trash-directory.
9214
9215 * mwheel.el: Fix last change.
9216 (mouse-wheel-mode): New defvar.
9217 (mouse-wheel-mode): Remove autoload cookie.
9218
9219 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9220
9221 * mwheel.el (mwheel-installed-bindings): New var.
9222 (mouse-wheel-mode): Use it, so as to make sure we really remove all
9223 the bindings we set last time. Use custom-initialize-delay.
9224 * loadup.el: Load mwheel after term/*-win.el.
9225 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
9226 and mouse-wheel-up-event now that their first evaluation is done
9227 sufficiently late to be correct.
9228
9229 * startup.el (tutorial-directory): Make it a defcustom.
9230 Use custom-initialize-delay rather than eval-at-startup to set it.
9231 * image.el (image-load-path): Make it a defcustom.
9232 Use custom-initialize-delay rather than eval-at-startup to set it.
9233 * subr.el (eval-at-startup): Remove.
9234 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
9235
9236 * subr.el (do-after-load-evaluation): Warn the user after loading an
9237 obsolete package.
9238
9239 2009-09-12 Glenn Morris <rgm@gnu.org>
9240
9241 * proced.el (proced-mark-alt): Remove alias.
9242 (proced-mode-map): Remove proced-mark-alt.
9243
9244 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
9245 Elint file and directory. Remove initialization entry.
9246
9247 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
9248 commands.
9249 (elint-current-buffer): Set mode-line-process.
9250 (elint-init-env): Handle define-derived-mode.
9251 Fix declare-function with unspecified arglist. Guard against odd
9252 defalias statements (eg iso-insert's 8859-1-map).
9253 (elint-add-required-env): Use a temp buffer.
9254 (elint-form): Just print the function/macro name, not the whole form.
9255 Return env unchanged if we fail to parse a macro.
9256 (elint-forms): Guard against parse errors.
9257 (elint-output): New function, to handle batch mode.
9258 (elint-log-message): Add optional argument. Use elint-output.
9259 (elint-set-mode-line): New function.
9260
9261 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
9262
9263 * emacs-lisp/elp.el (elp-not-profilable): Add more
9264 functions (Bug#4233).
9265
9266 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
9267
9268 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
9269 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
9270
9271 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
9272
9273 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
9274 (gdb-var-list-children): Use json parsing.
9275
9276 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
9277
9278 * progmodes/js.el (js--proper-indentation): Handle the case where
9279 char-before is null. Reported by Deniz Dogan.
9280
9281 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
9282
9283 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
9284
9285 2009-09-11 Daiki Ueno <ueno@unixuser.org>
9286
9287 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
9288 (epg-digest-algorithm-alist): Add SHA224.
9289 (epg-context-set-passphrase-callback)
9290 (epg-context-set-progress-callback): Add description about
9291 callback function.
9292
9293 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9294
9295 * custom.el (custom-delayed-init-variables): New var.
9296 (custom-initialize-delay): New function.
9297 * startup.el (command-line): "Re"evaluate all vars in
9298 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
9299 explicitly any more.
9300 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
9301 to avoid creating a ~/.emacs.d at build-time (bug#4347).
9302
9303 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
9304
9305 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
9306
9307 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
9308 (gdb-var-update-handler): Use json parsing.
9309
9310 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
9311
9312 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
9313 decode annotated text, regardless of language environment. (Bug#2741)
9314
9315 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9316
9317 * Makefile.in (autoloads): Make rmail.el writable as well.
9318
9319 2009-09-11 Glenn Morris <rgm@gnu.org>
9320
9321 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
9322 loaddefs.el.
9323 * dired.el: Regenerate with extracted autoloads.
9324 * Makefile.in (autoloads): Make dired.el writable.
9325
9326 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
9327 * ibuffer.el: Regenerate with extracted autoloads.
9328 * Makefile.in (autoloads): Make ibuffer.el writable.
9329
9330 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
9331 * version.el (emacs-copyright, emacs-major-version)
9332 (emacs-minor-version): Reformat doc-strings for make-docfile.
9333
9334 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
9335 functions and variables, since they must be stuff specific to some other
9336 platform.
9337 (apropos-print): Make mouse-click message less specific about button.
9338
9339 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
9340 that records where a macro was defined.
9341 * help-fns.el (describe-function-1): Mention if a function has a
9342 compiler-macro.
9343 * help-mode.el (help-function-cmacro): New button.
9344
9345 * locate.el (top-level): Always require dired.
9346 (locate-mode-map): Initialize inside the defvar.
9347
9348 * net/ange-ftp.el (dired-compress-file): Declare.
9349 (ange-ftp-dired-compress-file): Add doc string.
9350
9351 * term/ns-win.el (x-display-name, x-setup-function-keys):
9352 Unify doc-strings with X versions.
9353
9354 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9355
9356 * emulation/crisp.el (crisp-mode-map): Move initialization
9357 into declaration.
9358 (crisp-mode): Use define-minor-mode.
9359
9360 * progmodes/xscheme.el (xscheme-evaluation-commands):
9361 Put a :advertised-binding property rather than using
9362 advertised-xscheme-send-previous-expression.
9363 (advertised-xscheme-send-previous-expression): Declare obsolete.
9364 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
9365 `advertised-undo'.
9366 (crisp-mode): Add corresponding bindings to
9367 undo's :advertised-binding instead.
9368 * dired.el (dired-mode-map): Put a :advertised-binding property rather
9369 than using dired-advertised-find-file.
9370 (dired-advertised-find-file):
9371 * simple.el (advertised-undo):
9372 * wid-edit.el (advertised-widget-backward): Declare obsolete.
9373 (widget-keymap): Put a :advertised-binding property rather
9374 than using advertised-widget-backward.
9375 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
9376 than using advertised-undo.
9377 * tutorial.el (tutorial--default-keys): Adjust accordingly.
9378
9379 2009-09-10 Simon South <ssouth@slowcomputing.org>
9380
9381 * progmodes/delphi.el (delphi-tab): Indent region when Transient
9382 Mark mode is enabled and region is active; otherwise indent or
9383 insert TAB as usual.
9384 (delphi-mode): Update description of TAB-key binding.
9385
9386 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9387
9388 * subr.el (define-key-rebound-commands): Mark obsolete.
9389 * startup.el (precompute-menubar-bindings): Remove.
9390 (normal-top-level): Remove obsolete code that tried to precompute
9391 menubar bindings.
9392 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
9393 define-key-rebound-commands and precompute-menubar-bindings.
9394
9395 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9396
9397 * net/imap.el (imap-interactive-login): Better messages.
9398 (imap-open): Fix bug with renamed buffer on reconnect.
9399 (imap-authenticate): Add buffer-local imap-last-authenticator variable
9400 for easier debugging and cleaner code. On successful (guessed based on
9401 server capabilities) secondary authentication, set imap-state
9402 correctly.
9403 (imap-last-authenticator): Define imap-last-authenticator as a variable
9404 to avoid warnings.
9405
9406 2009-09-10 Glenn Morris <rgm@gnu.org>
9407
9408 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
9409
9410 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
9411 (byte-compile-file-form-autoload): Don't warn about unknown functions
9412 where the autoload statement comes after the use.
9413 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
9414 that any handlers inside the body (eg require) are in turn respected.
9415
9416 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
9417 effects.
9418
9419 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
9420 and syntax and abbrev tables basic docs, if they don't have any.
9421
9422 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
9423
9424 * international/mule-cmds.el (top-level): Require cl when compiling.
9425 (view-hello-file): Use default-value rather than
9426 default-enable-multibyte-characters.
9427
9428 * progmodes/fortran.el: Move all safe and risky properties into the
9429 defcustoms.
9430
9431 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
9432 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
9433 * mail/undigest.el:
9434 Put autoloads in rmail.el rather than loaddefs.el.
9435 * mail/rmail.el: Regenerate with extracted autoloads.
9436
9437 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
9438 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
9439
9440 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
9441
9442 Reported in thread for Bug#4375.
9443 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
9444 "-data-evaluate-expression" instead of print.
9445 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
9446 (gdb-tooltip-print): Parse output from above MI command.
9447 (gdb): Revert 2009-08-11 change. User should detach inferior
9448 manually.
9449
9450 Remove the word "separate" from IO functions as inferior
9451 output is now never displayed in the GUD buffer.
9452
9453 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
9454
9455 * startup.el (command-line-normalize-file-name): On Windows and
9456 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
9457
9458 2009-09-10 Juri Linkov <juri@jurta.org>
9459
9460 * isearch.el (isearch-text-char-description): Propertize escape
9461 character sequences with the `escape-glyph' face. (Bug#4344)
9462
9463 * simple.el (shell-command): Set asynchronous process filter to
9464 `comint-output-filter'. (Bug#4343)
9465
9466 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
9467 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
9468 the list. Move "asm" to the bottom.
9469 (grep-find-ignored-directories): Add `choice' with nil value
9470 to empty the list easily.
9471 (grep-find-ignored-files): New option.
9472 (grep-files-history): Set to nil by default instead of '("ch" "el").
9473 (grep-compute-defaults): Add "<X>" to `grep-template'.
9474 (grep-read-files): Bind new local variables `default-alias' and
9475 `default-extension'. Use a list of default values for the file prompt.
9476 (lgrep): Add `--exclude=' command line options composed from
9477 `grep-find-ignored-files'.
9478 (rgrep): Add `-name' command line options composed from
9479 `grep-find-ignored-files'. (Bug#4301)
9480
9481 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9482
9483 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9484 (bug#4368).
9485
9486 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9487
9488 * calendar/time-date.el (autoload):
9489 Expand define-obsolete-function-alias into defalias and make-obsolete
9490 for old Emacsen that Gnus supports.
9491 (with-no-warnings): Define it for old Emacsen.
9492 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9493 is available.
9494 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9495 float-time is available; suppress compile warning for time-to-seconds.
9496
9497 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
9498
9499 * net/imap.el (imap-message-map): Docstring fix.
9500
9501 2009-09-09 Glenn Morris <rgm@gnu.org>
9502
9503 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9504 line numbers too. (Bug#4374)
9505
9506 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
9507
9508 * smerge-mode.el (smerge-remove-props, smerge-refine):
9509 Use with-silent-modifications (bug#4342).
9510
9511 * subr.el (with-silent-modifications): New macro.
9512
9513 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
9514
9515 * files.el (top-level): Require `cl' when compiling.
9516
9517 2009-09-07 Glenn Morris <rgm@gnu.org>
9518
9519 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9520
9521 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9522 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
9523
9524 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
9525
9526 * vc-git.el (vc-git-annotate-command): Use separator to parse
9527 arguments correctly.
9528
9529 2009-09-06 Eli Zaretskii <eliz@gnu.org>
9530
9531 * proced.el (proced-mode): Doc fix.
9532
9533 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
9534
9535 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9536 lstat fails.
9537 (tramp-do-file-attributes-with-ls): Check for file existence at
9538 remote end.
9539 (tramp-do-file-attributes-with-stat): Likewise.
9540 (tramp-convert-file-attributes): Return nil when attr is nil.
9541
9542 2009-09-05 Glenn Morris <rgm@gnu.org>
9543
9544 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9545 properties to this button.
9546 (diary-fancy-display): Don't extend the button to the final newline.
9547 (diary-fancy-display-mode): Continue to define "q" as a local key.
9548
9549 * calendar/cal-china.el (holiday-chinese): Make it slightly more
9550 efficient.
9551
9552 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9553
9554 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9555 (byte-compile-dest-file-function): New option.
9556 (byte-compile-dest-file): Doc fix.
9557 Obey byte-compile-dest-file-function.
9558 (byte-compile-cl-file-p): New function.
9559 (byte-compile-eval): Only suppress noruntime warnings about cl functions
9560 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
9561 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9562 than for file being previously loaded.
9563 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9564 (byte-compile-file-form-require): Handle the case where requiring a file
9565 indirectly causes CL to be loaded.
9566
9567 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9568
9569 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9570 before killing the old buffer, since by the time `kill-buffer' is
9571 run so many buffer variables have been set to nil that it may not
9572 behave as expected. (Bug#4061)
9573
9574 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9575
9576 * files.el (find-alternate-file): If the old buffer is modified
9577 and visiting a file, behave similarly to `kill-buffer' when
9578 killing it, thus reverting to the pre-1.878 behavior; see
9579 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9580 for discussion. Also, consult `buffer-file-name' as a variable
9581 not as a function, for consistency with the rest of the code.
9582
9583 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
9584
9585 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9586 also when adding a new directory.
9587
9588 * net/tramp-compat.el (tramp-compat-line-beginning-position):
9589 New defun.
9590
9591 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9592
9593 * files.el (locate-file-completion-table): Make it provide boundary
9594 information, so partial-completion works better.
9595
9596 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
9597
9598 * mail/footnote.el (Footnote-text-under-cursor):
9599 Check footnote-text-marker-alist before using it (bug#4324).
9600
9601 2009-09-04 Glenn Morris <rgm@gnu.org>
9602
9603 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9604 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9605 * play/solitaire.el, play/tetris.el:
9606 Remove leading * from defcustom and defface docs.
9607
9608 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9609 necessary.
9610 (diary-fancy-overriding-map): New variable.
9611 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9612 Use view-mode.
9613
9614 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9615 goto-line.
9616
9617 2009-09-03 Glenn Morris <rgm@gnu.org>
9618
9619 * arc-mode.el (archive-mode):
9620 * dos-fns.el (set-default-process-coding-system):
9621 * man.el (Man-getpage-in-background):
9622 * menu-bar.el (menu-bar-describe-menu):
9623 * server.el (server-process-filter):
9624 * startup.el (command-line):
9625 * tar-mode.el (tar-header-block-tokenize, tar-extract):
9626 * w32-fns.el (set-default-process-coding-system):
9627 * x-dnd.el (x-dnd-handle-file-name):
9628 * international/mule-cmds.el (mule-menu-keymap)
9629 (set-default-coding-systems, language-info-alist, set-language-info)
9630 (set-language-environment, standard-display-european-internal)
9631 (set-locale-environment):
9632 * international/mule-diag.el (mule-diag):
9633 * mail/emacsbug.el (report-emacs-bug):
9634 * mail/rmail.el (rmail-mode):
9635 * mail/sendmail.el (mail-setup):
9636 Use default-value rather than default-enable-multibyte-characters.
9637
9638 * progmodes/f90.el: Move all safe properties into the defcustoms.
9639 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9640
9641 * calendar/appt.el (appt-check):
9642 * calendar/diary-lib.el (diary-set-header, diary-live-p)
9643 (diary-check-diary-file, diary-list-entries)
9644 (diary-include-other-diary-files, diary-simple-display)
9645 (diary-fancy-display, diary-print-entries)
9646 (diary-mark-included-diary-files, diary-make-entry):
9647 Don't call substitute-in-file-name on diary-file.
9648
9649 2009-09-03 Eduard Wiebe <usenet@pusto.de>
9650 Stefan Monnier <monnier@iro.umontreal.ca>
9651
9652 * mail/footnote.el (footnote-prefix): Make it a defcustom.
9653 (footnote-mode-map): Move initialization into the declaration.
9654 (footnote-minor-mode-map): Define it rather than changing global-map.
9655 (footnote-mode): Use define-minor-mode.
9656
9657 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
9658
9659 * net/tramp.el (tramp-handle-file-attributes-with-ls)
9660 (tramp-do-file-attributes-with-perl)
9661 (tramp-do-file-attributes-with-stat): Rename from
9662 `tramp-handle-file-attributes-with-*'.
9663 (tramp-handle-file-attributes): Use them.
9664 (tramp-do-directory-files-and-attributes-with-perl)
9665 (tramp-do-directory-files-and-attributes-with-stat): Rename from
9666 `tramp-handle-directory-files-and-attributes-with-*'.
9667 (tramp-handle-directory-files-and-attributes): Use them.
9668 (tramp-method-out-of-band-p): Additional parameter SIZE.
9669 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9670 (tramp-handle-write-region): Use it.
9671 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
9672 (tramp-handle-vc-registered): Check, whether the first run did
9673 return files to be tested.
9674 (tramp-advice-make-auto-save-file-name): Do not call directly
9675 `tramp-handle-make-auto-save-file-name', because this would bypass
9676 the locking mechanism.
9677
9678 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9679 (file-remote-p, process-file, start-file-process, set-file-times)
9680 (tramp-compat-file-attributes): Compatibility functions shall not
9681 call directly `tramp-handle-*', because this would bypass the
9682 locking mechanism.
9683 (tramp-compat-number-sequence): New defun.
9684
9685 2009-09-02 Glenn Morris <rgm@gnu.org>
9686
9687 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9688 alias for float-time.
9689 (time-to-number-of-days): In Emacs, use float-time.
9690 * net/newst-backend.el (time-add): Suppress warnings from compat
9691 function.
9692 * time.el (emacs-uptime, emacs-init-time):
9693 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9694 Use float-time rather than time-to-seconds.
9695
9696 * minibuffer.el (completion-initials-expand): Fix typo.
9697
9698 * faces.el (modeline, modeline-inactive, modeline-highlight)
9699 (modeline-buffer-id):
9700 * info.el (info-menu-5): Mark these face aliases as obsolete.
9701
9702 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9703
9704 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9705 space ...
9706 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9707 no "--thread" option.
9708 (gdb-stopped): Don't print "Switched to thread" message when it is
9709 unchanged.
9710
9711 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9712
9713 * minibuffer.el (completion-try-completion)
9714 (completion-all-completions): Remove ill-defined (and
9715 mistakenly installed and luckily never used nor documented)
9716 `completion-styles' property.
9717 (completion-initials-expand, completion-initials-all-completions)
9718 (completion-initials-try-completion): New functions.
9719 (completion-styles-alist): Add doc to each entry.
9720 Add new `initials' entry.
9721
9722 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9723
9724 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9725 MI command -var-evaluate-expression.
9726 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9727 and tweak for case of string child.
9728 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9729
9730 2009-09-01 Glenn Morris <rgm@gnu.org>
9731
9732 * add-log.el (change-log-date-face, change-log-name-face)
9733 (change-log-email-face, change-log-file-face, change-log-list-face)
9734 (change-log-conditionals-face, change-log-function-face)
9735 (change-log-acknowledgement-face):
9736 * cus-edit.el (custom-invalid-face, custom-rogue-face)
9737 (custom-modified-face, custom-set-face, custom-changed-face)
9738 (custom-saved-face, custom-button-face, custom-button-pressed-face)
9739 (custom-documentation-face, custom-state-face, custom-comment-face)
9740 (custom-comment-tag-face, custom-variable-tag-face)
9741 (custom-variable-button-face, custom-face-tag-face)
9742 (custom-group-tag-face-1, custom-group-tag-face):
9743 * diff-mode.el (diff-header-face, diff-file-header-face)
9744 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9745 (diff-added-face, diff-changed-face, diff-function-face)
9746 (diff-context-face, diff-nonexistent-face):
9747 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9748 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9749 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9750 (Info-title-4-face):
9751 * isearch.el (isearch-lazy-highlight-face):
9752 * log-view.el (log-view-file-face, log-view-message-face):
9753 * paren.el (show-paren-match-face, show-paren-mismatch-face):
9754 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9755 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9756 (cvs-msg-face):
9757 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9758 (smerge-base-face, smerge-markers-face):
9759 * wid-edit.el (widget-documentation-face, widget-button-face)
9760 (widget-field-face, widget-single-line-field-face)
9761 (widget-inactive-face, widget-button-pressed-face):
9762 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9763 (woman-addition-face):
9764 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9765 (eshell-ls-executable-face, eshell-ls-readonly-face)
9766 (eshell-ls-unreadable-face, eshell-ls-special-face)
9767 (eshell-ls-missing-face, eshell-ls-archive-face)
9768 (eshell-ls-backup-face, eshell-ls-product-face)
9769 (eshell-ls-clutter-face):
9770 * eshell/em-prompt.el (eshell-prompt-face):
9771 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9772 * obsolete/old-whitespace.el (whitespace-highlight-face):
9773 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9774 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9775 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9776 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9777 (antlr-font-lock-literal-face):
9778 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9779 (ebrowse-root-class-face, ebrowse-file-name-face)
9780 (ebrowse-default-face, ebrowse-member-attribute-face)
9781 (ebrowse-member-class-face, ebrowse-progress-face):
9782 * progmodes/make-mode.el (makefile-space-face):
9783 * progmodes/sh-script.el (sh-heredoc-face):
9784 * textmodes/flyspell.el (flyspell-incorrect-face)
9785 (flyspell-duplicate-face):
9786 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9787 * textmodes/texinfo.el (texinfo-heading-face):
9788 Mark face aliases with "-face" suffix as obsolete.
9789
9790 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9791 compiler.
9792
9793 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9794 (eudc-bob-sound-menu): Use defvar rather than defconst, since
9795 easy-menu-define wants to modify these.
9796
9797 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9798
9799 * net/browse-url.el (browse-url-file-url):
9800 * term/internal.el (dos-codepage-setup):
9801 Use default-value rather than default-enable-multibyte-characters.
9802
9803 * progmodes/etags.el (etags-goto-tag-location):
9804 * progmodes/flymake.el (flymake-highlight-line)
9805 (flymake-goto-file-and-line, flymake-goto-line):
9806 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9807 (gdb-goto-breakpoint):
9808 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9809 * progmodes/python.el (python-find-function)
9810 (python-pdbtrack-track-stack-file):
9811 * progmodes/verilog-mode.el (verilog-surelint-off):
9812 * term/ns-win.el (ns-open-file-select-line):
9813 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9814 Use forward-line rather than goto-line.
9815
9816 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9817 * textmodes/reftex-index.el (reftex-display-index):
9818 * textmodes/reftex-ref.el (reftex-offer-label-menu):
9819 * textmodes/reftex-toc.el (reftex-toc):
9820 Remove unnecessary bindings of default-major-mode (all are followed by
9821 major-mode check and possible mode switch).
9822
9823 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9824
9825 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9826 Handle watchpoints (bug#4282).
9827 (def-gdb-thread-buffer-command): Enable thread to be selected by
9828 clicking without selecting threads buffer first.
9829 (gdb-current-context-command): Use selected frame so that "up",
9830 "down" etc work in the GUD buffer.
9831 (gdb-update): Find selected frame before rendering stack buffer.
9832 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9833
9834 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9835
9836 * progmodes/sym-comp.el (displayed-completions): Remove.
9837 (symbol-complete): Use minibuffer-complete.
9838
9839 2009-08-31 Glenn Morris <rgm@gnu.org>
9840
9841 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9842
9843 * apropos.el (apropos-symbols-internal):
9844 Handle (obsolete) face aliases.
9845
9846 * faces.el (describe-face): Adjust the output format to be more like
9847 describe-variable, and to mention (obsolete) face aliases.
9848 Adjust the whitespace so that help-setup-xref works.
9849
9850 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9851 * calendar/diary-lib.el (diary-button-face):
9852 Mark these face aliases as obsolete.
9853
9854 * calendar/calendar.el (calendar-today): Doc fix.
9855
9856 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9857
9858 * progmodes/gdb-mi.el (gdb-control-all-threads)
9859 (gdb-control-current-thread): Force tool bar update.
9860 (gdb-non-stop-handler): New function.
9861 (gdb-init-1): Use it to test if non-stop mode is supported.
9862 Remove unused gdbmi buffer type.
9863
9864 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
9865
9866 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
9867 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
9868
9869 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
9870
9871 * comint.el (comint-exec-1): Check command is non-null first.
9872 Part of gdb-mi.el change (2009-08-28).
9873
9874 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9875
9876 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9877
9878 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
9879
9880 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9881 instead of `dolist' to avoid a recursive require when bootstrapping.
9882
9883 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9884
9885 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9886
9887 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9888
9889 * net/imap.el (imap-send-command): Simplify.
9890 (imap-wait-for-tag): point-max -> buffer-size.
9891
9892 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9893
9894 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9895 with constant argument.
9896
9897 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9898
9899 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9900
9901 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9902 Change default, since most of our files don't have a history.
9903 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9904 the user.
9905
9906 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9907 Add comint-run.
9908
9909 * calc/calc.el: Improve commenting convention.
9910 (calc-digit-map, toplevel): Simplify.
9911
9912 * comint.el (comint-insert-input): Be careful to only set point if we
9913 don't delegate to some other command.
9914
9915 * proced.el (proced-signal-list): Make it an alist.
9916 (proced-grammar-alist): Capitalize names.
9917 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9918 Disable undo manually and make it read-only.
9919 Use completion-annotate-function.
9920
9921 * minibuffer.el (minibuffer-message): If the current buffer is not
9922 a minibuffer, insert the message in the echo area rather than at the
9923 end of the buffer.
9924 (completion-annotate-function): New variable.
9925 (minibuffer-completion-help): Use it.
9926 (completion--embedded-envvar-table): Environment vars are
9927 always case-sensitive.
9928
9929 2009-08-30 Glenn Morris <rgm@gnu.org>
9930
9931 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9932 from fortran-current-defun.
9933 (fortran-beginning-of-subprogram): Be more precise about finding the
9934 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
9935 (fortran-end-of-subprogram): Simplify.
9936 (fortran-current-defun): Use fortran-start-prog-re.
9937
9938 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
9939
9940 * subr.el (do-after-load-evaluation): Simplify.
9941
9942 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
9943
9944 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9945
9946 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
9947 (vc-rcs-print-log): Use it.
9948
9949 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9950
9951 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9952
9953 * paths.el (abbrev-file-name): Move to abbrev.el.
9954 * abbrev.el (abbrev-file-name): Move from paths.el.
9955 Obey user-emacs-directory.
9956 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9957 user-emacs-directory.
9958 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9959 abbrev-file-name and calc-settings-file any more.
9960 * startup.el (command-line): Recompute abbrev-file-name and
9961 abbreviated-home-dir.
9962 (normal-no-mouse-startup-screen): Improve the generic code and get rid
9963 of the special code for when C-h bindings haven't been changed.
9964 (display-startup-echo-area-message): Use with-current-buffer.
9965 (command-line-1): Use a list of strings, rather than a list of lists
9966 of strings for longopts.
9967
9968 * files.el (get-free-disk-space): Use / for default-directory.
9969
9970 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9971 Use with-current-buffer.
9972
9973 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9974 Recognize immutable variables like most-positive-fixnum.
9975 (byte-compile-setq-default): Check and warn if trying to assign
9976 to an immutable variable, or a non-variable.
9977
9978 * progmodes/cc-vars.el (c-comment-continuation-stars):
9979 * progmodes/cc-engine.el (c-looking-at-bos):
9980 * progmodes/cc-cmds.el (c-toggle-auto-state)
9981 (c-forward-into-nomenclature, c-backward-into-nomenclature)
9982 (c-comment-line-break-function): Add version of obsolescence.
9983
9984 2009-08-28 Juri Linkov <juri@jurta.org>
9985
9986 * files.el (magic-fallback-mode-alist): Add ZIP magic number
9987 associated with `archive-mode'.
9988
9989 * image.el (image-type-header-regexps): Use only JPEG magic number
9990 to determine JPEG images, and don't use `image-jpeg-p' because
9991 Emacs can display non-JFIF non-Exif JPEG images.
9992
9993 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9994
9995 * arc-mode.el (archive-mode):
9996 * emacs-lisp/re-builder.el (re-builder-unload-function):
9997 Protect against the default value of `major-mode' being nil.
9998
9999 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
10000
10001 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
10002 Fix typos in docstrings.
10003
10004 * progmodes/js.el (js--macro-decl-re): Doc fix.
10005 (js--plain-method-re, js--split-name): Refloc docstring.
10006 (js--class-styles, js--make-merged-item, js--splice-into-items):
10007 Fix typos in docstrings; reflow docstrings.
10008 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
10009 (js--variable-decl-matcher, js--inside-pitem-p)
10010 (js--parse-state-at-point, js--get-all-known-symbols)
10011 (js--symbol-history, js-find-symbol, js--js-references)
10012 (js--moz-interactor, js--js-encode-value, js--read-tab):
10013 Fix typos in docstrings.
10014
10015 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10016
10017 * textmodes/reftex.el (reftex-get-file-buffer-force):
10018 * progmodes/verilog-mode.el (verilog-batch-execute-func):
10019 * emulation/viper.el (viper-go-away, viper-set-hooks):
10020 * emacs-lisp/re-builder.el (re-builder-unload-function):
10021 * emacs-lisp/bytecomp.el (byte-compile-file):
10022 * ses.el (ses-unload-function):
10023 * hexl.el (hexl-find-file):
10024 * files.el (normal-mode):
10025 * ehelp.el (with-electric-help):
10026 * autoinsert.el (auto-insert-alist):
10027 * arc-mode.el (archive-mode):
10028 Use (default-value 'major-mode) instead of default-major-mode.
10029
10030 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
10031 * international/mule.el (load-with-code-conversion):
10032 * emacs-lisp/debug.el (debug):
10033 * ediff-vers.el (ediff-rcs-get-output-buffer):
10034 * dired.el (dired-internal-noselect): Don't let-bind
10035 default-major-mode around code that doesn't use it.
10036 E.g. buffer creation via get-buffer-create doesn't use it.
10037
10038 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
10039
10040 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
10041 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
10042 when writing the temp file. Otherwise, epa-file gets confused.
10043 (tramp-register-file-name-handlers): Make it a defun. Move also
10044 `epa-file-handler' to the front of `file-name-handler-alist'.
10045
10046 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10047
10048 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
10049 start right after a ^M.
10050 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
10051 (tramp-completion-file-name-regexp-separate)
10052 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
10053 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
10054 Don't modify last-coding-system-used by accident.
10055 (tramp-completion-file-name-handler): Apply the checks here,
10056 instead during registration.
10057 (tramp-register-file-name-handlers): Rename from
10058 `tramp-register-file-name-handler'. Register both
10059 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
10060 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
10061
10062 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
10063
10064 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
10065 Remove variable ...
10066 (gdb-init-1, gdb-display-separate-io-buffer)
10067 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
10068 references to it.
10069 (gdb-inferior-io-mode): Use make-comint-in-buffer.
10070 (gdb-inferior-filter): Use comint-output-filter to stop
10071 echoing and remove ^M characters.
10072
10073 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10074
10075 * emulation/viper-init.el (viper-restore-cursor-type):
10076 * emulation/cua-base.el (cua--update-indications):
10077 Replace default-cursor-type with (default-value 'cursor-type).
10078
10079 * mail/sendmail.el (mail-recover-1):
10080 * international/mule-diag.el (describe-current-coding-system-briefly)
10081 (describe-current-coding-system):
10082 * international/mule-cmds.el (select-safe-coding-system)
10083 (select-message-coding-system)
10084 (set-language-environment-coding-systems, set-locale-environment):
10085 * hexl.el (hexl-insert-multibyte-char):
10086 * dos-w32.el (find-buffer-file-type-coding-system):
10087 * simple.el (what-cursor-position):
10088 Replace uses of default-buffer-file-coding-system
10089 with (default-value 'buffer-file-coding-system).
10090
10091 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
10092 Replace uses of default-cursor-in-non-selected-windows
10093 with (default-value 'cursor-in-non-selected-windows).
10094 Use with-current-buffer.
10095
10096 * mail/feedmail.el: Use CL macros.
10097 (feedmail-run-the-queue, feedmail-send-it-immediately):
10098 * dos-w32.el (find-buffer-file-type): Replace uses of
10099 default-buffer-file-type with (default-value 'buffer-file-type).
10100
10101 2009-08-28 Glenn Morris <rgm@gnu.org>
10102
10103 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
10104 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
10105 Use default-value of major-mode rather than default-major-mode.
10106
10107 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10108
10109 * Makefile.in (update-elcfiles): Report left over elc files.
10110
10111 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
10112 expand-file-name and with-current-buffer.
10113 (mail-get-names, mail-directory): Use with-current-buffer.
10114
10115 * vc.el (vc-read-revision): New function.
10116 (vc-version-diff, vc-merge): Use it.
10117
10118 2009-08-27 Sam Steingold <sds@gnu.org>
10119
10120 * simple.el (kill-do-not-save-duplicates): New user option.
10121 (kill-new): When it is non-nil, and the new string is the same as
10122 the latest kill, set replace to t to avoid duplicates in kill-ring.
10123
10124 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
10125
10126 * net/tramp.el (tramp-handle-process-file): Do not flush all
10127 caches when `process-file-side-effects' is set.
10128 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
10129 instead of `tramp-find-file-exists-command'.
10130 Unset `process-file-side-effects'.
10131
10132 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
10133
10134 * net/tramp.el (tramp-methods): New method "rsyncc".
10135 (top): Add completion function for "rsyncc".
10136 (tramp-message-show-message): New defvar.
10137 (tramp-message, tramp-error): Use it.
10138 (tramp-do-copy-or-rename-file-directly): Extend check for direct
10139 remote copying.
10140 (tramp-do-copy-or-rename-file-out-of-band): Handle new
10141 `tramp-methods' entry `copy-env' of "rsyncc".
10142 (tramp-vc-registered-read-file-names): New defconst.
10143 (tramp-vc-registered-file-names): New defvar.
10144 (tramp-handle-vc-registered): Implement optimization strategy.
10145 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
10146 (tramp-vc-file-name-handler): New defun.
10147 (tramp-get-ls-command, tramp-get-test-command)
10148 (tramp-get-file-exists-command, tramp-get-remote-ln)
10149 (tramp-get-remote-perl, tramp-get-remote-stat)
10150 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
10151
10152 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
10153 (tramp-cache-inhibit-cache): Extend doc string. It allows also
10154 timestamps.
10155 (tramp-get-file-property): Check for timestamps in
10156 `tramp-cache-inhibit-cache'.
10157 (tramp-set-file-property): Write timestamp.
10158
10159 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10160
10161 * language/japan-util.el (japanese-symbol-table): Add entries for
10162 cp932-2-byte.
10163
10164 * international/characters.el: Add category `j' to cp932-2-byte.
10165
10166 2009-08-27 Kenichi Handa <handa@m17n.org>
10167
10168 * international/fontset.el (build-default-fontset-data): New macro.
10169 (setup-default-fontset): Use build-default-fontset-data for CJK,
10170 tibetan, ethiopic, and ipa.
10171
10172 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10173
10174 * cus-start.el (default-major-mode): Customize `major-mode' instead.
10175 (enable-multibyte-characters): Not customizable any more.
10176
10177 * subr.el (default-mode-line-format, default-header-line-format)
10178 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
10179 (default-direction-reversed, default-truncate-lines)
10180 (default-left-margin, default-tab-width, default-case-fold-search)
10181 (default-left-margin-width, default-right-margin-width)
10182 (default-left-fringe-width, default-right-fringe-width)
10183 (default-fringes-outside-margins, default-scroll-bar-width)
10184 (default-vertical-scroll-bar, default-indicate-empty-lines)
10185 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
10186 (default-fringe-cursor-alist, default-scroll-up-aggressively)
10187 (default-scroll-down-aggressively, default-fill-column)
10188 (default-cursor-type, default-buffer-file-type)
10189 (default-cursor-in-non-selected-windows)
10190 (default-buffer-file-coding-system, default-major-mode)
10191 (default-enable-multibyte-characters): Mark as obsolete.
10192
10193 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
10194
10195 * vc-dir.el (vc-dir-update): Remove debug helper.
10196
10197 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
10198
10199 2009-08-26 Sam Steingold <sds@gnu.org>
10200
10201 * simple.el (save-interprogram-paste-before-kill): New user option.
10202 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
10203 save the interprogram-paste into kill-ring before overriding it
10204 with the Emacs kill.
10205
10206 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10207
10208 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
10209 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
10210 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
10211 and move to vc-rcs.el.
10212 (vc-default-next-revision): Rename to vc-rcs-next-revision and
10213 move to vc-rcs.el.
10214 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
10215 (vc-rcs-update-changelog): Remove.
10216 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
10217 and move to vc-rcs.el.
10218
10219 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
10220 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
10221 renaming.
10222 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
10223 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
10224 vc.el, renamed to be RCS specific.
10225
10226 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
10227 New functions.
10228 (vc-cvs-update-changelog): Move here from vc.el.
10229
10230 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
10231 New functions.
10232
10233 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10234
10235 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
10236
10237 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10238
10239 * vc-git.el (vc-git-register): Use "git add" for directories.
10240 (vc-git-stash, vc-git-stash-show): New functions.
10241 (vc-git-extra-menu-map): Bind them.
10242
10243 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
10244 directory correctly in case the item is a directory itself.
10245
10246 * vc.el: Document the desired behavior for reverted files in the
10247 `added' state.
10248 (vc-default-prettify-state-info): Remove function, unused.
10249
10250 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
10251
10252 2009-08-26 Glenn Morris <rgm@gnu.org>
10253
10254 * bindings.el (standard-mode-line-format): Reposition dashes in
10255 which-func entry. (Bug#4217)
10256
10257 * files.el (enable-local-variables, enable-local-eval)
10258 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
10259 the defcustoms.
10260 (auto-mode-alist, ignored-local-variables)
10261 (save-some-buffers-action-alist): Move risky declarations to the
10262 definitions.
10263 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
10264 (font-lock-defaults, format-alist, imenu--index-alist)
10265 (imenu-generic-expression, input-method-alist, minor-mode-alist)
10266 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
10267 (mode-line-modified, mode-line-mule-info, mode-line-position)
10268 (mode-line-process, mode-line-remote, outline-level)
10269 (parse-time-rules, rmail-output-file-alist)
10270 (special-display-buffer-names, vc-mode):
10271 Move risky declarations to the relevant files.
10272 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
10273 (mode-line-modified, mode-line-process, mode-line-position)
10274 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
10275 * font-core.el (font-lock-defaults):
10276 * format.el (format-alist):
10277 * vc-hooks.el (vc-mode):
10278 * window.el (special-display-buffer-names):
10279 * international/mule-cmds.el (input-method-alist):
10280 Define riskiness here (dumped file) rather than in files.el.
10281 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
10282 * imenu.el (imenu-generic-expression, imenu--index-alist):
10283 * outline.el (outline-level):
10284 * time.el (display-time-string):
10285 * calendar/parse-time.el (parse-time-rules):
10286 * mail/rmailout.el (rmail-output-file-alist):
10287 Autoload riskiness here, rather than placing in files.el.
10288
10289 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
10290
10291 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
10292
10293 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
10294
10295 * simple.el (process-file-side-effects): New defvar.
10296
10297 * dired-aux.el (dired-show-file-type):
10298 * vc.el (vc-diff-internal):
10299 * vc-arch.el (vc-arch-diff):
10300 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
10301 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
10302 * vc-git.el (vc-git-registered, vc-git-working-revision)
10303 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
10304 (vc-git--empty-db-p):
10305 * vc-hooks.el (vc-user-login-name):
10306 * vc-svn.el (vc-svn-registered, vc-svn-state)
10307 (vc-svn-dir-extra-headers, vc-svn-find-revision):
10308 * progmodes/grep.el (grep-probe): Let-bind
10309 `process-file-side-effects' with nil.
10310
10311 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
10312
10313 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
10314 daemon. Replace ping by checking for running service for bluez
10315 and zeroconf. (Bug#4239)
10316
10317 2009-08-25 Kevin Ryde <user42@zip.com.au>
10318
10319 * net/dig.el (dig): Add autoload cookie.
10320
10321 2009-08-25 Glenn Morris <rgm@gnu.org>
10322
10323 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
10324 load-history for absolute file-names.
10325 (byte-compile-file-form-require): Warn about use of the cl package.
10326
10327 * format.el (format-alist): Doc fix.
10328
10329 * play/bubbles.el (top-level): Don't require cl at run-time.
10330
10331 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
10332 run-time cl).
10333
10334 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
10335
10336 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
10337 from cl package.
10338 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
10339
10340 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
10341
10342 * calc/calc-alg.el (math-trig-rewrite)
10343 (math-hyperbolic-trig-rewrite): New functions.
10344 (calc-simplify): Simplify trig functions when asked.
10345
10346 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10347
10348 * diff-mode.el (diff-find-source-location): Avoid goto-line.
10349
10350 2009-08-24 Kenichi Handa <handa@m17n.org>
10351
10352 * language/ind-util.el (mapthread): Delete it.
10353 (combinatorial): New function.
10354 (indian--puthash-cv): Use combinatorial instead of mapthread.
10355
10356 2009-08-22 Kevin Ryde <user42@zip.com.au>
10357
10358 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
10359 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
10360 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
10361 Clarify docstring that the value is strings not symbols.
10362 (checkdoc-list-of-strings-p): New function.
10363
10364 2009-08-22 Glenn Morris <rgm@gnu.org>
10365
10366 * files.el (auto-mode-alist):
10367 * hippie-exp.el (he-concat-directory-file-name):
10368 * lpr.el (lpr-windows-system, printer-name):
10369 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
10370 * ps-print.el (ps-windows-system):
10371 * startup.el (command-line):
10372 * emulation/viper-ex.el (viper-glob-function):
10373 * international/mule-cmds.el (set-language-environment-coding-systems):
10374 * net/ange-ftp.el (ange-ftp-write-region):
10375 * obsolete/fast-lock.el (fast-lock-cache-name):
10376 Remove code for defunct system-types emx, macos, mswindows, next-mach,
10377 unisoft-unix, vax-vms, win32, w32.
10378
10379 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
10380 given name if the pattern is not more specific.
10381
10382 * calendar/lunar.el (lunar-phase-names): New option.
10383 (lunar-phase): Doc fix.
10384 (lunar-cycles-per-year): New constant.
10385 (lunar-index): New function.
10386 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
10387 (lunar-phase-name): Use lunar-phase-names.
10388 (calendar-lunar-phases): Use format.
10389 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
10390
10391 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
10392 Copy imenu-example--name-and-position function here for own use.
10393 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
10394
10395 * bs.el (bs--redisplay):
10396 * cus-edit.el (custom-redraw):
10397 * ibuffer.el (ibuffer-bury-buffer):
10398 * server.el (server-goto-line-column):
10399 * startup.el (command-line-1):
10400 * strokes.el (strokes-xpm-for-stroke):
10401 * term.el (term-display-buffer-line):
10402 * view.el (View-goto-line):
10403 * calc/calc.el (calc-do, calc-trail-buffer):
10404 * play/gamegrid.el (gamegrid-add-score-insecure):
10405 * progmodes/ada-mode.el (ada-compile-goto-error):
10406 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
10407 (ebrowse-select-1st-to-9nth):
10408 * progmodes/cperl-mode.el (cperl-time-fontification):
10409 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
10410 * progmodes/gud.el (gud-display-line):
10411 (idlwave-shell-display-line):
10412 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
10413 * progmodes/make-mode.el (makefile-browser-toggle):
10414 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
10415 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
10416 * textmodes/picture.el (picture-draw-rectangle):
10417 * textmodes/reftex-index.el (reftex-index-goto-letter):
10418 (reftex-select-jump-to-previous):
10419 * textmodes/reftex-sel.el (reftex-find-start-point)
10420 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
10421 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
10422 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
10423 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10424 * textmodes/two-column.el (2C-associated-buffer):
10425 Use forward-line rather than goto-line.
10426
10427 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
10428 goto-line.
10429
10430 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
10431 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
10432 (quick-check-list-to-regexp): Declare.
10433
10434 * progmodes/make-mode.el (makefile-browser-insert-selection):
10435 Use goto-char rather than goto-line.
10436
10437 * progmodes/prolog.el (compilation-error-regexp-alist)
10438 (compilation-forget-errors): Declare.
10439
10440 2009-08-22 Juri Linkov <juri@jurta.org>
10441
10442 * progmodes/grep.el (lgrep, rgrep): At the beginning
10443 set `dir' to `default-directory' unless `dir' is a non-nil
10444 readable directory. (Bug#4052)
10445 (lgrep, rgrep): Change a weird way to report an error
10446 from using `read-string' to using `error'.
10447 Instead of using interactive arguments in the function body,
10448 add new argument `confirm'.
10449
10450 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10451
10452 * textmodes/remember.el (remember-buffer):
10453 * progmodes/cperl-mode.el (cperl-vc-header-alist):
10454 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
10455 (icalendar-extract-ical-from-buffer):
10456 * net/newst-treeview.el (newsticker-groups-filename):
10457 * net/newst-backend.el (newsticker-cache-filename):
10458 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
10459 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
10460 (speedbar-add-ignored-path-regexp, speedbar-line-path)
10461 (speedbar-buffers-line-path, speedbar-path-line)
10462 (speedbar-buffers-line-path):
10463 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
10464 (epg-sign-keys):
10465 * epa.el (epa-display-verify-result):
10466 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
10467
10468 2009-08-21 Glenn Morris <rgm@gnu.org>
10469
10470 * progmodes/js.el (inferior-moz-process): Fix declaration.
10471
10472 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
10473
10474 * obsolete/rnewspost.el (news-mail-reply):
10475 Use goto-char rather than goto-line.
10476
10477 * term/ns-win.el (ns-open-file-select-line):
10478 Use line-beginning-position rather than goto-line.
10479
10480 * apropos.el (apropos-command):
10481 * ehelp.el (electric-helpify):
10482 * printing.el (pr-show-setup):
10483 * strokes.el (strokes-help):
10484 * tutorial.el (tutorial--describe-nonstandard-key)
10485 (tutorial--detailed-help):
10486 * woman.el (woman-mini-help, woman-display-extended-fonts):
10487 * calc/calc-help.el (calc-describe-key):
10488 * emulation/edt.el (edt-electric-helpify):
10489 * international/mule-diag.el (mule-diag):
10490 * play/yow.el (apropos-zippy):
10491 * progmodes/python.el (python-describe-symbol):
10492 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10493 * textmodes/table.el (*table--cell-describe-mode)
10494 (*table--cell-describe-bindings):
10495 Use help-print-return-message rather than the now obsolete alias.
10496
10497 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
10498 (calendar-cursor-to-visible-date):
10499 * play/5x5.el (5x5-position-cursor):
10500 * play/decipher.el (decipher):
10501 * play/gomoku.el (gomoku-goto-xy):
10502 * play/landmark.el (lm-goto-xy):
10503 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10504 (mpuz-paint-digit):
10505 Use forward-line, not goto-line.
10506
10507 * mail/rmail.el (rmail-obsolete): Delete custom group.
10508 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10509 (rmail-remote-password, rmail-remote-password-required):
10510 Remove unneeded :set-after and :set properties.
10511
10512 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
10513
10514 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10515
10516 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
10517
10518 * loadup.el: Remove leftover macos code.
10519
10520 * vc-git.el (vc-git-annotate-command): Run asynchronously.
10521 Explicitly pass the date format to git blame so that user local
10522 so that the output format can be parsed.
10523
10524 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
10525
10526 * net/dbus.el (top): Don't check for (getenv
10527 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
10528
10529 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
10530
10531 * log-edit.el (log-edit-strip-single-file-name): New var.
10532 (log-edit-insert-changelog): Use it. Bug#3571
10533
10534 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10535
10536 * subr.el (read-passwd): Use read-key so keypad keys work as well.
10537 Bug#3287
10538
10539 * help.el (help-print-return-message): Rename from
10540 print-help-return-message.
10541
10542 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10543 cvs-mode-map parent hack.
10544 (log-view-mode): Derive from special-mode.
10545
10546 * linum.el (linum-mode): window-size-change-functions is redundant.
10547 Adapt to new window-configuration-change-hook behavior.
10548 (linum-after-size, linum-after-config): Remove.
10549
10550 * imenu.el (imenu-example--name-and-position)
10551 (imenu-example--lisp-extract-index-name)
10552 (imenu-example--create-lisp-index, imenu-example--create-c-index):
10553 Mark as obsolete.
10554
10555 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10556 (inferior-prolog-mode): Use it.
10557 (inferior-prolog-load-file): Reset list of errors.
10558
10559 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10560
10561 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10562
10563 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10564
10565 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
10566
10567 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10568 is running already.
10569
10570 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10571
10572 * subr.el (listify-key-sequence-1): Use normal syntax since those
10573 integers are nowadays always represented by the same (positive) number
10574 on all platforms.
10575 (read-key-empty-map): New const.
10576 (read-key-delay): New var.
10577 (read-key): New function.
10578 (force-mode-line-update): Use with-current-buffer.
10579 (locate-user-emacs-file): Don't forget to abbreviate the file name.
10580 (start-process-shell-command, start-file-process-shell-command):
10581 Discourage the use of command-args.
10582
10583 2009-08-19 Glenn Morris <rgm@gnu.org>
10584
10585 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10586
10587 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10588
10589 * simple.el (choose-completion-string): Don't rely on
10590 minibuffer-completing-file-name and ad-hoc checks to decide whether
10591 to continue completion or not.
10592
10593 * minibuffer.el (minibuffer-hide-completions): New function.
10594 (completion--do-completion): Use it.
10595 (completions-annotations): New face.
10596 (completion--insert-strings): Use it.
10597 (completion-pcm--delim-wild-regex): Add docstring.
10598 (completion-pcm--string->pattern): Add support for 0-width delimiters
10599 in completion-pcm--delim-wild-regex.
10600
10601 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
10602
10603 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10604 Remove unused var `buffer-modified-p'.
10605
10606 * minibuffer.el (completion--do-completion): Move point for the #b001
10607 case as well (bug#4176).
10608 (minibuffer-complete, minibuffer-complete-word): Don't move point.
10609
10610 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
10611
10612 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
10613 and :session buses.
10614
10615 2009-08-18 Kenichi Handa <handa@m17n.org>
10616
10617 * international/ucs-normalize.el (ucs-normalize-version):
10618 Change to 1.1.
10619 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10620 (utf-8-hfs): Make it perform normalization on encoding too.
10621
10622 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
10623 (sentence-end-without-space): Delete duplicated chars.
10624 (sentence-end-base): Likewise.
10625
10626 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
10627 (html-mode): Delete duplicated chars from sentence-end-base.
10628
10629 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
10630 (texinfo-mode): Delete duplicated chars from sentence-end-base.
10631
10632 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
10633
10634 * files.el (hack-one-local-variable): If the mode function is for
10635 a minor mode, pass it an argument (Bug#4148).
10636
10637 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
10638
10639 * net/tramp.el (tramp-register-completion-file-name-handler):
10640 Check also for (member 'partial-completion completion-styles).
10641
10642 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10643
10644 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10645 abbrev (Bug#3943).
10646
10647 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
10648
10649 * progmodes/cperl-mode.el: Merge upstream 6.2.
10650 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10651 (cperl-forward-re): Check cperl-brace-recursing.
10652 (cperl-highlight-charclass): New function.
10653 (cperl-find-pods-heres): Use it.
10654 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10655 (cperl-beautify-regexp-piece): Fix column calculation.
10656 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10657 (cperl-beautify-level): Don't process entire regexp.
10658 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10659 calling man.
10660 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10661 (cperl-init-faces): Build a list in the normal way.
10662
10663 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10664
10665 * calendar/parse-time.el (parse-time-string-chars): Save match
10666 data.
10667
10668 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10669
10670 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10671 (sql-product): Use it.
10672 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10673 (sql-set-product): Add completion.
10674 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10675 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10676 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10677 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10678 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10679 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10680 (sql-highlight-db2-keywords): Remove.
10681 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10682 (sql-highlight-product): Use derived-mode-p.
10683 (sql-set-sqli-buffer): Use with-current-buffer.
10684 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10685 Simplify.
10686
10687 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10688
10689 * term.el: Fix commenting convention, turn comments into docstrings.
10690
10691 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10692
10693 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10694
10695 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
10696
10697 * calendar/parse-time.el (parse-time-string-chars): Compute using
10698 character classes, to handle non-ascii characters (Bug#3190).
10699
10700 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10701
10702 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10703 another heredoc if the user adds another < (Bug#3226).
10704
10705 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10706 Don't initialize based on window-system (Bug#4124).
10707
10708 * facemenu.el (facemenu-read-color): Use a completion function
10709 that accepts any defined color, such as RGB triplets (Bug#3677).
10710
10711 * files.el (get-free-disk-space): Change fallback default
10712 directory to /. Expand DIR argument before switching to fallback.
10713 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10714
10715 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10716
10717 * files.el (load-library): Doc fix.
10718
10719 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
10720
10721 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10722 (viper-if-string): Redefine C-s in the minibuffer to insert the last
10723 incremental search string.
10724
10725 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10726 XEmacs.
10727
10728 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10729 (ediff-merge-region-is-non-clash)
10730 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10731 Also check if the job is really a merge job.
10732
10733 * ediff.el (ediff-current-file): New function.
10734
10735 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10736
10737 * progmodes/js.el: Edit docstrings throughout to follow Emacs
10738 conventions.
10739 (js-insert-and-indent): Delete function.
10740 (js-mode-map): Don't bind keys to js-insert-and-indent.
10741 (js-beginning-of-defun): Rename from js--beginning-of-defun.
10742 (js-end-of-defun): Rename from js--end-of-defun.
10743 (js-auto-indent-flag): Delete variable.
10744
10745 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
10746
10747 * progmodes/js.el: Remove proclaim statement.
10748 Defvar which-func-imenu-joiner-function to silence compiler.
10749
10750 * files.el (auto-mode-alist): Use js-mode for .js files.
10751
10752 * progmodes/js2-mode.el: Remove file.
10753
10754 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10755
10756 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10757
10758 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10759
10760 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
10761 Karl Landstrom <karl.landstrom@brgeight.se>
10762
10763 * progmodes/js.el: New file.
10764
10765 2009-08-14 Mark A. Hershberger <mah@everybody.org>
10766
10767 * timezone.el (timezone-parse-date): Add ability to understand ISO
10768 basic format (minimal separators) dates in addition to the
10769 already-supported extended format dates.
10770
10771 2009-08-14 Eli Zaretskii <eliz@gnu.org>
10772
10773 * international/ucs-normalize.el: Add a `coding' file variable.
10774
10775 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10776
10777 2009-08-14 Sam Steingold <sds@gnu.org>
10778
10779 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10780
10781 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
10782
10783 * faces.el (help-argument-name): Define it here instead of
10784 help-fns.el, because in daemon mode help-fns.el may be loaded when
10785 faces are still uninitialized (Bug#1078).
10786
10787 * help-fns.el (help-argument-name): Move defface to faces.el.
10788
10789 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
10790
10791 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10792 create buffer with a pty but no process so that GDB can make the
10793 inferior the controlling process.
10794
10795 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
10796
10797 * international/ucs-normalize.el: New file.
10798
10799 2009-08-13 Richard Stallman <rms@gnu.org>
10800
10801 * mail/rmail.el (rmail-get-attr-names):
10802 Accept an attribute header that is too short.
10803
10804 * mail/rmail.el (rmail-forget-messages):
10805 Ignore nil elt in rmail-message-vector. Use dotimes.
10806
10807 * progmodes/compile.el (compilation-goto-locus):
10808 Use next-error-move-function.
10809
10810 * simple.el (next-error-move-function): New variable.
10811
10812 2009-08-12 Juri Linkov <juri@jurta.org>
10813
10814 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10815 always non-nil. (Bug#4052)
10816
10817 * replace.el (read-regexp): Return empty string when
10818 `default-value' is nil.
10819 (keep-lines-read-args): Don't use empty string as the
10820 default value for `read-regexp'. (Bug#2495)
10821
10822 2009-08-12 Juri Linkov <juri@jurta.org>
10823
10824 * international/mule-cmds.el (ucs-insert): Change arguments
10825 from `arg' to `character', `count', `inherit' to be the same
10826 as in `insert-char'. Doc fix. (Bug#4039)
10827
10828 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10829
10830 2009-08-12 Juri Linkov <juri@jurta.org>
10831
10832 * files-x.el: New file.
10833
10834 * files.el: Move code that deals with adding/deleting
10835 file/directory-local variables to files-x.el.
10836
10837 * Makefile.in (ELCFILES): Add files-x.elc.
10838
10839 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
10840
10841 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10842 to use `goto-line'.
10843 (gdb-place-breakpoints, gdb-get-location): Rewritten without
10844 `goto-line'.
10845 (gdb-invalidate-disassembly): Do not refresh upon receiving
10846 'update signal. Instead, update all disassembly buffers only after
10847 threads list.
10848 (gdb): Send -target-detach when buffer is killed (Bug#3794).
10849 (gdb-starting): Move -data-list-register-names...
10850 (gdb-stopped): ...here so it's sent when first thread stops.
10851 (gdb-registers-handler-custom): Do nothing if register names are
10852 unknown yet.
10853
10854 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10855 from `gdb-mi.el' to avoid extra tangling.
10856
10857 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
10858 change which breaks `gud-def' definitions used in `gdb'.
10859 (gdb-update-gud-running): No extra fuss for updating frame number.
10860
10861 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10862
10863 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10864 (describe-language-environment-map, setup-language-environment-map)
10865 (set-coding-system-map): Move initialization into declaration.
10866 (set-language-info-alist): Last arg to define-key-after can be skipped.
10867
10868 * international/quail.el (quail-completion-1): Simplify.
10869 (quail-define-rules): Use slightly more compact code.
10870 (quail-insert-decode-map): Propertize keys, compact columns.
10871
10872 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10873 Add goto-line.
10874
10875 2009-08-10 Miles Bader <miles@gnu.org>
10876
10877 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10878 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10879 (js2-instance-member, js2-private-member, js2-private-function-call)
10880 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10881 (js2-magic-paren, js2-external-variable):
10882 Remove "-face" suffix from face names.
10883 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10884 (js2-highlight-undeclared-vars, js2-peek-token)
10885 (js2-parse-function-params, js2-mode-show-errors)
10886 (js2-mode-show-warnings, js2-make-magic-delimiter)
10887 (js2-mode-highlight-magic-parens): Update to use new face names.
10888
10889 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
10890
10891 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10892 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
10893
10894 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
10895
10896 * subr.el: Provide hashtable-print-readable.
10897
10898 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10899 hs-c-like-adjust-block-beginning.
10900 (hs-hide-block-at-point): Stop hiding at the beginning of
10901 hs-block-end-regexp (Bug#700).
10902
10903 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
10904
10905 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10906 a macro.
10907 (gdb-registers-handler-custom): Do not fail when register names
10908 are unavailable.
10909
10910 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10911
10912 * progmodes/gdb-mi.el (gdb-control-all-threads)
10913 (gdb-control-current-thread): Interactive setters for
10914 `gdb-gud-control-all-threads' to use in menu.
10915 (gdb-show-run-p): Show «Go» when process is not active.
10916 (gud-tool-bar-map): Add non-stop/A,T indicator.
10917 Uses gud/thread.xpm and gud/all.xpm.
10918
10919 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
10920
10921 * net/net-utils.el (net-utils-font-lock-keywords): New var.
10922 (nslookup-font-lock-keywords): Make it a variable.
10923 (net-utils-mode): New mode for viewing diagnostic network output.
10924 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10925 (net-utils-run-simple): New function.
10926 (ifconfig, iwconfig, netstat, arp, route): Use it.
10927
10928 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10929
10930 * progmodes/gdb-mi.el (gdb-read-memory-custom)
10931 (gdb-memory-set-address, def-gdb-set-positive-number)
10932 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10933 after changing settings.
10934 (gdb-invalidate-disassembly): Update when first shown.
10935 (gdb-edit-locals-value): Fixed.
10936 (gdb-registers-handler-custom): Print registers in right order and
10937 allow changing register values (only for current thread yet).
10938 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10939 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10940 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10941 (gdb-locals-handler-custom, gdb-registers-handler-custom):
10942 Thread info in mode name.
10943 (gdb-registers-mode-map): TAB to switch to locals.
10944
10945 2009-08-08 Eli Zaretskii <eliz@gnu.org>
10946
10947 * mail/rmail.el (rmail-add-mbox-headers)
10948 (rmail-set-message-counters-counter): Search for
10949 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
10950
10951 2009-08-08 Glenn Morris <rgm@gnu.org>
10952
10953 * Makefile.in (ELCFILES): Update.
10954
10955 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10956
10957 * mail/sendmail.el (mail-yank-original):
10958 Set buffer-file-coding-system from the one used by the message whose
10959 text is yanked.
10960
10961 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10962 to "windows" when "pgnuplot" is used.
10963 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
10964 Don't call accept-process-output if "pgnuplot" is used.
10965 (calc-graph-init): Don't send -display and -geometry to
10966 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
10967 running "pgnuplot -V" with shell-command-to-string.
10968
10969 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10970 the default.
10971
10972 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10973
10974 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
10975 org/org-latex.elc.
10976
10977 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10978
10979 * vc-dispatcher.el (vc-resynch-window): Update comment.
10980
10981 * term.el (term-handle-ansi-escape): Add comments with the
10982 terminfo capabilities implemented.
10983
10984 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
10985
10986 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10987 (gdb-var-create-handler): Rewritten using JSON parser.
10988 (gdb-propertize-header): Move earlier.
10989 (gdb-set-header): Remove to avoid duplication.
10990 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10991 Refresh disassembly buffers only after threads list have been
10992 update.
10993 (gdb-threads-header, gdb-registers-header): Per-buffer header line
10994 variables.
10995
10996 2009-08-04 Juri Linkov <juri@jurta.org>
10997
10998 * files.el: Commands to add/delete file/directory-local variables.
10999 (read-file-local-variable, read-file-local-variable-value)
11000 (read-file-local-variable-mode, modify-file-local-variable)
11001 (modify-file-local-variable-prop-line)
11002 (modify-dir-local-variable): New functions.
11003 (add-file-local-variable, delete-file-local-variable)
11004 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
11005 (add-dir-local-variable, delete-dir-local-variable)
11006 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
11007 (copy-dir-locals-to-file-locals-prop-line): New commands.
11008
11009 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
11010
11011 * abbrev.el (insert-abbrev-table-description): Prettify output.
11012 Suggested by Karl Chen.
11013
11014 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
11015
11016 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
11017 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
11018 (gdb-overlay-arrow-position, gdb-thread-position)
11019 (gdb-disassembly-position): Declare variables.
11020 (gdb-wait-for-pending): Function now.
11021 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
11022 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
11023 compilation goes smoothly.
11024 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
11025 (gdb-non-stop-setting): New customization setting which replaces
11026 `gdb-non-stop' so changing it doesn't break active GDB session.
11027 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
11028 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
11029 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
11030 (gdb-show-threads-by-default): New customization options.
11031 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
11032 routines.
11033 (gdb-get-buffer-create): Send buffers update signal when they are
11034 created.
11035 (gdb-invalidate-locals, gdb-invalidate-registers)
11036 (gdb-invalidate-breakpoints)
11037 (gdb-invalidate-threads, gdb-invalidate-disassembly)
11038 (gdb-invalidate-memory): Accept update signal.
11039 (gdb-current-context-command): Use --frame option.
11040 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
11041 Implement `gdb-frame-number' selection logic.
11042 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
11043 whether to show GUD toolbar buttons.
11044 (gdb-thread-exited): Unselect current thread when it exits.
11045 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
11046 (gdb-mark-line): Routine which sets overlay arrow or inverses
11047 video on fringeless displays.
11048 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
11049 to build aligned columns of data in GDB buffers and set text
11050 properties line-by-line.
11051 (gdb-invalidate-breakpoints)
11052 (gdb-breakpoints-list-handler-custom)
11053 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
11054 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
11055 (gdb-registers-handler-custom): Align data columns.
11056 (gdb-locals-handler-custom): Now prints data like in variable
11057 declarations.
11058 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
11059 Remove confusing buttons.
11060 (gdb-invalidate-threads): Append --frame.
11061 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
11062 between breakpoints/threads buffers.
11063 (gdb-set-window-buffer): Now can ignore dedicated windows.
11064 (gdb-propertize-header): Use `gdb-set-window-buffer'.
11065 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
11066 (def-gdb-thread-buffer-gud-command): Replaces
11067 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
11068 for fine thread control.
11069 (gdb-preempt-existing-or-display-buffer): New function used to
11070 display bound buffers without breaking window layout.
11071 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
11072 (gdb-select-frame): New version of `gdb-frames-select' which now
11073 sets `gdb-frame-number' so commands may use --frame option instead
11074 of inner debugger state.
11075 (gdb-frame-handler): Do not set `gdb-frame-number'.
11076 (gdb-threads-mode-map): Select threads with mouse.
11077
11078 * progmodes/gud.el (gdb-gud-context-call): Declare function to
11079 avoid compilation warning.
11080 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
11081 `gdb-show-stop-p`.
11082
11083 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
11084 Argument `key' renamed to `buffer-type'.
11085 (gdb-current-context-buffer-name): Do not add thread info to
11086 buffer name when no thread is selected.
11087 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
11088 command (bug 3794).
11089 (gdb-thread-selected): Handle `=thread-selected' notification.
11090 (gdb-wait-for-pending): New macro to deal with congestion problems.
11091 (gdb-breakpoints-list-handler-custom): Don't fail on pending
11092 breakpoints.
11093 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
11094 This fixes problem similar to one described in bug 3947.
11095 (gud-menu-map): More menu items.
11096 (gdb-init-1): Reset `gdb-thread-number' to nil.
11097
11098 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
11099 non-stop settings.
11100
11101 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
11102 (gdb-current-context-command): Do not append --thread if
11103 `gdb-thread-number' is nil.
11104 (gdb-running-threads-count, gdb-stopped-threads-count):
11105 New variables.
11106 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
11107 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
11108 New customization options.
11109 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
11110 GUD commands.
11111 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
11112 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
11113 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
11114 set `gdb-thread-number' and update `gud-running' properly.
11115 (gdb-running): Update threads list when new threads appear.
11116 (gdb-stopped): Support non-stop operation and new thread switching
11117 logic.
11118 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
11119 (gdb-json-partial-output): New set of JSON routines.
11120 (def-gdb-auto-update-trigger): New `signal-list' optional
11121 argument.
11122 (gdb-thread-list-handler-custom): Update `gud-running',
11123 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
11124 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
11125 (gdb-continue-thread, gdb-step-thread): New commands for fine
11126 thread execution control.
11127 (gud-menu-map): New menu items to switch non-stop options.
11128 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
11129 (gdb-send): Mimic RET properly (bug 3794).
11130
11131 * progmodes/gdb-mi.el (gdb-rules-name-maker)
11132 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
11133 gdb-buffer-rules.
11134 (def-gdb-auto-update-handler): New nopreserve optional argument.
11135 (gdb-stack-list-frames-custom): Print stack from top to bottom.
11136
11137 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
11138 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
11139 (gdb-parent-mode): New mode to derive other GDB modes from.
11140 (gdb-display-disassembly-for-thread)
11141 (gdb-frame-disassembly-for-thread): New commands for threads
11142 buffer.
11143
11144 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
11145 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
11146 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
11147 (gdb-update): We now store all GDB buffers in a list so that they
11148 can be updated by traversing a list instead of calling invalidate
11149 triggers explicitly.
11150 (def-gdb-trigger-and-handler): New macro to define trigger-handler
11151 pair for GDB buffer.
11152 (gdb-stack-buffer-name): Add thread information.
11153 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
11154 handle pending triggers.
11155 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
11156 (def-gdb-thread-buffer-simple-command)
11157 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
11158 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
11159 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
11160 New commands which show buffers bound to thread.
11161 (gdb-stack-list-locals-regexp): Remove unused regexp.
11162
11163 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
11164 (gdb-locals-buffer-name, gdb-registers-buffer-name)
11165 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
11166 to (gud-comint-buffer) in *-buffer-name functions
11167 because (gdb-get-target-string) already does that.
11168 (gdb-locals-handler-custom, gdb-registers-handler-custom)
11169 (gdb-changed-registers-handler): Rewritten without regexps.
11170
11171 * progmodes/gdb-mi.el: Basic thread selection support.
11172 (gdb-thread-number): New variable.
11173 (gdb-current-context-command): New macro which adds --thread
11174 option to command.
11175 (gdb-threads-mode-map): Select thread with SPC.
11176 (gdb-thread-list-handler-custom): Mark current thread with overlay
11177 arrow. Synchronize GDB thread and Emacs thread.
11178 (gdb-select-thread): New command which selects current thread.
11179 (gdb-invalidate-frames, gdb-invalidate-locals)
11180 (gdb-invalidate-registers): Use --thread option.
11181
11182 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
11183
11184 * net/tramp.el (top): Make check for tramp-gvfs loading more
11185 robust. (Bug#3977)
11186 (tramp-handle-insert-file-contents): `unwind-protect' must be
11187 inside `with-parsed-tramp-file-name'.
11188
11189 * net/tramp-gvfs.el (top): Remove superfluous message when loading
11190 fails.
11191
11192 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
11193
11194 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
11195 directory if CLASSPATH is not set.
11196
11197 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
11198
11199 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
11200 New defconst.
11201 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
11202
11203 2009-08-02 Kevin Ryde <user42@zip.com.au>
11204
11205 * net/newst-backend.el (newsticker--raw-url-list-defaults):
11206 Update freshmeat link. Delete newsforge.com as it seems gone.
11207
11208 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
11209
11210 * select.el (x-set-selection): Doc fix (Bug#4021).
11211
11212 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
11213
11214 * help-fns.el (describe-variable): Treat list return values from
11215 dir-locals-find-file properly (Bug#4005).
11216
11217 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
11218
11219 * net/tramp.el (tramp-debug-message): Print also microseconds.
11220
11221 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
11222
11223 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
11224 or END is non-nil.
11225 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
11226 (tramp-get-debug-buffer): Change `outline-regexp' according to new
11227 format.
11228
11229 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
11230 (tramp-get-file-property): Use it.
11231
11232 * autorevert.el (auto-revert-handler):
11233 Allow `auto-revert-tail-mode' for remote files.
11234
11235 2009-08-02 Jason Rumney <jasonr@gnu.org>
11236
11237 * minibuffer.el (read-file-name): Treat confirm options to
11238 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
11239
11240 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
11241
11242 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
11243 (font-lock-variable-name-face, font-lock-constant-face):
11244 Darken the colors for light backgrounds.
11245
11246 2009-08-01 Eli Zaretskii <eliz@gnu.org>
11247
11248 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
11249 month names. (Bug#3987)
11250
11251 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
11252
11253 * simple.el (line-move-finish): Pass whole number to
11254 line-move-to-column.
11255 (line-move-visual): Perform hscroll to the recorded position.
11256
11257 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
11258
11259 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
11260
11261 2009-07-29 Alan Mackenzie <acm@muc.de>
11262
11263 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
11264
11265 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
11266
11267 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
11268 (gdb-place-breakpoints): Use full path when setting breakpoints.
11269
11270 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
11271
11272 * calc/calc.el (calc-mode-map): Add keybinding for
11273 `calc-transpose-lines'.
11274
11275 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
11276
11277 * calc/calc-misc.el (calc-transpose-lines): New function.
11278
11279 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
11280
11281 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
11282 Simplify check for out-of-band methods.
11283 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
11284 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
11285
11286 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
11287
11288 * vc-git.el (vc-git-checkin): Fix typo.
11289
11290 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
11291
11292 * progmodes/js2-mode.el: New file.
11293
11294 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
11295
11296 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
11297 (gud-menu-map): Adjust tooltip accordingly.
11298
11299 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11300
11301 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
11302 (vc-bzr-log-view-mode): Adjust log-view-file-re.
11303
11304 * add-log.el (change-log-mode-map): Add a menu.
11305
11306 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
11307
11308 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
11309 function returns nil.
11310 (dbus-handle-event): Handle special return value :ignore.
11311 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
11312
11313 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
11314
11315 * view.el (view-mode-enable): Don't define Helper-return-blurb if
11316 it's not needed.
11317
11318 2009-07-25 Eli Zaretskii <eliz@gnu.org>
11319
11320 Fix Bug#3888:
11321
11322 * w32-vars.el (x-select-enable-clipboard): Doc fix.
11323
11324 * term/pc-win.el (x-display-name, x-colors)
11325 (x-select-enable-clipboard, x-select-text): Doc fix.
11326
11327 * term/common-win.el (x-display-name, x-colors): Doc fix.
11328
11329 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
11330 (xw-defined-colors): Doc fix.
11331
11332 * w32-fns.el (x-select-text, x-setup-function-keys)
11333 (x-get-selection, x-set-selection): Doc fix.
11334
11335 * term/x-win.el (x-select-text, x-setup-function-keys)
11336 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
11337
11338 * select.el (x-set-selection): Doc fix.
11339
11340 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
11341
11342 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
11343 instead of "IsNSSSupportAvailable". Avahi ought to work also when
11344 "IsNSSSupportAvailable" method is not available.
11345 Reported by Steve Youngs <steve@sxemacs.org>.
11346
11347 2009-07-24 Kenichi Handa <handa@m17n.org>
11348
11349 * international/characters.el: Fix setting of category ?C, ?|, ?K,
11350 and ?H. Fix setting of case for Latin Extended and Greek Extended.
11351 (build-unicode-category-table): Fix range checks.
11352
11353 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
11354
11355 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
11356 the buffer we try to sync is current when calling
11357 vc-resynch-buffer.
11358
11359 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
11360 not show up to date files.
11361
11362 2009-07-24 Glenn Morris <rgm@gnu.org>
11363
11364 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
11365 Add autoload cookies. If necessary, initialize.
11366 (elint-log): Handle non-file buffers.
11367 (elint-initialize): Add optional argument to reinitialize.
11368 (elint-find-builtin-variables): Save excursion.
11369
11370 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
11371
11372 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11373 for Lint.
11374
11375 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11376
11377 * vc.el (vc-print-log-internal): New function, split out from ...
11378 (vc-print-log): ... here.
11379 (vc-dir-move-to-goal-column): Declare.
11380
11381 * vc-git.el (vc-git-add-signoff): New variable.
11382 (vc-git-checkin): Use it.
11383 (vc-git-toggle-signoff): New function.
11384 (vc-git-extra-menu-map): Bind it to menu.
11385 (vc-git--run-command-string): Accept a nil FILE argument.
11386 (vc-git-stash-list): New function.
11387 (vc-git-dir-extra-headers): Use it.
11388
11389 2009-07-23 Glenn Morris <rgm@gnu.org>
11390
11391 * help-fns.el (describe-variable): Describe ignored and risky local
11392 variables in a similar way to that in which we describe safe ones.
11393
11394 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
11395 (byte-compile-output-file-form, byte-compile-output-docform)
11396 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
11397 Give some more local variables with common names a "bytecomp-" prefix,
11398 so as not to shadow things during compilation.
11399 * emacs-lisp/cl-macs.el (load-time-value)
11400 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
11401 `outbuffer' to `bytecomp-outbuffer'.
11402
11403 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
11404 since the next two variables cover them automatically now.
11405 (elint-builtin-variables, elint-autoloaded-variables): New.
11406 (elint-unknown-builtin-args): Remove all members, since they can be
11407 parsed automatically now.
11408 (elint-extra-errors): New.
11409 (elint-env-add-env, elint-env-add-macro): Use cadr.
11410 (elint-current-buffer): Use or. Change final message.
11411 (elint-get-top-forms): Use line-end-position.
11412 (elint-init-env): Use cadr. Handle autoload, declare-function,
11413 and defalias.
11414 (elint-add-required-env): Doc fix. Use or. Standardize error.
11415 (regexp-assoc): Remove unused function.
11416 (elint-top-form): Set elint-current-pos, to record the start of the
11417 top-level form, for compilation-mode.
11418 (elint-form): Trap errors in macro expansion. Use dolist.
11419 (elint-unbound-variable): Use elint-builtin-variables and
11420 elint-autoloaded-variables.
11421 (elint-get-args): Use cadr, or.
11422 (elint-check-cond-form): Use dolist, cadr.
11423 (elint-check-condition-case-form): Doc fix. Use cadr.
11424 Use elint-extra-errors.
11425 (elint-log): New function.
11426 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
11427 Distinguish errors and warnings.
11428 (elint-log-message): Use with-current-buffer. Inhibit read-only.
11429 Use a bytecomp-style format.
11430 (elint-clear-log): Preserve default-directory. Inhibit read-only.
11431 (elint-get-log-buffer): Use compilation mode. Disable undo.
11432 Don't truncate lines.
11433 (elint-initialize): Set builtin and autoloaded variable lists.
11434 Only process elint-unknown-builtin-args if non-nil.
11435 (elint-find-builtin-variables, elint-find-autoloaded-variables):
11436 New functions.
11437 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
11438
11439 2009-07-22 Kevin Ryde <user42@zip.com.au>
11440
11441 * net/newst-backend.el (newsticker--parse-atom-1.0)
11442 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11443 (newsticker--parse-rss-1.0):
11444 * progmodes/idlwave.el (idlwave-mode):
11445 * progmodes/idlw-shell.el (idlwave-shell-mode):
11446 * progmodes/vera-mode.el (vera-mode):
11447 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
11448 * progmodes/vhdl-mode.el (vhdl-mode):
11449 * textmodes/table.el (table-generate-source)
11450 (table--warn-incompatibility):
11451 Hyperlink urls in docstrings with URL `...'.
11452
11453 2009-07-22 Glenn Morris <rgm@gnu.org>
11454
11455 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
11456 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
11457 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
11458 Remove leading * from defcustom docs.
11459
11460 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
11461
11462 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
11463 defcustom doc.
11464 (list-load-path-shadows): Optionally, just return shadows as a string.
11465
11466 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
11467
11468 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
11469
11470 * mail/rmailedit.el (rmail-edit-mode):
11471 Use auto-save-include-big-deletions.
11472
11473 * mail/rmail.el (rmail-variables):
11474 Use auto-save-include-big-deletions.
11475
11476 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
11477 changes.
11478
11479 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
11480
11481 * calc/calc.el (calc-undo-length): New variable.
11482 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11483
11484 2009-07-21 Richard Stallman <rms@gnu.org>
11485
11486 * files.el (auto-save-mode): Handle buffer-save-size = -2
11487 for toggling mode.
11488
11489 2009-07-21 Glenn Morris <rgm@gnu.org>
11490
11491 * textmodes/ispell.el (ispell-looking-back): Update declaration.
11492
11493 * calendar/todo-mode.el (calendar-current-date): Update declaration.
11494
11495 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11496 silence compiler. Instead...
11497 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11498 (ps-print-ensure-fontified): Update for above function name changes.
11499
11500 * printing.el (pr-mh-get-msg-num, pr-mh-show)
11501 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11502 silence compiler. Instead...
11503 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11504 (mh-show-buffer): Only define for compiler.
11505 (pr-mh-current-message): Update for above function name changes.
11506
11507 * files.el (abort-if-file-too-large): Explicitly pass `filename'
11508 as an argument.
11509 (find-file-noselect, insert-file-1): Update for above change.
11510
11511 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11512
11513 * mail/mailclient.el (mailclient-send-it): Fix message.
11514
11515 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11516 (edebug-eval): Check cl-debug-env is bound.
11517 (print-level, print-circle): Don't redefine built-in variables.
11518
11519 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11520 (custom-print-vectors): Remove old comments from doc.
11521
11522 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11523 (emerge-version): Make the variable an obsolete alias for the
11524 emacs-version variable. Make the function obsolete.
11525 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11526 Emerge options, rather than merging in into the main Options menu.
11527 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
11528 and auto advance modes. Disable edit/fast items when not relevant.
11529
11530 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11531
11532 * term/vt420.el (terminal-init-vt420): Fix typo.
11533
11534 2009-07-20 Sam Steingold <sds@gnu.org>
11535
11536 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11537 variable (removed from compile.el on 2004-03-11).
11538
11539 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
11540
11541 * files.el (hack-local-variables-filter): Fix last change.
11542
11543 2009-07-19 Juri Linkov <juri@jurta.org>
11544
11545 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11546 (dir-local-variables-alist): New buffer-local variable.
11547 (hack-local-variables-filter): If variable is not dir-local,
11548 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11549 because file-local overrides dir-local.
11550 (c-postprocess-file-styles) <declare-function>:
11551 Remove obsolete declaration.
11552 (hack-dir-local-variables): Add dir-local variable/value pair to
11553 `dir-local-variables-alist' and remove duplicates. Doc fix.
11554
11555 * help-fns.el (describe-variable): Add information about
11556 file-local and dir-local variables.
11557
11558 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
11559
11560 * files.el (hack-local-variables-filter): Rewrite.
11561
11562 2009-07-19 Glenn Morris <rgm@gnu.org>
11563
11564 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11565 Silence compiler by only defining on XEmacs.
11566
11567 * international/mule.el (auto-coding-regexp-alist): Only match
11568 BABYL... at the start of buffer, not of lines. (Bug#3790)
11569
11570 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11571 non-calendar buffers (Bug#3862). Restore "not on a date" message.
11572 (cal-menu-context-mouse-menu): Doc fix.
11573
11574 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11575
11576 * simple.el (mail-user-agent): Doc fix. Set :version tag.
11577
11578 2009-07-18 Juri Linkov <juri@jurta.org>
11579
11580 * info.el: Virtual Info keyword finder.
11581 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11582 (Info-finder-file): New variable.
11583 (Info-finder-find-file): New function.
11584 (finder-known-keywords, finder-package-info)
11585 (find-library-name, lm-commentary): Use defvar and
11586 declare-function to silence compiler warnings.
11587 (Info-finder-find-node): New function.
11588 (info-finder): New command.
11589
11590 * subr.el (process-kill-buffer-query-function): New function.
11591 (add-hook)<kill-buffer-query-functions>: Add hook
11592 `process-kill-buffer-query-function'.
11593
11594 2009-07-18 Alan Mackenzie <acm@muc.de>
11595
11596 * progmodes/cc-mode.el (c-before-hack-hook)
11597 (c-postprocess-file-styles): Give invocation of `c-set-style'
11598 DONT-OVERRIDE parameter of t. Already set style variables will
11599 thus not be overridden by style settings given by `c-file-syle'.
11600
11601 * files.el (hack-local-variables-filter): Remove entries with
11602 duplicate keys from `file-local-variables-alist'.
11603
11604 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11605
11606 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11607 x-set-selection if display-selections-p returns nil for the
11608 current frame.
11609
11610 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
11611
11612 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11613
11614 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11615
11616 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11617 Accept nil in addition to a regexp.
11618 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11619 Accept nil in addition to a regexp.
11620 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11621 buffers that have an associated file. Handle nil values of
11622 desktop-buffers-not-to-save and desktop-files-not-to-save.
11623 (Bug#3833)
11624
11625 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11626 (x-disown-selection-internal): New functions.
11627
11628 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
11629
11630 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11631 warning.
11632 (gdb-breakpoints-header): Move forward to avoid compiler warning.
11633 (gdb-make-header-line-mouse-map): Remove duplicate definition.
11634
11635 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
11636
11637 * simple.el (set-mark): Revert last change.
11638
11639 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
11640
11641 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11642 rendering of pngs is not possible instead of messaging a long
11643 description.
11644
11645 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
11646
11647 * w32-fns.el (x-selection-owner-p): New function.
11648
11649 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11650 (mouse-yank-at-click, mouse-yank-primary):
11651 If select-active-regions is non-nil, deactivate the mark before
11652 insertion.
11653
11654 * simple.el (deactivate-mark, set-mark): Only save selection if we
11655 own it.
11656
11657 2009-07-17 Kenichi Handa <handa@m17n.org>
11658
11659 * case-table.el (describe-buffer-case-table): Fix for the case
11660 that KEY is a cons.
11661
11662 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11663
11664 * vc-rcs.el (vc-rcs-find-file-hook):
11665 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11666
11667 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
11668
11669 * net/tramp.el (tramp-wait-for-output): Handle the case when
11670 commands do not return a newline but a null byte before the shell
11671 prompt. (Bug#3858)
11672
11673 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11674
11675 * term/ns-win.el (ns-set-alpha): Don't declare.
11676 (ns-set-background-alpha): Remove function.
11677
11678 2009-07-16 Kevin Ryde <user42@zip.com.au>
11679
11680 * emacs-lisp/copyright.el (copyright-update): Save match-data across
11681 y-or-n-p, for safety.
11682
11683 2009-07-16 Richard Stallman <rms@gnu.org>
11684
11685 * files.el (auto-save-mode): If buffer-saved-size is -2,
11686 don't clobber it.
11687
11688 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11689 (rmail-retry-ignored-headers): Add more uninteresting fields.
11690
11691 2009-07-15 Jari Aalto <jari.aalto@cante.net>
11692
11693 * net/rcirc.el (rcirc): Use history variables.
11694 (rcirc-server-name-history, rcirc-nick-name-history)
11695 (rcirc-server-port-history): New variables.
11696
11697 2009-07-15 Kenichi Handa <handa@m17n.org>
11698
11699 * international/mule-cmds.el (set-language-environment-charset):
11700 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11701 ignore them.
11702
11703 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11704 Delete unibyte-display.
11705
11706 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11707
11708 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11709
11710 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11711
11712 * simple.el (deactivate-mark): Optional argument FORCE.
11713 (set-mark): Use deactivate-mark.
11714
11715 * info.el (Info-search): No need to check transient-mark-mode
11716 before calling deactivate-mark.
11717
11718 * select.el (x-set-selection): Doc fix.
11719 (x-valid-simple-selection-p): Allow buffer values.
11720 (xselect--selection-bounds): Handle buffer values.
11721 Suggested by David De La Harpe Golden.
11722
11723 * mouse.el (mouse-set-region, mouse-drag-track):
11724 Call copy-region-as-kill before setting the mark, to let
11725 select-active-regions work.
11726
11727 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
11728
11729 * simple.el (deactivate-mark): If select-active-regions is
11730 non-nil, copy the selection data into a string.
11731 (activate-mark): If select-active-regions is non-nil, set the
11732 selection to the current buffer.
11733 (set-mark): Update selection if select-active-regions is non-nil.
11734
11735 * select.el (x-valid-simple-selection-p): Allow buffer values.
11736
11737 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
11738
11739 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11740 and more featureful message-mode.
11741
11742 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
11743
11744 * select.el (x-set-selection): Doc fix.
11745 (x-valid-simple-selection-p): Disallow selection data consisting
11746 of a list or cons of integers, since that is not used.
11747 (xselect--selection-bounds, xselect--int-to-cons): New functions.
11748 (xselect-convert-to-string, xselect-convert-to-length)
11749 (xselect-convert-to-filename, xselect-convert-to-charpos)
11750 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11751
11752 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
11753
11754 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11755 output in -break-info command (Emacs bug #3794).
11756
11757 2009-07-14 Glenn Morris <rgm@gnu.org>
11758
11759 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11760 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11761 (edebug-print-length, edebug-print-level, edebug-print-circle)
11762 (edebug-sit-for-seconds, edebug-view-outside)
11763 (edebug-bounce-point, edebug-set-global-break-condition)
11764 (edebug-Go-nonstop-mode, edebug-trace-mode)
11765 (edebug-Trace-fast-mode, edebug-continue-mode)
11766 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11767 (edebug-visit-eval-list): Doc fixes.
11768
11769 * subr.el (def-edebug-spec): Doc fix.
11770
11771 2009-07-14 Kenichi Handa <handa@m17n.org>
11772
11773 * international/characters.el: Fix setting of category ?C.
11774
11775 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
11776
11777 * term/ns-win.el (x-select-font): defalias x-select-font to
11778 ns-popup-font-panel instead of generate-fontset-menu.
11779
11780 2009-07-12 Eli Zaretskii <eliz@gnu.org>
11781
11782 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
11783
11784 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
11785
11786 * arc-mode.el (archive-find-type): Allow for a PK00 string before
11787 the PK\003\004 header (Bug#3770).
11788
11789 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
11790
11791 * pcomplete.el (pcomplete-comint-setup): Check for
11792 shell-dynamic-complete-filename too.
11793
11794 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
11795
11796 * simple.el (temporary-goal-column): Change the value for
11797 line-move-visual to a cons cell.
11798 (line-move-visual): Record or set the window hscroll, if
11799 necessary (Bug#3494).
11800 (line-move-1): Handle cons value of temporary-goal-column.
11801
11802 2009-07-11 Kenichi Handa <handa@m17n.org>
11803
11804 * international/mule-diag.el (describe-character-set): Don't show
11805 width.
11806
11807 2009-07-10 Sam Steingold <sds@gnu.org>
11808
11809 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11810 Omake sometimes indents the errors it prints, so allow all
11811 regexps to start with spaces.
11812
11813 2009-07-10 Eli Zaretskii <eliz@gnu.org>
11814
11815 * cus-edit.el (customize-changed-options-previous-release):
11816 Bump value to 22.1. (Bug#3804)
11817
11818 2009-07-08 Sam Steingold <sds@gnu.org>
11819
11820 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11821 to be a cons cell (test . ignored-directory) to selectively ignore
11822 some directories depending on the location of the search.
11823
11824 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
11825
11826 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11827 remote user is root, on the local host.
11828 (tramp-local-host-p): Either the local user or the remote user
11829 must be root. (Bug#3771)
11830
11831 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11832
11833 * progmodes/gdb-mi.el (gdb): Remove description of
11834 gdb-use-separate-io-buffer.
11835 (menu): Don't allow toggling of or enable
11836 gdb-use-separate-io-buffer from menubar.
11837
11838 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11839
11840 * mail/unrmail.el (unrmail): Make sure the message ends with two
11841 newlines (Bug#3769).
11842
11843 2009-07-08 Glenn Morris <rgm@gnu.org>
11844
11845 * calendar/calendar.el (calendar-current-date): Rework previous change.
11846
11847 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
11848
11849 * calendar/calendar.el (calendar-current-date):
11850 Add an optional argument giving an offset from today.
11851
11852 2009-07-08 Glenn Morris <rgm@gnu.org>
11853
11854 * tutorial.el (tutorial--describe-nonstandard-key):
11855 Adjust the message for when a key has been unbound.
11856 (help-with-tutorial): Hide the arch-tag.
11857
11858 2009-07-08 Kenichi Handa <handa@m17n.org>
11859
11860 * international/fontset.el (setup-default-fontset): For each
11861 script, append (not set) font-specs.
11862
11863 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11864 docstring.
11865
11866 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11867
11868 * progmodes/gdb-mi.el (gdb-init-1): Move sending
11869 -data-list-register-names to ...
11870 (gdb-starting): ... here because GDB 7.0 requires execution to
11871 have started when using this MI command.
11872 (gdb-set-header): New function to distinguish select and
11873 unselected tabs in gdb buffers.
11874 (gdb-propertize-header): New macro that uses gdb-set-header.
11875 (gdb-breakpoints-header, gdb-locals-header): Use it.
11876 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
11877
11878 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
11879
11880 * Makefile.in (ELCFILES): Remove fadr.elc.
11881
11882 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
11883
11884 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11885 may contain frame information, so `string-match' should be used.
11886 (gdb-update): Disassembly is invalidated through
11887 `gdb-get-selected-frame'.
11888 (gdb-pad-string): New function to pad string with spaces.
11889 (gdb-invalidate-disassembly): Invalidate only if the buffer
11890 exists.
11891 (gdb-disassembly-handler-custom): Column alignment.
11892 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11893 placing new ones.
11894 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11895 end of line, too.
11896 (gdb-frame-handler): Match convention to for disassembly buffer
11897 mode name.
11898 (gdb-stack-list-frames-handler): Rewritten without regexps.
11899 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11900 not highlight breakpoints without line information.
11901 (gdb-input): Add trailing newline to command.
11902
11903 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11904 buffer properly.
11905 (gdb-breakpoints-list-handler-custom): Replacement for
11906 `gdb-break-list-handler'. Using real parser instead of regexps
11907 now.
11908 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11909 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11910 to place breakpoints.
11911 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11912 functions.
11913 (gdb-disassembly-handler-custom): Show overlay arrow.
11914 (gdb-disassembly-place-breakpoints): Show breakpoints in
11915 disassembly buffer.
11916 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11917 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
11918 instead of parsing breakpoints buffer. Fixed old menu references
11919 in `gud-menu-map'.
11920
11921 * fadr.el: Remove.
11922
11923 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
11924 (gdb-memory-address): New variable which holds top address of
11925 memory page shown in memory buffer.
11926 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
11927 New customization variables.
11928 New functions:
11929 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11930 display the memory buffer.
11931 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11932 buffer display parameters.
11933 (def-gdb-memory-format, gdb-memory-format-binary)
11934 (gdb-memory-format-octal, gdb-memory-format-unsigned)
11935 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11936 Functions for setting memory buffer format.
11937 (gdb-memory-unit-word, gdb-memory-unit-halfword)
11938 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11939 unit size used in memory buffer.
11940 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
11941 Switch to next/previous page of memory buffer.
11942 Now using (bindat-get-field) instead of fadr functions.
11943
11944 2009-07-07 Sam Steingold <sds@gnu.org>
11945
11946 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11947 non-top-level files.
11948
11949 2009-07-07 Kenichi Handa <handa@m17n.org>
11950
11951 * international/mule-cmds.el (reset-language-environment):
11952 Put the highset priority to the charset iso-8859-1.
11953
11954 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11955
11956 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11957 to the end of the line when locating the block (Bug#700).
11958
11959 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
11960
11961 * net/tramp.el (tramp-handle-write-region): Flush file properties
11962 in case of short track.
11963
11964 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
11965
11966 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11967 Coded custom representation of verilog error regular expressions
11968 to work with Emacs-22's new format.
11969 (verilog-error-regexp-xemacs-alist): Coded custom representation
11970 of verilog error regular expressions to work with XEmacs format.
11971 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11972 error recognition into XEmacs.
11973 (verilog-error-regexp-add-emacs): Hook routine to install verilog
11974 error recognition into Emacs-22.
11975
11976 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11977
11978 * woman.el: Remove stand-alone closing parentheses.
11979 (woman-file-name, woman2-format-paragraphs)
11980 (woman-leave-blank-lines): Code cleanup.
11981 (woman-use-own-frame): Change default to nil.
11982 (woman-italic, woman-bold, woman-unknown, woman-addition):
11983 Change defaults to inherit from default faces.
11984 (woman2-process-escapes): Consume the newline after a stand-alone
11985 filler character (Bug#3651).
11986
11987 2009-07-06 Glenn Morris <rgm@gnu.org>
11988
11989 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11990 (top-level): Move provide to the end.
11991 (ffap): Remove defunct URL from custom group.
11992
11993 * subr.el (eval-after-load): Doc fix.
11994
11995 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
11996
11997 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11998 `calc-embedded-word' is called twice.
11999
12000 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12001
12002 * files.el (find-alternate-file-other-window, find-alternate-file):
12003 Obey confirm-nonexistent-file-or-buffer.
12004
12005 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
12006
12007 * dired-aux.el (dired-show-file-type): Handle remote files.
12008
12009 2009-07-05 Jari Aalto <jari.aalto@cante.net>
12010
12011 * desktop.el (desktop-globals-to-save):
12012 Add file-name-history (Bug#2750).
12013
12014 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
12015
12016 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
12017
12018 2009-07-04 Johan Bockgård <bojohan@gnu.org>
12019
12020 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
12021 property on entire argument since this is what eshell-lisp-command
12022 expects.
12023
12024 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
12025
12026 * net/tramp-gvfs.el (tramp-gvfs-methods)
12027 (tramp-gvfs-zeroconf-domain)
12028 (tramp-bluez-discover-devices-timeout): Add version flag.
12029 (tramp-gvfs-handler-mounted-unmounted)
12030 (tramp-gvfs-connection-mounted-p): Polish handling of
12031 incompatibilities between GVFS 0.2 and 1.0.
12032
12033 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
12034
12035 * cus-start.el (all): Add make-pointer-invisible.
12036
12037 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
12038
12039 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
12040 formatted correctly.
12041
12042 2009-07-02 Juri Linkov <juri@jurta.org>
12043
12044 * info.el: Virtual Info files and nodes.
12045 (Info-virtual-files, Info-virtual-nodes): New variables.
12046 (Info-current-node-virtual): New variable.
12047 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
12048 New functions.
12049 (Info-file-supports-index-cookies): Use Info-virtual-file-p
12050 to check for a virtual file instead of checking a fixed list
12051 of node names.
12052 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
12053 instead of ad-hoc processing of "dir" and (apropos history toc).
12054 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
12055 instead of ad-hoc processing of "dir" and (apropos history toc).
12056 Reread a file when moving from a virtual node.
12057 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
12058 (Info-directory-toc-nodes, Info-directory-find-file)
12059 (Info-directory-find-node): New functions.
12060 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
12061 (Info-history): Move part of code to
12062 `Info-history-find-node'.
12063 (Info-history-toc-nodes, Info-history-find-file)
12064 (Info-history-find-node): New functions.
12065 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
12066 (Info-toc): Move part of code to `Info-toc-find-node'.
12067 (Info-toc-find-node): New function.
12068 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
12069 the current Info file name to references because now the node
12070 "*TOC*" belongs to the same Info manual.
12071 (Info-toc-build): Rename from `Info-build-toc'.
12072 (Info-toc-nodes): Rename input argument `file' to `filename'.
12073 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
12074 instead of ad-hoc processing of ("dir" apropos history toc).
12075 (Info-index-nodes): Use Info-virtual-file-p
12076 to check for a virtual file instead of checking a fixed list
12077 of node names.
12078 (Info-index-node): Add check for `Info-current-node-virtual'.
12079 Raise `save-match-data' higher up the tree to contain
12080 `search-forward' too (bug fix).
12081 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
12082 (Info-virtual-index-nodes): New variable.
12083 (Info-virtual-index-find-node, Info-virtual-index): New functions.
12084 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
12085 (Info-apropos-file, Info-apropos-nodes): New variables.
12086 (Info-apropos-toc-nodes, Info-apropos-find-file)
12087 (Info-apropos-find-node, Info-apropos-matches): New functions.
12088 (info-apropos): Move part of code to `Info-apropos-find-node' and
12089 `Info-apropos-matches'.
12090 (Info-mode-map): Bind "I" to `Info-virtual-index'.
12091 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
12092 for a virtual file instead of checking a fixed list of node names.
12093
12094 * simple.el (async-shell-command): New command.
12095
12096 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
12097
12098 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
12099 instead of `mount-info'.
12100
12101 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
12102
12103 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
12104 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
12105
12106 2009-07-02 Kenichi Handa <handa@m17n.org>
12107
12108 * international/mule.el (set-keyboard-coding-system): Force *-unix
12109 coding-system to avoid eol conversion.
12110
12111 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
12112
12113 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12114 Add handler for `process-file', `shell-command' and
12115 `start-file-process'.
12116 (tramp-gvfs-handle-shell-command)
12117 (tramp-gvfs-handle-start-file-process)
12118 (tramp-gvfs-handle-process-file): New defuns.
12119 (tramp-synce-list-devices): Simplify check for existence of property.
12120
12121 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
12122
12123 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
12124
12125 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
12126
12127 * language/korean.el (set-language-info-alist): Add korean-cp949,
12128 cp949 to spec.
12129
12130 2009-07-01 Kenichi Handa <handa@m17n.org>
12131
12132 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
12133
12134 * international/encoded-kb.el: Deleted.
12135
12136 * international/mule.el (set-keyboard-coding-system): Perform the
12137 necessary setup here instead of calling encoded-kbd-setup-display.
12138
12139 2009-07-01 Glenn Morris <rgm@gnu.org>
12140
12141 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
12142
12143 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
12144
12145 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
12146
12147 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
12148
12149 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
12150 Handle also the 'rename case, when setting file modes. (Bug#3712)
12151 (tramp-default-file-modes): Remove execute permissions.
12152
12153 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
12154 (top): Add a default for "synce" in `tramp-default-user-alist'.
12155 Add completion function for "synce" method.
12156 (tramp-hal-service, tramp-hal-path-manager)
12157 (tramp-hal-interface-manager, tramp-hal-interface-device):
12158 New defconst.
12159 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
12160 (tramp-synce-list-devices, tramp-synce-parse-device-names):
12161 New defuns.
12162
12163 * net/trampver.el: Update release number.
12164
12165 2009-06-30 Kenichi Handa <handa@m17n.org>
12166
12167 * international/fontset.el (setup-default-fontset): Add CJK fonts
12168 for symbols and the other miscellaneous characters.
12169
12170 * language/korea-util.el (setup-korean-environment-internal):
12171 Make char-width-table suitable for Korean environments.
12172 (exit-korean-environment): Cancel above.
12173
12174 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
12175 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
12176 setup-function to make char-width-table suitable for respective
12177 environments, and an exit-function to cancel that.
12178
12179 * language/japan-util.el (setup-japanese-environment-internal):
12180 Call use-cjk-char-width-table with arg `ja_JP'.
12181
12182 * international/characters.el (cjk-char-width-table): Delete it.
12183 (cjk-char-width-table-list): New variable.
12184 (use-cjk-char-width-table): New arg local-name.
12185 (use-default-char-width-table): Fix for the case that Emacs is
12186 already using the default char-width-table.
12187
12188 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
12189
12190 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
12191 modes mandatory. (Bug#3712)
12192
12193 2009-06-29 Alan Mackenzie <acm@muc.de>
12194
12195 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
12196 correction between the visible width of TABs and their number of bytes.
12197
12198 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
12199
12200 * server.el (server-buffer-done): Prevent kill-buffer from
12201 prompting by clearing the buffer modification flag (Bug#3696).
12202
12203 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
12204
12205 * progmodes/verilog-mode.el (verilog-beg-of-statement)
12206 (verilog-endcomment-reason-re): Support unique case and priority case.
12207 (verilog-basic-complete-re): Support localparam lineup.
12208 (verilog-beg-of-statement-1): Fix for robustness, unique case.
12209 (verilog-set-auto-endcomments): Fix for unique case, always_comb
12210 commenting.
12211 (verilog-leap-to-case-head): Now support *nested* unique &
12212 priority case statements.
12213 (verilog-auto-lineup): Make just declarations the default (as it
12214 had been).
12215 (verilog-leap-to-case-head): Support priority/unique case statements.
12216 (verilog-auto-lineup): Rework to give users radio buttons to
12217 select the various styles of automatic lineup.
12218 (verilog-error-regexp-alist): Rework to support the XEmacs style
12219 of error regular expressions from compilers, lint tools &
12220 simulators. Note that GNU Emacs has made it impossible for a mode
12221 to load such things.
12222 (electric-verilog-terminate-line, verilog-indent-declaration)
12223 (verilog-auto-wiure): Rework for radio button selection of
12224 auto-lineup selection of specification of auto lineup.
12225 (verilog-beg-of-statement-1): Redesign to support proper operation
12226 in additional code, based on testing with auto-lineup.
12227 (verilog-calculate-indent, assignments & declarations)
12228 (verilog-backward-token): Enhance to support auto-lineup of
12229 assignments & declarations.
12230 (verilog-in-directive-p, verilog-at-struct-p): New function for
12231 easy test of whether we are.
12232 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
12233 to support safe execution at almost anyline.
12234 (verilog-calc-1): Properly support indenting deep inside generate
12235 blocks.
12236 (verilog-init-font): Remove definition & use of verilog-init-font,
12237 as it is redundant with font-lock-defaults.
12238 (verilog-mode): Alter the definition of verilog-font-lock-defaults
12239 to avoid circular calls if syntax-ppss is a function (as is the
12240 case now in 22.x GNU Emacs) as that function would sometimes call
12241 itself, leading to (nearly) infinite recursion.
12242 (verilog-ovm-begin-re, verilog-ovm-end-re)
12243 (verilog-ovm-statement-re, verilog-leap-to-head)
12244 (verilog-backward-token): Add support for OVM macros. Some are
12245 complete statements, and others open and close scopes like begin
12246 and end.
12247 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
12248 (verilog-defun-level-generate-only-re): Really fix the defun-list
12249 compilation issue.
12250 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
12251 coverpoint, constraint and cross statements.
12252 (verilog-defun-level-list, verilog-generate-defun-level-list)
12253 (verilog-all-defun-level-list): Redo these specifications - it is
12254 too hard to support eval-when compile aggregation of lists also
12255 built at when-compile time.
12256 (verilog-defun-level-list): Place defconsts of variables used in
12257 building regular expressions which are built in eval-when-compile
12258 bodies in the same eval-when-compile body to facilitate compile
12259 without load.
12260 (verilog-beg-block-re-ordered): Support indenting
12261 virtual/protected tasks and functions.
12262 (verilog-defun-level-list, verilog-in-generate-region-p)
12263 (verilog-backward-ws&directives, verilog-calc-1): Speed up
12264 indentation of some module items (generate items).
12265 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
12266 across virtual/protected tasks and functions.
12267
12268 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
12269
12270 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
12271 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
12272 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
12273 in concatenations. Reported by Yishay Belkind.
12274 (verilog-auto-ascii-enum): Support one-hot state machines in
12275 AUTOASCIIENUM. Suggested by Lloyd Gomez.
12276 (verilog-auto-inst, verilog-auto-inst-port): Include interface
12277 modport in AUTOINST and add vl-modport for users.
12278 Reported by David Rogoff.
12279 (verilog-auto-inout-module, verilog-auto-inst)
12280 (verilog-decls-get-interfaces, verilog-insert-definition)
12281 (verilog-insert-one-definition, verilog-read-decls)
12282 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
12283 (verilog-sig-modport, verilog-signals-combine-bus)
12284 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
12285 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
12286 Suggested by David Rogoff.
12287 (verilog-repair-open-comma): Fix non-insertion of comma when
12288 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
12289 (verilog-make-width-expression): Simplify [A-1:0] expression
12290 widths to just {A{1'b0}}.
12291 (verilog-mode): Cleanup checkdoc warnings.
12292 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
12293 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
12294 inputs/outputs or data type. Suggested by Vasu Kandadi.
12295 (next-error-last-buffer): Fix byte-compiler warning.
12296 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
12297 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
12298 or shell command text during AUTO expansion. Suggested by Tad Truex.
12299 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
12300 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
12301 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
12302 in AUTOINOUT. Reported by Matthew Lovell.
12303 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
12304 causing use of <= assignments. Reported by Alex Reed.
12305 (verilog-read-decls): Fix triand, trior, wand, wor to be
12306 recognized by AUTOWIRE. Reported by Spencer Isaacson.
12307 (verilog-extended-complete-re): Support import "DPI-C" functions.
12308 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
12309 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
12310 (verilog-insert-date, verilog-insert-year)
12311 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
12312 Windows systems. Reported by Michael Potts.
12313 (verilog-read-module-name): Fix AUTOINST when the child module
12314 declaration's name is a tick define. Reported by Elliot Mednick.
12315 (verilog-read-decls): Fix V2K parameter bit subscripts getting
12316 passed to next parameter's definition. Reported by Bruce T.
12317 (verilog-read-decls): Fix detecting "parameter int" when using
12318 AUTOINSTPARAM. Reported by Bruce T.
12319 (verilog-goto-defun): Fix goto not finding modules unless first
12320 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
12321 (verilog-mode): Expand -f flag arguments on entry to mode so
12322 verilog-goto-defun will work. Reported by Lawrence Butcher.
12323 (verilog-getopt): Expand environment variables in -f file
12324 arguments. Suggested by Lawrence Butcher.
12325 (verilog-set-define): Fix "Symbol's value as variable is void"
12326 when reading enumerations.
12327 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
12328 Suggested by Stephen Peltan.
12329 (verilog-read-defines): Fix reading of enumerations in include
12330 files. Reported by Steve Peltan.
12331
12332 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
12333
12334 * files.el (trash-directory): Fix defcustom type.
12335
12336 2009-06-28 Juri Linkov <juri@jurta.org>
12337
12338 * help-fns.el (describe-function-1): Correctly locate adviced
12339 functions in hyperlink (Bug#2438).
12340
12341 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
12342
12343 * files.el (trash-directory): Change default to nil.
12344 (move-file-to-trash): If trash-directory is nil and
12345 system-move-file-to-trash is unbound, perform freedesktop-style
12346 trashing.
12347
12348 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
12349
12350 * files.el (move-file-to-trash): Add freedesktop trash
12351 support (Bug#973).
12352
12353 2009-06-28 Glenn Morris <rgm@gnu.org>
12354
12355 * autorevert.el (global-auto-revert-non-file-buffers)
12356 (global-auto-revert-mode): Doc fixes.
12357
12358 2009-06-27 Johan Bockgård <bojohan@gnu.org>
12359
12360 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
12361
12362 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
12363
12364 * faces.el (x-handle-named-frame-geometry): Ensure that we have
12365 opened an X connection before calling x-get-resource (Bug#3194).
12366
12367 * play/doctor.el: Remove reference to obsolete website.
12368 (make-doctor-variables): Correct grammar mistake (Bug#2633).
12369
12370 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
12371
12372 Remove find-file-not-found-hook VC method. (Bug#2757)
12373 * vc-hooks.el (vc-file-not-found-hook)
12374 (vc-default-find-file-not-found-hook): Remove functions.
12375 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
12376 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
12377 * vc.el:
12378 * vc-hg.el:
12379 * vc-git.el: Do not mention find-file-not-found-hook VC method.
12380
12381 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
12382
12383 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
12384 compatibility function for `looking-back'.
12385
12386 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
12387 Use `ispell-looking-back'.
12388
12389 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
12390
12391 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
12392 rather than `filename'.
12393
12394 2009-06-23 Miles Bader <miles@gnu.org>
12395
12396 * face-remap.el (text-scale-set): New function.
12397
12398 2009-06-23 Glenn Morris <rgm@gnu.org>
12399
12400 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
12401
12402 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
12403
12404 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
12405
12406 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
12407
12408 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
12409 Simplify Persian conditionals.
12410
12411 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
12412 variable `filename'.
12413
12414 * comint.el (comint-insert-input): Doc fix.
12415
12416 * Makefile.in (ELCFILES): Fix typo in previous change.
12417
12418 2009-06-23 Miles Bader <miles@gnu.org>
12419
12420 * cus-start.el: Add entry for `recenter-redisplay'.
12421
12422 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12423
12424 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
12425 Add an optional argument for the backend, use it instead of
12426 calling vc-backend.
12427 (vc-mode-line): Add an optional argument for the backend.
12428 Pass the backend to vc-state and vc-working-revision. Move code for
12429 special handling for vc-state being a buffer to ...
12430
12431 * vc-rcs.el (vc-rcs-find-file-hook):
12432 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
12433
12434 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
12435 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
12436 vc-stay-local-p and vc-mode-line calls.
12437
12438 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
12439 (vc-cvs-diff, vc-cvs-annotate-command)
12440 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
12441 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
12442 vc-mode-line calls.
12443
12444 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
12445 direct comparison.
12446 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
12447 backend when calling vc-mode-line.
12448 (vc-register): Do not create a closure for calling the vc register
12449 function, call it directly.
12450
12451 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12452
12453 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
12454 to make it obvious item can be clicked.
12455
12456 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
12457
12458 2009-06-23 Kenichi Handa <handa@m17n.org>
12459
12460 * language/korea-util.el (korean-key-bindings): Change the binding
12461 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
12462 same command.
12463
12464 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
12465
12466 Sync with Tramp 2.1.16.
12467
12468 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
12469
12470 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
12471 when a loading of a package fails. Completion function for rsync
12472 is `tramp-completion-function-alist-ssh'.
12473 (all): Replace all calls of `split-string' and
12474 `tramp-split-string' by `tramp-compat-split-string'.
12475 (tramp-default-method): Use `tramp-compat-process-running-p'.
12476 (tramp-default-proxies-alist): Allow also Lisp forms.
12477 (tramp-remote-path): Add choice "Private Directories".
12478 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
12479 (tramp-domain-regexp): Allow also "-", "_" and ".".
12480 (tramp-end-of-output): Remove newlines, and add "$" at the end.
12481 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12482 (tramp-debug-message): Insert header line in debug buffer.
12483 (tramp-handle-directory-files-and-attributes-with-stat):
12484 Care about filenames with spaces, or starting with "-".
12485 (tramp-handle-dired-uncache): New defun.
12486 (tramp-handle-insert-directory): Don't flush the directory from
12487 cache, this is handled by `dired-uncache' now.
12488 (tramp-handle-insert-file-contents): Improve error handling.
12489 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12490 Quote `tramp-end-of-output'.
12491 (tramp-action-password): Improve trace message.
12492 (tramp-check-for-regexp): Both echoes must be present, before removing.
12493 (tramp-open-connection-setup-interactive-shell): Trace coding system.
12494 (tramp-compute-multi-hops): Eval cons cells of
12495 `tramp-default-proxies-alist'.
12496 (tramp-maybe-open-connection): Use the same command pattern for
12497 first hop and further hops.
12498 (tramp-wait-for-output): Remove handling of newlines.
12499 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12500 (tramp-split-string): Remove function. It is handled in
12501 tramp-compat now.
12502
12503 * net/tramp-cmds.el (tramp-bug):
12504 Recommend `tramp-cleanup-all-connections' in the bug mail.
12505
12506 * net/tramp-compat.el (tramp-compat-split-string)
12507 (tramp-compat-process-running-p): New defuns.
12508
12509 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12510 for `dired-uncache'.
12511
12512 * net/tramp-gvfs.el: New package.
12513
12514 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12515 Add handler for `dired-uncache'.
12516 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12517
12518 * net/trampver.el: Update release number. Make version check fit
12519 for SXEmacs 22.
12520
12521 2009-06-22 Jim Meyering <meyering@redhat.com>
12522
12523 Automatically handle .xz suffix (XZ-compressed files), too.
12524 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12525 XZ is the successor to LZMA: <http://tukaani.org/xz/>
12526
12527 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
12528 Nick Roberts <nickrob@snap.net.nz>
12529
12530 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
12531 repository (http://sphinx.net.ru/hg/gdb-mi/).
12532
12533 2009-06-22 Glenn Morris <rgm@gnu.org>
12534
12535 * files.el (dir-locals-collect-mode-variables): Allow for any number of
12536 `mode' and `eval' entries. (Bug#3430)
12537
12538 * Makefile.in (ELCFILES): Add fadr.elc.
12539
12540 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12541 differing behavior of \n and ^ in strings. (Bug#3385)
12542
12543 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12544
12545 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12546 property.
12547 (lisp-indent-function): Make it a defcustom.
12548
12549 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
12550
12551 * progmodes/gdb-ui.el: Replace with ...
12552 * progmodes/gdb-mi.el: ... this file.
12553 * progmodes/gud.el: Modify for gdb-mi.el.
12554
12555 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
12556
12557 * fadr.el: New file.
12558
12559 See ChangeLog.14 for earlier changes.
12560
12561 ;; Local Variables:
12562 ;; coding: utf-8
12563 ;; End:
12564
12565 Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
12566
12567 This file is part of GNU Emacs.
12568
12569 GNU Emacs is free software: you can redistribute it and/or modify
12570 it under the terms of the GNU General Public License as published by
12571 the Free Software Foundation, either version 3 of the License, or
12572 (at your option) any later version.
12573
12574 GNU Emacs is distributed in the hope that it will be useful,
12575 but WITHOUT ANY WARRANTY; without even the implied warranty of
12576 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12577 GNU General Public License for more details.
12578
12579 You should have received a copy of the GNU General Public License
12580 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.