Backport Bug#7931 from trunk.
[bpt/emacs.git] / lisp / ChangeLog
1 2011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2
3 * net/rcirc.el: Clean log filenames (Bug#7933).
4 (rcirc-log-write): Use convert-standard-filename.
5 (rcirc-log-filename-function): Documentation updates.
6
7 2011-01-31 Alan Mackenzie <acm@muc.de>
8
9 * progmodes/cc-cmds.el (c-forward-over-illiterals): Continue
10 parsing if we encounter a naked # (Bug#7595).
11 (c-beginning-of-statement): Avoid loop in locating the beginning
12 of a macro.
13
14 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
15
16 * files.el (copy-directory): Fix arguments to recursive call.
17
18 2011-01-29 Daiki Ueno <ueno@unixuser.org>
19
20 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Don't
21 presume KEYEXPIRED and KEYREVOKED to be a fatal error status
22 (Bug#7931).
23
24 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
25
26 * files.el (copy-directory): If destination is an existing
27 directory, copy into a subdirectory there.
28
29 2011-01-29 Andreas Schwab <schwab@linux-m68k.org>
30
31 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
32 files.
33
34 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
35
36 * image-dired.el (image-dired-mouse-display-image): No-op if no
37 file is found (Bug#7817).
38
39 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
40
41 2011-01-28 Kenichi Handa <handa@m17n.org>
42
43 * international/quail.el (quail-keyboard-layout-alist): Remove
44 superfluous SPC for "pc105-uk" (bug#7927).
45
46 2011-01-27 Glenn Morris <rgm@gnu.org>
47
48 * msb.el (msb-menu-bar-update-buffers): Update for changed
49 argument handling of menu-bar-select-frame. (Bug#7902)
50
51 2011-01-27 Chong Yidong <cyd@stupidchicken.com>
52
53 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
54 to the recursion depth (Bug#7722).
55
56 2011-01-26 Roy Liu <carsomyr@gmail.com> (tiny change)
57
58 * term/ns-win.el (ns-find-file): Expand ns-input-file with
59 command-line-default-directory (Bug#7872).
60
61 2011-01-25 Glenn Morris <rgm@gnu.org>
62
63 * comint.el (comint-mode): Doc fix. (Bug#7897)
64
65 2011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
66
67 * files.el (file-name-non-special): Only change buffer-file-name after
68 insert-file-contents if it's `visit'ing the file (bug#7854).
69
70 2011-01-23 Chong Yidong <cyd@stupidchicken.com>
71
72 * dired.el (dired-revert): Doc fix (Bug#7758).
73
74 2011-01-23 Nobuyoshi Nakada <nobu@ruby-lang.org>
75
76 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
77 here-doc which ends with an underscore.
78 (ruby-mode-set-encoding): Skip shebang line always.
79 (ruby-mode-map): Bind C-c C-c to comment-region.
80 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
81 (ruby-forward-sexp): Stop after literal hash key labels.
82 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
83 bracket.
84
85 2011-01-22 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
86
87 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
88 the correct buffer (Bug#7650).
89
90 2011-01-22 Glenn Morris <rgm@gnu.org>
91
92 * simple.el (do-auto-fill): Give it a doc string.
93
94 * button.el (make-text-button): Doc fix. (See bug#7881)
95
96 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
97
98 * simple.el (line-move-visual): Doc fix (Bug#7594).
99
100 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
101 "Case sensitive" menu item.
102
103 2011-01-21 Roland McGrath <roland@frob.com>
104
105 * comint.el (comint-replace-by-expanded-history-before-point): Fix
106 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
107
108 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
109
110 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
111
112 2011-01-21 Jari Aalto <jari.aalto@cante.net>
113
114 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
115 Assume foo(bar) is a manpage reference rather than some unquoted
116 symbol (bug#7705).
117
118 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
119
120 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
121 Suggested by Flo <sensorflo@gmail.com>.
122
123 2011-01-21 Glenn Morris <rgm@gnu.org>
124
125 * progmodes/compile.el (compilation-error-regexp-alist):
126 Fix custom type. (Bug#7812)
127
128 2011-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
129
130 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
131 keymap expression. Improve docstring.
132
133 2011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
134
135 * files.el (backup-buffer): Make last-resort backup file in
136 .emacs.d (Bug#6953).
137
138 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
139 make it with permission 700.
140
141 2011-01-14 Kenichi Handa <handa@m17n.org>
142
143 * mail/rmailmm.el (rmail-mime-insert-header):
144 Set rmail-mime-coding-system to a cons whose car is the last coding
145 system used to decode the header.
146 (rmail-mime-find-header-encoding): New function.
147 (rmail-mime-insert-decoded-text):
148 Override rmail-mime-coding-system if it is a cons.
149 (rmail-show-mime): If only a header part was decoded, find the
150 coding system while ignoring mm-charset-override-alist.
151
152 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
153
154 * subr.el (event-start, event-end): Doc fix (Bug#7826).
155
156 2011-01-12 Kenichi Handa <handa@m17n.org>
157
158 * mail/rmailmm.el (rmail-mime-next-item)
159 (rmail-mime-previous-item): Delete them.
160 (rmail-mime-shown-mode): Recursively call for children.
161 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
162 Callers changed.
163 (rmail-mime-raw-mode): Recursively call for children.
164 (rmail-mode-map): Change mapping of tab and backtab to
165 forward-button and backward-button respectively.
166 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
167 button.
168 (rmail-mime-update-tagline): New function.
169 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
170 body display is changed.
171 (rmail-mime-toggle-button): Rename from rmail-mime-image.
172 (rmail-mime-image): Delete this button type.
173 (rmail-mime-toggle): New button type.
174 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
175 body display is changed. Change the save button label to "Save".
176 Don't process show/hide button here.
177 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
178 the body display is changed. Unconditionally call
179 rmail-mime-insert for children.
180 (rmail-mime-handle): Update `display' vector of the just inserted
181 entity.
182 (rmail-mime-process): If mail-header-parse-content-type returns
183 nil, use "text/plain" as the fallback type.
184 (rmail-mime-insert): For raw-mode, recursively call
185 rmail-mim-insert for children.
186 (rmail-mime): Handle the case that the current buffer is not rmail
187 buffer (e.g. in summary buffer).
188
189 2011-01-05 Kenichi Handa <handa@m17n.org>
190
191 * mail/rmailmm.el (rmail-mime-next-item)
192 (rmail-mime-previous-item): Skip the body of a non-multipart
193 entity if a tagline is shown.
194
195 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
196
197 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
198 (tmm-prompt): Simplify.
199 (tmm-add-prompt): Remove unused var `win'.
200
201 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
202 to minor mode which used nil accidentally to mean "turn off".
203
204 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
205
206 * net/tramp.el (tramp-find-inline-compress)
207 (tramp-get-inline-coding): Quote command after pipe symbol for
208 local calls under W32. (Bug#6784)
209
210 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
211
212 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
213 only when running under W32.
214
215 2011-01-09 Eli Zaretskii <eliz@gnu.org>
216
217 * progmodes/grep.el (grep-compute-defaults): Quote the program
218 file name after the pipe symbol in Grep templates. (Bug#6784)
219 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
220
221 2011-01-08 Lennart Borgman <lennart.borgman@gmail.com>
222
223 * buff-menu.el (Buffer-menu-buffer-list): New var.
224 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
225 restricted buffer list is not lost on revert (Bug#7749).
226
227 2011-01-08 Eric Hanchrow <eric.hanchrow@gmail.com>
228
229 * net/ldap.el (ldap-search-internal): Discard stderr output.
230
231 2011-01-07 Eli Zaretskii <eliz@gnu.org>
232
233 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
234
235 2011-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
236
237 * vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time):
238 Author names can have spaces (bug#7792).
239
240 2011-01-04 Kenichi Handa <handa@m17n.org>
241
242 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
243 part as a plain text.
244 (rmail-mime-process-multipart): Set the default content-type to
245 nil for unknown multipart subtypes (bug#7651).
246
247 2011-01-03 Brent Goodrick <bgoodr@gmail.com> (tiny change)
248
249 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
250 table, get the value before switching to the output buffer. (Bug#7733)
251
252 2011-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
253
254 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
255
256 2011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
257
258 * files.el (file-local-variables-alist):
259 Make permanent-local (bug#7767).
260
261 2011-01-02 Glenn Morris <rgm@gnu.org>
262
263 * version.el (emacs-copyright): Set short copyright year to 2011.
264
265 2011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
266
267 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
268 an existing temp buffer. (Bug#7746)
269
270 2011-01-02 Glenn Morris <rgm@gnu.org>
271
272 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
273 multiple addresses. (Bug#7760)
274
275 2010-12-31 Michael Albinus <michael.albinus@gmx.de>
276
277 * net/tramp.el (tramp-methods): Add recursive options to "scpc",
278 "scpx", "pscp" and "psftp".
279
280 2010-12-31 Eli Zaretskii <eliz@gnu.org>
281
282 * term/w32-win.el (image-library-alist): Set up correctly for
283 libpng versions both before and after 1.4.0. (Bug#7716)
284
285 2010-12-25 Eli Zaretskii <eliz@gnu.org>
286
287 * time.el (display-time-mode): Mention display-time-interval in
288 the doc string. (Bug#7713)
289
290 * simple.el (select-active-regions): Doc fix. (Bug#7702)
291
292 2010-12-24 Kenichi Handa <handa@m17n.org>
293
294 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
295 condition-case and return an error message string if something
296 goes wrong.
297 (rmail-show-mime): Adjust for the above change. Insert the
298 header by rmail-mime-insert-header.
299
300 2010-12-24 Kenichi Handa <handa@m17n.org>
301
302 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
303 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
304 (rmail-mime-mbox-buffer)
305 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
306 (rmail-mime-entity): Argument changed. All codes handling an
307 entity object are changed.
308 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
309 the above change.
310 (rmail-mime-entity-children, rmail-mime-entity-handler)
311 (rmail-mime-entity-tagline): New functions.
312 (rmail-mime-message-p): New function.
313 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
314 (rmail-mime-entity-segment, rmail-mime-next-item)
315 (rmail-mime-previous-item, rmail-mime-shown-mode)
316 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
317 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
318 (rmail-mime-insert-tagline, rmail-mime-insert-header):
319 New functions.
320 (rmail-mime-text-handler): Call rmail-mime-insert-text.
321 (rmail-mime-insert-decoded-text): New function.
322 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
323 (rmail-mime-insert-image): Argument changed. Caller changed.
324 (rmail-mime-image): Call rmail-mime-toggle-hidden.
325 (rmail-mime-set-bulk-data): New funciton.
326 (rmail-mime-insert-bulk): Argument changed.
327 (rmail-mime-multipart-handler): Return t.
328 (rmail-mime-process-multipart): Argument changed.
329 Handle "multipart/alternative" here.
330 (rmail-mime-process): Argument changed.
331 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
332 (rmail-mime-insert): Argument changed. Handle raw display mode.
333 (rmail-mime): Argument changed. Handle toggling of raw display
334 mode.
335 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
336 rmail-mime-view-buffer.
337 (rmail-insert-mime-forwarded-message): Likewise.
338 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
339
340 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
341 non-nil, handle the header in rmail-show-mime-function.
342
343 2010-12-20 Leo <sdl.web@gmail.com>
344
345 * help-fns.el (describe-variable): Fix 2010-12-17 change.
346
347 2010-12-20 Juri Linkov <juri@jurta.org>
348
349 * isearch.el (isearch-lazy-highlight-error): New variable.
350 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
351 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
352 to the current value of `isearch-error' (Bug#7468).
353
354 2010-12-17 Chong Yidong <cyd@stupidchicken.com>
355
356 * help-fns.el (describe-variable): Don't emit trailing whitespace
357 (Bug#7511).
358
359 2010-12-17 Leo <sdl.web@gmail.com>
360
361 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
362 if point is not behind eshell-last-output-end (Bug#7585).
363
364 2010-12-16 Chong Yidong <cyd@stupidchicken.com>
365
366 * textmodes/rst.el (rst-compile-pdf-preview)
367 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
368
369 2010-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
370
371 * emulation/edt-mapper.el: Override mapping of function keys so
372 that the later call to read-key-sequence works.
373
374 2010-12-13 Eli Zaretskii <eliz@gnu.org>
375
376 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
377 Unix EOLs. (Bug#7589)
378
379 2010-12-12 Eli Zaretskii <eliz@gnu.org>
380
381 * subr.el (posn-col-row): Evaluate header-line-format in the
382 context of the POSITION window's buffer.
383
384 2010-12-11 Glenn Morris <rgm@gnu.org>
385
386 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
387 (with-silent-modifications): Doc fixes.
388
389 2010-12-10 Michael Albinus <michael.albinus@gmx.de>
390
391 * net/tramp.el (tramp-action-password, tramp-process-actions):
392 Revert patch from 2010-12-08. Use `save-restriction'.
393
394 2010-12-09 Eli Zaretskii <eliz@gnu.org>
395
396 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
397 New functions.
398 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>: Use
399 them instead of `nil' and `>', respectively. (Bug#1077)
400
401 2010-12-09 Stephen Berman <stephen.berman@gmx.net>
402
403 * calendar/diary-lib.el (diary-list-sexp-entries):
404 Handle case of no newline at end of file. (Bug#7536)
405
406 2010-12-09 Glenn Morris <rgm@gnu.org>
407
408 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
409
410 2010-12-08 Michael Albinus <michael.albinus@gmx.de>
411
412 * net/tramp.el (tramp-handle-start-file-process):
413 Protect buffer-modified value. (Bug#7557)
414 (tramp-action-password): Delete region, do not narrow.
415 (tramp-process-actions): Do not widen.
416
417 2010-12-08 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
418
419 * log-edit.el (log-edit-changelog-entries):
420 Regexp quote filename. (Bug#7505)
421
422 2010-12-08 Tom Breton <tehom@panix.com>
423
424 * cus-edit.el (custom-save-all):
425 Bind print-length and print-level to nil. (Bug#7581)
426
427 2010-12-08 Glenn Morris <rgm@gnu.org>
428
429 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
430 Run hooks to update menu contents. (Bug#7586)
431
432 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
433 file names, for the sake of MS Windows. (Bug#7588)
434
435 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
436
437 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
438 empty lines without a leading space.
439
440 2010-12-06 Leo <sdl.web@gmail.com>
441
442 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
443 while mapping over marks (Bug#6810).
444
445 2010-12-06 Chong Yidong <cyd@stupidchicken.com>
446
447 * image-dired.el (image-dired-db-file)
448 (image-dired-temp-image-file, image-dired-gallery-dir)
449 (image-dired-temp-rotate-image-file): Set default values relative
450 to image-dired-dir (Bug#7518).
451
452 2010-12-06 Lawrence Mitchell <wence@gmx.li>
453
454 * format.el (format-decode-run-method): Pass args FROM and TO, not
455 point-min and point-max, to shell-command-on-region (Bug#7488).
456
457 2010-12-06 Jan Djärv <jan.h.d@swipnet.se>
458
459 * frame.el (blink-cursor-mode): Make default t for ns.
460
461 2010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
462
463 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
464
465 2010-12-05 Chong Yidong <cyd@stupidchicken.com>
466
467 * comint.el (comint-dynamic-list-input-ring)
468 (comint-dynamic-complete-filename)
469 (comint-replace-by-expanded-filename)
470 (comint-dynamic-simple-complete)
471 (comint-dynamic-list-filename-completions)
472 (comint-dynamic-list-completions): Doc fix (Bug#7499).
473
474 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
475 Doc fix (Bug#7471).
476
477 2010-12-04 Martin Rudalics <rudalics@gmx.at>
478
479 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
480 (Bug#7533).
481
482 2010-12-04 W. Martin Borgert <debacle@debian.org> (tiny change)
483
484 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
485 (Bug#7491).
486
487 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
488
489 * simple.el (transient-mark-mode): Doc fix (Bug#7465).
490
491 2010-12-04 Eli Zaretskii <eliz@gnu.org>
492
493 * files.el (file-relative-name): Handle UNC file names on
494 DOS/Windows. (Bug#4674)
495
496 2010-12-03 Daiki Ueno <ueno@unixuser.org>
497
498 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
499 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
500 (epg-context-set-passphrase-callback): Mention that the callback
501 is not called when used with GnuPG 2.x.
502
503 2010-12-02 Glenn Morris <rgm@gnu.org>
504
505 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
506 Ensure ps-footer-font-size-internal is initialized.
507 Call ps-get-page-dimensions before trying to use ps-font-for-text.
508
509 2010-12-01 Kenichi Handa <handa@m17n.org>
510
511 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
512 within condition-case.
513 (rmail-show-mime): Don't use condition-case.
514 (rmail-search-mime-message): New function.
515 (rmail-search-mime-message-function): Set to
516 rmail-search-mime-message.
517
518 2010-12-01 Leo <sdl.web@gmail.com>
519
520 * ido.el (ido-common-initialization): New function. (bug#3274)
521 (ido-mode): Use it.
522 (ido-completing-read): Call it.
523
524 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
525
526 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
527 stand-alone lines, since that is handled by log-edit-match-to-eoh
528 (Bug#6465).
529
530 2010-11-27 Eduard Wiebe <usenet@pusto.de>
531
532 * dired.el (dired-get-filename): Replace backslashes with slashes
533 in file names on MS-Windows, needed by `locate'. (Bug#7308)
534 * locate.el (locate-default-make-command-line): Don't consider
535 drive letter and root directory part of
536 `directory-listing-before-filename-regexp'. (Bug#7308)
537 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
538
539 2010-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
540
541 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
542 of :smie-open/close-alist.
543 (smie-next-sexp): Make it accept a "start token" as argument.
544 (smie-indent-keyword): Be careful not to misidentify tokens that span
545 more than one line, as empty lines. Add argument `token'.
546
547 2010-11-26 Kenichi Handa <handa@m17n.org>
548
549 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
550 multipart subtypes, insert all as usual.
551
552 * mail/rmail.el: Require rfc2047.
553
554 2010-11-26 Kenichi Handa <handa@m17n.org>
555
556 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
557 (rmail-mime-entity-disposition)
558 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
559 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
560 (rmail-mime-save): Handle the case that the button's `data' is a
561 MIME entity.
562 (rmail-mime-insert-text): New function.
563 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
564 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
565 (rmail-mime-insert-bulk): New function mostly copied from the old
566 rmail-mime-bulk-handler.
567 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
568 (rmail-mime-process-multipart): New function mostly copied from
569 the old rmail-mime-multipart-handler.
570 (rmail-mime-show): Just call rmail-mime-process.
571 (rmail-mime-process): New function mostly copied from the old
572 rmail-mime-show.
573 (rmail-mime-insert-multipart, rmail-mime-parse)
574 (rmail-mime-insert, rmail-show-mime)
575 (rmail-insert-mime-forwarded-message)
576 (rmail-insert-mime-resent-message): New functions.
577 (rmail-insert-mime-forwarded-message-function): Set to
578 rmail-insert-mime-forwarded-message.
579 (rmail-insert-mime-resent-message-function): Set to
580 rmail-insert-mime-resent-message.
581
582 * mail/rmailsum.el: Require rfc2047.
583 (rmail-header-summary): Handle multiline Subject: field.
584 (rmail-summary-line-decoder): Change the default to
585 rfc2047-decode-string.
586
587 * mail/rmail.el (rmail-enable-mime): Change the default to t.
588 (rmail-mime-feature): Change the default to `rmailmm'.
589 (rmail-quit): Delete the specifal code for rmail-enable-mime.
590 (rmail-display-labels): Likewise.
591 (rmail-show-message-1): Check rmail-enable-mime, and use
592 rmail-show-mime-function for a MIME message. Decode the headers
593 according to RFC2047.
594
595 2010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
596
597 * progmodes/which-func.el (which-func-imenu-joiner-function):
598 Return a string, as expected.
599 (which-function-mode): Make sure we stop any previous timer before
600 starting a new one.
601
602 2010-11-23 Michael Albinus <michael.albinus@gmx.de>
603
604 * net/tramp.el (tramp-default-method-alist)
605 (tramp-default-user-alist, tramp-default-proxies-alist):
606 Adapt custom options type. (Bug#7445)
607
608 2010-11-21 Chong Yidong <cyd@stupidchicken.com>
609
610 * progmodes/python.el: Add Ipython support (Bug#5390).
611 (python-shell-prompt-alist)
612 (python-shell-continuation-prompt-alist): New options.
613 (python--set-prompt-regexp): New function.
614 (inferior-python-mode, run-python, python-shell):
615 Require ansi-color. Use python--set-prompt-regexp to set the comint
616 prompt based on the Python interpreter.
617 (python--prompt-regexp): New var.
618 (python-check-comint-prompt)
619 (python-comint-output-filter-function): Use it.
620 (run-python): Use a pipe (Bug#5694).
621
622 2010-11-21 Chong Yidong <cyd@stupidchicken.com>
623
624 * progmodes/python.el (run-python): Doc fix.
625 (python-keep-current-directory-in-path): New var (Bug#7454).
626
627 2010-11-20 Chong Yidong <cyd@stupidchicken.com>
628
629 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
630 Prompt user before actually printing.
631
632 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
633
634 * simple.el (kill-new, kill-append, kill-region):
635 * comint.el (comint-kill-region): Make the yank-handler argument
636 obsolete.
637
638 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
639
640 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
641 that are both openers (resp. closers) and something else.
642 (smie-grammar): Loosen definition of valid values.
643 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
644 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
645 (smie-indent-after-keyword): Adjust users.
646 (smie-indent-keyword): Don't indent empty lines.
647
648 * vc-hg.el (vc-hg-program): New var.
649 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
650 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
651
652 2010-11-17 Glenn Morris <rgm@gnu.org>
653
654 * emacs-lisp/autoload.el (autoload-find-destination): The function
655 coding-system-eol-type may return non-numeric values. (Bug#7414)
656
657 2010-11-16 Ulrich Mueller <ulm@gentoo.org>
658
659 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
660
661 2010-11-13 Eli Zaretskii <eliz@gnu.org>
662
663 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
664
665 2010-11-13 Chong Yidong <cyd@stupidchicken.com>
666
667 * textmodes/picture.el (picture-mouse-set-point): Don't use
668 posn-col-row; explicitly compute the motion based on the posn at
669 the window-start (Bug#7390).
670
671 2010-11-13 Michael Albinus <michael.albinus@gmx.de>
672
673 * net/tramp.el (tramp-remote-coding-commands): Add an alternative
674 using "base64 -d -i". This is needed for older base64 versions
675 from GNU coreutils. Reported by Klaus Reichl
676 <Klaus.Reichl@thalesgroup.com>.
677
678 2010-11-13 Glenn Morris <rgm@gnu.org>
679
680 * novice.el (disabled-command-function):
681 Fix 2009-11-15 change. (Bug#7384)
682
683 2010-11-12 Glenn Morris <rgm@gnu.org>
684
685 * calendar/calendar.el (diary-iso-date-forms): Make elements
686 mutually exclusive. (Bug#7377)
687
688 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
689
690 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
691 when filling the remaining "unconstrained" values.
692
693 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
694
695 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
696 safety predicate.
697
698 * files.el (safe-local-variable-p): Gracefully handle errors.
699
700 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
701 Use smie-indent-virtual when indenting relative to an opener.
702 (smie-rule-separator): Use smie-rule-parent.
703 (smie-indent-keyword): Consult rules, even for openers at bol.
704 (smie-indent-comment-close): Try to align closer's content.
705
706 2010-11-11 Glenn Morris <rgm@gnu.org>
707
708 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
709
710 2010-11-10 Glenn Morris <rgm@gnu.org>
711
712 * printing.el (pr-menu-bind): Doc fix.
713
714 * speedbar.el (speedbar-toggle-images): Doc fix.
715
716 * progmodes/python.el (python-shell): Doc fix.
717
718 * wid-edit.el (widget-field-use-before-change)
719 (widget-use-overlay-change): Doc fixes.
720
721 2010-11-09 Glenn Morris <rgm@gnu.org>
722
723 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
724
725 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
726
727 * minibuffer.el (minibuffer-completion-help): Specify the end of the
728 completion field (bug#7211).
729
730 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
731 Fix handling of backslash escapes.
732 (python-quote-syntax): Adjust accordingly.
733
734 2010-11-08 Richard Levitte <richard@levitte.org> (tiny change)
735
736 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
737 (vc-mtn-workfile-branch): Adjust to new output format.
738
739 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
740
741 * international/mule-cmds.el (princ-list): Mark as obsolete.
742
743 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
744
745 * emacs-lisp/smie.el: New package.
746
747 2010-11-06 Michael Albinus <michael.albinus@gmx.de>
748
749 * files.el (backup-by-copying-when-mismatch):
750 Set `permanent-local' property.
751
752 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
753 `permanent-local' property for `backup-by-copying-when-mismatch'.
754
755 2010-11-06 Eli Zaretskii <eliz@gnu.org>
756
757 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
758 (ls-lisp-classify-file): New function.
759 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
760 (ls-lisp-classify): Call ls-lisp-classify-file.
761 (insert-directory): Remove blanks from switches.
762
763 2010-11-07 Wilson Snyder <wsnyder@wsnyder.org>
764
765 * progmodes/verilog-mode.el (verilog-insert-one-definition)
766 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
767 AUTOINOUT for SV style multidimensional arrays, bug294.
768 Reported by Eric Mastromarchi.
769 (verilog-preprocess): Use with-current-buffer and
770 font-lock-fontify-buffer to cleanup style issues.
771
772 2010-11-05 Michael Albinus <michael.albinus@gmx.de>
773
774 * net/trampver.el: Update release number.
775
776 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
777
778 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
779 beginning of the string. Use `string-match-p'. (Bug#6765)
780
781 2010-11-01 Glenn Morris <rgm@gnu.org>
782
783 * locate.el (locate, locate-mode): Doc fixes.
784
785 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
786
787 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
788 user for confirmation.
789 (server-force-stop): Use it.
790 (server-start): Use server-force-stop for kill-emacs-hook, to
791 avoid user interaction while killing Emacs.
792
793 2010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
794
795 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
796 (log-edit-author): New dynamic var.
797 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries):
798 Use it to return the author if different from committer.
799 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
800
801 2010-10-31 Eli Zaretskii <eliz@gnu.org>
802
803 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
804
805 2010-10-31 Chong Yidong <cyd@stupidchicken.com>
806
807 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
808 (vc-root-diff, vc-print-root-log, vc-log-incoming)
809 (vc-log-outgoing): Use it.
810 (vc-diff-internal): Set diff-vc-backend.
811
812 * vc/diff-mode.el (diff-vc-backend): New var.
813
814 2010-10-31 Juri Linkov <juri@jurta.org>
815
816 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
817 buffer-locally to lambda that re-runs the vc diff command.
818 (Bug#6447)
819
820 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
821
822 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
823
824 Make 'g' (AKA revert-buffer) rerun VC log, log-incoming and
825 log-outgoing commands.
826 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
827 to create a buffer local revert-buffer-function variable.
828 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
829 revert-buffer-function lambda.
830
831 Improve VC create/retrieve tag/branch.
832 * vc.el (vc-create-tag): Do not read the directory name for VCs
833 with repository revision granularity. Adjust the tag/branch
834 prompt. Reset VC properties.
835 (vc-retrieve-tag): Do not read the directory name for VCs
836 with repository revision granularity. Reset VC properties.
837
838 Add optional support for resetting VC properties.
839 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
840 call vc-file-clearprops when true.
841 (vc-resynch-buffer): Add new optional argument, pass it down.
842 (vc-resynch-buffers-in-directory): Likewise.
843
844 Improve support for special markup in the VC commit message.
845 * vc-mtn.el (vc-mtn-checkin): Support Author: and Date: markup.
846 * vc-hg.el (vc-hg-checkin): Add support for Date:.
847 * vc-git.el (vc-git-checkin):
848 * vc-bzr.el (vc-bzr-checkin): Likewise.
849
850 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
851 * vc-git.el (vc-git-log-view-mode): Fix font lock for
852 incoming/outgoing logs.
853 (vc-git-log-outgoing, vc-git-log-incoming): New functions.
854
855 * vc-git.el (vc-git-log-outgoing): Use the same format as the
856 short log.
857 (vc-git-log-incoming): Likewise. Run "git fetch" before the log
858 command
859
860 Add bindings for vc-log-incoming and vc-log-outgoing.
861 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
862 and vc-log-outgoing.
863 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
864 and vc-log-outgoing.
865
866 Improve state updating for VC tag commands.
867 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
868 to update the state of all buffers in the directory.
869
870 2010-05-19 Glenn Morris <rgm@gnu.org>
871
872 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
873
874 2010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
875
876 * vc.el (vc-checkin, vc-modify-change-comment):
877 Adjust to new vc-start/finish-logentry.
878 (vc-find-conflicted-file): New command.
879 (vc-transfer-file): Adjust to new vc-checkin.
880 (vc-next-action): Improve scoping.
881
882 * vc-git.el (vc-git-checkin): Use log-edit-extract-headers.
883 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
884
885 * vc-dispatcher.el (vc-log-edit): Shorten names for
886 log-edit-show-files.
887
888 * vc-bzr.el (vc-bzr-checkin): Use log-edit-extract-headers.
889 (vc-bzr-conflicted-files): New function.
890
891 * log-edit.el (log-edit-summary, log-edit-header)
892 (log-edit-unknown-header): New faces.
893 (log-edit-headers-alist): New var.
894 (log-edit-header-contents-regexp): New const.
895 (log-edit-match-to-eoh): New function.
896 (log-edit-font-lock-keywords): Use them.
897 (log-edit): Insert a "Summary:" header as default.
898 (log-edit-mode): Mark font-lock rules as case-insensitive.
899 (log-edit-done): Cleanup headers.
900 (log-edit-extract-headers): New function to replace it.
901
902 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with
903 the windows/frames.
904
905 * vc-bzr.el (vc-bzr-shelve-apply): Don't use *vc-bzr-shelve*.
906
907 * vc-dir.el (vc-dir-kill-line): New command.
908 (vc-dir-mode-map): Bind it to C-k.
909 (vc-dir-headers): Abbreviate the working dir.
910
911 * vc-git.el (vc-git-revision-table): Include remote branches.
912
913 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
914
915 New VC methods: vc-log-incoming and vc-log-outgoing.
916 * vc.el (vc-print-log-setup-buttons, vc-log-internal-common)
917 (vc-incoming-outgoing-internal, vc-log-incoming, vc-log-outgoing):
918 New functions.
919 (vc-print-log-internal): Just call vc-log-internal-common.
920 (vc-log-view-type): New permanent local variable.
921
922 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
923
924 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
925 of the dynamic bound vc-short-log.
926 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
927
928 * vc-git.el (vc-git-log-outgoing): New function.
929 (vc-git-log-view-mode): Use vc-log-view-type instead
930 of the dynamic bound vc-short-log.
931
932 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead of
933 the dynamic bound vc-short-log. Highlight the tag.
934 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
935 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
936 (vc-hg-incoming-mode): Remove.
937 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
938
939 Fix default-directory for vc-root-diff.
940 * vc.el (vc-root-diff): Bind default-directory to the root
941 directory for the diff command.
942
943 2010-10-31 Sam Steingold <sds@gnu.org>
944
945 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
946 `vc-hg-command' with a list of flags.
947
948 2010-10-31 Glenn Morris <rgm@gnu.org>
949
950 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
951 log-edit-before-checkin-process.
952
953 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
954
955 * vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
956
957 * vc-dispatcher.el (vc-start-logentry): Doc fix.
958 (log-view-process-buffer, log-edit-extra-flags): Declare.
959
960 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
961
962 Add special markup processing for commit logs.
963 * log-edit.el (log-edit): Add new argument MODE. Use that mode
964 when non-nil instead of the log-view-mode.
965
966 * vc.el (vc-default-log-edit-mode): New function.
967
968 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
969 log-edit.
970
971 Support for shelving snapshots and for showing shelves.
972 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
973 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
974 New functions.
975 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
976 (vc-bzr-extra-menu-map): Map them.
977
978 2010-10-30 Michael Albinus <michael.albinus@gmx.de>
979
980 * net/tramp.el (tramp-handle-insert-file-contents): For root,
981 preserve owner and group when editing files. (Bug#7289)
982
983 2010-10-29 Glenn Morris <rgm@gnu.org>
984
985 * speedbar.el (speedbar-mode):
986 * play/fortune.el (fortune-in-buffer, fortune):
987 * play/gomoku.el (gomoku-mode):
988 * play/landmark.el (lm-mode):
989 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
990 Replace inappropriate uses of toggle-read-only. (Bug#7292)
991
992 2010-10-28 Glenn Morris <rgm@gnu.org>
993
994 * select.el (x-selection): Mark it as an obsolete alias.
995
996 2010-10-27 Aaron S. Hawley <aaron.s.hawley@gmail.com>
997
998 * add-log.el (find-change-log): Use derived-mode-p rather than
999 major-mode (bug#7284).
1000
1001 2010-10-27 Glenn Morris <rgm@gnu.org>
1002
1003 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
1004 rather than just an unused variable that inherits from the real one.
1005
1006 2010-10-23 Michael McNamara <mac@mail.brushroad.com>
1007
1008 * verilog-mode.el (verilog-directive-re): Make this variable
1009 auto-built for efficiency of execution and updating.
1010 (verilog-extended-complete-re): Support 'pure' fucntion & task
1011 declarations (these have no bodies).
1012 (verilog-beg-of-statement): General cleanup to enable support of
1013 'pure' fucntion & task declarations (these have no bodies).
1014 These efforts together fix Verilog bug210 from veripool; which was also
1015 noticed by Steve Pearlmutter.
1016 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
1017 (verilog-directive-nest-re, verilog-set-auto-endcomments):
1018 Support `elsif. Reported by Shankar Giri.
1019 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
1020 attribute handling for lining up declarations and assignments.
1021 (verilog-beg-of-statement-1): Fix issue where continued declaration
1022 is indented differently if it is after a begin..end clock.
1023 (verilog-in-attribute-p, verilog-skip-backward-comments)
1024 (verilog-skip-forward-comment-p): Support proper treatment of
1025 attributes by indent code. Reported by Jeff Steele.
1026 (verilog-in-directive-p): Fix comment to correctly describe function.
1027 (verilog-backward-up-list, verilog-in-struct-region-p)
1028 (verilog-backward-token, verilog-in-struct-p)
1029 (verilog-in-coverage-p, verilog-do-indent)
1030 (verilog-pretty-declarations): Use verilog-backward-up-list as
1031 wrapper around backward-up-list inorder to properly skip comments.
1032 Reported by David Rogoff.
1033 (verilog-property-re, verilog-endcomment-reason-re)
1034 (verilog-beg-of-statement, verilog-set-auto-endcomments)
1035 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
1036 of if). Reported by Max Bjurling and
1037 (verilog-calc-1): Fix for clocking block in modport
1038 declaration. Reported by Brian Hunter.
1039
1040 2010-10-23 Wilson Snyder <wsnyder@wsnyder.org>
1041
1042 * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
1043 (verilog-gate-keywords, verilog-read-sub-decls)
1044 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
1045 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
1046 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
1047 (verilog-read-decls): Fix spaces in V2K module parameters causing
1048 mis-identification as interfaces, bug287.
1049 (verilog-read-decls): Fix not treating "parameter string" as a
1050 parameter in AUTOINSTPARAM.
1051 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
1052 treating `elsif similar to `endif inside AUTOSENSE.
1053 (verilog-do-indent): Implement correct automatic or static task or
1054 function end comment highlight. Reported by Steve Pearlmutter.
1055 (verilog-font-lock-keywords-2): Fix highlighting of single
1056 character pins, bug264. Reported by Michael Laajanen.
1057 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
1058 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
1059 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
1060 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
1061 (verilog-pretty-expr): Fix interactive arguments, bug272.
1062 Reported by Mark Johnson.
1063 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
1064 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
1065 bug269. Suggested by Gary Delp.
1066 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
1067 (verilog-preprocessor, verilog-set-compile-command):
1068 Create verilog-preprocess and verilog-preprocessor to show
1069 preprocessed output.
1070 (verilog-get-beg-of-line, verilog-get-end-of-line)
1071 (verilog-modi-file-or-buffer, verilog-modi-name)
1072 (verilog-modi-point, verilog-within-string): Move defmacro's
1073 before first use to avoid warning. Reported by Steve Pearlmutter.
1074 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
1075 (verilog-colorize-region, verilog-highlight-buffer)
1076 (verilog-highlight-includes, verilog-highlight-modules)
1077 (verilog-highlight-region, verilog-mode): Rename colorize to
1078 highlight to match other packages. Disable module highlighting,
1079 as received speed complaints, reenable for experimentation only
1080 using new verilog-highlight-modules.
1081 (verilog-read-decls): Fix regexp stack overflow in very large
1082 AUTO_TEMPLATEs, bug250.
1083 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
1084 (verilog-scan): Create verilog-save-buffer-state to standardize
1085 making insignificant changes that shouldn't call hooks.
1086 (verilog-save-no-change-functions, verilog-save-scan-cache)
1087 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
1088 Create verilog-save-no-change-functions to wrap verilog-scan
1089 preservation, and fix to work with nested preserved calls.
1090 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
1091 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
1092 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
1093 (verilog-submit-bug-report): Update variable list to be complete.
1094 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
1095 breaking on-the-fly font-locking.
1096 (verilog-colorize-buffer, verilog-colorize-include-files)
1097 (verilog-colorize-include-files-buffer, verilog-colorize-region)
1098 (verilog-load-file-at-mouse, verilog-load-file-at-point)
1099 (verilog-mode, verilog-read-inst-module-matcher): With point on a
1100 AUTOINST cell instance name, middle mouse button now finds-file on
1101 it. Suggested by Brad Dobbie.
1102 (verilog-alw-get-temps, verilog-auto-reset)
1103 (verilog-auto-sense-sigs, verilog-read-always-signals)
1104 (verilog-read-always-signals-recurse): Fix loop indexes being
1105 AUTORESET. AUTORESET now assumes any variables in the
1106 initialization section of a for() should be ignored.
1107 Reported by Dan Dever.
1108 (verilog-error-font-lock-keywords)
1109 (verilog-error-regexp-emacs-alist)
1110 (verilog-error-regexp-xemacs-alist): Fix error detection of
1111 Cadence HAL, reported by David Asher. Repair drift between the
1112 three similar error variables.
1113 (verilog-modi-lookup, verilog-modi-lookup-cache)
1114 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
1115 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
1116 Fix slow verilog-auto expansion on very large files.
1117 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
1118 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
1119 "{1*2{...". Broke in last revision.
1120 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
1121 submodule connections with replications "{#{a},#{b}}".
1122
1123 2010-10-23 Glenn Morris <rgm@gnu.org>
1124
1125 * comint.el (comint-password-prompt-regexp):
1126 Match "enter the password". (Bug#7224)
1127
1128 2010-10-22 Juanma Barranquero <lekktu@gmail.com>
1129
1130 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
1131 Fix typo in docstring.
1132
1133 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
1134
1135 * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
1136 errors.
1137
1138 * net/trampver.el: Update release number.
1139
1140 2010-10-20 Kenichi Handa <handa@m17n.org>
1141
1142 * face-remap.el (text-scale-adjust): Call read-event with a proper
1143 prompt.
1144
1145 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
1146
1147 * net/tramp.el (tramp-do-file-attributes-with-stat)
1148 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
1149 order to make stat results a float. Patch by Andreas Schwab
1150 <schwab@linux-m68k.org>.
1151
1152 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1153
1154 * repeat.el (repeat): Use read-key (bug#6256).
1155
1156 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
1157
1158 * emacs-lisp/unsafep.el: Don't mark functions that display
1159 messages as safe. Suggested by Johan Bockgård.
1160
1161 2010-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1162
1163 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
1164 Turn comments into docstrings.
1165
1166 * minibuffer.el (completion--replace): Move point where it belongs
1167 when there's a common suffix (bug#7215).
1168
1169 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
1170
1171 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1172 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
1173 <dale@codefu.org>.
1174
1175 2010-10-15 Kenichi Handa <handa@m17n.org>
1176
1177 * international/characters.el: Add category '|' (word breakable)
1178 to fullwidth characters.
1179
1180 2010-10-14 Kenichi Handa <handa@m17n.org>
1181
1182 * mail/rmail.el (rmail-show-message-1): Catch an error of
1183 base64-decode-region and just show an error message (bug#7165).
1184
1185 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
1186 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
1187 a font-spec (bug#7197).
1188
1189 2010-10-13 Glenn Morris <rgm@gnu.org>
1190
1191 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
1192
1193 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
1194
1195 * international/mule.el (define-coding-system):
1196 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1197 * composite.el (compose-region): Fix typo in docstring.
1198
1199 2010-10-10 Jan Djärv <jan.h.d@swipnet.se>
1200
1201 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
1202 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
1203 (mac-right-option-modifier): New alias for ns-right-option-modifier.
1204
1205 * cus-start.el (all): ns-right-alternate-modifier is new.
1206
1207 2010-10-10 Andreas Schwab <schwab@linux-m68k.org>
1208
1209 * Makefile.in (ELCFILES): Update.
1210
1211 2010-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1212
1213 * emacs-lisp/lisp.el (lisp-completion-at-point):
1214 Use emacs-lisp-mode-syntax-table for the whole function.
1215
1216 2010-10-09 Richard Sharman <richard_sharman@mitel.com> (tiny change)
1217
1218 * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
1219 (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
1220 work when breakpoint number exceeds nine.
1221
1222 2010-10-05 David Koppelman <koppel@ece.lsu.edu>
1223
1224 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
1225 instead of font-lock-mode before adding keywords.
1226 Remove hi-lock-mode off code. Remove inhibit hack.
1227 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
1228 non-nil; removed hook inhibit hack.
1229
1230 2010-10-09 Glenn Morris <rgm@gnu.org>
1231
1232 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
1233 (load-path-shadows-find): ... to this.
1234 (list-load-path-shadows): Update for above change.
1235
1236 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
1237
1238 2010-10-08 Glenn Morris <rgm@gnu.org>
1239
1240 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
1241
1242 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
1243 (shadows-compare-text-p): Make it an obsolete alias for...
1244 (load-path-shadows-compare-text): ... new name.
1245 (find-emacs-lisp-shadows): Update for above name change.
1246 (load-path-shadows-same-file-or-nonexistent): New name for the old
1247 shadow-same-file-or-nonexistent.
1248
1249 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
1250
1251 * minibuffer.el (completion--some, completion--do-completion)
1252 (minibuffer-complete-and-exit, minibuffer-completion-help)
1253 (completion-basic-try-completion)
1254 (completion-basic-all-completions)
1255 (completion-pcm--find-all-completions): Use lexical-let to
1256 avoid some false matches in variable completion (Bug#7056)
1257
1258 2010-10-03 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
1259
1260 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
1261
1262 2010-10-03 Leo <sdl.web@gmail.com>
1263
1264 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
1265 return non-nil if the file exists (Bug#7090).
1266
1267 2010-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1268
1269 * minibuffer.el (completion--replace):
1270 Better preserve markers (bug#7138).
1271
1272 2010-09-29 Juanma Barranquero <lekktu@gmail.com>
1273
1274 * server.el (server-process-filter): Doc fix.
1275
1276 2010-09-27 Drew Adams <drew.adams@oracle.com>
1277
1278 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
1279
1280 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
1281
1282 * Makefile.in (ELCFILES): Update.
1283
1284 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1285 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
1286
1287 2010-09-27 Kenichi Handa <handa@m17n.org>
1288
1289 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
1290 "ustar" format.
1291
1292 2010-09-27 Kenichi Handa <handa@m17n.org>
1293
1294 * international/mule.el (define-coding-system): Docstring fixed.
1295
1296 * international/mule-diag.el (describe-character-set): Use princ
1297 with proper print-length and print-level instead of insert.
1298
1299 2010-09-26 Juanma Barranquero <lekktu@gmail.com>
1300
1301 * window.el (walk-windows): Doc fix (bug#7105).
1302
1303 2010-09-23 Glenn Morris <rgm@gnu.org>
1304
1305 * isearch.el (isearch-lazy-highlight-cleanup)
1306 (isearch-lazy-highlight-initial-delay)
1307 (isearch-lazy-highlight-interval)
1308 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
1309 * net/net-utils.el (ipconfig-program-options):
1310 Move aliases to options before the associated definitions.
1311
1312 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1313
1314 * newcomment.el (comment-normalize-vars): Better test validity of
1315 comment-end-skip.
1316
1317 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1318
1319 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
1320 (float-e): New name for `e'.
1321 (degrees-to-radians, radians-to-degrees):
1322 * calendar/solar.el (solar-longitude):
1323 * calculator.el (calculator-registers, calculator-funcall):
1324 * textmodes/artist.el (artist-spray-random-points):
1325 * play/bubbles.el (bubbles--initialize-images): Use new names.
1326
1327 2010-09-19 Eric M. Ludlam <zappo@gnu.org>
1328
1329 Update to CEDET 1.0's version of EIEIO.
1330
1331 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
1332 New function.
1333 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
1334 (eieio-default-eval-maybe): Eval val instead of unquoting only.
1335 (class-precedence-list): If class is nil, return nil.
1336 (eieio-generic-call): If class of first input arg is nil, don't
1337 look up static methods, and do check for primary methods.
1338 (initialize-instance): See if the default needs to be evaluated
1339 during the constructor.
1340 (eieio-perform-slot-validation-for-default): Don't do the check
1341 for values that will eventually be evaluated.
1342 (eieio-eval-default-p): New function.
1343 (eieio-default-eval-maybe): Use it.
1344
1345 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
1346
1347 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
1348 method-invocation-order.
1349 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
1350 (eieio-class-precedence-dfs): Compute class precedence list using
1351 dfs algorithm.
1352 (eieio-class-precedence-bfs): Compute class precedence list using
1353 bfs algorithm.
1354 (eieio-class-precedence-c3): Compute class precedence list using
1355 c3 algorithm.
1356 (class-precedence-list): New function.
1357 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
1358 (inconsistent-class-hierarchy): New error symbol.
1359 (call-next-method): Stow the replacement argument list for future
1360 call-next-method invocations.
1361
1362 2010-09-15 Glenn Morris <rgm@gnu.org>
1363
1364 * calendar/appt.el (appt-check): If not displaying the diary,
1365 use (diary 1) to only get the entries we need.
1366 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
1367 that it is in day order. (Bug#7019)
1368
1369 * calendar/appt.el (appt-check): Rather than showing the diary,
1370 just turn off invisible display, and only if needed.
1371
1372 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
1373
1374 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1375
1376 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1377 Add `when' argument. Update callers.
1378
1379 * subr.el (unintern): Declare the obarray arg mandatory.
1380
1381 2010-09-14 Glenn Morris <rgm@gnu.org>
1382
1383 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1384 Doc fixes.
1385
1386 * calendar/diary-lib.el (diary-included-files): New variable.
1387 (diary-list-entries): Maybe initialize diary-included-files.
1388 (diary-include-other-diary-files): Append to diary-included-files.
1389 * calendar/appt.el (appt-update-list): Also check the members of
1390 diary-included-files. (Bug#6999)
1391 (appt-check): Doc fix.
1392
1393 2010-09-12 David Reitter <david.reitter@gmail.com>
1394
1395 * simple.el (line-move-visual): Do not truncate goal column to
1396 integer size. (Bug#7020)
1397
1398 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1399
1400 * repeat.el (repeat): Allow repeating when the last event is a click.
1401 Suggested by Drew Adams (bug#6256).
1402
1403 2010-09-11 Sascha Wilde <wilde@sha-bang.de>
1404
1405 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1406 Replace setting HGRCPATH to "" by some less invasive --config options.
1407
1408 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1409
1410 * font-lock.el (font-lock-beginning-of-syntax-function):
1411 Mark as obsolete.
1412
1413 2010-09-10 Glenn Morris <rgm@gnu.org>
1414
1415 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1416 and tool-bar modes. (Bug#6211)
1417 (menu-bar-mode): Move setting of standard-value after the
1418 minor-mode definition, otherwise it seems to have no effect.
1419
1420 2010-09-08 Masatake YAMATO <yamato@redhat.com>
1421
1422 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1423 Fix typo. (Bug#6976)
1424
1425 2010-09-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1426
1427 * whitespace.el: Allow cleaning up blanks without blank
1428 visualization (Bug#6651). Adjust help window for
1429 whitespace-toggle-options (Bug#6479). Allow to use fill-column
1430 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
1431 (whitespace-style): Add new value 'face. Adjust docstring.
1432 (whitespace-space, whitespace-hspace, whitespace-tab):
1433 Adjust foreground property face.
1434 (whitespace-line-column): Adjust docstring and type declaration.
1435 (whitespace-style-value-list, whitespace-toggle-option-alist)
1436 (whitespace-help-text): Adjust const initialization.
1437 (whitespace-toggle-options, global-whitespace-toggle-options):
1438 Adjust docstring.
1439 (whitespace-display-window, whitespace-interactive-char)
1440 (whitespace-style-face-p, whitespace-color-on): Adjust code.
1441 (whitespace-help-scroll): New fun.
1442
1443 2010-09-05 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1444
1445 * files.el (directory-abbrev-alist): Use \` as default regexp.
1446
1447 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1448 chars like - or ] (bug#6984).
1449 (rx-any-condense-range): Explode 2-char ranges.
1450
1451 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1452
1453 * textmodes/bibtex.el:
1454 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1455
1456 2010-09-02 Glenn Morris <rgm@gnu.org>
1457
1458 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1459
1460 2010-08-31 Kenichi Handa <handa@m17n.org>
1461
1462 * international/mule-cmds.el (standard-display-european-internal):
1463 Setup standard-display-table for 8-bit characters by storing 8-bit
1464 characters in the element vector.
1465
1466 * disp-table.el (standard-display-8bit):
1467 Setup standard-display-table for 8-bit characters by storing 8-bit
1468 characters in the element vector.
1469 (standard-display-european): Likewise.
1470
1471 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
1472
1473 Sync with Tramp 2.1.19.
1474
1475 * net/tramp-cmds.el (tramp-cleanup-all-connections)
1476 (tramp-reporter-dump-variable, tramp-load-report-modules)
1477 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1478 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1479
1480 * net/tramp-compat.el (top): Do not autoload
1481 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
1482 only when `start-file-process' is not bound.
1483 (byte-compile-not-obsolete-vars): Define if not bound.
1484 (tramp-compat-funcall): New defmacro.
1485 (tramp-compat-line-beginning-position)
1486 (tramp-compat-line-end-position)
1487 (tramp-compat-temporary-file-directory)
1488 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1489 (tramp-compat-copy-file, tramp-compat-copy-directory)
1490 (tramp-compat-delete-file, tramp-compat-delete-directory)
1491 (tramp-compat-number-sequence, tramp-compat-process-running-p):
1492 Use it.
1493 (tramp-advice-file-expand-wildcards): Do not use
1494 `tramp-handle-file-remote-p'.
1495 (tramp-compat-make-temp-file): Simplify fallback implementation.
1496 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1497 (tramp-compat-copy-tree): Remove function.
1498 (tramp-compat-delete-file): New defun.
1499 (tramp-compat-delete-directory): Provide implementation for older
1500 Emacsen.
1501 (tramp-compat-file-attributes): Handle only
1502 `wrong-number-of-arguments' error.
1503
1504 * net/tramp-fish.el (tramp-fish-handle-copy-file):
1505 Add PRESERVE_SELINUX_CONTEXT.
1506 (tramp-fish-handle-delete-file): Add TRASH arg.
1507 (tramp-fish-handle-directory-files-and-attributes):
1508 Do not use `tramp-fish-handle-file-attributes.
1509 (tramp-fish-handle-file-local-copy)
1510 (tramp-fish-handle-insert-file-contents)
1511 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1512
1513 * net/tramp-gvfs.el (top): Require url-util.
1514 (tramp-gvfs-mount-point): Remove.
1515 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1516 and `set-file-selinux-context'.
1517 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1518 (tramp-gvfs-handle-file-selinux-context)
1519 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1520 (with-tramp-dbus-call-method): Format trace message.
1521 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1522 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1523 Implement backup call, when operation on local files fails.
1524 Use progress reporter. Flush properties of changed files.
1525 (tramp-gvfs-handle-delete-file): Add TRASH arg.
1526 Use `tramp-compat-delete-file'.
1527 (tramp-gvfs-handle-expand-file-name): Expand "~/".
1528 (tramp-gvfs-handle-make-directory): Make more traces.
1529 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1530 (tramp-gvfs-url-file-name): Hexify file name in url.
1531 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1532 into account for the resulting file name.
1533 (tramp-gvfs-handler-askquestion): Preserve current message, in
1534 order to let progress reporter continue afterwards. (Bug#6257)
1535 Return dummy mountpoint, when the answer is "no".
1536 See `tramp-gvfs-maybe-open-connection'.
1537 (tramp-gvfs-handler-mounted-unmounted)
1538 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1539 attribute "default_location". Set "prefix" property.
1540 Handle default-location.
1541 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1542 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1543 exists. Raise an error, if not (due to a corresponding answer
1544 "no" in interactive questions, for example).
1545 Use `tramp-compat-funcall'.
1546
1547 * net/tramp-imap.el (top): Autoload `epg-make-context'.
1548 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1549 (tramp-imap-do-copy-or-rename-file)
1550 (tramp-imap-handle-insert-file-contents)
1551 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1552 (tramp-imap-handle-delete-file): Add TRASH arg.
1553
1554 * net/tramp-smb.el (tramp-smb-handle-copy-file):
1555 Add PRESERVE-SELINUX-CONTEXT.
1556 (tramp-smb-handle-copy-file)
1557 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1558 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1559 Use `with-progress-reporter'.
1560 (tramp-smb-handle-delete-file): Add TRASH arg.
1561
1562 * net/tramp.el (tramp-methods): Move hostname to the end in all
1563 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
1564 appropriate.
1565 (tramp-verbose): Describe verbose level 9.
1566 (tramp-completion-function-alist)
1567 (tramp-file-name-regexp, tramp-chunksize)
1568 (tramp-local-coding-commands, tramp-remote-coding-commands)
1569 (with-connection-property, tramp-completion-mode-p)
1570 (tramp-action-process-alive, tramp-action-out-of-band)
1571 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1572 (tramp-exists-file-name-handler): Fix docstring.
1573 (tramp-remote-process-environment): Use `format' instead of
1574 `concat'. Protect version string by apostroph.
1575 (tramp-shell-prompt-pattern): Do not use a shy group in case of
1576 XEmacs.
1577 (tramp-file-name-regexp-unified)
1578 (tramp-completion-file-name-regexp-unified): On W32 systems, do
1579 not regard the volume letter as remote filename. (Bug#5447)
1580 (tramp-perl-file-attributes)
1581 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1582 (tramp-vc-registered-read-file-names): Read input as
1583 here-document, otherwise the command could exceed maximum length
1584 of command line.
1585 (tramp-file-name-handler-alist): Add `file-selinux-context' and
1586 `set-file-selinux-context'.
1587 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
1588 backtrace functions.
1589 (tramp-error-with-buffer): Don't show the connection buffer when
1590 we are in completion mode.
1591 (tramp-progress-reporter-update, tramp-remote-selinux-p)
1592 (tramp-handle-file-selinux-context)
1593 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
1594 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
1595 New defuns.
1596 (with-progress-reporter): New defmacro.
1597 (tramp-debug-outline-regexp): New defconst.
1598 (top, tramp-rfn-eshadow-setup-minibuffer)
1599 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1600 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1601 (tramp-completion-mode-p, tramp-check-for-regexp)
1602 (tramp-open-connection-setup-interactive-shell)
1603 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1604 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1605 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
1606 Use `tramp-compat-funcall'.
1607 (tramp-handle-make-symbolic-link): Flush file properties.
1608 (tramp-handle-load, tramp-handle-file-local-copy)
1609 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1610 (tramp-handle-vc-registered, tramp-maybe-send-script)
1611 (tramp-find-shell): Use `with-progress-reporter'.
1612 (tramp-do-file-attributes-with-stat): Add space in format string,
1613 in order to work around a bug in pdksh. Reported by Gilles Pion
1614 <gpion@lfdj.com>.
1615 (tramp-handle-verify-visited-file-modtime): Do not send a command
1616 when the connection is not established.
1617 (tramp-handle-set-file-times): Simplify the check for utc.
1618 (tramp-handle-directory-files-and-attributes)
1619 (tramp-get-remote-path): Use `copy-tree'.
1620 (tramp-completion-handle-file-name-all-completions): Ensure, that
1621 non remote files are still checked. Oops.
1622 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1623 Handle PRESERVE-SELINUX-CONTEXT.
1624 (tramp-do-copy-or-rename-file): Add progress reporter.
1625 (tramp-do-copy-or-rename-file-directly): Do not use
1626 `tramp-handle-file-remote-p'.
1627 (tramp-do-copy-or-rename-file-out-of-band):
1628 Use `tramp-compat-delete-directory'.
1629 (tramp-do-copy-or-rename-file-out-of-band)
1630 (tramp-compute-multi-hops, tramp-maybe-open-connection):
1631 Use `format-spec-make'.
1632 (tramp-handle-delete-file): Add TRASH arg.
1633 (tramp-handle-dired-uncache): Flush directory cache, not only file
1634 cache.
1635 (tramp-handle-expand-file-name)
1636 (tramp-completion-handle-file-name-all-completions)
1637 (tramp-completion-handle-file-name-completion):
1638 Use `tramp-connectable-p'.
1639 (tramp-handle-start-file-process): Set connection property "vec".
1640 Use it, in order to invalidate file caches. Check only for
1641 `remote-tty' process property.
1642 Implement tty setting. (Bug#4604, Bug#6360)
1643 (tramp-file-name-for-operation): Add `call-process-region' and
1644 `set-file-selinux-context'.
1645 (tramp-find-foreign-file-name-handler)
1646 (tramp-advice-make-auto-save-file-name)
1647 (tramp-set-auto-save-file-modes): Remove superfluous check for
1648 `stringp'. This is done inside `tramp-tramp-file-p'.
1649 (tramp-file-name-handler): Trace 'quit. Catch the error for some
1650 operations when we are in completion mode. This gives the user
1651 the chance to correct the file name in the minibuffer.
1652 (tramp-completion-mode-p): Use `non-essential'.
1653 (tramp-handle-file-name-all-completions): Backward/ XEmacs
1654 compatibility: Use `completion-ignore-case' if
1655 `read-file-name-completion-ignore-case' does not exist.
1656 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1657 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1658 `tramp-open-shell'.
1659 (tramp-action-password): Hide password prompt before next run.
1660 (tramp-process-actions): Widen connection buffer for the trace.
1661 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1662 process property. Trace stty settings if `tramp-verbose' >= 9.
1663 Apply workaround for IRIX64 bug. Move argument of last
1664 `tramp-send-command' where it belongs to.
1665 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1666 front of `login-args'.
1667 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1668 on "/dev/null" instead of "/".
1669 (tramp-get-ls-command-with-dired): Make test for "--dired"
1670 stronger.
1671 (tramp-set-auto-save-file-modes): Adapt version check.
1672 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1673 (tramp-handle-process-file): Call the program in a subshell, in
1674 order to preserve working directory.
1675 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1676 `tramp-remote-sh' from `tramp-methods'.
1677 (tramp-get-ls-command): Make test for "--color=never" stronger.
1678 (tramp-check-for-regexp): Use (forward-line 1).
1679
1680 * net/trampver.el: Update release number.
1681
1682 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
1683
1684 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1685 empty argument to gvfs-copy.
1686
1687 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1688
1689 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1690 handle new TRASH arg of `delete-file'.
1691
1692 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
1693
1694 * net/tramp.el (tramp-handle-insert-directory): Don't use
1695 `forward-word', its default syntax could be changed.
1696
1697 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1698 Michael Albinus <michael.albinus@gmx.de>
1699
1700 Implement compression for inline methods.
1701
1702 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1703 (tramp-copy-size-limit): Allow also nil.
1704 (tramp-inline-compress-commands): New defconst.
1705 (tramp-find-inline-compress, tramp-get-inline-compress)
1706 (tramp-get-inline-coding): New defuns.
1707 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1708 replaced by `tramp-get-inline-coding'.
1709 (tramp-handle-file-local-copy, tramp-handle-write-region)
1710 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1711
1712 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
1713
1714 Detect ssh 'ControlMaster' argument automatically in some cases.
1715
1716 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1717 (tramp-default-method): Use it.
1718
1719 2010-08-26 Karel Klíč <kklic@redhat.com>
1720
1721 * net/tramp.el (tramp-file-name-for-operation):
1722 Add file-selinux-context.
1723
1724 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
1725
1726 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1727
1728 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1729
1730 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1731 (Bug#6907).
1732
1733 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
1734
1735 * progmodes/python.el (python-block-pairs): Allow use of "finally"
1736 with "else" (Bug#3991).
1737
1738 2010-08-22 Leo <sdl.web@gmail.com>
1739
1740 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1741 (ignore, bright, dim, keyword): Split list of nicknames before
1742 passing to rcirc-add-or-remove (Bug#6894).
1743
1744 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
1745
1746 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1747
1748 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1749
1750 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
1751 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
1752 New version 13.0.
1753 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1754 Adjust initialization.
1755 (whitespace-bob-marker, whitespace-eob-marker)
1756 (whitespace-buffer-changed): New vars.
1757 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
1758 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1759 (whitespace-post-command-hook, whitespace-display-char-on):
1760 Adjust code.
1761 (whitespace-looking-back, whitespace-buffer-changed): New funs.
1762 (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
1763
1764 2010-08-21 Leo <sdl.web@gmail.com>
1765
1766 Fix buffer-list rename&refresh after killing a buffer in ido.
1767 * lisp/ido.el: Revert Óscar's.
1768 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1769 Remember the buffers at head, rather than their name.
1770 * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1771
1772 2010-08-21 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
1773 Stefan Monnier <monnier@iro.umontreal.ca>
1774
1775 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1776 extra backslash added to each line (bug#6890).
1777
1778 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1779
1780 * subr.el (read-key): Don't echo keystrokes (bug#6883).
1781
1782 2010-08-21 Glenn Morris <rgm@gnu.org>
1783
1784 * menu-bar.el (menu-bar-games-menu): Add landmark.
1785
1786 2010-08-20 Glenn Morris <rgm@gnu.org>
1787
1788 * align.el (align-regexp): Make group and spacing arguments
1789 use the interactive defaults when non-interactive. (Bug#6698)
1790
1791 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1792 expansion, so as not to need sendmail.
1793 (mail-text-start): Remove declaration.
1794 (rmail-retry-failure): Require sendmail.
1795
1796 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1797
1798 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
1799
1800 2010-08-18 Michael Albinus <michael.albinus@gmx.de>
1801
1802 * progmodes/flymake.el (flymake-start-syntax-check-process):
1803 Use `start-file-process' in order to let it run also on remote hosts.
1804
1805 2010-08-18 Kenichi Handa <handa@m17n.org>
1806
1807 * files.el: Add `word-wrap' as safe local variable.
1808
1809 2010-08-18 Glenn Morris <rgm@gnu.org>
1810
1811 * woman.el (woman-translate): Case matters. (Bug#6849)
1812
1813 2010-08-14 Chong Yidong <cyd@stupidchicken.com>
1814
1815 * simple.el (kill-region): Doc fix (Bug#6787).
1816
1817 2010-08-14 Glenn Morris <rgm@gnu.org>
1818
1819 * calendar/diary-lib.el (diary-header-line-format):
1820 Fit it to the window, not the frame.
1821
1822 2010-08-11 Andreas Schwab <schwab@linux-m68k.org>
1823
1824 * subr.el (ignore-errors): Add debug declaration.
1825
1826 2010-08-09 Geoff Gole <geoffgole@gmail.com> (tiny change)
1827
1828 * whitespace.el (whitespace-color-off): Remove post-command-hook
1829 locally.
1830
1831 2010-08-08 Johan Bockgård <bojohan@gnu.org>
1832
1833 * replace.el (replace-highlight): Bind isearch-forward and
1834 isearch-error, ensuring that highlighting is updated if the user
1835 switches the search direction (Bug#6808).
1836
1837 * isearch.el (isearch-lazy-highlight-forward): New var.
1838 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
1839 (isearch-lazy-highlight-update): Use it.
1840
1841 2010-08-06 Kenichi Handa <handa@m17n.org>
1842
1843 * international/mule.el (define-charset): Store NAME as :base property.
1844 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
1845 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
1846 current priority. Force using the designation of the specific
1847 charset by adding `charset' text property. Improve the whole
1848 algorithm.
1849
1850 2010-08-05 Juanma Barranquero <lekktu@gmail.com>
1851
1852 * emulation/pc-select.el (pc-selection-mode-hook)
1853 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
1854 (pc-selection-mode): Fix typos in docstrings.
1855
1856 2010-08-04 Kenichi Handa <handa@m17n.org>
1857
1858 * language/cyrillic.el: Don't add "microsoft-cp1251" to
1859 ctext-non-standard-encodings-alist here.
1860
1861 * international/mule.el (ctext-non-standard-encodings-alist):
1862 Add "koi8-r" and "microsoft-cp1251".
1863 (ctext-standard-encodings): New variable.
1864 (ctext-non-standard-encodings-table): List only elements for
1865 non-standard encodings.
1866 (ctext-pre-write-conversion): Adjust for the above change.
1867 Check ctext-standard-encodings.
1868
1869 * international/mule-conf.el (compound-text): Doc fix.
1870 (ctext-no-compositions): Doc fix.
1871 (compound-text-with-extensions): Doc fix.
1872
1873 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1874
1875 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
1876
1877 2010-08-03 Juanma Barranquero <lekktu@gmail.com>
1878
1879 * progmodes/which-func.el (which-func-format): Split help-echo text
1880 into lines, like other mode-line tooltips.
1881
1882 * server.el (server-start): When using TCP sockets, force IPv4
1883 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
1884
1885 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1886
1887 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
1888
1889 2010-08-02 Juanma Barranquero <lekktu@gmail.com>
1890
1891 * term.el (term-delimiter-argument-list): Reflow docstring.
1892 (term-read-input-ring, term-write-input-ring, term-send-input)
1893 (term-bol, term-erase-in-display, serial-supported-or-barf):
1894 Fix typos in docstrings.
1895
1896 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1897
1898 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
1899
1900 2010-08-01 Juanma Barranquero <lekktu@gmail.com>
1901
1902 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
1903
1904 2010-08-01 MON KEY <monkey@sandpframing.com> (tiny change)
1905
1906 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
1907 Fix typo in docstring (bug#6747).
1908
1909 2010-07-30 Leo <sdl.web@gmail.com>
1910
1911 * eshell/esh-io.el (eshell-get-target): Better detection of
1912 read-only file (Bug#6762).
1913
1914 2010-07-30 Juanma Barranquero <lekktu@gmail.com>
1915
1916 * align.el (align-default-spacing): Doc fix.
1917 (align-region-heuristic, align-regexp): Fix typos in docstrings.
1918
1919 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
1920
1921 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
1922
1923 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
1924
1925 * time.el (display-time-day-and-date): Remove spurious * in docstring.
1926 (display-time-world-buffer-name, display-time-world-mode-map):
1927 Fix typos in docstrings.
1928
1929 2010-07-17 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
1930
1931 * image-mode.el (image-display-size): New function.
1932 (image-forward-hscroll, image-next-line, image-eol, image-eob)
1933 (image-mode-fit-frame): Use it (Bug#6639).
1934
1935 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
1936
1937 * dired.el (dired-buffers-for-dir): Handle list values of
1938 dired-directory (Bug#6636).
1939
1940 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
1941
1942 * vc.el (vc-coding-system-inherit-eol): New defvar.
1943 (vc-coding-system-for-diff): Use it to decide whether to inherit
1944 from the file the EOL format for reading the diffs of that file.
1945 (Bug#4451)
1946
1947 2010-07-16 Eli Zaretskii <eliz@gnu.org>
1948
1949 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
1950 unibyte, so compressed attachments are not compressed again.
1951
1952 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
1953
1954 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
1955 now that unicode is used (Bug#6594).
1956
1957 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
1958
1959 * simple.el (push-mark-command): Set the selection if
1960 select-active-regions is non-nil.
1961
1962 2010-07-10 Glenn Morris <rgm@gnu.org>
1963
1964 * calendar/calendar.el (calendar-week-end-day): New function.
1965 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
1966 Respect calendar-week-start-day. (Bug#6606)
1967 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
1968 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
1969 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
1970 respect calendar-week-start-day.
1971
1972 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
1973
1974 * simple.el (use-region-p): Doc fix (Bug#6607).
1975
1976 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
1977
1978 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
1979 builtins (BufferError, BytesWarning, WindowsError; callables
1980 bin, bytearray, bytes, format, memoryview, next, print; __package__).
1981
1982 2010-07-07 Glenn Morris <rgm@gnu.org>
1983
1984 * play/zone.el (zone-fall-through-ws): Fix next-line ->
1985 forward-line fallout.
1986
1987 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
1988
1989 * mouse.el (mouse-appearance-menu): Add docstring.
1990
1991 * help.el (describe-key): Print up-event using key-description.
1992
1993 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
1994
1995 * net/zeroconf.el (zeroconf-resolve-service)
1996 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
1997 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
1998
1999 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
2000
2001 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
2002
2003 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
2004
2005 Avoid displaying files with a nil state in vc-dir.
2006 * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
2007 cases that cause insertion.
2008 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
2009 with a nil state.
2010
2011 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
2012
2013 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
2014
2015 2010-06-29 Leo <sdl.web@gmail.com>
2016
2017 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
2018
2019 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
2020
2021 * generic-x.el (bat-generic-mode): Fix regexp for command line
2022 switches (Bug#5719).
2023
2024 2010-06-27 Masatake YAMATO <yamato@redhat.com>
2025
2026 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
2027 of nconc to avoid pure storage error (Bug#6239).
2028
2029 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
2030
2031 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
2032 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
2033 bindings of bookmark-automatically-show-annotations (Bug#6515).
2034
2035 2010-06-25 Eli Zaretskii <eliz@gnu.org>
2036
2037 * arc-mode.el (archive-zip-extract): Don't quote the file name on
2038 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
2039
2040 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
2041
2042 * comint.el (make-comint, make-comint-in-buffer): Mention return
2043 value in the docstrings. (Bug#6498)
2044
2045 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
2046
2047 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
2048 since it is not present when using some non-default switches.
2049
2050 2010-06-23 Karl Fogel <kfogel@red-bean.com>
2051
2052 * simple.el (compose-mail): Fix doc string to refer to
2053 `compose-mail-user-agent-warnings', instead of to the
2054 nonexistent `compose-mail-check-user-agent'.
2055
2056 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2057
2058 Fix vc-annotate for renamed files when using Git.
2059 * vc-git.el (vc-git-find-revision): Deal with empty results from
2060 ls-files. Doe not pass the object as a file name to cat-file, it
2061 is not a file name.
2062 (vc-git-annotate-command): Pass the file name using -- to avoid
2063 ambiguity with the revision.
2064 (vc-git-previous-revision): Pass a relative file name.
2065
2066 2010-06-22 Glenn Morris <rgm@gnu.org>
2067
2068 * progmodes/js.el (js-mode-map): Use standard capitalization and
2069 ellipses for menu entries.
2070
2071 * wid-edit.el (widget-complete): Doc fix.
2072
2073 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
2074
2075 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
2076
2077 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2078
2079 Fix annotating other revisions for renamed files in vc-annotate.
2080 * vc-annotate.el (vc-annotate): Add an optional argument for the
2081 VC backend. Use it when non-nil.
2082 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate
2083 (Bug#6487).
2084
2085 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
2086 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
2087 Do not pass the file name to the 'previous-revision call when we
2088 don't want a file diff. (Bug#6489)
2089
2090 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
2091
2092 Fix finding revisions for renamed files in vc-annotate.
2093 * vc.el (vc-find-revision): Add an optional argument for
2094 the VC backend. Use it when non-nil.
2095 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
2096 backend to vc-find-revision. (Bug#6487)
2097
2098 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
2099
2100 Fix reading file names in Git annotate buffers.
2101 * vc-git.el (vc-git-annotate-extract-revision-at-line):
2102 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
2103
2104 2010-06-20 Alan Mackenzie <acm@muc.de>
2105
2106 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
2107 in file local variables, set it first.
2108
2109 2010-06-19 Glenn Morris <rgm@gnu.org>
2110
2111 * descr-text.el (describe-char-unicode-data): Insert separating
2112 space when needed. (Bug#6422)
2113
2114 * progmodes/idlwave.el (idlwave-action-and-binding):
2115 Fix typo in 2009-12-03 change. (Bug#6450)
2116
2117 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
2118
2119 * subr.el (read-quoted-char): Fix up last change (bug#6290).
2120
2121 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
2122
2123 * font-lock.el (font-lock-major-mode): Rename from
2124 font-lock-mode-major-mode to distinguish it from
2125 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
2126 (font-lock-set-defaults):
2127 * font-core.el (font-lock-default-function): Adjust users.
2128 (font-lock-mode): Don't set it at all.
2129
2130 2010-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2131
2132 * vc-annotate.el (vc-annotate): Use vc-read-revision.
2133
2134 2010-06-15 Glenn Morris <rgm@gnu.org>
2135
2136 * calendar/appt.el (appt-time-msg-list): Doc fix.
2137 (appt-check): Let-bind appt-warn-time.
2138 (appt-add): Make the 3rd argument optional.
2139 Simplify argument names. Doc fix. Check for integer WARNTIME.
2140 Only add WARNTIME to the output list if non-nil.
2141
2142 2010-06-15 Ivan Kanis <apple@kanis.eu>
2143
2144 * calendar/appt.el (appt-check): Let the 3rd element of
2145 appt-time-msg-list specify the warning time.
2146 (appt-add): Add new argument with the warning time. (Bug#5176)
2147
2148 2010-06-12 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
2149
2150 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
2151 older than version 1.6. (Bug#6361)
2152
2153 2010-06-12 Helmut Eller <eller.helmut@gmail.com>
2154
2155 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
2156 used by cl-do-arglist. (Bug#6408)
2157
2158 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2159
2160 * emacs-lisp/advice.el (ad-compile-function):
2161 Define warning-suppress-types before we let-bind it (bug#6275).
2162
2163 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
2164 declare it, make it buffer-local and permanent-local (bug#6324).
2165 (vc-resynch-window): Adjust name.
2166 * vc-hooks.el (vc-find-file-hook): Adjust name.
2167
2168 2010-06-07 Jonathan Rockway <jon@jrock.us>
2169
2170 * net/rcirc.el: Add support for password authentication.
2171 (rcirc-server-alist): Add :password keyword.
2172 (rcirc): Ask for a password, or get it from the server's alist.
2173 (rcirc-connect): Add password argument. Pass it to server.
2174
2175 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
2176
2177 * net/dbus.el (dbus-register-method): Declare function.
2178 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
2179 (dbus-introspect): Doc fix.
2180 (dbus-event-bus-name, dbus-introspect-get-interface)
2181 (dbus-introspect-get-argument): Reflow docstrings.
2182
2183 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
2184
2185 * term/common-win.el (x-colors): Add "dark green" and "dark
2186 turquoise" (Bug#6332).
2187
2188 2010-06-03 Glenn Morris <rgm@gnu.org>
2189
2190 * desktop.el (desktop-clear-preserve-buffers):
2191 Add "*Warnings*" buffer. (Bug#6336)
2192
2193 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
2194
2195 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
2196
2197 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2198
2199 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
2200 `file-directory-p' to the filename part rather than to the whole text.
2201
2202 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2203
2204 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
2205
2206 2010-05-31 Drew Adams <drew.adams@oracle.com>
2207
2208 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
2209
2210 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
2211
2212 * subr.el (momentary-string-display): Just use read-event to read
2213 the exit event (Bug#6238).
2214
2215 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
2216
2217 * ansi-color.el: Delete unused escape sequences (Bug#6085).
2218 (ansi-color-drop-regexp): New constant.
2219 (ansi-color-apply, ansi-color-filter-region)
2220 (ansi-color-apply-on-region): Delete unrecognized control sequences.
2221 (ansi-color-apply): Build string list before calling concat.
2222
2223 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
2224
2225 * progmodes/verilog-mode.el (verilog-type-font-keywords):
2226 Use font-lock-constant-face, not obsolete font-lock-reference-face.
2227
2228 2010-05-27 Masatake YAMATO <yamato@redhat.com>
2229
2230 * htmlfontify.el (hfy-face-resolve-face): New function.
2231 (hfy-face-to-style): Use it (Bug#6279).
2232
2233 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2234
2235 * epa.el (epa--select-keys): Don't explicitly delete the window since
2236 that can fail (e.g. sole window in frame). Use dedication instead.
2237
2238 2010-05-19 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
2239
2240 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
2241
2242 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2243
2244 * subr.el (read-quoted-char): Resolve modifiers after key
2245 remapping (bug#6212).
2246
2247 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2248
2249 * tmm.el (tmm-prompt): Don't try to precompute bindings.
2250 (tmm-get-keymap): Compute shortcuts (bug#6171).
2251
2252 2010-05-10 Glenn Morris <rgm@gnu.org>
2253
2254 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
2255 all dired buffers, even tramp ones. (Bug#5755) [Backport from trunk]
2256
2257 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2258
2259 * Version 23.2 released.
2260
2261 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
2262
2263 * international/mule.el (auto-coding-alist): Only purecopy
2264 car of each item, not the whole list (Bug#6083).
2265
2266 2010-05-02 Chong Yidong <cyd@stupidchicken.com>
2267
2268 * progmodes/js.el (js-mode): Make paragraph variables local before
2269 calling c-setup-paragraph-variables (Bug#6071).
2270
2271 2010-05-01 Eli Zaretskii <eliz@gnu.org>
2272
2273 * composite.el (compose-region, reference-point-alist): Fix typos
2274 in the doc strings.
2275
2276 2010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2277
2278 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2279 gnuplot's "set" command.
2280
2281 2010-04-26 Juanma Barranquero <lekktu@gmail.com>
2282
2283 * abbrev.el (last-abbrev-text): Doc fix.
2284 (abbrev-prefix-mark): Don't escape parenthesis.
2285
2286 2010-04-24 Andreas Schwab <schwab@linux-m68k.org>
2287
2288 * composite.el (find-composition): Doc fix.
2289
2290 2010-04-24 Juanma Barranquero <lekktu@gmail.com>
2291
2292 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2293 (sql-oracle-program, sql-sqlite-options)
2294 (sql-query-placeholders-and-send): Doc fixes.
2295 (sql-set-product, sql-interactive-mode): Reflow docstrings.
2296 (sql-imenu-generic-expression, sql-buffer)
2297 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2298 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2299 (sql-mode-sybase-font-lock-keywords)
2300 (sql-mode-informix-font-lock-keywords)
2301 (sql-mode-interbase-font-lock-keywords)
2302 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2303 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2304 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2305 (sql-product-feature, sql-highlight-product)
2306 (comint-line-beginning-position, sql-rename-buffer)
2307 (sql-toggle-pop-to-buffer-after-send-region)
2308 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2309 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2310 Fix typos in docstrings.
2311
2312 2010-04-23 Juri Linkov <juri@jurta.org>
2313
2314 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2315 property instead of `invisible' and `after-string' (bug#5998).
2316
2317 2010-04-23 Juri Linkov <juri@jurta.org>
2318
2319 * image-mode.el (image-mode-as-text): Fix typo in docstring.
2320
2321 2010-04-23 Juanma Barranquero <lekktu@gmail.com>
2322
2323 * filecache.el (file-cache-add-directory-list)
2324 (file-cache-add-directory-recursively): Fix typos in docstrings.
2325
2326 2010-04-22 Kenichi Handa <handa@m17n.org>
2327
2328 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2329 (gujarati-composable-pattern): Fix typo.
2330
2331 2010-04-20 Kenichi Handa <handa@m17n.org>
2332
2333 * language/indian.el (oriya-composable-pattern)
2334 (tamil-composable-pattern, malayalam-composable-pattern):
2335 Add two-part vowels to "v" (vowel sign).
2336
2337 2010-04-20 Chong Yidong <cyd@stupidchicken.com>
2338
2339 * files.el (copy-directory): Handle symlinks (Bug#5982).
2340
2341 * progmodes/compile.el (compilation-next-error-function):
2342 Revert 2009-10-12 change (Bug#5983).
2343
2344 2010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2345
2346 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2347 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
2348 (Bug#5846).
2349
2350 2010-04-20 Glenn Morris <rgm@gnu.org>
2351
2352 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2353
2354 * minibuffer.el (completion-at-point): Doc fix.
2355
2356 2010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
2357
2358 Fix the version number for added files.
2359 * vc-hg.el (vc-hg-working-revision): Check if the file is
2360 registered after hg parent fails (Bug#5961).
2361
2362 2010-04-17 Glenn Morris <rgm@gnu.org>
2363
2364 * htmlfontify.el (htmlfontify-buffer)
2365 (htmlfontify-copy-and-link-dir): Autoload entry points.
2366
2367 2010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
2368
2369 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
2370 name relative to the project root (Bug#5960).
2371
2372 2010-04-16 Glenn Morris <rgm@gnu.org>
2373
2374 * vc-git.el (vc-git-print-log): Doc fix.
2375
2376 2010-04-14 Óscar Fuentes <ofv@wanadoo.es>
2377
2378 * ido.el (ido-file-internal): Fix 2009-12-02 change.
2379
2380 2010-04-14 Christoph <cschol2112@googlemail.com> (tiny change)
2381
2382 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
2383 default settings (Bug#5928).
2384
2385 2010-04-10 Glenn Morris <rgm@gnu.org>
2386
2387 * progmodes/fortran.el (fortran-match-and-skip-declaration):
2388 New function.
2389 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
2390
2391 2010-04-07 Kenichi Handa <handa@m17n.org>
2392
2393 * language/indian.el (malayalam-composable-pattern): Fix previous
2394 change (add U+0D4D "SIGN VIRAMA").
2395 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2396 (tamil-composable-pattern): Fix typo in the regexp.
2397 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2398 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2399 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2400
2401 2010-04-06 Chong Yidong <cyd@stupidchicken.com>
2402
2403 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2404 paragraph-separate (Bug#5821).
2405
2406 2010-04-05 Juri Linkov <juri@jurta.org>
2407
2408 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2409
2410 * info.el (Info-find-node-2): Comment out code that skips
2411 breadcrumbs line.
2412 (Info-mouse-follow-link): New command.
2413 (Info-link-keymap): New keymap.
2414 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2415 Return a string with links instead of inserting breadcrumbs
2416 to the Info buffer.
2417 (Info-fontify-node): Comment out code that inserts breadcrumbs.
2418 Instead of putting the `invisible' text property over the Info
2419 header, make an overlay over the Info header with the `invisible'
2420 property and `after-string' set to the string returned by
2421 `Info-breadcrumbs'.
2422
2423 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
2424
2425 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2426 Reported by monkey@sandpframing.com.
2427
2428 2010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
2429
2430 * textmodes/artist.el (artist-mode): Fix typo in docstring.
2431 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
2432
2433 2010-03-30 Kenichi Handa <handa@m17n.org>
2434
2435 * language/sinhala.el (composition-function-table): Fix regexp for
2436 the new Unicode specification.
2437
2438 * language/indian.el (devanagari-composable-pattern)
2439 (tamil-composable-pattern, kannada-composable-pattern)
2440 (malayalam-composable-pattern): Adjust for the new Unicode
2441 specification.
2442 (bengali-composable-pattern, gurmukhi-composable-pattern)
2443 (gujarati-composable-pattern, oriya-composable-pattern)
2444 (telugu-composable-pattern): New variables to cope with the new
2445 Unicode specification. Use them in composition-function-table.
2446
2447 2010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2448
2449 Make tmm-menubar work for the Buffers menu again (bug#5726).
2450 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2451 vectors rather than cons cells, as used in menu-bar-update-buffers.
2452
2453 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
2454
2455 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2456 (js-insert-and-indent): Revert 2009-08-15 change, restoring
2457 electric punctuation for "{}();,:" (Bug#5586).
2458
2459 * mail/sendmail.el (mail-default-directory): Doc fix.
2460
2461 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
2462
2463 * mail/sendmail.el (mail-default-directory): Doc fix.
2464
2465 2010-03-27 Eli Zaretskii <eliz@gnu.org>
2466
2467 * subr.el (version-regexp-alist, version-to-list)
2468 (version-list-<, version-list-=, version-list-<=)
2469 (version-list-not-zero, version<, version<=, version=): Doc fix.
2470 (Bug#5744).
2471
2472 2010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2473 Nick Roberts <nickrob@snap.net.nz>
2474
2475 * progmodes/gdb-ui.el (gdb-apple-test): New function.
2476 (gdb-init-1): Use it.
2477
2478 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2479
2480 * vc.el (vc-root-diff): Doc fix.
2481
2482 2010-03-25 Chong Yidong <cyd@stupidchicken.com>
2483
2484 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2485
2486 * simple.el (append-to-buffer): Fix last change.
2487
2488 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
2489
2490 * simple.el (append-to-buffer): Ensure that point is preserved if
2491 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
2492 (Bug#5749)
2493
2494 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2495
2496 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2497 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2498 not be present any more.
2499
2500 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
2501
2502 * faces.el (set-face-attribute): Fix typo in docstring.
2503 (face-valid-attribute-values): Reflow docstring.
2504
2505 2010-03-23 Glenn Morris <rgm@gnu.org>
2506
2507 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
2508
2509 2010-03-21 Chong Yidong <cyd@stupidchicken.com>
2510
2511 * indent.el (indent-for-tab-command): Doc fix.
2512
2513 2010-03-22 Juanma Barranquero <lekktu@gmail.com>
2514
2515 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2516 (image-dired-read-comment): Doc fix.
2517
2518 * json.el (json-object-type, json-array-type, json-key-type)
2519 (json-false, json-null, json-read-number):
2520 * minibuffer.el (completion-in-region-functions):
2521 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2522 (cal-tex-cursor-week):
2523 * emacs-lisp/trace.el (trace-function):
2524 * eshell/em-basic.el (eshell/printnl):
2525 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2526 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2527 * obsolete/levents.el (allocate-event, event-key, event-object)
2528 (event-point, event-process, event-timestamp, event-to-character)
2529 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2530 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2531 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2532 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2533 (reftex-highlight-selection): Fix typos in docstrings.
2534
2535 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
2536
2537 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2538
2539 2010-03-18 Glenn Morris <rgm@gnu.org>
2540
2541 * mail/rmail.el (rmail-highlight-face): Restore option deleted
2542 2008-02-13 without comment; mark it obsolete.
2543 (rmail-highlight-headers): Use rmail-highlight-face once more.
2544
2545 2010-03-16 Chong Yidong <cyd@stupidchicken.com>
2546
2547 * woman.el (woman2-process-escapes): Only consume the newline if
2548 the filler character is on a line by itself (Bug#5729).
2549
2550 2010-03-16 Kenichi Handa <handa@m17n.org>
2551
2552 * language/indian.el (devanagari-composable-pattern): Add more
2553 consonants.
2554
2555 2010-03-14 Michael Albinus <michael.albinus@gmx.de>
2556
2557 * net/trampver.el: Update release number.
2558
2559 2010-03-13 Glenn Morris <rgm@gnu.org>
2560
2561 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2562
2563 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
2564
2565 * net/tramp.el (tramp-find-executable):
2566 Use `tramp-get-connection-buffer'. Make the regexp for checking
2567 output of "wc -l" more robust.
2568 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2569 (tramp-open-connection-setup-interactive-shell): Remove workaround
2570 for OpenSolaris bug, it is not needed anymore.
2571
2572 2010-03-12 Glenn Morris <rgm@gnu.org>
2573
2574 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
2575
2576 2010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
2577
2578 * files.el (auto-mode-alist): Accept more verilog file patterns.
2579
2580 2010-03-09 Miles Bader <miles@gnu.org>
2581
2582 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
2583 instead of "format:"; this ensures that the output is
2584 newline-terminated.
2585
2586 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
2587
2588 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
2589 that all errors are caught, and that the return value is always a
2590 list (Bug#5692).
2591
2592 2010-03-08 Kenichi Handa <handa@m17n.org>
2593
2594 * language/misc-lang.el (windows-1256): New coding system.
2595 (cp1256): New alias of windows-1256 (bug#5690).
2596
2597 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
2598
2599 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
2600 call to rfc822-bad-address. (Bug#5692)
2601
2602 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
2603
2604 * vc-git.el (vc-git-annotate-extract-revision-at-line):
2605 Use vc-git-root as default directory for revision path (Bug#5657).
2606
2607 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
2608
2609 * calculator.el (calculator): Don't bind split-window-keep-point
2610 (Bug#5674).
2611
2612 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
2613
2614 * vc-git.el: Re-flow to fit into 80 columns.
2615 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
2616 Remove spurious `quote' element in each case alternative.
2617 (vc-git-show-log-entry): Use prog1.
2618 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
2619
2620 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2621
2622 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
2623
2624 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
2625
2626 * macros.el (insert-kbd-macro): Look up keyboard macro using the
2627 definition, not the name (Bug#5481).
2628
2629 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
2630
2631 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
2632 argument with a local variable. (Bug#5670)
2633
2634 2010-03-02 Juri Linkov <juri@jurta.org>
2635
2636 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
2637
2638 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
2639
2640 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
2641 error when FILENAME and NEWNAME are existing remote directories.
2642
2643 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
2644 parameter DIR-FLAG.
2645
2646 2010-03-02 Glenn Morris <rgm@gnu.org>
2647
2648 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
2649 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
2650
2651 2010-03-01 Kenichi Handa <handa@m17n.org>
2652
2653 * language/burmese.el (burmese-composable-pattern): Rename from
2654 myanmar-composable-pattern.
2655
2656 * international/characters.el (script-list):
2657 * international/fontset.el (script-representative-chars):
2658 Change myanmar to burmese.
2659 (otf-script-alist): Likewise.
2660 (setup-default-fontset): Likewise. Re-fix :otf spec.
2661
2662 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2663
2664 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
2665
2666 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
2667
2668 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
2669
2670 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
2671
2672 * net/tramp.el (tramp-handle-write-region): START can be a string.
2673 Take care in the checks. Reported by Dan Davison
2674 <davison@stats.ox.ac.uk>.
2675
2676 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
2677
2678 * net/dbus.el (dbus-introspect, dbus-get-property)
2679 (dbus-set-property, dbus-get-all-properties):
2680 Use `dbus-call-method' when noninteractive. (Bug#5645)
2681
2682 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
2683
2684 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
2685 * emacs-lisp/elint.el (elint-add-required-env):
2686 * calendar/icalendar.el (icalendar--add-diary-entry):
2687 * calc/calcalg2.el (math-tracing-integral):
2688 * files.el (recover-session-finish): Use with-current-buffer
2689 instead of save-excursion.
2690
2691 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
2692
2693 Fix in-buffer completion when after-change-functions modify the buffer.
2694 * minibuffer.el (completion--replace): New function.
2695 (completion--do-completion): Use it and use relative movement.
2696
2697 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
2698
2699 * international/fontset.el (setup-default-fontset): Fix :otf spec.
2700
2701 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
2702
2703 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
2704 Allow the characters _<> in the stack entry (Bug#5653).
2705
2706 2010-02-26 Kenichi Handa <handa@m17n.org>
2707
2708 * language/burmese.el: Fix entries in composition-function-table.
2709 (myanmar-composable-pattern): New variable.
2710
2711 * international/fontset.el (setup-default-fontset): Add an entry
2712 for myanmar.
2713
2714 * international/characters.el (script-list): Add Myanmar
2715 Extended-A.
2716
2717 2010-02-26 Glenn Morris <rgm@gnu.org>
2718
2719 * custom.el (custom-initialize-delay): Doc fix.
2720
2721 * mail/sendmail.el (send-mail-function): Autoload the call
2722 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
2723
2724 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
2725
2726 * files.el (hack-local-variables-filter): For eval forms, also
2727 check safe-local-variable-p (Bug#5636).
2728
2729 2010-02-24 Eduard Wiebe <usenet@pusto.de>
2730
2731 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
2732 and use c(ad)r of cddr (Bug#5640).
2733
2734 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
2735
2736 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
2737 setting the modes by `ignore-errors'. It might fail, for example
2738 if the file is not owned by the user but the group.
2739 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
2740
2741 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
2742
2743 * files.el (directory-listing-before-filename-regexp):
2744 Use stricter matching for iso-style dates, to avoid false matches with
2745 date-like filenames (Bug#5597).
2746
2747 * htmlfontify.el (htmlfontify): Doc fix.
2748
2749 * eshell/eshell.el (eshell): Doc fix.
2750
2751 * startup.el (fancy-about-screen): In mode-line, apply
2752 mode-line-buffer-id face only to the buffer name (Bug#5613).
2753
2754 2010-02-20 Kevin Ryde <user42@zip.com.au>
2755
2756 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2757 In `watcom' anchor regexp to start of line, to avoid slowness
2758 (Bug#5599).
2759
2760 2010-02-20 Eli Zaretskii <eliz@gnu.org>
2761
2762 * subr.el (remove-yank-excluded-properties): Explain in a comment
2763 why `category' property is removed.
2764
2765 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
2766
2767 * isearch.el (isearch-update-post-hook, isearch-update):
2768 Revert 2010-02-17 change.
2769
2770 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
2771
2772 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
2773 (icalendar--convert-weekly-to-ical)
2774 (icalendar--convert-yearly-to-ical)
2775 (icalendar--convert-block-to-ical)
2776 (icalendar--convert-cyclic-to-ical)
2777 (icalendar--convert-anniversary-to-ical): Take care of time
2778 specifications where hour has 1-digit only (Bug#5549).
2779
2780 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
2781
2782 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
2783 of disassemble output in GDB 7.1.
2784
2785 2010-02-19 Glenn Morris <rgm@gnu.org>
2786
2787 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
2788 property. (Bug#5593)
2789
2790 2010-02-18 Sam Steingold <sds@gnu.org>
2791
2792 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
2793
2794 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2795
2796 Use abbreviated file names in bookmarks (bug#5591).
2797 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
2798 calls to expand-file-name.
2799 (bookmark-relocate): Use abbreviated file names in bookmarks.
2800 (bookmark-load): Use abbreviated file names in messages.
2801
2802 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
2803
2804 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
2805 expand "." and "..". Reported by Thierry Volpiatto
2806 <thierry.volpiatto@gmail.com>.
2807
2808 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
2809
2810 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
2811 permissions of the temporary file to "0600". In case the remote
2812 file has no read permissions for the owner, there might be
2813 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
2814
2815 22010-02-18 Glenn Morris <rgm@gnu.org>
2816
2817 * emacs-lisp/authors.el (authors-renamed-files-alist):
2818 Add entries for INSTALL.CVS.
2819
2820 2010-02-17 Mark A. Hershberger <mah@everybody.org>
2821
2822 * vc-bzr.el: Fix typo in Known Bugs section.
2823
2824 * isearch.el (isearch-update-post-hook): New hook.
2825 (isearch-update): Use the new hook.
2826
2827 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
2828
2829 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2830 Fix errors in copying directories.
2831 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
2832 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
2833 (tramp-handle-delete-file)
2834 (tramp-handle-dired-recursive-delete-directory)
2835 (tramp-handle-write-region): Flush also the cache for the upper
2836 directory.
2837
2838 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
2839
2840 * simple.el (save-interprogram-paste-before-kill): Doc fix.
2841
2842 * cus-edit.el (hardware): Doc fix.
2843
2844 * man.el (man): Add to external custom group.
2845
2846 * delim-col.el (columns): Move to wp custom group.
2847
2848 * doc-view.el (doc-view): Add to data custom group.
2849
2850 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
2851
2852 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
2853 by ispell-parse-output (Bug#5575).
2854
2855 2010-02-16 Kenichi Handa <handa@m17n.org>
2856
2857 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
2858 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
2859 (skkdic-convert): Use `euc-japan' coding system for writing.
2860
2861 2010-02-16 Glenn Morris <rgm@gnu.org>
2862
2863 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
2864 tex-main-file before using it. (Bug#5562)
2865
2866 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2867
2868 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
2869 warnings, since it is annoying for the user to see them each time he
2870 runs the code.
2871
2872 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
2873
2874 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2875 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
2876 instead of PROC for caching "first-password-request". Otherwise,
2877 new processes would not profit from passwords already entered.
2878
2879 * net/tramp-cache.el (tramp-dump-connection-properties):
2880 Don't save "first-password-request" property.
2881
2882 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
2883
2884 * outline.el (outline-head-from-level):
2885 * simple.el (with-wrapper-hook):
2886 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
2887 (elint-defun, elint-buffer-env, elint-top-form-logged)
2888 (elint-unbound-variable):
2889 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
2890 Fix typos in docstrings.
2891
2892 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
2893
2894 * files.el (insert-directory): When WILDCARD-REGEXP and
2895 FULL-DIRECTORY-P are nil, insert the file entry instead of the
2896 whole directory. (Bug#5551)
2897
2898 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
2899 dired's alignment sanity. (Bug#5516)
2900
2901 2010-02-14 Juri Linkov <juri@jurta.org>
2902
2903 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
2904 Remove remaining ^H with their preceding chars. (Bug#5566)
2905
2906 2010-02-13 Glenn Morris <rgm@gnu.org>
2907
2908 * simple.el (transpose-subr): Give it a doc-string.
2909
2910 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
2911 Doc fixes.
2912
2913 2010-02-12 Juri Linkov <juri@jurta.org>
2914
2915 * arc-mode.el (archive-unique-fname): Make directories for nested
2916 archives. (Bug#5540)
2917
2918 2010-02-12 Juri Linkov <juri@jurta.org>
2919
2920 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
2921
2922 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2923
2924 * subr.el (copy-overlay): Handle deleted overlays.
2925
2926 * man.el (Man-completion-table): Don't signal an error if we can't run
2927 manual-program (bug#4056).
2928
2929 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
2930
2931 * textmodes/artist.el (artist-mt): Fix typos in docstring.
2932
2933 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2934
2935 * info.el (Info-bookmark-jump): Simplify.
2936
2937 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
2938 (bookmark-default-handler): Accept new bookmark field `buffer'.
2939
2940 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
2941
2942 * iswitchb.el (iswitchb-completions): Revert last change.
2943
2944 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
2945
2946 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
2947 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
2948 This prevents file names like "~/" being listed literally.
2949
2950 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2951
2952 * term/xterm.el (xterm-maybe-set-dark-background-mode):
2953 Remove dead code. (Bug#5546)
2954
2955 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
2956
2957 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
2958 correctly (Bug#5548).
2959
2960 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
2961
2962 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
2963 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
2964
2965 2010-02-08 Kenichi Handa <handa@m17n.org>
2966
2967 * international/mule-util.el (with-coding-priority): Add autoload
2968 cookie for putting `lisp-indent-function'.
2969
2970 2010-02-07 Glenn Morris <rgm@gnu.org>
2971
2972 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
2973 Move F2003 named interfaces from keywords-2 to keywords-1, and
2974 use function-name-face rather than constant-face.
2975 Simplify "abstract interface" regexp.
2976
2977 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
2978
2979 * eshell/esh-util.el (eshell-file-attributes): New optional arg
2980 ID-FORMAT. Pass it to `file-attributes'.
2981
2982 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
2983
2984 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
2985
2986 * faces.el (set-face-attribute): Allow calling
2987 internal-set-lisp-face-attribute with 'unspecified family and
2988 foundry argument (Bug#5536).
2989
2990 2010-02-07 Glenn Morris <rgm@gnu.org>
2991
2992 * progmodes/f90.el (f90-font-lock-keywords-2)
2993 (f90-looking-at-type-like, f90-looking-at-program-block-end):
2994 Handle F2003 named interfaces.
2995
2996 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
2997
2998 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
2999 beg and end before calling c-get-state-before-change-functions.
3000
3001 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
3002
3003 * vc-bzr.el (vc-bzr-dir-extra-headers):
3004 Disable the pending merges header.
3005
3006 2010-02-05 Juri Linkov <juri@jurta.org>
3007
3008 * doc-view.el (doc-view-mode):
3009 * image-mode.el (image-mode): Put property mode-class=special.
3010 (Bug#4896)
3011
3012 2010-02-05 Mark A. Hershberger <mah@everybody.org>
3013
3014 * vc-svn.el (vc-svn-revision-table): New function.
3015
3016 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
3017
3018 * net/ange-ftp.el (ange-ftp-insert-directory):
3019 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3020 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3021 Handle also directories. (Bug#5478)
3022
3023 2010-02-05 Glenn Morris <rgm@gnu.org>
3024
3025 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
3026
3027 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
3028
3029 * startup.el (command-line-1): Convert options beginning with a
3030 single dash as well (Bug#5519).
3031
3032 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
3033
3034 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
3035 * minibuffer.el (completion-initials-expand): Only check the presence
3036 of delims *within* the boundaries, since otherwise the / delim is
3037 always found for files.
3038
3039 Fix up various corner case problems.
3040 * doc-view.el (doc-view-last-page-number): New function.
3041 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
3042 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
3043 (doc-view-kill-proc): Avoid inf-loop in freak cases.
3044 (doc-view-reconvert-doc): Use the new recursive delete-directory.
3045 (doc-view-convert-current-doc): Don't create the resolution.el file
3046 here any more.
3047 (doc-view-pdf/ps->png): Do it here instead.
3048 (doc-view-already-converted-p): Check that resolution.el is present.
3049 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
3050 windows that are not yet showing images.
3051
3052 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
3053
3054 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
3055 `dired-uncache' for every elemnt which is an absolute file name.
3056
3057 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
3058 directory, handle its directory component.
3059 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
3060 function is called permanently and creates noise, otherwise.
3061
3062 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3063 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3064 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
3065
3066 2010-02-04 David Burger <dburger@google.com> (tiny change)
3067
3068 * macros.el (apply-macro-to-region-lines):
3069 Minor simplification. (Bug#5485)
3070
3071 2010-02-04 Glenn Morris <rgm@gnu.org>
3072
3073 * mail/rmail.el (rmail-show-message-1): Handle malformed
3074 quoted-printable text. (Bug#5441)
3075
3076 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
3077
3078 * simple.el (visual-line-mode): Capitalize lighter.
3079
3080 2010-02-03 John Wiegley <jwiegley@gmail.com>
3081
3082 * iswitchb.el (iswitchb-completions): Add bookmark files to the
3083 list of files considered for "virtual buffer" completions.
3084
3085 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
3086
3087 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
3088 also in case of (and (not full) (not wildcard)). This is needed,
3089 when dired is called with a list of files, which are not in
3090 `default-directory'. (Bug#5478)
3091
3092 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
3093
3094 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
3095
3096 2010-02-02 Juri Linkov <juri@jurta.org>
3097
3098 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
3099 from unidiff to allow function-line after @@.
3100
3101 2010-02-02 Juri Linkov <juri@jurta.org>
3102
3103 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
3104 '(RCS SCCS) with inverted condition.
3105
3106 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
3107
3108 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
3109 messages.
3110
3111 2010-02-01 Juri Linkov <juri@jurta.org>
3112
3113 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
3114 compare with "pkunzip" and "pkzip" instead of only "pkzip".
3115 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
3116 only when (car archive-zip-extract) is "unzip". (Bug#5475)
3117
3118 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3119
3120 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
3121 (doc-view-revert-buffer): New command.
3122 (doc-view-mode-map): Use it.
3123
3124 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
3125
3126 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
3127 pending merge is detected.
3128
3129 2010-01-31 Juri Linkov <juri@jurta.org>
3130
3131 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
3132 beginning of interactive spec like all other grep commands do.
3133 Put "all" in front of "gz". (Bug#5260)
3134
3135 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
3136
3137 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
3138
3139 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
3140
3141 * dirtrack.el (dirtrack): Warn instead of signalling error if the
3142 regexp is incorrect (Bug#5476).
3143
3144 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
3145
3146 * net/tramp.el (tramp-handle-insert-directory): Handle also
3147 symlinks, when FILENAME is not in `default-directory'.
3148
3149 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
3150
3151 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
3152 FILE is not in `default-directory'. (Bug#5478)
3153
3154 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
3155 of SWITCHES. Handle the case, FILENAME is not in
3156 `default-directory'. (Bug#5478)
3157 (tramp-register-file-name-handlers): Add safe-magic property.
3158
3159 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
3160
3161 * arc-mode.el (archive-zip-extract): Quote the argument passed to
3162 unzip (Bug#5475).
3163
3164 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
3165
3166 * progmodes/flymake.el (flymake-allowed-file-name-masks)
3167 (flymake-master-make-header-init): Add other C++ filename masks.
3168 (flymake-find-possible-master-files)
3169 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
3170
3171 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
3172
3173 Fix some busybox annoyances.
3174
3175 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
3176 not responding." string.
3177 (tramp-open-connection-setup-interactive-shell): Dump stty
3178 settings. Enable "neveropen" arg for all `tramp-send-command'
3179 calls. Handle "=" in variable values properly.
3180 (tramp-find-inline-encoding): Raise an error, when no encoding is
3181 found.
3182 (tramp-wait-for-output): Check, whether PROC buffer is available.
3183 Remove spurious " ^H" sequences, sent by busybox.
3184 (tramp-get-ls-command): Suppress coloring, if possible.
3185
3186 2010-01-28 Glenn Morris <rgm@gnu.org>
3187
3188 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
3189
3190 * log-edit.el (log-edit-strip-single-file-name): Add missing
3191 :safe, :group, and :version tags.
3192
3193 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
3194
3195 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
3196 buffers. (Bug#5477)
3197
3198 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
3199
3200 * files.el (delete-directory): Handle moving to trash without
3201 first doing recursion (Bug#5436).
3202
3203 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
3204
3205 * vc-hooks.el (vc-path): Mark as obsolete.
3206
3207 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
3208
3209 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
3210 names too.
3211
3212 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
3213 for the short log.
3214 (vc-bzr-log-view-mode): Adjust regexp for the above change.
3215
3216 2010-01-25 Mark A. Hershberger <mah@everybody.org>
3217
3218 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
3219
3220 * vc-bzr.el (vc-bzr-revision-table): New function.
3221
3222 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
3223
3224 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
3225 diff-index command. This requires at least git-1.5.5. (Bug#1589).
3226
3227 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
3228
3229 Remove support for adding --signoff on commit.
3230 Future support will use an incompatible generic mechanism.
3231 * vc-git.el (vc-git-add-signoff): Remove variable.
3232 (vc-git-toggle-signoff): Remove function.
3233 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
3234
3235 * term/xterm.el (xterm-maybe-set-dark-background-mode):
3236 Rename from xterm-set-background-mode. Return t if the background mode
3237 was set.
3238 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
3239 earlier, call it again in case the background mode has changed.
3240
3241 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
3242
3243 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
3244 (Bug#3541).
3245
3246 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
3247
3248 * emacs-lisp/assoc.el (aelement): Doc fix.
3249 (aput, adelete, amake): Use lexical-let (Bug#5450).
3250
3251 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
3252
3253 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
3254 is the same as subprogram call, not declaration. (Bug#5435).
3255
3256 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
3257
3258 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3259 (tramp-smb-maybe-open-connection): Use it.
3260
3261 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
3262
3263 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
3264
3265 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3266
3267 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3268 just because we see "encoding: 8bit".
3269 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3270
3271 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
3272
3273 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3274
3275 2010-01-22 Eli Zaretskii <eliz@gnu.org>
3276
3277 * jka-compr.el (jka-compr-load): If load-file is not in
3278 load-history, try its file-truename version. (bug#5447)
3279
3280 2010-01-21 Alan Mackenzie <acm@muc.de>
3281
3282 Fix a situation where deletion of a cpp construct throws an error.
3283 * progmodes/cc-engine.el (c-invalidate-state-cache):
3284 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3285 special cpp construct is still in the buffer.
3286 (c-parse-state): Record the special cpp with markers, not numbers.
3287
3288 2010-01-21 Kenichi Handa <handa@m17n.org>
3289
3290 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3291 process last-command-event, as it is now decoded first (Bug#5380).
3292
3293 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
3294
3295 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3296
3297 2010-01-20 Glenn Morris <rgm@gnu.org>
3298
3299 * indent.el (tab-always-indent): Fix custom-type.
3300
3301 2010-01-19 Alan Mackenzie <acm@muc.de>
3302
3303 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3304 buffer throws "args out of range".
3305 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3306 playing the role of delimiter.
3307
3308 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
3309
3310 * progmodes/ada-mode.el: Fix bug#5400.
3311 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3312 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3313 changed. Delete RECURSIVE parameter; never used. Improve doc string.
3314 Improve comments in "is" portion. Handle null procedure declaration.
3315 (ada-move-to-end): Improve doc string.
3316
3317 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
3318
3319 * ido.el (ido-cur-list): Initialize to nil.
3320 Remove obsolete information from commentary.
3321 (ido-choice-list): Initialize to nil.
3322 (ido-get-bufname): Reject minibuffers.
3323 (ido-make-buffer-list): If "default" is a nonexistent
3324 buffer, ignore it, as per the function's comment.
3325 (ido-kill-buffer-internal): New function.
3326 (ido-kill-buffer-at-head): Use it.
3327 (ido-visit-buffer): Likewise.
3328
3329 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
3330
3331 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3332
3333 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
3334
3335 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3336 Fix typos in chart titles.
3337
3338 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
3339 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
3340 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
3341 (describe-class, eieio-describe-generic, describe-generic):
3342 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
3343 (eieio-speedbar-expand):
3344 * emulation/viper-cmd.el (viper-exec-form-in-vi)
3345 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
3346 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
3347 (viper-del-backward-char-in-replace, viper-backward-indent)
3348 (viper-brac-function, viper-register-to-point, viper-submit-report):
3349 * net/tramp.el (tramp-remote-coding-commands):
3350 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
3351 Fix typos in docstrings.
3352
3353 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
3354
3355 * mail/sendmail.el (mail-yank-original): Set the mark if the
3356 specified function for yanking does not do it.
3357
3358 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
3359
3360 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
3361
3362 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
3363 resyncing a directory.
3364
3365 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
3366
3367 * progmodes/ada-mode.el: Fix bug#1920.
3368 (ada-ident-re): Delete ., allow multibyte characters.
3369 (ada-goto-label-re): New; matches goto labels.
3370 (ada-block-label-re): New; matches block labels.
3371 (ada-label-re): New; matches both.
3372 (ada-named-block-re): Deleted; callers changed to use
3373 `ada-block-label-re' instead.
3374 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
3375 Use `ada-block-label-re'.
3376 (ada-indent-on-previous-lines): Improve handling of goto labels.
3377 (ada-get-indent-block-start): Special-case block label.
3378 (ada-get-indent-label): Split into `ada-indent-block-label' and
3379 `ada-indent-goto-label'.
3380 (ada-goto-stmt-start, ada-goto-next-non-ws):
3381 Optionally ignore goto labels.
3382 (ada-goto-next-word): Simplify.
3383 (ada-indent-newline-indent-conditional): Insert newline before
3384 trying to fix indentation; doc fix.
3385
3386 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
3387
3388 * calc/calc.el (calc-command-flags): Give it an initial value.
3389
3390 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
3391
3392 * files.el (minibuffer-with-setup-hook):
3393 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
3394 (artist-key-draw-continously, artist-key-do-continously-continously)
3395 (artist-key-set-point-continously, artist-mouse-draw-continously):
3396 Fix typos in docstrings.
3397
3398 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
3399
3400 * nxml/nxml-mode.el (nxml-extend-after-change-region):
3401 Never return t (Bug#3898).
3402
3403 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
3404
3405 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
3406 can parse the output of the external commands (Bug#5279).
3407
3408 2010-01-16 Jari Aalto <jari.aalto@cante.net>
3409
3410 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
3411
3412 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
3413
3414 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
3415
3416 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
3417
3418 * startup.el (command-line): Remove unused --icon-type arg.
3419 Handle --display arg, passing it to command-line-1 (Bug#5392).
3420
3421 2010-01-16 Mario Lang <mlang@delysid.org>
3422
3423 * emacs-lisp/chart.el (chart-translate-namezone):
3424 * textmodes/artist.el (artist-compute-popup-menu-table):
3425 Remove duplicated words in doc-strings.
3426
3427 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
3428
3429 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
3430 to mairix-search to suppress threading (Bug#5342).
3431
3432 2010-01-15 Kenichi Handa <handa@m17n.org>
3433
3434 * international/mule-cmds.el (canonicalize-coding-system-name):
3435 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
3436
3437 2010-01-15 Glenn Morris <rgm@gnu.org>
3438
3439 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
3440
3441 * wid-edit.el (widget-keymap): Doc fix.
3442
3443 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
3444 former seems to be more widely accepted by various svn versions.
3445
3446 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3447
3448 * find-cmd.el (find-constituents):
3449 * vc-arch.el (vc-arch-root):
3450 * window.el (window-body-height, pop-up-frames):
3451 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
3452 * progmodes/ada-stmt.el (ada-if):
3453 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
3454 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
3455 (ispell-encoding8-command, ispell-aspell-supports-utf8)
3456 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
3457
3458 * progmodes/flymake.el (flymake-post-syntax-check):
3459 Fix typo in error message.
3460
3461 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3462
3463 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
3464 which is always a string. (Bug#5313)
3465
3466 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3467
3468 * progmodes/ada-xref.el (ada-default-prj-properties):
3469 Simplify previous change.
3470
3471 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3472
3473 * progmodes/ada-xref.el (ada-default-prj-properties):
3474 Default ada_project_path to $ADA_PROJECT_PATH.
3475
3476 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3477
3478 * progmodes/ada-mode.el (ada-create-keymap):
3479 Override `narrow-to-defun' with `ada-narrow-to-defun'.
3480
3481 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3482
3483 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
3484 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
3485 (ada-get-current-indent, ada-imenu-generic-expression)
3486 (ada-which-function): Check for it.
3487
3488 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3489
3490 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
3491 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
3492
3493 2010-01-14 Glenn Morris <rgm@gnu.org>
3494
3495 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
3496
3497 2010-01-14 Kenichi Handa <handa@m17n.org>
3498
3499 * composite.el (auto-composition-mode): Make it a buffer local
3500 variable (permanent-local).
3501 (auto-composition-function): Set the default value to
3502 auto-compose-chars.
3503 (auto-composition-mode): Make it a simple function, not a minor mode.
3504 (global-auto-composition-mode): Likewise.
3505 (turn-on-auto-composition-if-enabled): Delete it.
3506
3507 2010-01-13 Karl Fogel <kfogel@red-bean.com>
3508
3509 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
3510
3511 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
3512
3513 * files.el (copy-directory): Compute target for recursive
3514 directories with identical names. (Bug#5343)
3515
3516 2010-01-12 Glenn Morris <rgm@gnu.org>
3517
3518 * mail/emacsbug.el (report-emacs-bug-pretest-address):
3519 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
3520
3521 2010-01-11 Sam Steingold <sds@gnu.org>
3522
3523 * imenu.el (imenu-default-create-index-function): Detect infinite
3524 loops caused by imenu-prev-index-position-function.
3525
3526 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
3527
3528 * htmlfontify.el (htmlfontify-load-rgb-file)
3529 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
3530 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
3531 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
3532 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
3533 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
3534 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
3535 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
3536 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
3537 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
3538 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
3539 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
3540 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
3541 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
3542 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
3543 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
3544 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
3545 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
3546 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
3547 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
3548 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
3549 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
3550 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
3551 backslash-quoting from parentheses, etc.
3552
3553 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
3554
3555 * progmodes/js.el: Autoload javascript-mode alias.
3556
3557 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
3558
3559 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
3560 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
3561 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
3562 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
3563 Fix typos in docstrings.
3564 (ffap-url-regexp): Doc fix.
3565 (ffap-at-mouse): Fix typo in message.
3566
3567 2010-01-11 Glenn Morris <rgm@gnu.org>
3568
3569 * version.el (emacs-copyright): Set copyright year to 2010.
3570
3571 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3572
3573 * format.el (format-annotate-function): Only set
3574 write-region-post-annotation-function after running to-fn so as not to
3575 affect nested write-region calls (bug#5273).
3576
3577 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
3578
3579 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
3580 wisent/python.el.
3581
3582 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
3583
3584 * man.el (Man-goto-section): Signal error if the section is not
3585 found (Bug#5317).
3586
3587 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
3588
3589 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
3590 URLs with a leading triple slash in the file: scheme. (Bug#5345)
3591
3592 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
3593
3594 * progmodes/compile.el: Don't treat compile-command as safe if
3595 compilation-read-command might be nil (Bug#4218).
3596
3597 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
3598
3599 * startup.el (command-line-1): Use orig-argi to check for ignored X and
3600 NS options.
3601
3602 2010-01-08 Kenichi Handa <handa@m17n.org>
3603
3604 * international/fontset.el (build-default-fontset-data):
3605 Exclude characters in scripts kana, hangul, han, or cjk-misc.
3606
3607 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
3608
3609 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
3610 to `create-file-buffer' as it expects, not just a buffer name.
3611 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
3612 to help uniquify. (Bug#3224)
3613
3614 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
3615
3616 * font-setting.el (font-setting-change-default-font): Use user-spec
3617 instead of name.
3618
3619 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3620
3621 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
3622
3623 2010-01-05 Tom Tromey <tromey@redhat.com>
3624
3625 * progmodes/python.el (python-font-lock-keywords):
3626 Handle qualified decorators (Bug#881).
3627
3628 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3629
3630 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
3631 in a lightweight checkout.
3632
3633 2010-01-05 Kenichi Handa <handa@m17n.org>
3634
3635 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
3636
3637 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3638
3639 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
3640
3641 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
3642
3643 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
3644 checkouts. (Bug#618)
3645 (vc-bzr-log-view-mode): Also highlight the author.
3646 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
3647 (vc-bzr-shelve-menu-map):
3648 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
3649 (vc-bzr-shelve-apply): Make prompt more explicit.
3650
3651 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
3652
3653 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
3654 They are valid characters in URL paths (rfc3986), and at least
3655 Firefox does not understand the encoded version (Bug#3166).
3656
3657 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
3658
3659 * progmodes/octave-mod.el (octave-end-keywords)
3660 (octave-block-begin-or-end-regexp, octave-block-match-alist):
3661 Add "end" keyword (Bug#3061).
3662 (octave-end-as-array-index-p): New function.
3663 (calculate-octave-indent): Use it.
3664
3665 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3666
3667 * bookmark.el: Consistently put the text property on the bookmark name.
3668 (bookmark-bmenu-marks-width): Bump back to 2, to include
3669 annotation marks.
3670 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
3671 property on the bookmark name, instead of not putting it at all.
3672 (bookmark-bmenu-list): Fix where we put the text property.
3673
3674 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3675
3676 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
3677 for showing buffer modified state (as added in the previous change).
3678
3679 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3680
3681 * bookmark.el: Show modified state of bookmark buffer more accurately.
3682 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
3683 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
3684 (with-buffer-modified-unmodified): New macro.
3685 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3686 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
3687 Use new macro to preserve the buffer modified state.
3688
3689 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3690
3691 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3692 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
3693 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
3694 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
3695 (bookmark-bmenu-rename, bookmark-bmenu-locate)
3696 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
3697 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3698
3699 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3700
3701 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3702 Make the lines in the generated doc string shorter. (Bug#4668)
3703
3704 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
3705
3706 * net/rcirc.el: Add follow-link binding (Bug#4738).
3707
3708 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3709
3710 * Makefile.in (bzr-update): Rename from cvs-update.
3711 (cvs-update): New target for backward compatibility.
3712
3713 * makefile.w32-in (bzr-update): Rename from cvs-update.
3714 (cvs-update): New target for backward compatibility.
3715
3716 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3717
3718 * bookmark.el: Remove gratuitous gratitude.
3719
3720 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3721
3722 * bookmark.el (bookmark-bmenu-any-marks): New function
3723 (bookmark-bmenu-save): Clear buffer modification if no marks.
3724
3725 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3726
3727 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
3728 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
3729 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
3730 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
3731
3732 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
3733 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
3734 To: emacs-devel {_AT_} gnu.org
3735 Subject: bookmark.el bug report
3736 Date: Mon, 28 Dec 2009 14:19:16 +0800
3737 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
3738
3739 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3740
3741 * bookmark.el: Improvements suggested by Drew Adams:
3742 (bookmark-bmenu-ensure-position): New name for
3743 `bookmark-bmenu-check-position'. Just ensure the position,
3744 don't return any meaningful value.
3745 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
3746 New constants.
3747
3748 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
3749
3750 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
3751 (bookmark-yank-point, bookmark-bmenu-check-position):
3752 Fix typos in docstrings.
3753 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
3754 (bookmark-name-from-full-record, bookmark-get-position)
3755 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
3756 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
3757 Remove useless quoting of parenthesis, etc. in docstrings.
3758
3759 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
3760 (ediff-append-custom-diff): Fix typo in error message.
3761 (ediff-meta-mark-equal-files): Fix typos in messages.
3762
3763 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
3764
3765 * net/imap-hash.el (imap-hash-make): Doc fix.
3766 (imap-hash-test): Fix typo in error message; reflow docstring.
3767 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
3768 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
3769 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
3770 Fix typos in docstrings.
3771 (imap-hash-open-connection): Fix typo in error message.
3772
3773 * play/gomoku.el (gomoku): Fix typos in docstring.
3774
3775 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
3776 (gdb-jsonify-buffer): Fix typos in docstring.
3777 (gdb-goto-breakpoint): Fix typo in error message.
3778 ("Display Other Windows"): Fix typo in help message.
3779 (gdb-speedbar-expand-node): Fix typo in question.
3780
3781 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
3782 (idlwave-html-system-help-location, idlwave-html-help-location)
3783 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
3784 (idlwave-help-browser-generic-args, idlwave-help-directory)
3785 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
3786 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
3787 (idlwave-online-help, idlwave-help-html-link)
3788 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
3789 Fix typos in docstrings.
3790 (idlwave-help-with-source, idlwave-help-find-routine-definition):
3791 Reflow docstrings.
3792 (idlwave-help-assistant-start): Fix typo in error message.
3793
3794 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
3795 (octave-electric-space): Fix typos in docstrings.
3796
3797 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
3798
3799 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
3800
3801 2010-01-01 Juri Linkov <juri@jurta.org>
3802
3803 * comint.el (comint-input-ring-size): Make it a defcustom and
3804 increase the default to 500 (Bug#5148).
3805
3806 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
3807
3808 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
3809 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
3810 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
3811
3812 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
3813
3814 Show working revision correctly for mercurial.
3815 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
3816 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
3817
3818 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
3819
3820 Declare some functions for the byte-compiler.
3821 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
3822 (speedbar-timer-fn, speedbar-change-expand-button-char)
3823 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
3824
3825 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
3826
3827 This changeset reverts GDB Graphical Interface to use annotations.
3828 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
3829
3830 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
3831
3832 Make vc-dir work on subdirectories of the bzr root.
3833 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
3834 Return file names relative to it.
3835 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
3836 relative directory to vc-bzr-after-dir-status.
3837
3838 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
3839
3840 * font-lock.el (font-lock-refresh-defaults): New function, which
3841 can be used to let font-lock react to external changes in
3842 variables like font-lock-defaults and keywords.
3843 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
3844
3845 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
3846
3847 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
3848
3849 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
3850
3851 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
3852
3853 Supersede color.diff settings in git log (bug#5211).
3854
3855 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
3856 escape chars in its output when the user has color.diff set to `always'.
3857 This fix works on git 1.4.2 and newer (released on 2006-08-13).
3858
3859 2009-12-26 Kevin Ryde <user42@zip.com.au>
3860
3861 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
3862 node. Keep previous "Index" name to work with past coreutils too.
3863
3864 * man.el (man): Revise docstring a bit to show -a and -l as
3865 examples. Add -k description since support for it has otherwise
3866 been a secret. (Further to bug#3717.)
3867 (Man-bgproc-sentinel): When "-k foo" produces no output show error
3868 "no matches" rather than "Can't find manpage", as the latter reads
3869 like -k was interpreted as a page name, which is not so. (Bug#5431)
3870
3871 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
3872
3873 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
3874 switches. Check also for //SUBDIRED// line.
3875
3876 2009-12-25 Kenichi Handa <handa@m17n.org>
3877
3878 * language/indian.el (devanagari-composable-pattern): Fix to
3879 handle ZWNJ and ZWJ. Use it in composition-function-table for
3880 Devanagari.
3881 (malayalam-composable-pattern): Fix previous change.
3882
3883 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3884
3885 * ps-print.el (ps-face-attributes): It was not returning the
3886 attribute face for faces specified as string. Reported by harven
3887 <harven@free.fr>. (Bug#5254)
3888 (ps-print-version): New version 7.3.5.
3889
3890 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
3891
3892 * calendar/icalendar.el (icalendar--convert-tz-offset):
3893 Fix timezone names.
3894 (icalendar--convert-tz-offset): Fix the "last-day-problem".
3895 (icalendar--add-diary-entry): Remove the trailing blank that
3896 diary-make-entry inserts.
3897
3898 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
3899
3900 Make `file-expand-wildcards' work for remote files.
3901
3902 * files.el (file-expand-wildcards): In case of remote files, check
3903 only local file name part for wildcards. Provide feature 'files
3904 and subfeature 'remote-wildcards. (Bug#5198)
3905
3906 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
3907 if there is already an established connection.
3908 (tramp-advice-file-expand-wildcards): Remove it.
3909
3910 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
3911 (tramp-advice-file-expand-wildcards): Move from tramp.el.
3912 Activate advice for older GNU Emacs versions. (Bug#5237)
3913
3914 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
3915
3916 Some doc fixes (more needed).
3917
3918 * find-cmd.el (find-constituents): Reflow docstring.
3919 (find-cmd, find-prune, find-command): Fix typos in docstrings.
3920 (find-generic): Doc fix.
3921
3922 2009-12-17 Juri Linkov <juri@jurta.org>
3923
3924 Fix regression from 23.1 to allow multiple modes in Local Variables.
3925
3926 * files.el (hack-local-variables-filter): While ignoring duplicates,
3927 don't take `mode' into account.
3928 (hack-local-variables-filter, hack-dir-local-variables):
3929 Don't remove duplicate `mode' from local-variables-alist (like `eval').
3930
3931 2009-12-17 Juri Linkov <juri@jurta.org>
3932
3933 Make `dired-diff' more safe. (Bug#5225)
3934
3935 * dired-aux.el (dired-diff): Signal an error when `file' equals to
3936 `current' or when `file' is a directory of the `current' file.
3937
3938 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
3939
3940 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
3941 unconditionally preloaded files.
3942
3943 2009-12-16 Juri Linkov <juri@jurta.org>
3944
3945 Revert to old 23.1 logic of using the file at the mark as default.
3946 * dired-aux.el (dired-diff): Use the file at the mark as default
3947 if it's not the same as the current file, and the target dir is
3948 the current dir or the mark is active. Add the current file
3949 as the arg of `dired-dwim-target-defaults'. Use the default file
3950 in the prompt. (Bug#5225)
3951
3952 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
3953
3954 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
3955 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
3956 (tramp-check-for-regexp): Check also, when an echoing shell stops
3957 to echo sent commands.
3958
3959 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3960
3961 * Makefile.in: Revert last change (Bug#5191).
3962
3963 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
3964
3965 * vc-hg.el (vc-hg-print-log): Fix argument order.
3966 (vc-hg-working-revision): Make sure the command is executed in a
3967 known environment so that we can parse the output. (Bug#4417)
3968
3969 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3970
3971 * progmodes/python.el (python-symbol-completions): Remove text
3972 properties from symbol string before calling python-send-receive.
3973
3974 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
3975
3976 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
3977 when there are values for both file and line. (Bug#5060)
3978
3979 2009-12-14 Juri Linkov <juri@jurta.org>
3980
3981 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
3982 whitespace after the file name of the first line of unified format,
3983 because git-diff doesn't output whitespace and file modification time
3984 after the file name.
3985
3986 2009-12-14 David Kastrup <dak@gnu.org>
3987
3988 * info.el (Info-hide-cookies-node): Before hiding a cookie,
3989 check if it already has the `display' property added by
3990 `Info-display-images-node', and not put the `invisible' property
3991 in this case.
3992
3993 2009-12-13 Glenn Morris <rgm@gnu.org>
3994
3995 * mail/emacsbug.el (message-sort-headers): Define for compiler.
3996 (report-emacs-bug): In message-mode, sort manually before storing
3997 original report text. (Bug#5178)
3998 Remove superfluous save-excursion.
3999
4000 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
4001
4002 * net/dbus.el (dbus-property-handler): Filter lambda forms out
4003 when responding to "GetAll" properties.
4004
4005 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
4006
4007 * simple.el (compose-mail): Remove mail-setup-with-from from
4008 customization checks.
4009
4010 2009-12-12 Eli Zaretskii <eliz@gnu.org>
4011
4012 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
4013 RAR archives created on Unix systems.
4014
4015 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4016
4017 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
4018 the varalias that was accidentally removed by the 2009-11-19 change
4019 (bug#5186).
4020
4021 2009-12-12 Kenichi Handa <handa@m17n.org>
4022
4023 * language/indian.el (indian-compose-regexp): New function.
4024 (malayalam-composable-pattern): Fix the pattern.
4025 (composition-function-table): Set malayalam-composable-pattern for
4026 Malayalam characters.
4027
4028 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
4029
4030 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
4031 rather than down-mouse-1, based on follow-link conventions.
4032
4033 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
4034 are compiled.
4035
4036 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
4037
4038 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
4039 (verilog-vmm-statement-re, verilog-ovm-statement-re)
4040 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
4041 (verilog-leap-to-head, verilog-backward-token):
4042 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
4043
4044 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
4045
4046 * progmodes/verilog-mode.el (verilog-auto-lineup)
4047 (verilog-nameable-item-re): Cleanup user-visible spelling and
4048 documentation errors. One reported by Gary Delp.
4049 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
4050 (verilog-read-decls): Fix AUTOWIRE with types declared in a
4051 package, bug195. Reported by Pierre-David Pfister.
4052
4053 2009-12-11 Glenn Morris <rgm@gnu.org>
4054
4055 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
4056
4057 * mail/emacsbug.el: No longer require sendmail.
4058 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
4059 (report-emacs-bug-orig-text): Doc fix.
4060 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
4061 New local variables, to adapt to different mail-user-agents.
4062 (report-emacs-bug): Fix test for a gnu.org address.
4063 Use overlays for emphasis, since font-lock defeats 'face property.
4064 Pretest bugs also end up at the newsgroup these days.
4065 Stop message-mode stripping text properties.
4066 Set and use the new buffer-local variables.
4067 (report-emacs-bug-hook): Add doc-string.
4068 Remove some unnecessary save-excursions and simplify.
4069 Use the appropriate hook and send-command.
4070
4071 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
4072 capitalization of some menu entries.
4073
4074 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4075
4076 * whitespace.el (whitespace-display-char-on):
4077 Ensure `buffer-display-table' is unique when two or more windows are
4078 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
4079 New version 12.1.
4080
4081 2009-12-10 Eli Zaretskii <eliz@gnu.org>
4082
4083 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
4084 characters in the Attribute field.
4085
4086 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
4087
4088 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
4089
4090 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4091
4092 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
4093 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4094 Disregard autoload-excludes.
4095 (update-directory-autoloads): Obey autoload-excludes here instead.
4096 But don't store its contents in no-autoloads and remove entries that
4097 refer to excludes files.
4098
4099 2009-12-10 Glenn Morris <rgm@gnu.org>
4100
4101 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
4102 (expand-mail-aliases): Define for compiler.
4103
4104 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
4105 Define for compiler.
4106
4107 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
4108 appropriate for the mail-user-agent in use.
4109
4110 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
4111
4112 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
4113
4114 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
4115
4116 Fix short log parsing and fontification.
4117 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
4118 Fix fontification for the [merge] label.
4119
4120 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
4121
4122 Drop some properties to avoid surprises.
4123 * htmlfontify.el (hfy-ignored-properties): New defcustom.
4124 (hfy-fontify-buffer): Use it.
4125
4126 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
4127
4128 Minor cleanup.
4129 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
4130 Adjust all callers.
4131 (ffap-locate-file): Remove unused arg `dir-ok' and make other
4132 args compulsory. Adjust callers.
4133 (ffap-gopher-at-point): Remove unused var `name'.
4134
4135 Get rid of the ELCFILES abomination.
4136 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4137 (compile-elcfiles): New phony target.
4138 (compile-main): Compute ELCFILES dynamically.
4139 (compile-clean): New target to remove left-over elc files.
4140 (compile, all): Use it.
4141
4142 2009-12-09 Kenichi Handa <handa@etlken>
4143
4144 * international/mule-diag.el: Require help-mode instead of help-fns.
4145
4146 2009-12-09 Kenichi Handa <handa@m17n.org>
4147
4148 * international/mule-cmds.el (ucs-names): Supply sufficiently
4149 fine ranges instead of pre-calculating accurate ranges.
4150 Iterate with bigger gc-cons-threshold.
4151
4152 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
4153
4154 Add support for stashing a snapshot of the current tree.
4155 * vc-git.el (vc-git-stash-snapshot): New function.
4156 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
4157
4158 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
4159
4160 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
4161 instead of `(beginning|end)-of-line'.
4162
4163 2009-12-08 Glenn Morris <rgm@gnu.org>
4164
4165 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
4166
4167 * Makefile.in (ELCFILES): Regenerate.
4168
4169 2009-12-07 Juri Linkov <juri@jurta.org>
4170
4171 Don't lazy-highlight the comint output in history Isearch mode.
4172
4173 * comint.el (comint-history-isearch-search): Instead of
4174 `comint-line-beginning-position', use `comint-after-pmark-p'
4175 to check if point if before the process mark, and go to
4176 `process-mark' in this case.
4177
4178 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4179
4180 * textmodes/tex-mode.el (latex-complete)
4181 (latex-indent-or-complete): Remove.
4182 (latex-mode): Set completion-at-point-functions instead.
4183
4184 Provide a standard completion command and hook it into TAB.
4185 * minibuffer.el (completion-at-point-functions): New var.
4186 (completion-at-point): New command.
4187 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
4188 * progmodes/python.el (python-mode-map): Use completion-at-point.
4189 (python-completion-at-point): Rename from python-partial-symbol and
4190 adjust for use in completion-at-point-functions.
4191 (python-mode): Setup completion-at-point for Python completion.
4192 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
4193 extracted from lisp-complete-symbol.
4194 (lisp-complete-symbol): Use it.
4195 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
4196 setup completion-at-point for Elisp completion.
4197 (emacs-lisp-mode-map, lisp-interaction-mode-map):
4198 Use completion-at-point.
4199 * ielm.el (ielm-map): Use completion-at-point.
4200 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
4201 * progmodes/sym-comp.el: Move to...
4202 * obsolete/sym-comp.el: Move from progmodes.
4203
4204 2009-12-07 Eli Zaretskii <eliz@gnu.org>
4205
4206 Prevent save-buffer in Rmail buffers from using the coding-system
4207 of the current message, and from clobbering the encoding mnemonics
4208 in the mode line (Bug#4623).
4209
4210 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
4211 flag, too.
4212 (rmail-message-encoding): New variable.
4213 (rmail-write-region-annotate): Record the encoding of the current
4214 message in rmail-message-encoding.
4215 (rmail-after-save-hook): New function, restores the encoding of
4216 the current message after the message collection is saved.
4217
4218 2009-12-07 Juri Linkov <juri@jurta.org>
4219
4220 * progmodes/grep.el (grep-read-files): Use `completing-read'
4221 instead of `read-string'. Set its `collection' arg to
4222 `read-file-name-internal'. (Bug#4301)
4223
4224 2009-12-07 Juri Linkov <juri@jurta.org>
4225
4226 Correctly restore original Isearch point. (Bug#4994)
4227
4228 * isearch.el (isearch-mode): Move `isearch-push-state' after
4229 `(run-hooks 'isearch-mode-hook)'.
4230 (isearch-cancel): When `isearch-push-state-function' is defined,
4231 let-bind `isearch-cmds' to the first state (the last element of
4232 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
4233 function and restores the original point). Otherwise, move point
4234 to `isearch-opoint'.
4235
4236 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4237
4238 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
4239 chars that don't have names, so the table can be built much faster at
4240 run-time.
4241
4242 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
4243
4244 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
4245 change. Suggested by David Kastrup.
4246
4247 * simple.el (compose-mail): Check for incompatibilities and warn.
4248 (compose-mail-user-agent-warnings): New option.
4249
4250 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4251
4252 Support showing a single log entry from vc-annotate.
4253 * vc.el (print-log): Add a new argument: START-REVISION.
4254 (vc-print-log-internal): Add a new optional argument and
4255 pass it to the backend.
4256 (vc-print-log, vc-print-root-log): Adjust callers.
4257 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
4258 buffer already displays the requested log entry, use it.
4259 Otherwise display only the log entry in question.
4260 * vc-svn.el (vc-svn-print-log):
4261 * vc-mtn.el (vc-mtn-print-log):
4262 * vc-hg.el (vc-hg-state):
4263 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
4264 (vc-git-show-log-entry): Return t on success.
4265 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
4266 (vc-bzr-show-log-entry): Return t on success.
4267 * vc-rcs.el (vc-rcs-print-log):
4268 * vc-sccs.el (vc-sccs-print-log):
4269 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
4270
4271 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4272
4273 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
4274 Add menus to the meta mode. (Bug#5043)
4275
4276 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
4277
4278 * ediff-init.el (ediff-event-key): Use event-to-character instead of
4279 event-key.
4280
4281 * ediff.el (ediff-buffers-internal): Add unwind-protect.
4282
4283 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
4284
4285 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
4286 Berbain <raphael.berbain@gmail.com>.
4287
4288 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
4289 characters.
4290 (tramp-initial-end-of-output): New defconst.
4291 (tramp-methods, tramp-find-shell)
4292 (tramp-open-connection-setup-interactive-shell)
4293 (tramp-maybe-open-connection): Use it.
4294 (tramp-shell-prompt-pattern, tramp-wait-for-output):
4295 Handle existence of `#' and `$'.
4296
4297 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
4298 Use `tramp-initial-end-of-output'.
4299
4300 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4301
4302 Get the background mode from the terminal for xterm, and set
4303 faces accordingly.
4304 * term/xterm.el (xterm-set-background-mode): New function.
4305 (terminal-init-xterm): Use it in case xterm supports background
4306 color queries. Recompute faces after getting the background
4307 color.
4308
4309 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
4310
4311 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
4312 number comment back on its own line, for easier parsing.
4313
4314 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4315
4316 Make it work for non-file buffers (bug#5102).
4317 * doc-view.el (doc-view-current-cache-dir):
4318 Use doc-view-buffer-file-name rather than buffer-file-name.
4319 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
4320
4321 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
4322
4323 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
4324 author field is too short.
4325
4326 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
4327
4328 * vc-git.el (vc-git-print-log): Handle a limit argument.
4329 Display the short log in graph form and with labels.
4330 (vc-git-log-view-mode): Handle labels.
4331
4332 Make vc-revert change VC state from 'added to 'unregistered.
4333 * vc-git.el (vc-git-revert): Call git reset first.
4334
4335 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
4336
4337 * net/newst-backend.el, net/newst-plainview.el:
4338 * net/newst-reader.el, net/newst-ticker.el:
4339 * net/newst-treeview.el, net/newsticker.el:
4340 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
4341
4342 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
4343
4344 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
4345
4346 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
4347 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
4348 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4349 Update annotation regexp.
4350
4351 * simple.el (beginning-of-visual-line): Constrain to field
4352 boundaries (Bug#5106).
4353
4354 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
4355
4356 * xml.el (xml-substitute-numeric-entities):
4357 Move newsticker--decode-numeric-entities in newst-backend.el to
4358 xml-substitute-numeric-entities in xml.el. (Bug#5008)
4359 * net/newst-backend.el (newsticker--parse-generic-feed)
4360 (newsticker--parse-generic-items)
4361 (newsticker--decode-numeric-entities):
4362 Move newsticker--decode-numeric-entities in newst-backend.el to
4363 xml-substitute-numeric-entities in xml.el. (Bug#5008)
4364
4365 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
4366
4367 * progmodes/js.el (js--js-not): Add null to the list of values.
4368
4369 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
4370
4371 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
4372
4373 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4374
4375 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
4376 delimiter if it is at the end of the current line.
4377 (bibtex-generate-url-list): Fix docstring.
4378
4379 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4380
4381 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
4382 minibuffer's content with itself.
4383 Fold the confirm-after-completion case into the `confirm' case.
4384 (completion-pcm-word-delimiters): Add : and / to the delimiters.
4385
4386 2009-12-06 Kevin Ryde <user42@zip.com.au>
4387
4388 * ffap.el (ffap-rfc-path): Make this a defcustom since
4389 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
4390
4391 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
4392 manuals, similar to existing setup for help-mode. (Bug#3913.)
4393
4394 2009-12-05 Juri Linkov <juri@jurta.org>
4395
4396 Save and restore dired buffer's point positions too. (Bug#4880)
4397
4398 * dired.el (dired-save-positions): Return in the first element
4399 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
4400 Doc fix.
4401 (dired-restore-positions): First restore buffer's position.
4402 While restoring window's positions, check if window still displays
4403 the original buffer.
4404
4405 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
4406
4407 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
4408 if possible.
4409
4410 * shell.el (shell): Require ansi-color (Bug#5113).
4411
4412 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
4413
4414 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
4415
4416 2009-12-05 Alan Mackenzie <acm@muc.de>
4417
4418 * progmodes/cc-mode.el (c-before-hack-hook)
4419 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
4420 `c-file-style' to work again. This reversion restores the current
4421 software to its state in Emacs 23.1. (Bug#4146)
4422
4423 2009-12-05 Kevin Ryde <user42@zip.com.au>
4424
4425 * textmodes/sgml-mode.el (sgml-lexical-context):
4426 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
4427
4428 2009-12-05 Juri Linkov <juri@jurta.org>
4429
4430 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
4431 for virtual nodes. (Bug#4147)
4432 (Info-find-node-2): Set `Info-current-node-virtual' to nil
4433 when moving from a virtual node.
4434 (Info-mode-menu): Add `Info-virtual-index' to the menu.
4435 (Info-mode): Add `Info-virtual-index' to the docstring.
4436
4437 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4438
4439 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
4440 track of the buffer position of the end of a BibTeX entry as this
4441 position may change during reformatting.
4442 (bibtex-format-entry): Remove whitespace before processing
4443 numerical fields so that we recognize the latter properly.
4444 (bibtex-reformat): Do not use push which changes the global value
4445 of bibtex-entry-format.
4446 (bibtex-field-braces-alist, bibtex-field-strings-alist)
4447 (bibtex-field-re-init): Replace only space characters by regexp
4448 for whitespace.
4449 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
4450 (bibtex-initialize): Also update bibtex-strings.
4451 (bibtex-kill-field): Preserve white space at end of entry.
4452 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
4453 Update bibtex-reference-keys.
4454
4455 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4456
4457 * minibuffer.el (completion-pcm--merge-try): Also consider placing
4458 point after a star, if that's the only place where modifications can
4459 make progress.
4460
4461 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
4462
4463 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
4464 in docstrings.
4465
4466 2009-12-04 Juri Linkov <juri@jurta.org>
4467
4468 * proced.el (proced): Call `(proced-update t)' to update process
4469 information instead of only running proced-post-display-hook.
4470 (proced-send-signal): Add a leading space to the buffer name
4471 " *Marked Processes*" to make this buffer ephemeral.
4472
4473 2009-12-04 Juri Linkov <juri@jurta.org>
4474
4475 * dired.el (dired-auto-revert-buffer): New defcustom.
4476 (dired-internal-noselect): Use it.
4477
4478 2009-12-04 Juri Linkov <juri@jurta.org>
4479
4480 Change roles of modes and functions in image-mode.el (Bug#5062).
4481
4482 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
4483 in `auto-mode-alist'.
4484 (image-mode-previous-major-mode): New variable.
4485 (image-minor-mode-map): Rename from `image-mode-text-map'.
4486 (image-mode): Move graceful error-handling code from
4487 `image-minor-mode' to here. On errors call `image-mode-as-text'.
4488 (image-minor-mode): Remove all image-handling code.
4489 Replace `image-mode-text-map' with `image-minor-mode-map'.
4490 Check for `image-type' in mode-line format string.
4491 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
4492 (image-mode-as-text): New function with most code from
4493 `image-mode-maybe'.
4494 (image-toggle-display-text): Move code that removes image
4495 properties from `image-toggle-display' to here.
4496 (image-toggle-display-image): New function with code that adds
4497 image properties copied from `image-toggle-display'.
4498 (image-toggle-display): Remove most code with leaving only code
4499 that toggles between `image-mode-as-text' and `image-mode'.
4500
4501 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
4502
4503 * net/newst-treeview.el
4504 (newsticker--treeview-list-highlight-start): Restored call to
4505 save-excursion: Selected item was stuck.
4506 (newsticker--treeview-list-select): New.
4507 (newsticker--treeview-item-show-text)
4508 (newsticker--treeview-item-show)
4509 (newsticker--treeview-item-update): Use new
4510 newsticker-treeview-item-mode.
4511 (newsticker-treeview-update): Keep current item.
4512 (newsticker-treeview-next-new-or-immortal-item): Doc change.
4513 (newsticker--treeview-first-feed): Doc change.
4514 (newsticker-treeview-list-menu)
4515 (newsticker-treeview-item-menu): Add menu entries.
4516 (newsticker-treeview-item-mode): New.
4517
4518 * net/newst-backend.el (newsticker-customize): Delete other
4519 windows.
4520
4521 2009-12-04 Sam Steingold <sds@gnu.org>
4522
4523 * log-view.el (log-view-mode-map): "q" calls quit-window,
4524 like in all the other non-self-insert buffers.
4525
4526 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4527
4528 Minor cleanup.
4529 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
4530 key decoding rather than do it manually via last-input-event +
4531 ascii-character.
4532 (term-exec): Use delete-and-extract-region.
4533 (term-handle-ansi-terminal-messages): Remove unused var `end'.
4534 (term-process-pager): Remove unused var `i'.
4535 (term-dynamic-simple-complete): Make obsolete.
4536 (serial-update-config-menu): Remove unused vars `y' and `str'.
4537 (term-update-mode-line): Remove unused var `temp'.
4538
4539 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4540
4541 Limit the number of log entries displayed by default.
4542 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
4543 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
4544 using a prefix argument.
4545
4546 2009-12-03 Glenn Morris <rgm@gnu.org>
4547
4548 * progmodes/idlwave.el (class): Restore still useful declaration.
4549
4550 2009-12-03 Alan Mackenzie <acm@muc.de>
4551
4552 Enhance `c-parse-state' to run efficiently in "brace deserts".
4553
4554 * progmodes/cc-mode.el (c-basic-common-init):
4555 Call c-state-cache-init.
4556 (c-neutralize-syntax-in-and-mark-CPP): Rename from
4557 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
4558 placing `category' properties value 'c-cpp-delimiter at its boundaries.
4559
4560 * progmodes/cc-langs.el (c-before-font-lock-function):
4561 c-extend-and-neutralize-syntax-in-CPP has been renamed
4562 c-neutralize-syntax-in-and-mark-CPP.
4563
4564 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
4565 with `category' properties now, not `syntax-table' ones.
4566
4567 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
4568 enhanced (but slower) version of c-end-of-macro that won't land
4569 inside a literal or on another awkward character.
4570 (c-state-cache-too-far, c-state-cache-start)
4571 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
4572 (c-state-nonlit-pos-cache-limit, c-state-point-min)
4573 (c-state-point-min-lit-type, c-state-point-min-lit-start)
4574 (c-state-min-scan-pos, c-state-brace-pair-desert)
4575 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
4576 buffer local variables.
4577 (c-state-literal-at, c-state-lit-beg)
4578 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
4579 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
4580 (c-state-cache-top-paren, c-state-cache-after-top-paren)
4581 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
4582 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
4583 (c-renarrow-state-cache)
4584 (c-append-lower-brace-pair-to-state-cache)
4585 (c-state-push-any-brace-pair, c-append-to-state-cache)
4586 (c-remove-stale-state-cache)
4587 (c-remove-stale-state-cache-backwards, c-state-cache-init)
4588 (c-invalidate-state-cache-1, c-parse-state-1)
4589 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
4590 (c-parse-state): Enhance and refactor.
4591 (c-debug-parse-state): Amend to deal with all the new variables.
4592
4593 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
4594 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
4595 modify to use category text properties rather than syntax-table ones.
4596 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
4597 to switch off/on the syntactic paren property of C++ template
4598 delimiters using the category property.
4599 (c-with-<->-as-parens-suppressed): Macro to invoke code with
4600 template delims suppressed.
4601 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
4602 New constant/macros which apply category properties to the start
4603 and end of preprocessor constructs.
4604 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
4605 "comment out" the syntactic value of characters in preprocessor
4606 constructs.
4607 (c-with-cpps-commented-out)
4608 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
4609 with characters in all or all but one preprocessor constructs
4610 "commented out".
4611
4612 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4613
4614 * proced.el (proced-filter-alist): Use regexp-quote.
4615
4616 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
4617
4618 Cleanup.
4619 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
4620 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
4621 arguments. Expand `default-directory'.
4622
4623 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
4624 the benefit of returning an expanded localname.
4625 (tramp-tramp-file-p): Handle the case NAME is not a string.
4626
4627 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4628
4629 Add support for bzr shelve/unshelve.
4630 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4631 (vc-bzr-extra-menu-map): New variables.
4632 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
4633 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
4634 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
4635 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
4636 (vc-bzr-dir-extra-headers): Display shelves.
4637
4638 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
4639
4640 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4641
4642 * textmodes/bibtex.el (bibtex-complete-internal):
4643 Use completion-in-region.
4644 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
4645
4646 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4647
4648 Support applying stashes. Improve UI.
4649 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
4650 (vc-git-stash-apply, vc-git-stash-pop)
4651 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
4652 (vc-git-stash-menu): New functions.
4653 (vc-git-stash-menu-map): New variable.
4654 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
4655
4656 2009-12-03 Glenn Morris <rgm@gnu.org>
4657
4658 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
4659 (vc-print-log-internal): Fix previous change.
4660 (vc-revert): Correct pluralization.
4661
4662 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4663
4664 * progmodes/make-mode.el (makefile-special-targets-list): No need for
4665 it to be an alist any more.
4666 (makefile-complete): Use completion-in-region.
4667
4668 * progmodes/octave-mod.el (octave-complete-symbol):
4669 Use completion-in-region.
4670
4671 Misc cleanup.
4672 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
4673 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
4674 (idlwave-complete-class): Don't quote lambda.
4675 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
4676 (idlwave-mode-map): Move initialization into declaration.
4677 (idlwave-action-and-binding): Use backquotes.
4678 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
4679 Simplify.
4680 (idlwave-is-pointer-dereference): Remove unused var `pos'.
4681 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
4682 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
4683 `parts', and `all-parts'.
4684 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
4685 (idlwave-convert-xml-system-routine-info): Remove unused string
4686 `version-string'.
4687 (idlwave-display-user-catalog-widget): Use dolist.
4688 (idlwave-scanning-lib): Declare dynamically-scoped var.
4689 (idlwave-scan-library-catalogs): Remove unused var `flags'.
4690 (completion-highlight-first-word-only): Declare to silence bytecomp.
4691 (idlwave-popup-select): Tighten scope of `resp'.
4692 (idlwave-find-struct-tag): Remove unused var `beg'.
4693 (idlwave-after-load-rinfo-hook): Declare.
4694 (idlwave-sintern-class-info): Remove unused var `taglist'.
4695 (idlwave-find-class-definition): Remove unused var `list'.
4696 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
4697 (idlwave-what-module-find-class): Remove unused var `classes'.
4698
4699 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
4700
4701 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
4702
4703 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4704
4705 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
4706 buffers visited. Remove redundant current-buffer-saving.
4707
4708 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4709
4710 Use completion-in-buffer and remove uses of dynamic scoping.
4711 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
4712 (pascal-buffer-to-use, pascal-flag): Don't declare.
4713 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
4714 (pascal-get-completion-decl, pascal-keyword-completion):
4715 Add `pascal-str' argument, save-excursion,
4716 return the found completions, and don't filter with pascal-pred.
4717 (pascal-completion-cache): New var.
4718 (pascal-completion): Don't switch buffer any more (it was never
4719 necessary). Don't save-excursion any more (it's done by the called
4720 subroutines). Use a cache to avoid redundant computations.
4721 Use complete-with-action rather than pascal-completion-response and
4722 let it apply the predicate as well.
4723 (pascal-complete-word): Use completion-in-buffer when
4724 pascal-toggle-completions is nil.
4725 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
4726 not used any more.
4727 (pascal-comp-defun): Don't change buffer any more.
4728 Use complete-with-action rather than pascal-completion-response and
4729 let it apply the predicate as well.
4730 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
4731 when neded.
4732
4733 2009-12-02 Kenichi Handa <handa@m17n.org>
4734
4735 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
4736 shape for all Indic scripts.
4737
4738 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4739
4740 Use completion-in-buffer.
4741 * wid-edit.el (widget-field-text-end): New function.
4742 (widget-field-value-get): Use it.
4743 (widget-string-complete, widget-file-complete)
4744 (widget-color-complete): Use it and completion-in-region.
4745 (widget-complete): Don't narrow the buffer.
4746
4747 2009-12-02 Glenn Morris <rgm@gnu.org>
4748
4749 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
4750 (rmail-select-summary): Use rmail-pop-to-buffer.
4751 * mail/rmailsum.el: Replace all pop-to-buffer calls with
4752 rmail-pop-to-buffer, to prevent horizontal splits.
4753
4754 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
4755 save-excursion with save-current-buffer.
4756 Widen before searching. (Bug#5093)
4757 (diary-list-sexp-entries): Remove superfluous save-excursion.
4758
4759 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
4760
4761 * woman.el (woman-make-bufname): Handle man-pages with "." in the
4762 name. (Bug#5038)
4763
4764 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
4765
4766 * ido.el (ido-file-internal): Handle filenames at point that do
4767 not have a directory part. (Bug#5049)
4768
4769 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
4770
4771 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
4772 (mpc-songs-jump-to, mpc-resume): Doc fixes.
4773
4774 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
4775
4776 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
4777 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
4778 any more.
4779
4780 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4781
4782 * comint.el (comint-insert-input): Ignore clicks to the right of
4783 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
4784
4785 * vc.el (vc-print-log-internal): Don't wait for the process to
4786 terminate before setting up the major mode.
4787
4788 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
4789 in case.
4790
4791 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
4792 the last element.
4793
4794 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
4795
4796 2009-12-01 Glenn Morris <rgm@gnu.org>
4797
4798 * window.el (window--display-buffer-2): Fix previous changes.
4799
4800 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
4801
4802 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
4803
4804 2009-12-01 Glenn Morris <rgm@gnu.org>
4805
4806 * Makefile.in (ELCFILES): Add mpc.elc.
4807
4808 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4809
4810 * mpc.el: New file.
4811
4812 2009-12-01 Glenn Morris <rgm@gnu.org>
4813
4814 * window.el (window-to-use): Define for compiler.
4815
4816 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
4817 consistent with others (no final period).
4818
4819 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
4820 (rmail-mime-show): Downcase the encoding. (Bug#5070)
4821
4822 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
4823
4824 Make vc-print-log buttons work.
4825 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
4826
4827 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
4828
4829 * savehist.el (savehist-autosave-interval): Allow setting to nil
4830 through customize. (Bug#5056)
4831
4832 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
4833
4834 Fix references to jit-lock properties.
4835 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4836 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
4837 (perl-font-lock-special-syntactic-constructs):
4838 Quote jit-lock-defer-multiline property.
4839
4840 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
4841
4842 * vc-git.el (vc-git-registered): Call vc-git-root only once.
4843
4844 2009-11-30 Juri Linkov <juri@jurta.org>
4845
4846 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
4847 value `buffer' of `multi-isearch-next-buffer-current-function'.
4848 Use `(current-buffer)' when `buffer' is nil.
4849 (multi-isearch-next-buffer-from-list): Don't fallback to
4850 `(current-buffer)' when `buffer' is nil. (Bug#4947)
4851
4852 2009-11-30 Juri Linkov <juri@jurta.org>
4853
4854 * misearch.el (multi-isearch-read-buffers): Move canonicalization
4855 of buffers with `get-buffer' to `multi-isearch-buffers'.
4856 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4857 Canonicalize BUFFERS with `get-buffer'. Doc fix.
4858 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
4859 FILES with `expand-file-name' converting relative file names
4860 to absolute. Doc fix. (Bug#4727)
4861
4862 2009-11-30 Juri Linkov <juri@jurta.org>
4863
4864 * misearch.el (multi-isearch-read-buffers)
4865 (multi-isearch-read-matching-buffers): New functions.
4866 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4867 Use them in the `interactive' spec. Doc fix.
4868 (multi-isearch-read-files, multi-isearch-read-matching-files):
4869 New functions.
4870 (multi-isearch-files, multi-isearch-files-regexp):
4871 Use them in the `interactive' spec. Doc fix. (Bug#4725)
4872
4873 2009-11-30 Juri Linkov <juri@jurta.org>
4874
4875 * doc-view.el (doc-view-continuous):
4876 Rename from `doc-view-continuous-mode'.
4877 (doc-view-menu): Move "Toggle display" to the top.
4878 Add submenu "Continuous" with radio buttons "Off"/"On"
4879 and "Save as Default".
4880 (doc-view-scroll-up-or-next-page)
4881 (doc-view-scroll-down-or-previous-page)
4882 (doc-view-next-line-or-next-page)
4883 (doc-view-previous-line-or-previous-page):
4884 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
4885
4886 2009-11-30 Juri Linkov <juri@jurta.org>
4887
4888 * comint.el (comint-mode-map): Rebind `M-r' from
4889 `comint-previous-matching-input' to
4890 `comint-history-isearch-backward-regexp'.
4891 Unbind `M-s' to allow global key binding `M-s'.
4892 Add menu items for `comint-history-isearch-backward' and
4893 `comint-history-isearch-backward-regexp'. (Bug#3746)
4894
4895 2009-11-30 Juri Linkov <juri@jurta.org>
4896
4897 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
4898 For def=recenter, replace `recenter' with `recenter-top-bottom'
4899 that is called with `this-command' and `last-command' let-bound
4900 to `recenter-top-bottom'. When the last `def' was not `recenter',
4901 set `recenter-last-op' to nil. (Bug#4981)
4902
4903 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4904
4905 Minor cleanup and simplification.
4906 * filecache.el (file-cache-add-directory)
4907 (file-cache-add-directory-recursively)
4908 (file-cache-add-from-file-cache-buffer)
4909 (file-cache-delete-file-regexp, file-cache-delete-directory)
4910 (file-cache-files-matching-internal, file-cache-display): Use dolist.
4911 (file-cache-temp-minibuffer-message): Delete function.
4912 (file-cache-minibuffer-complete): Use minibuffer-message instead.
4913
4914 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4915 Don't signal an error when bumping into EOB in tr, s, or y.
4916
4917 2009-11-29 Juri Linkov <juri@jurta.org>
4918
4919 * startup.el (fancy-about-text): Fix wording of Guided Tour.
4920 (Bug#4960)
4921
4922 * descr-text.el (describe-char-unidata-list): Use lowercase name
4923 for "Unicode name" like in other tags.
4924
4925 2009-11-29 Juri Linkov <juri@jurta.org>
4926
4927 * ediff-util.el (ediff-minibuffer-with-setup-hook):
4928 New compatibility macro.
4929 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
4930
4931 2009-11-29 Juri Linkov <juri@jurta.org>
4932
4933 Add defcustom to define the cycling order of `recenter-top-bottom'.
4934 (Bug#4981)
4935
4936 * window.el (recenter-last-op): Doc fix.
4937 (recenter-positions): New defcustom.
4938 (recenter-top-bottom): Rewrite to use `recenter-positions'.
4939 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
4940
4941 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
4942
4943 Improve integration of Tramp and ange-ftp in eshell.
4944
4945 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
4946 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
4947 (eshell/sudo): Flatten args. Let-bind `default-directory'.
4948
4949 * eshell/esh-util.el (top): Require also Tramp when compiling.
4950 (eshell-directory-files-and-attributes): Check for FTP remote
4951 connection.
4952 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
4953 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
4954 (eshell-file-attributes): Handle ".". Return `entry'.
4955
4956 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
4957 (ange-ftp-directory-files-and-attributes)
4958 (ange-ftp-real-directory-files-and-attributes): New defuns.
4959
4960 * net/tramp.el (tramp-maybe-open-connection): Open the remote
4961 shell with "exec" when possible. This prevents trailing prompts
4962 in `start-file-process'.
4963
4964 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4965
4966 Try and remove assumptions about point-min==1.
4967 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
4968 (rng-compute-mode-line-string): Show the validation percentage in
4969 terms of the narrowed text, not the widened text.
4970 (rng-do-some-validation): Don't catch internal errors when debugging.
4971 (rng-first-error): Simplify.
4972 (rng-after-change-function): Remove work around. AFAIK the bug has
4973 been fixed a while ago.
4974
4975 * image-mode.el (image-minor-mode): Exit more gracefully when the image
4976 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
4977
4978 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
4979
4980 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
4981 `cd' doesn't always do it for us (bug#5067).
4982
4983 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
4984 on 2009-10-25 as part of some other change (bug#5067).
4985
4986 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4987
4988 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4989 `suspicious'.
4990 (byte-compile-warnings): Use byte-compile-warning-types.
4991 (byte-compile-save-excursion): Warn about use of set-buffer right
4992 after save-excursion.
4993
4994 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
4995 the excursion as well.
4996
4997 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
4998
4999 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
5000 providing a Tramp related implementation of "su" and "sudo".
5001 (eshell-unix-initialize): Add "su" and "sudo".
5002
5003 2009-11-27 Daiki Ueno <ueno@unixuser.org>
5004
5005 * net/socks.el (socks-send-command): Convert binary request to
5006 unibyte before sending. This fixes mishandling of some port
5007 numbers such as 129.
5008
5009 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5010
5011 * help.el (describe-bindings-internal): Remove `interactive'.
5012
5013 * man.el (Man-completion-table): Trim a terminating "(".
5014 Remove the space between name page a section.
5015 Add the command's description on the `help-echo' property.
5016 Remove `process-connection-type' binding since it's unused by
5017 call-process.
5018 Provide completion for the "<section> <name>" format as well.
5019 (Man-default-man-entry): Remove spurious var shadowing the argument.
5020
5021 2009-11-26 Kevin Ryde <user42@zip.com.au>
5022
5023 * log-view.el: Add "Keywords: tools", since its other keywords
5024 aren't in finder-known-keywords, and following vc.el.
5025
5026 * sha1.el (sha1-string-external): default-directory "/" in case
5027 otherwise non-existent. process-connection-type pipe for touch of
5028 efficiency recommended by elisp manual. (An aside in Bug#3911.)
5029
5030 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5031
5032 Misc coding convention cleanups.
5033 * htmlfontify.el (hfy-init-kludge-hook): Rename from
5034 hfy-init-kludge-hooks.
5035 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
5036 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
5037 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
5038 and push.
5039 (hfy-slant, hfy-weight): Use tables rather than code.
5040 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
5041 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
5042 (hfy-face-attr-for-class): Initialize `face-spec' directly.
5043 (hfy-face-to-css): Remove `nconc' with single arg.
5044 (hfy-p-to-face-lennart): Use `or'.
5045 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
5046 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
5047 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
5048 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
5049 (hfy-force-fontification): Use run-hooks.
5050
5051 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
5052
5053 Various minor fixes.
5054 * htmlfontify.el (hfy-default-header): Add toggle_invis since
5055 Javascript belongs in the header, not the body.
5056 (hfy-javascript): Remove.
5057 (hfy-fontify-buffer): Don't insert it any more.
5058 (hfy-face-at): Handle (face0 face1 face2) style face properties.
5059 Fix bug in invis handling when there were no invis props in a chunk.
5060
5061 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5062
5063 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
5064
5065 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
5066
5067 * finder.el (finder-mode-map): Add a menu.
5068
5069 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
5070
5071 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
5072 "unsigned" structs.
5073
5074 (verilog-leap-to-head, verilog-backward-token): Handle "disable
5075 fork" statement better.
5076
5077 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
5078
5079 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
5080 (verilog-delete-auto, verilog-delete-empty-auto-pair)
5081 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
5082 Reported by Clay Douglass.
5083
5084 (verilog-auto-inst, verilog-auto-star-safe)
5085 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
5086 Fix removing "// Interfaces" when saving .* expansions.
5087 Reported by Pierre-David Pfister.
5088
5089 2009-11-26 Glenn Morris <rgm@gnu.org>
5090
5091 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
5092 the scope.
5093
5094 2009-11-25 Johan Bockgård <bojohan@gnu.org>
5095
5096 * vc-annotate.el (vc-annotate-revision-previous-to-line):
5097 Really use previous revision.
5098
5099 2009-11-25 Kevin Ryde <user42@zip.com.au>
5100
5101 * man.el (Man-completion-table): default-directory "/" in case
5102 doesn't otherwise exist. process-environment COLUMNS=999 so as
5103 not to truncate long names. process-connection-type pipe to avoid
5104 any chance of hitting the pseudo-tty TIOCGWINSZ.
5105 (man): completion-ignore-case t for friendliness and since man
5106 itself is case-insensitive on the command line.
5107 Further to Bug#3717.
5108
5109 * arc-mode.el: Add "Keywords: files", so the details in its
5110 commentary can be reached from finder-by-keyword.
5111 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
5112 editing mode, but it's comms related and sgml-mode.el has "comm"
5113 on that basis too.
5114 * textmodes/bibtex-style.el: Add "Keywords: tex".
5115 * international/isearch-x.el, international/ja-dic-cnv.el:
5116 * international/ja-dic-utl.el, international/kkc.el:
5117 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
5118
5119 2009-11-25 Juri Linkov <juri@jurta.org>
5120
5121 * man.el (Man-completion-table): Modify regexp to include
5122 section names to completion strings. (Bug#3717)
5123
5124 2009-11-25 Juri Linkov <juri@jurta.org>
5125
5126 Search recursively in gzipped files. (Bug#4982)
5127
5128 * progmodes/grep.el (grep-highlight-matches): Add new options
5129 `always' and `auto'. Doc fix.
5130 (grep-process-setup): Check `grep-highlight-matches' for
5131 `auto-detect' to determine the need to compute grep defaults.
5132 Move Windows/DOS specific --colors settings handling
5133 to `grep-compute-defaults'. Check `grep-highlight-matches'
5134 to get the value of "--color=".
5135 (grep-compute-defaults): Compute `grep-highlight-matches' when it
5136 has the value `auto-detect'. Move Windows/DOS specific settings
5137 from `grep-process-setup'.
5138 (zrgrep): New command with alias `rzgrep'.
5139
5140 2009-11-25 Juri Linkov <juri@jurta.org>
5141
5142 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
5143 to nil instead of switching off view-mode. (Bug#4896)
5144
5145 2009-11-25 Juri Linkov <juri@jurta.org>
5146
5147 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
5148
5149 * mwheel.el (mwheel-scroll-up-function)
5150 (mwheel-scroll-down-function): New defvars.
5151 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
5152 `scroll-up', and `mwheel-scroll-down-function' instead of
5153 `scroll-down'.
5154
5155 * doc-view.el (doc-view-scroll-up-or-next-page)
5156 (doc-view-scroll-down-or-previous-page): Add optional ARG.
5157 Use this ARG in the call to image-scroll-up/image-scroll-down.
5158 Change `interactive' spec to "P". Goto next/previous page only
5159 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
5160 SPC/DEL case). Doc fix.
5161 (doc-view-next-line-or-next-page)
5162 (doc-view-previous-line-or-previous-page): Rename arg to ARG
5163 for consistency.
5164 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
5165 `doc-view-scroll-up-or-next-page', and buffer-local
5166 `mwheel-scroll-down-function' to
5167 `doc-view-scroll-down-or-previous-page'.
5168
5169 2009-11-25 Juri Linkov <juri@jurta.org>
5170
5171 Provide additional default values (directories at other Dired
5172 windows) via M-n in the minibuffer of some Dired commands.
5173
5174 * dired-aux.el (dired-diff, dired-compare-directories)
5175 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
5176 `minibuffer-default' in `minibuffer-with-setup-hook'.
5177 (dired-dwim-target-directory): Find a window that displays Dired
5178 buffer instead of failing when the next window is not Dired.
5179 Use `get-window-with-predicate' to find for the next Dired window.
5180 (dired-dwim-target-defaults): New function.
5181
5182 * ediff-util.el (ediff-read-file-name):
5183 Use `dired-dwim-target-defaults' to set `minibuffer-default'
5184 in `minibuffer-with-setup-hook'.
5185
5186 2009-11-25 Juri Linkov <juri@jurta.org>
5187
5188 Provide additional default values (file name at point or at the
5189 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
5190
5191 * minibuffer.el (read-file-name-defaults): New function.
5192 (read-file-name): Reset `minibuffer-default' to nil when
5193 it duplicates initial input `insdef'.
5194 Bind `minibuffer-default-add-function' to lambda that
5195 calls `read-file-name-defaults' in `minibuffer-selected-window'.
5196 (minibuffer-insert-file-name-at-point): New command.
5197
5198 * files.el (file-name-at-point-functions): New defcustom.
5199 (find-file-default): Remove defvar.
5200 (find-file-read-args): Don't use `find-file-default'.
5201 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5202 to `read-file-name'.
5203 (find-file-literally): Use `read-file-name' with
5204 `confirm-nonexistent-file-or-buffer'.
5205
5206 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
5207
5208 * dired.el (dired-read-dir-and-switches):
5209 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5210 to `read-file-name'.
5211 (dired-file-name-at-point): New function.
5212 (dired-mode): Add hook `dired-file-name-at-point' to
5213 `file-name-at-point-functions'.
5214
5215 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5216
5217 Really make the *Completions* window soft-dedicated (bug#5030).
5218 * window.el (window--display-buffer-2): Add `dedicated' argument.
5219 (display-buffer): Pass it when needed so the dedicated flag is set
5220 after calling set-window-buffer, which would otherwise reset it.
5221
5222 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5223
5224 * progmodes/meta-mode.el (meta-complete-symbol):
5225 * progmodes/etags.el (complete-tag):
5226 * mail/mailabbrev.el (mail-abbrev-complete-alias):
5227 Use completion-in-region.
5228
5229 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
5230 (dabbrev-completion): Use completion-in-region.
5231 (dabbrev--abbrev-at-point): Simplify regexp.
5232
5233 * abbrev.el (abbrev--before-point): Use word-motion functions
5234 if :regexp is not specified (bug#5031).
5235
5236 * subr.el (string-prefix-p): New function.
5237
5238 * man.el (Man-completion-cache): New var.
5239 (Man-completion-table): Use it.
5240
5241 * vc.el (vc-print-log-internal): Make `limit' optional for better
5242 compatibility (e.g. with vc-annotate.el).
5243
5244 2009-11-24 Kevin Ryde <user42@zip.com.au>
5245
5246 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
5247 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
5248
5249 * emacs-lisp/elint.el (elint-add-required-env): Better error message
5250 when .el source file not found or other error.
5251
5252 2009-11-24 Markus Triska <markus.triska@gmx.at>
5253
5254 * linum.el (linum-update-window): Ignore intangible (bug#4996).
5255
5256 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5257
5258 Handle the [back] button properly (bug#4979).
5259 * descr-text.el (describe-text-properties): Add a `buffer' argument.
5260 Use help-setup-xref, help-buffer, and with-help-window.
5261 (describe-char): Add `buffer' argument.
5262 Pass proper command to help-setup-xref. Don't meddle with
5263 help-xref-stack-item directly.
5264 (describe-text-category): Use with-help-window and help-buffer.
5265
5266 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
5267 for the displayed buffer (bug#4887).
5268
5269 * man.el (Man-completion-table): New function.
5270 (man): Use it.
5271
5272 2009-11-24 David Reitter <david.reitter@gmail.com>
5273
5274 * vc-git.el (vc-git-registered): Use checkout directory (where
5275 .git is) rather than the file's directory and a relative path spec
5276 to work around a bug in git.
5277
5278 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
5279
5280 Improve handling of processes on remote hosts.
5281
5282 * eshell/esh-util.el (eshell-path-env): New defvar.
5283 (eshell-parse-colon-path): New defun.
5284 (eshell-file-attributes): Use `eshell-parse-colon-path'.
5285
5286 * eshell/esh-ext.el (eshell-search-path):
5287 Use `eshell-parse-colon-path'.
5288 (eshell-remote-command): Remove argument HANDLER.
5289 (eshell-external-command): Check for FTP remote connection.
5290
5291 * eshell/esh-proc.el (eshell-gather-process-output):
5292 Use `file-truename', in order to start also symlinked files.
5293 Apply `start-file-process' instead of `start-process'.
5294 Shorten `command' to the local file name part.
5295
5296 * eshell/em-cmpl.el (eshell-complete-commands-list):
5297 Use `eshell-parse-colon-path'.
5298
5299 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
5300
5301 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
5302 to `eshell-directory-change-hook'.
5303
5304 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
5305
5306 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
5307 because it could be enabled automatically if view-read-only is non-nil.
5308
5309 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
5310
5311 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
5312 made on 2009-11-22.
5313
5314 2009-11-24 Glenn Morris <rgm@gnu.org>
5315
5316 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
5317 deleted variable bookmark-bmenu-bookmark-column.
5318
5319 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5320
5321 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
5322
5323 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
5324
5325 * net/browse-url.el (browse-url-filename-alist): On Windows, add
5326 two slashes to the "file:" prefix.
5327 (browse-url-file-url): De-munge Cygwin filenames before passing
5328 them to Windows browser.
5329 (browse-url-default-windows-browser): Use call-process.
5330
5331 2009-11-23 Juri Linkov <juri@jurta.org>
5332
5333 Implement DocView Continuous mode. (Bug#4896)
5334 * doc-view.el (doc-view-continuous-mode): New defcustom.
5335 (doc-view-mode-map): Bind C-n/<down> to
5336 `doc-view-next-line-or-next-page', C-p/<up> to
5337 `doc-view-previous-line-or-previous-page'.
5338 (doc-view-next-line-or-next-page)
5339 (doc-view-previous-line-or-previous-page): New commands.
5340
5341 2009-11-23 Juri Linkov <juri@jurta.org>
5342
5343 Implement Isearch in comint input history. (Bug#3746)
5344 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
5345 `isearch-mode-hook'.
5346 (comint-history-isearch): New defcustom.
5347 (comint-history-isearch-backward)
5348 (comint-history-isearch-backward-regexp): New commands.
5349 (comint-history-isearch-message-overlay): New buffer-local variable.
5350 (comint-history-isearch-setup, comint-history-isearch-end)
5351 (comint-goto-input, comint-history-isearch-search)
5352 (comint-history-isearch-message, comint-history-isearch-wrap)
5353 (comint-history-isearch-push-state)
5354 (comint-history-isearch-pop-state): New functions.
5355
5356 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
5357
5358 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
5359 return.
5360 (tramp-handle-make-symbolic-link)
5361 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
5362 Quote file names.
5363 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
5364 (tramp-handle-process-file): Use it.
5365
5366 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5367
5368 * window.el (move-to-window-line-last-op): Remove.
5369 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
5370
5371 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
5372
5373 Make M-r mirror the new cycling behavior of C-l.
5374 * window.el (move-to-window-line-last-op): New var.
5375 (move-to-window-line-top-bottom): New command.
5376 (global-map): Bind M-r move-to-window-line-top-bottom.
5377
5378 2009-11-23 Sven Joachim <svenjoac@gmx.de>
5379
5380 * dired-x.el (dired-guess-shell-alist-default):
5381 Support xz format. (Bug#4953)
5382
5383 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
5384
5385 * emulation/viper-cmd.el: Use viper-last-command-char instead of
5386 last-command-char/last-command-event.
5387 (viper-prefix-arg-value): Do correct conversion of event-char for
5388 XEmacs.
5389
5390 * emulation/viper-util.el, emulation/viper.el:
5391 Use viper-last-command-char instead of
5392 last-command-char/last-command-event.
5393
5394 * ediff-init.el, ediff-mult.el, ediff-util.el:
5395 Replace last-command-char and last-command-event
5396 with (ediff-last-command-char) everywhere.
5397
5398 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
5399 created in fundamental mode.
5400
5401 * ediff.el (ediff-version): Revert the change of interactive-p to
5402 called-interactively-p.
5403
5404 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
5405
5406 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
5407 generation from word-movement command names.
5408
5409 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
5410
5411 * cus-start.el (all): Add native condition for font-use-system-font.
5412
5413 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
5414
5415 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5416 Correct the patch from 2009-11-18. (Bug#3910)
5417
5418 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
5419
5420 * progmodes/subword.el: Rename from lisp/subword.el.
5421
5422 * subword.el: Rename to progmodes/subword.el.
5423
5424 * Makefile.in (ELCFILES): Adapt to subword.el move.
5425
5426 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5427 Stefan Monnier <monnier@iro.umontreal.ca>
5428
5429 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
5430 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
5431 (bookmark-bmenu-show-filenames): Use push.
5432 (bookmark-bmenu-hide-filenames): Use local var instead of
5433 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
5434 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
5435 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
5436 filenames now that the bookmark names are always available.
5437
5438 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5439
5440 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
5441 (bookmark-search-pattern): Move and leave unbound.
5442 (bookmark-bmenu-mode-map): Change binding.
5443 (bookmark-read-search-input): Simplify.
5444 Don't use text-char-description. Don't error on non-char events.
5445 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
5446 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
5447 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
5448 Use a local var for the timer.
5449 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
5450 (i.e. bookmark-bmenu-search).
5451
5452 2009-11-21 Glenn Morris <rgm@gnu.org>
5453
5454 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
5455
5456 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
5457
5458 * net/browse-url.el (browse-url-default-windows-browser):
5459 Use cygstart for cygwin.
5460
5461 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
5462
5463 * bookmark.el: Formatting and doc fixes only:
5464 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
5465 (bookmark-bmenu-search): Wrap to fit within 80 columns.
5466 Minor grammar and punctuation fixes in doc string.
5467 (bookmark-read-search-input): Adjust to fit within 80 columns.
5468
5469 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5470
5471 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
5472 (c-backward-into-nomenclature): Adapt to subword renaming.
5473
5474 * subword.el (subword-forward, subword-backward, subword-mark)
5475 (subword-kill, subword-backward-kill, subword-transpose)
5476 (subword-downcase, subword-upcase, subword-capitalize)
5477 (subword-forward-internal, subword-backward-internal):
5478 Rename from forward-subword, backward-subword, mark-subword,
5479 kill-subword, backward-kill-subword, transpose-subwords,
5480 downcase-subword, upcase-subword, capitalize-subword,
5481 forward-subword-internal, backward-subword-internal.
5482
5483 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5484
5485 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
5486 New options.
5487 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
5488 New vars.
5489 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
5490 (bookmark-bmenu-filter-alist-by-regexp)
5491 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
5492 (bookmark-bmenu-search): New command.
5493 (bookmark-bmenu-mode-map): Bind it.
5494
5495 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5496
5497 * progmodes/cc-cmds.el: declare-functioned forward-subword and
5498 backward-subword to quit the byte-compiler.
5499
5500 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
5501
5502 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
5503
5504 * progmodes/cc-cmds.el (c-update-modeline)
5505 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5506 Refer to subword.el functions instead of cc-subword.el.
5507
5508 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
5509 subword.el functions instead of cc-subword.el.
5510
5511 * progmodes/cc-subword.el: Rename to subword.el.
5512 * subword.el: Rename from progmodes/cc-subword.el.
5513 (subword-mode-map): Rename from c-subword-mode-map.
5514 (subword-mode): Rename from c-subword-mode.
5515 (global-subword-mode): New global minor mode.
5516 (forward-subword): Rename from c-forward-subword.
5517 (backward-subword): Rename from c-backward-subword.
5518 (mark-subword): Rename from c-mark-subword.
5519 (kill-subword): Rename from c-kill-subword.
5520 (backward-kill-subword): Rename from c-backward-kill-subword.
5521 (transpose-subwords): Rename from c-tranpose-subword.
5522 (downcase-subword): Rename from c-downcase-subword.
5523 (capitalize-subword): Rename from c-capitalize-subword.
5524 (forward-subword-internal): Rename from c-forward-subword-internal.
5525 (backward-subword-internal): Rename from c-backward-subword-internal.
5526
5527 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
5528
5529 * vc.el (vc-deduce-fileset): Allow non-state changing operations
5530 from a dired buffer.
5531 (vc-dired-deduce-fileset): New function.
5532 (vc-root-diff, vc-print-root-log): Use it.
5533
5534 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
5535 nil LIMIT argument to vc-print-log-internal.
5536
5537 2009-11-20 Glenn Morris <rgm@gnu.org>
5538
5539 * Makefile.in (ELCFILES): Regenerate.
5540
5541 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
5542
5543 * calc/calc.el (calc-set-mode-line):
5544 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5545 (math-format-number): Rename `math-format-complement-signed' to
5546 `math-format-twos-complement'.
5547
5548 * calc/calc-bin.el (math-format-twos-complement): Rename from
5549 math-format-complement-signed.
5550 (calc-radix): Rename `calc-complement-signed-mode' to
5551 `calc-twos-complement-mode'.
5552 (calc-octal-radix, calc-hex-radix): Add an argument for
5553 two's complement.
5554
5555 * calc/calc-embed.el (calc-embedded-mode-vars):
5556 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5557
5558 * calc/calc-ext.el (calc-init-extensions):
5559 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5560 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
5561
5562 * calc/calc-units.el (math-build-units-table-buffer):
5563 Let `calc-twos-complement-mode' be nil.
5564
5565 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
5566 entries.
5567
5568 * calc/calc-vec.el (calcFunc-vunpack):
5569 * calc/calc-aent.el (calc-do-calc-eval):
5570 * calc/calc-forms.el (math-format-date):
5571 * calc/calc-graph.el (calc-graph-plot):
5572 * calc/calc-math.el (math-use-emacs-fn):
5573 * calc/calccomp.el (math-compose-expr):
5574 Let `calc-twos-complement-mode' be nil.
5575
5576 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5577
5578 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
5579 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
5580 * minibuffer.el (completion-in-region-functions): New hook.
5581 (completion-in-region): New function.
5582 * emacs-lisp/lisp.el (lisp-complete-symbol):
5583 * pcomplete.el (pcomplete-std-complete): Use it.
5584
5585 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5586
5587 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
5588 (latex-complete-alist): New vars.
5589 (latex-string-prefix-p, latex-complete-bibtex-keys)
5590 (latex-complete-envnames, latex-complete-refkeys)
5591 (latex-complete-data): New functions.
5592 (latex-complete, latex-indent-or-complete): New commands.
5593
5594 * window.el (display-buffer-mark-dedicated): New var.
5595 (display-buffer): Obey it.
5596 * minibuffer.el (minibuffer-completion-help): Use it.
5597
5598 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
5599
5600 * filecache.el (file-cache-add-file): Use push and cons.
5601 (file-cache-delete-file-regexp): Use push.
5602 (file-cache-complete): Use completion-in-region.
5603
5604 * simple.el (with-wrapper-hook): Fix thinko.
5605
5606 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
5607 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
5608 Use with-current-buffer and string-to-number.
5609 (hfy-fallback-colour-values): Use assoc-string.
5610 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
5611 (hfy-face-at): Remove unused var `found-face'.
5612 (hfy-compile-stylesheet): Remove unused var `css'.
5613 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
5614 and `orig-buffer'.
5615 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
5616 Use with-current-buffer.
5617 (hfy-text-p): Use expand-file-name and fewer setq.
5618
5619 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
5620
5621 * htmlfontify.el, hfy-cmap.el: New files.
5622
5623 2009-11-19 Juri Linkov <juri@jurta.org>
5624
5625 * minibuffer.el (completions-format): New defcustom.
5626 (completion--insert-strings): Implement vertical format.
5627
5628 * simple.el (switch-to-completions): Move point to the first
5629 completion when point was at the beginning of the buffer.
5630
5631 2009-11-19 Juri Linkov <juri@jurta.org>
5632
5633 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
5634
5635 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
5636
5637 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
5638
5639 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
5640 (mail-signature): Change default to t.
5641 (mail-from-style): Deprecate `system-default' value.
5642 (mail-insert-from-field): For default value of mail-from-style,
5643 default to `angles' unless `angles' needs quoting and `parens'
5644 does not.
5645 (mail-citation-prefix-regexp): Use citation regexp from
5646 message-mode.
5647
5648 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
5649
5650 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5651 Set variables for computing the prompt for reading password.
5652
5653 2009-11-19 Glenn Morris <rgm@gnu.org>
5654
5655 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
5656
5657 * textmodes/flyspell.el (sgml-lexical-context): Declare.
5658
5659 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
5660 (newsticker-treeview-listwindow-height): Fix custom type.
5661
5662 2009-11-19 Kenichi Handa <handa@m17n.org>
5663
5664 * descr-text.el (describe-char-padded-string): Compose with TAB
5665 only if there's a font for CH.
5666 (describe-char): Fix the condition for detecting a trivial composition.
5667
5668 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
5669
5670 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
5671 more accurate version of the regexp. (Bug#3910)
5672
5673 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
5674
5675 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
5676
5677 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
5678
5679 * font-setting.el (font-use-system-font): Declare for byte-compiler.
5680 (font-setting-change-default-font): Fix typo in docstring.
5681
5682 2009-11-18 Alan Mackenzie <acm@muc.de>
5683
5684 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
5685
5686 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5687
5688 * font-setting.el (font-use-system-font): Move ...
5689
5690 * cus-start.el (all): ... to here.
5691
5692 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
5693
5694 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
5695 Don't set `ad-return-value' if `ad-do-it' doesn't.
5696
5697 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
5698 modification time.
5699
5700 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5701
5702 * menu-bar.el: Put "Use system font" in Option-menu.
5703 (menu-bar-options-save): Add font-use-system-font.
5704
5705 * loadup.el: If feature system-font-setting or font-render-setting is
5706 there, load font-setting.
5707
5708 * Makefile.in (ELCFILES): Add font-settings.el.
5709 * font-setting.el: New file.
5710
5711 2009-11-17 Glenn Morris <rgm@gnu.org>
5712
5713 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
5714
5715 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
5716 Preserve point in the list buffer. (Bug#4939)
5717 Use point-at-eol.
5718 (newsticker--treeview-list-update-highlight)
5719 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
5720
5721 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5722
5723 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
5724 Remove.
5725
5726 * calc/calc-ext.el (calc-init-extensions): Remove references to
5727 symclip.
5728
5729 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
5730
5731 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5732 * calc/calc-help.el (calc-b-prefix-help): Remove references to
5733 `calc-symclip'.
5734
5735 2009-11-16 Kevin Ryde <user42@zip.com.au>
5736
5737 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5738 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
5739
5740 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
5741 (lm-keywords-list): Allow comma-only separator like "foo,bar".
5742 Ignore trailing spaces by omit-nulls to split-string (fixing
5743 regression from Emacs 21 due to the incompatible split-string
5744 change). (Bug #4928.)
5745
5746 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
5747
5748 * vc.el (vc-log-show-limit): Default to 2000.
5749 (vc-print-log-internal): Insert buttons to request more entries
5750 when limiting the output.
5751
5752 * vc-sccs.el (vc-sccs-print-log):
5753 * vc-rcs.el (vc-rcs-print-log):
5754 * vc-cvs.el (vc-cvs-print-log):
5755 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
5756 LIMIT is non-nil.
5757
5758 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5759
5760 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
5761 error when `tramp-gvfs-dbus-event-vector' is set.
5762 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
5763
5764 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5765
5766 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
5767
5768 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5769
5770 * net/dbus.el (dbus-unregister-service): New defun.
5771 (dbus-register-property): Register the handlers of
5772 "org.freedesktop.DBus.Properties" for SERVICE.
5773 (dbus-property-handler): Fix docstring.
5774
5775 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5776
5777 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
5778 Quote doc string reference in defvaralias as it is not in special form.
5779 (byte-compile-output-docform): Doc fix.
5780
5781 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5782
5783 * calc/calc.el (math-2-word-size, math-half-2-word-size)
5784 (calc-complement-signed-mode): New variables.
5785 (calc-set-mode-line): Add indicator for twos-complements.
5786 (math-format-number): Format twos-complement notation.
5787
5788 * calc/calc-bin.el (calc-word-size): Reset the variables
5789 `math-2-word-size' and `math-half-2-word-size'.
5790 (math-format-complement-signed, math-symclip, calcFunc-symclip)
5791 (calc-symclip): New functions.
5792
5793 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
5794
5795 * calc/calc-embed.el (calc-embedded-mode-vars):
5796 Add `calc-complement-signed-mode' to the list of modes.
5797
5798 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
5799 (calc-b-oper-keys): Add `calc-symclip' to list.
5800
5801 * calc/calc-ext.el (math-read-number-fancy): Read complement
5802 signed numbers.
5803 (calc-init-extensions): Add binding for `calc-symclip'.
5804 Add autoload for `calcFunc-symclip' and `calc-symclip'.
5805
5806 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
5807 `calc-symclip'.
5808 (calc-modes-menu): Add item for twos complement mode.
5809
5810 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
5811
5812 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5813
5814 * register.el (jump-to-register, insert-register): Handle Semantic
5815 tags. From commented-out advice in semantic/senator.el.
5816
5817 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
5818
5819 * vc.el (vc-log-show-limit): New variable.
5820 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
5821 when using a prefix argument.
5822 (vc-print-log-internal): Add new argument LIMIT.
5823
5824 * vc-svn.el (vc-svn-print-log):
5825 * vc-mtn.el (vc-mtn-print-log):
5826 * vc-hg.el (vc-hg-print-log):
5827 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
5828 pass it to the log command when set. Make the BUFFER argument
5829 non-optional.
5830
5831 * vc-sccs.el (vc-sccs-print-log):
5832 * vc-rcs.el (vc-rcs-print-log):
5833 * vc-git.el (vc-git-print-log):
5834 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
5835 ignore it. Make the BUFFER argument non-optional
5836
5837 * bindings.el (mode-line-buffer-identification): Do not purecopy.
5838
5839 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5840
5841 * dired.el (dired-mode-map): Move encryption items to "Operate"
5842 menu (Bug#4703).
5843
5844 * strokes.el (strokes-update-window-configuration): Make strokes
5845 buffer current before erasing (Bug#4906).
5846
5847 2009-11-15 Juri Linkov <juri@jurta.org>
5848
5849 * simple.el (set-mark-default-inactive): Add :type, :group
5850 and :version. (Bug#4876)
5851
5852 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
5853
5854 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
5855 (archive-unique-fname): ... here. (Bug#4929)
5856
5857 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5858
5859 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
5860 with a real fix.
5861
5862 * novice.el (disabled-command-function): Add useful args.
5863 Setup the help buffer so that [back] works.
5864 Remove redundant call to help-mode.
5865 (disabled-command-function): Use `case'.
5866 (en/disable-command): New function extracted from enable-command.
5867 (enable-command, disable-command): Use it.
5868
5869 2009-11-14 Glenn Morris <rgm@gnu.org>
5870
5871 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
5872 constants. (Bug#4913)
5873
5874 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
5875
5876 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5877
5878 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
5879 defined in C that have no doc-strings. (Bug#1063)
5880
5881 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
5882
5883 * cus-edit.el (data, files):
5884 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
5885
5886 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
5887
5888 * simple.el (shell-command): Doc fix (Bug#4891).
5889
5890 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
5891
5892 2009-11-14 Glenn Morris <rgm@gnu.org>
5893
5894 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
5895 statements for vc-diff, emerge-quit, and rmail-cease-edit.
5896 If they are already loaded, eval-after-load will do the right thing.
5897
5898 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
5899 compiling.
5900
5901 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
5902
5903 * simple.el (x-selection-owner-p): Declare.
5904 (read-mail-command): Use custom radio type rather than choice.
5905 (completion-no-auto-exit): Doc fix.
5906
5907 * custom.el (defgroup):
5908 * epg-config.el (epg): Doc fixes.
5909
5910 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
5911
5912 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
5913 * international/ccl.el (define-ccl-program): Do not purecopy the
5914 docstring, defconst does it anyway.
5915
5916 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5917
5918 * add-log.el (add-change-log-entry): Avoid displaying the changelog
5919 a second time.
5920
5921 * x-dnd.el (x-dnd-maybe-call-test-function):
5922 * window.el (split-window-vertically):
5923 * whitespace.el (whitespace-help-on):
5924 * vc-rcs.el (vc-rcs-consult-headers):
5925 * userlock.el (ask-user-about-lock-help)
5926 (ask-user-about-supersession-help):
5927 * type-break.el (type-break-force-mode-line-update):
5928 * time-stamp.el (time-stamp-conv-warn):
5929 * terminal.el (te-set-output-log, te-more-break, te-filter)
5930 (te-sentinel, terminal-emulator):
5931 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
5932 (term-write-input-ring, term-check-source, term-start-output-log):
5933 (term-display-buffer-line, term-dynamic-list-completions):
5934 (term-ansi-make-term, serial-term):
5935 * subr.el (selective-display):
5936 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5937 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
5938 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
5939 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
5940 (speedbar-remove-localized-speedbar-support)
5941 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
5942 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
5943 (speedbar-buffers-line-directory):
5944 * simple.el (shell-command-on-region, append-to-buffer)
5945 (prepend-to-buffer):
5946 * shadowfile.el (shadow-save-todo-file):
5947 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
5948 (scroll-bar-maybe-set-window-start):
5949 * sb-image.el (speedbar-image-dump):
5950 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
5951 (load-save-place-alist-from-file):
5952 * ps-samp.el (ps-print-message-from-summary):
5953 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
5954 (ps-background-image, ps-begin-job, ps-do-despool):
5955 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
5956 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
5957 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
5958 (pr-call-process, pr-file-list, pr-interface-save):
5959 * novice.el (disabled-command-function)
5960 (enable-command, disable-command):
5961 * mouse.el (mouse-buffer-menu-alist):
5962 * mouse-copy.el (mouse-kill-preserving-secondary):
5963 * macros.el (kbd-macro-query):
5964 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
5965 * informat.el (batch-info-validate):
5966 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
5967 * hippie-exp.el (try-expand-dabbrev-visible):
5968 * help-mode.el (help-make-xrefs):
5969 * help-fns.el (describe-variable):
5970 * generic-x.el (bat-generic-mode-run-as-comint):
5971 * finder.el (finder-mouse-select):
5972 * find-dired.el (find-dired-sentinel):
5973 * filesets.el (filesets-file-close):
5974 * files.el (list-directory):
5975 * faces.el (list-faces-display, describe-face):
5976 * facemenu.el (list-colors-display):
5977 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
5978 * epg.el (epg--process-filter, epg-cancel):
5979 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
5980 (epa--read-signature-type):
5981 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
5982 (emerge-file-names):
5983 * ehelp.el (electric-helpify):
5984 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
5985 * ediff-vers.el (rcs-ediff-view-revision):
5986 * ediff-util.el (ediff-setup):
5987 * ediff-mult.el (ediff-append-custom-diff):
5988 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
5989 (ediff-wordify):
5990 * echistory.el (Electric-command-history-redo-expression):
5991 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5992 * disp-table.el (describe-display-table):
5993 * dired.el (dired-find-buffer-nocreate):
5994 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
5995 * dabbrev.el (dabbrev--same-major-mode-p):
5996 * chistory.el (list-command-history):
5997 * apropos.el (apropos-documentation):
5998 * allout.el (allout-obtain-passphrase):
5999 (allout-copy-exposed-to-buffer):
6000 (allout-verify-passphrase): Use with-current-buffer.
6001
6002 2009-11-13 Glenn Morris <rgm@gnu.org>
6003
6004 * Makefile.in (ELCFILES): Regenerate.
6005
6006 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
6007
6008 * net/dbus.el (dbus-registered-objects-table): Rename from
6009 `dbus-registered-functions-table', because it contains also properties.
6010 (dbus-unregister-object): Unregister also properties.
6011 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6012 Use a timeout of 500 msec, in order to not block.
6013 (dbus-register-property, dbus-property-handler): New defuns.
6014
6015 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6016
6017 * simple.el (minibuffer-default-add-completions): Drop deprecated
6018 4th arg.
6019
6020 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
6021
6022 * textmodes/artist.el (artist-mouse-choose-operation):
6023 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
6024 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
6025 (artist-compute-up-event-key): New function.
6026 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
6027
6028 2009-11-13 Kenichi Handa <handa@m17n.org>
6029
6030 * language/japan-util.el: Make sure that the value of jisx0208
6031 property is jisx0208 character.
6032
6033 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
6034
6035 * international/mule.el (auto-coding-regexp-alist): Only purecopy
6036 car or each item, not the whole list.
6037
6038 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
6039
6040 * minibuffer.el (minibuffer-completion-help):
6041 Use minibuffer-hide-completions.
6042
6043 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
6044
6045 * dired.el (dired-save-positions, dired-restore-positions): New funs.
6046 (dired-revert): Use them (bug#4880).
6047
6048 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6049
6050 * tooltip.el (tooltip-frame-parameters): Undo previous change.
6051
6052 2009-11-12 Juri Linkov <juri@jurta.org>
6053
6054 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
6055 New functions.
6056 (find-file-literally-at-point): Alias of `ffap-literally'.
6057
6058 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6059
6060 * textmodes/ispell.el (ispell-skip-region-alist):
6061 * textmodes/css-mode.el (auto-mode-alist):
6062 * progmodes/compile.el (auto-mode-alist):
6063 * international/mule.el (ctext-non-standard-encodings-alist)
6064 (ctext-non-standard-encodings-regexp):
6065 * simple.el (shell-command-switch, text-read-only):
6066 * replace.el (occur-mode-map):
6067 * paths.el (rmail-file-name):
6068 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
6069 * find-file.el (ff-special-constructs):
6070 * files.el (file-name-handler-alist):
6071 * composite.el: Purecopy strings.
6072
6073 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
6074
6075 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6076
6077 * widget.el (define-widget): Purecopy the docstring.
6078 * international/mule-cmds.el (charset): Do not purecopy the
6079 docstring here, define-widget does it.
6080
6081 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6082 * textmodes/bibtex-style.el (auto-mode-alist):
6083 * progmodes/inf-lisp.el (inferior-lisp-prompt):
6084 * progmodes/compile.el (compile-command):
6085 * language/korea-util.el (default-korean-keyboard):
6086 * international/mule-conf.el (file-coding-system-alist):
6087 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
6088 * tooltip.el (tooltip-frame-parameters):
6089 * newcomment.el (comment-end, comment-padding):
6090 * dired.el (dired-trivial-filenames):
6091 * comint.el (comint-file-name-prefix): Purecopy initial values.
6092
6093 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
6094
6095 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
6096 (tramp-advice-minibuffer-electric-tilde): Unload advices via
6097 `tramp-unload'.
6098 (tramp-advice-make-auto-save-file-name)
6099 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
6100 after removing the advice.
6101
6102 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6103
6104 * progmodes/grep.el (grep-regexp-alist):
6105 * international/mule-cmds.el (iso-2022-control-alist):
6106 * emacs-lisp/timer.el (timer-duration-words):
6107 * subr.el (version-separator, version-regexp-alist):
6108 * minibuffer.el (completion-styles-alist):
6109 * faces.el (face-attribute-name-alist, list-faces-sample-text):
6110 Change defvars to defconsts.
6111
6112 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
6113 * loadup.el ("international/mule-conf"): Load the byte compiled version.
6114 * international/mule-conf.el: Allow to be byte compiled.
6115
6116 * international/mule.el (define-charset): Purecopy props.
6117 (load-with-code-conversion): Purecopy doc string and file name.
6118 (put-charset-property): Purecopy strings.
6119 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
6120
6121 * international/mule-cmds.el (register-input-method): Purecopy arguments.
6122 (define-char-code-property): Correctly purecopy the table.
6123
6124 * international/ccl.el (define-ccl-program): Purecopy the docstring.
6125
6126 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
6127
6128 * subr.el (add-hook): Purecopy strings.
6129 (eval-after-load): Purecopy load-history-regexp and the form.
6130
6131 * custom.el (custom-declare-group): Purecopy load-file-name.
6132
6133 * subr.el (menu-bar-separator): New defconst.
6134 * net/eudc.el (eudc-tools-menu):
6135 * international/mule-cmds.el (set-coding-system-map)
6136 (mule-menu-keymap):
6137 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6138 * vc-hooks.el (vc-menu-map):
6139 * replace.el (occur-mode-map):
6140 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
6141 (menu-bar-edit-menu, menu-bar-goto-menu)
6142 (menu-bar-custom-menu, menu-bar-showhide-menu)
6143 (menu-bar-options-menu, menu-bar-tools-menu)
6144 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
6145 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
6146 (menu-bar-help-menu):
6147 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
6148 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
6149
6150 * term/x-win.el (x-gtk-stock-map):
6151 * progmodes/vera-mode.el (auto-mode-alist):
6152 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6153 (inferior-lisp-program, inferior-lisp-load-command):
6154 * progmodes/hideshow.el (hs-special-modes-alist):
6155 * progmodes/gud.el (same-window-regexps):
6156 * progmodes/grep.el (grep-program, find-program, xargs-program):
6157 * net/telnet.el (same-window-regexps):
6158 * net/rlogin.el (same-window-regexps):
6159 * language/ethiopic.el (font-ccl-encoder-alist):
6160 * vc-sccs.el (vc-sccs-master-templates):
6161 * vc-rcs.el (vc-rcs-master-templates):
6162 * subr.el (cl-assertion-failed):
6163 * simple.el (next-error-overlay-arrow-position):
6164 * lpr.el (lpr-command):
6165 * locate.el (locate-ls-subdir-switches):
6166 * info.el (same-window-regexps, info)
6167 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
6168 * image-mode.el (image-mode, auto-mode-alist):
6169 * hippie-exp.el (hippie-expand-ignore-buffers):
6170 * format.el (format-alist):
6171 * find-dired.el (find-ls-subdir-switches, find-grep-options)
6172 (find-name-arg):
6173 * facemenu.el (facemenu-keybindings):
6174 * dired.el (dired-listing-switches, dired-chown-program):
6175 * diff.el (diff-switches, diff-command):
6176 * cus-edit.el (same-window-regexps):
6177 * bindings.el (mode-line-mule-info)
6178 (mode-line-buffer-identification): Purecopy strings.
6179
6180 2009-11-11 Juri Linkov <juri@jurta.org>
6181
6182 * simple.el (dired-get-filename) <declare-function>:
6183 Tell the byte-compiler about dired-get-filename.
6184 (shell-command): In Dired mode, get filename from the current line
6185 as the default value.
6186
6187 2009-11-10 Glenn Morris <rgm@gnu.org>
6188
6189 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
6190 * calendar/holidays.el, progmodes/cperl-mode.el:
6191 Update x-popup-menu declarations.
6192
6193 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
6194 (list-load-path-shadows): Use dolist.
6195 (list-load-path-shadows): Use with-current-buffer.
6196
6197 2009-11-10 Juri Linkov <juri@jurta.org>
6198
6199 * minibuffer.el (read-file-name): Support a list of default values
6200 in `default-filename'. Use the first file name where only one
6201 element is required. Doc fix.
6202
6203 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
6204
6205 * net/dbus.el (dbus-unregister-object): Release service, if no
6206 other method is registered for it.
6207
6208 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
6209
6210 * bookmark.el (bookmark-completing-read): Sort bookmark names if
6211 bookmark-sort-flag is non-nil (Bug#4653).
6212
6213 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
6214
6215 * emulation/cua-base.el: Add CUA property to some CC mode commands
6216 (Bug#4100).
6217
6218 2009-11-08 Kevin Ryde <user42@zip.com.au>
6219
6220 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
6221 at end of sentence (Bug#4818).
6222
6223 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
6224
6225 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6226 Handle "see declaration of" MSFT statements (Bug#4100).
6227
6228 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
6229
6230 * net/tramp.el (tramp-advice-make-auto-save-file-name)
6231 (tramp-advice-file-expand-wildcards): Unload via
6232 `ad-remove-advice'.
6233
6234 * net/trampver.el: Update release number.
6235
6236 2009-11-08 Kevin Ryde <user42@zip.com.au>
6237
6238 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
6239 `ad-do-it'.
6240
6241 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
6242
6243 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
6244 in order to keep context in SELinux.
6245
6246 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
6247
6248 * dired-aux.el (dired-query): Place cursor in echo area and allow
6249 C-g.
6250
6251 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
6252 menu item if not on a directory (Bug#4701).
6253
6254 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
6255
6256 Sync with Tramp 2.1.17.
6257
6258 * net/tramp.el (tramp-handle-copy-directory): Don't use
6259 `file-remote-p' (due to compatibility).
6260
6261 * net/tramp-compat.el (tramp-compat-copy-directory)
6262 (tramp-compat-delete-directory): New defuns.
6263
6264 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6265 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6266 Use `tramp-compat-delete-directory'.
6267
6268 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6269 (tramp-smb-handle-delete-directory):
6270 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
6271
6272 * net/trampver.el: Update release number.
6273
6274 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
6275
6276 * tar-mode.el (tar-copy): Call write-region on the right buffer
6277 (Bug#4857).
6278
6279 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
6280 by hand, if necessary (Bug#4878).
6281
6282 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
6283
6284 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
6285 align size column (Bug#4839).
6286
6287 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
6288 statement.
6289
6290 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6291
6292 * progmodes/ld-script.el (auto-mode-alist):
6293 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
6294
6295 * cus-face.el (custom-declare-face): Purecopy face spec.
6296
6297 2009-11-06 Kenichi Handa <handa@m17n.org>
6298
6299 * international/uni-bidi.el: Re-generated.
6300 * international/uni-category.el: Re-generated.
6301 * international/uni-combining.el: Re-generated.
6302 * international/uni-mirrored.el: Re-generated.
6303
6304 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6305
6306 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
6307 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
6308 (tex-start-options, slitex-run-command, latex-run-command)
6309 (tex-run-command, tex-directory):
6310 * textmodes/ispell.el (ispell-html-skip-alists)
6311 (ispell-tex-skip-alists, ispell-tex-skip-alists):
6312 * textmodes/fill.el (adaptive-fill-first-line-regexp):
6313 (adaptive-fill-regexp):
6314 * textmodes/dns-mode.el (auto-mode-alist):
6315 * progmodes/python.el (interpreter-mode-alist):
6316 * progmodes/etags.el (tags-compression-info-list):
6317 * progmodes/etags.el (tags-file-name):
6318 * net/browse-url.el (browse-url-galeon-program)
6319 (browse-url-firefox-program):
6320 * mail/sendmail.el (mail-signature-file)
6321 (mail-citation-prefix-regexp):
6322 * international/mule-conf.el (eight-bit):
6323 * international/latexenc.el (latex-inputenc-coding-alist):
6324 * international/fontset.el (x-pixel-size-width-font-regexp):
6325 * emacs-lisp/warnings.el (warning-type-format):
6326 * emacs-lisp/trace.el (trace-buffer):
6327 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
6328 (emacs-lisp-mode-map):
6329 * calendar/holidays.el (holiday-solar-holidays)
6330 (holiday-bahai-holidays, holiday-islamic-holidays)
6331 (holiday-christian-holidays, holiday-hebrew-holidays)
6332 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
6333 (hebrew-holidays-1, holiday-oriental-holidays)
6334 (holiday-general-holidays):
6335 * x-dnd.el (x-dnd-known-types):
6336 * tool-bar.el (tool-bar):
6337 * startup.el (site-run-file):
6338 * shell.el (shell-dumb-shell-regexp):
6339 * rfn-eshadow.el (file-name-shadow-tty-properties)
6340 (file-name-shadow-properties):
6341 * paths.el (remote-shell-program, news-directory):
6342 * mouse.el ([C-down-mouse-3]):
6343 * menu-bar.el (menu-bar-tools-menu):
6344 * jka-cmpr-hook.el (jka-compr-load-suffixes)
6345 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
6346 (jka-compr-compression-info-list):
6347 * isearch.el (search-whitespace-regexp):
6348 * image-file.el (image-file-name-extensions):
6349 * find-dired.el (find-ls-option):
6350 * files.el (directory-listing-before-filename-regexp)
6351 (directory-free-space-args, insert-directory-program)
6352 (list-directory-brief-switches, magic-fallback-mode-alist)
6353 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
6354 (automount-dir-prefix):
6355 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
6356 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
6357 (face-font-registry-alternatives, face-font-registry-alternatives)
6358 (face-font-family-alternatives):
6359 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
6360 (facemenu-foreground-menu, facemenu-face-menu):
6361 * epa-hook.el (epa-file-name-regexp):
6362 * dnd.el (dnd-protocol-alist):
6363 * textmodes/rst.el (auto-mode-alist):
6364 * button.el (default-button): Purecopy strings.
6365
6366 2009-11-06 Glenn Morris <rgm@gnu.org>
6367
6368 * Makefile.in (ELCFILES): Update.
6369
6370 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
6371
6372 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
6373 * emacs-lisp/levents.el: Move to obsolete/levents.el.
6374
6375 * nxml/xsd-regexp.el (xsdre-gen-categories):
6376 * nxml/xmltok.el (xmltok-parse-entity):
6377 * nxml/rng-parse.el (rng-parse-validate-file):
6378 * nxml/rng-maint.el (rng-format-manual)
6379 (rng-manual-output-force-new-line):
6380 * nxml/rng-loc.el (rng-save-schema-location-1):
6381 * nxml/rng-cmpct.el (rng-c-parse-file):
6382 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
6383 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
6384
6385 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
6386
6387 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
6388 Remove extra save-excursions and make-variable-buffer-local's.
6389 Suggested by Stefan Monnier.
6390
6391 (verilog-getopt-file, verilog-module-inside-filename-p)
6392 (verilog-set-define): Merge GNU 1.35 and repair changes from
6393 switching to using with-current-buffer.
6394
6395 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
6396 being treated as a number and confusing AUTORESET.
6397 Reported by Dan Dever.
6398
6399 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
6400 Add verilog-auto-ignore-concat to fix backward compatibility with
6401 older verilog-modes. Reported by Dan Katz.
6402
6403 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
6404 containing closing anchors "...$".
6405
6406 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
6407 Reported by Wade Smith.
6408
6409 (verilog-batch-execute-func): Comment on function usage.
6410
6411 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
6412
6413 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
6414 for labels.
6415
6416 (verilog-label-re, verilog-calc-1): Support proper indent of named
6417 asserts.
6418
6419 (verilog-backward-token, verilog-basic-complete-re)
6420 (verilog-beg-of-statement, verilog-indent-re): Support proper
6421 indent of the assert statement at the beginning of a block of text.
6422
6423 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
6424 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
6425 tokens as begins.
6426
6427 2009-11-05 Glenn Morris <rgm@gnu.org>
6428
6429 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
6430 Emacs 19. (Bug#1531)
6431 (byte-compile-fix-header): Update for the above change.
6432 Drop test for epoch::version.
6433
6434 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
6435 * cus-dep.el (custom-make-dependencies):
6436 * finder.el (finder-compile-keywords):
6437 Use autoload-rubric's feature argument.
6438
6439 * calendar/diary-lib.el (top-level): Make load behave more like require.
6440
6441 * vc-git.el (vc-git-stash-map): Move definition before use.
6442
6443 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
6444
6445 * custom.el (custom-declare-group): Purecopy standard-value.
6446 (custom-declare-group): Purecopy custom-prefix.
6447
6448 * international/mule.el (load-with-code-conversion):
6449 Call do-after-load-evaluation unconditionally.
6450
6451 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
6452
6453 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6454
6455 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
6456
6457 2009-11-04 Glenn Morris <rgm@gnu.org>
6458
6459 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
6460 (byte-compile-compatibility): Remove option.
6461 (byte-compile-close-variables, byte-compile-fix-header)
6462 (byte-compile-insert-header, byte-compile-output-docform)
6463 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
6464 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
6465 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
6466 (byte-compile-insert, byte-compile-defun):
6467 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
6468 (byte-defop-compiler19): Remove.
6469 Without byte-compile-compatibility, the 'emacs19-opcode property is not
6470 used by anything. Replace all calls with byte-defop-compiler.
6471
6472 2009-11-04 Juri Linkov <juri@jurta.org>
6473
6474 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
6475 (menu-bar-options-menu): Don't quote the `prop' arg of
6476 `menu-bar-make-mm-toggle'.
6477
6478 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
6479
6480 * calendar/calendar.el (cal-loaddefs):
6481 * calendar/diary-lib.el (diary-loaddefs):
6482 * calendar/holidays.el (hol-loaddefs):
6483 * eshell/esh-module.el (esh-groups): Load rather than require.
6484
6485 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6486
6487 * calendar/todo-mode.el (todo-add-category): Don't hardcode
6488 point-min==1.
6489 (todo-top-priorities): Only display-buffer when called interactively.
6490 (todo-item-start): Don't save excursion point.
6491 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
6492 (todo-insert-item-here, todo-file-item, todo-remove-item):
6493 Adjust uses of todo-item-start and todo-item-end.
6494
6495 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
6496 (autoload-rubric): Don't use any more.
6497
6498 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
6499 and only put a prop if it is non-nil.
6500
6501 2009-11-03 Juri Linkov <juri@jurta.org>
6502
6503 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
6504 (menu-bar-options-menu): Fix list quoting (Bug#4429).
6505
6506 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
6507 and "Menu" to make top-level menu item visually one unit (like
6508 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
6509 multi-word menu items). Fix :help string for quit-window.
6510
6511 2009-11-03 Glenn Morris <rgm@gnu.org>
6512
6513 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6514 (byte-compile-file-form-define-abbrev-table)
6515 (byte-compile-file-form-custom-declare-variable)
6516 (byte-compile-variable-ref, byte-compile-defvar):
6517 Whether or not a warning is enabled should only affect whether we issue
6518 the warning, not whether or not we collect the relevant data.
6519 Eg warnings can be turned on and off throughout the course of a file.
6520
6521 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
6522 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
6523
6524 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6525
6526 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
6527 * play/mpuz.el (mpuz-create-buffer):
6528 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
6529 (lm-print-y,s,noise, lm-print-w0, lm-init):
6530 * play/gomoku.el (gomoku-prompt-for-move):
6531 * play/fortune.el (fortune-in-buffer):
6532 * play/dissociate.el (dissociated-press):
6533 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
6534 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
6535 * mail/supercite.el (sc-eref-show):
6536 * mail/smtpmail.el (smtpmail-send-it):
6537 * mail/rmailsum.el (rmail-summary-next-labeled-message)
6538 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
6539 (rmail-summary-undelete-many, rmail-summary-rmail-update)
6540 (rmail-summary-goto-msg, rmail-summary-expunge)
6541 (rmail-summary-get-new-mail, rmail-summary-search-backward)
6542 (rmail-summary-add-label, rmail-summary-output-menu)
6543 (rmail-summary-output-body):
6544 * mail/rfc822.el (rfc822-addresses):
6545 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
6546 * mail/mailpost.el (post-mail-send-it):
6547 * mail/hashcash.el (hashcash-generate-payment):
6548 * mail/feedmail.el (feedmail-run-the-queue)
6549 (feedmail-queue-send-edit-prompt-help-first)
6550 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
6551 (feedmail-deduce-address-list):
6552 * eshell/esh-ext.el (eshell-remote-command):
6553 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
6554 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
6555 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
6556 (viper-save-string-in-file, viper-valid-marker):
6557 * emulation/viper-keym.el (viper-toggle-key):
6558 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
6559 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
6560 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
6561 * emulation/viper-cmd.el (viper-exec-form-in-vi)
6562 (viper-exec-form-in-emacs, viper-brac-function):
6563 * emulation/viper.el (viper-delocalize-var):
6564 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
6565 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
6566 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
6567 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
6568 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
6569 * emulation/edt.el (edt-electric-helpify):
6570 * emulation/cua-rect.el (cua--rectangle-aux-replace):
6571 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
6572 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
6573 (cua-indent-to-global-mark-column):
6574 * calendar/diary-lib.el (calendar-mark-1):
6575 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
6576 Use with-current-buffer.
6577 * emulation/viper.el (viper-delocalize-var): Use dolist.
6578
6579 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
6580
6581 * comint.el (comint-replace-by-expanded-history-before-point):
6582 Replace !! with the previous input string literally (Bug#1795).
6583
6584 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
6585
6586 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
6587 to be made up of whitespace.
6588
6589 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
6590
6591 * minibuffer.el (read-file-name): Don't use file dialogs for
6592 remote directories (Bug#99).
6593
6594 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
6595
6596 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
6597
6598 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
6599
6600 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
6601 instead of deleting the window or frame.
6602
6603 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
6604
6605 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
6606 Support face colors.
6607
6608 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
6609 New function. Support face colors (Bug#1168).
6610 (tex-common-initialization): Use it.
6611
6612 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
6613 mode allows it (Bug#1168).
6614
6615 2009-10-31 Juri Linkov <juri@jurta.org>
6616
6617 * facemenu.el (list-colors-display): Don't mark buffer as
6618 modified (Bug#3948).
6619
6620 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
6621
6622 * international/mule-diag.el (list-character-sets-1):
6623 Minor message fix (Bug#3526).
6624
6625 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
6626 Fix face property (Bug#4834).
6627 (etags-list-tags, etags-tags-apropos-additional)
6628 (etags-tags-apropos, tags-select-tags-table): Add follow-link
6629 property.
6630
6631 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
6632 items.
6633
6634 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
6635
6636 * textmodes/two-column.el (2C-split):
6637 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
6638 * textmodes/tex-mode.el (tex-set-buffer-directory):
6639 * textmodes/spell.el (spell-region, spell-string):
6640 * textmodes/reftex.el (reftex-erase-buffer):
6641 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
6642 * textmodes/reftex-toc.el (reftex-toc-promote-action):
6643 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
6644 (reftex-select-item):
6645 * textmodes/reftex-ref.el (reftex-label-info-update)
6646 (reftex-offer-label-menu):
6647 * textmodes/reftex-index.el (reftex-index-change-entry)
6648 (reftex-index-phrases-info):
6649 * textmodes/reftex-global.el (reftex-create-tags-file)
6650 (reftex-save-all-document-buffers, reftex-ensure-write-access):
6651 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
6652 (reftex-view-crossref-from-bibtex):
6653 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
6654 (reftex-extract-bib-entries-from-thebibliography)
6655 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
6656 * textmodes/refbib.el (r2b-capitalize-title):
6657 (r2b-convert-buffer, r2b-help):
6658 * textmodes/page-ext.el (pages-directory)
6659 (pages-directory-goto-with-mouse):
6660 * textmodes/bibtex.el (bibtex-validate-globally):
6661 * textmodes/bib-mode.el (bib-capitalize-title):
6662 * textmodes/artist.el (artist-clear-buffer, artist-system):
6663 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
6664 (local-set-scheme-interaction-buffer, xscheme-process-filter)
6665 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
6666 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
6667 (xscheme-send-control-g-interrupt, xscheme-start-process)
6668 (xscheme-process-sentinel, xscheme-cd):
6669 * progmodes/verilog-mode.el (verilog-read-always-signals)
6670 (verilog-set-define, verilog-getopt-file)
6671 (verilog-module-inside-filename-p):
6672 * progmodes/sh-script.el:
6673 * progmodes/python.el (python-pdbtrack-get-source-buffer)
6674 (python-pdbtrack-grub-for-buffer, python-execute-file):
6675 * progmodes/octave-inf.el (inferior-octave):
6676 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6677 (idlwave-shell-compile-helper-routines, idlwave-set-local)
6678 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
6679 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
6680 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
6681 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
6682 (idlwave-shell-filter, idlwave-shell-examine-highlight)
6683 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
6684 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
6685 (idlwave-shell-examine-display, idlwave-shell-run-region)
6686 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
6687 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
6688 * progmodes/idlw-help.el (idlwave-help-get-special-help)
6689 (idlwave-help-get-help-buffer):
6690 * progmodes/gud.el (gud-basic-call, gud-find-class)
6691 (gud-tooltip-activate-mouse-motions-if-enabled):
6692 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6693 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
6694 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
6695 (ebrowse-tags-next-file):
6696 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
6697 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
6698 (ebnf-eps-finish-and-write):
6699 * progmodes/cpp.el (cpp-edit-save):
6700 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
6701 * progmodes/cc-defs.el (c-emacs-features):
6702 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
6703 (antlr-directory-dependencies):
6704 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
6705 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
6706 (ada-find-any-references, ada-make-filename-from-adaname)
6707 (ada-make-body-gnatstub):
6708 * obsolete/rnews.el (news-list-news-groups):
6709 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
6710 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
6711 * net/rcirc.el (rcirc-debug):
6712 * net/newst-treeview.el (newsticker--treeview-list-add-item)
6713 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6714 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6715 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
6716 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
6717 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6718 (newsticker--treeview-list-clear-highlight)
6719 (newsticker--treeview-list-update-highlight)
6720 (newsticker--treeview-list-highlight-start)
6721 (newsticker--treeview-tree-update-highlight)
6722 (newsticker--treeview-get-selected-item)
6723 (newsticker-treeview-mark-list-items-old)
6724 (newsticker--treeview-set-current-node):
6725 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6726 * net/newst-backend.el (newsticker--get-news-by-funcall)
6727 (newsticker--get-news-by-wget, newsticker--image-get)
6728 (newsticker--image-sentinel):
6729 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
6730 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
6731 (eudc-ph-close-session):
6732 * net/eudc.el (eudc-save-options):
6733 * language/thai-word.el (thai-update-word-table):
6734 * language/japan-util.el (japanese-string-conversion):
6735 * international/titdic-cnv.el (tsang-quick-converter)
6736 (ziranma-converter, ctlau-converter):
6737 * international/mule-cmds.el (describe-language-environment):
6738 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
6739 (skkdic-convert-postfix, skkdic-convert-prefix):
6740 (skkdic-convert-okuri-nasi, skkdic-convert):
6741 * emacs-lisp/re-builder.el (reb-update-overlays):
6742 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
6743 * emacs-lisp/gulp.el (gulp-send-requests):
6744 * emacs-lisp/find-gc.el (trace-call-tree):
6745 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
6746 (eieio-describe-generic):
6747 * emacs-lisp/eieio-base.el (eieio-persistent-read):
6748 * emacs-lisp/edebug.el (edebug-outside-excursion):
6749 * emacs-lisp/debug.el (debugger-make-xrefs):
6750 * emacs-lisp/cust-print.el (custom-prin1-to-string):
6751 * emacs-lisp/chart.el (chart-new-buffer):
6752 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
6753 Use with-current-buffer.
6754 * textmodes/artist.el (artist-system): Don't call
6755 copy-sequence on a fresh string.
6756 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
6757
6758 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
6759
6760 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
6761 is no item to edit. (Bug#4820)
6762 (todo-top-priorities): Restore point and restore narrowing in Todo
6763 buffer. (Bug#4820)
6764
6765 2009-10-31 Glenn Morris <rgm@gnu.org>
6766
6767 * net/ange-ftp.el (top-level): Don't require dired when compiling.
6768 (comint-last-output-start, comint-last-input-start)
6769 (comint-last-input-end): Don't defvar when compiling.
6770 (ange-ftp-process-file): Use bound-and-true-p.
6771
6772 * pcmpl-rpm.el (top-level): Move provide statement to end.
6773 (pcmpl-rpm): Remove unused custom group.
6774
6775 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
6776
6777 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
6778
6779 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6780 (byte-compile-warnings): Add `constants' as an option.
6781 (byte-compile-callargs-warn, byte-compile-arglist-warn)
6782 (display-call-tree): Update for byte-compile-fdefinition possibly
6783 returning `(macro lambda ...)'. (Bug#4778)
6784 (byte-compile-variable-ref, byte-compile-setq-default):
6785 Respect `constants' member of byte-compile-warnings.
6786
6787 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6788
6789 * vc-bzr.el (vc-bzr-revision-keywords): New var.
6790 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
6791 to "submit:".
6792
6793 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
6794
6795 * textmodes/ispell.el (ispell-skip-region-alist):
6796 * international/mule-conf.el (eight-bit):
6797 * international/fontset.el (font-encoding-alist):
6798 * startup.el (pure-space-overflow-message):
6799 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
6800 * paths.el (gnus-nntp-service, rmail-spool-directory)
6801 (term-file-prefix):
6802 * files.el (save-some-buffers-action-alist):
6803 * cmuscheme.el (same-window-buffer-names):
6804 * ielm.el (same-window-buffer-names):
6805 * shell.el (same-window-buffer-names):
6806 * mail/sendmail.el (same-window-buffer-names):
6807 * progmodes/inf-lisp.el (same-window-buffer-names):
6808 * bindings.el (mode-line-client)
6809 (mode-line-column-line-number-mode-map):
6810 * language/tibetan.el (tibetan-precomposition-rule-regexp)
6811 (tibetan-precomposed-regexp): Purecopy string arguments.
6812
6813 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6814
6815 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
6816 (calcDigit-nondigit):
6817 * calc/calc-yank.el (calc-copy-to-buffer):
6818 * calc/calc-units.el (calc-invalidate-units-table):
6819 * calc/calc-trail.el (calc-trail-yank):
6820 * calc/calc-store.el (calc-insert-variables):
6821 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6822 * calc/calc-prog.el (calc-read-parse-table):
6823 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
6824 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
6825 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
6826 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
6827 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
6828 (calc-graph-name, calc-graph-find-command, calc-graph-view)
6829 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
6830 * calc/calc-ext.el (calc-realign):
6831 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
6832 (calc-embedded-finish-edit, calc-embedded-make-info)
6833 (calc-embedded-finish-command, calc-embedded-stack-change):
6834 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
6835
6836 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
6837 shell-dynamic-complete-filename in preference to
6838 comint-dynamic-complete-filename.
6839
6840 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6841 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6842 Don't consider whether the display supports colors.
6843 (bookmark-import-new-list): Use dolist.
6844 (bookmark-bmenu-mode-map): Move initialization into declaration.
6845 (bookmark-bmenu-list): Use dolist, simplify.
6846 (bookmark-show-all-annotations): Use save-selected-window and dolist.
6847 (menu-bar-final-items): Use push.
6848
6849 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
6850
6851 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
6852 it works on remote files.
6853 (vc-hg-diff): Don't pass any `--cwd' argument.
6854
6855 2009-10-27 Kevin Ryde <user42@zip.com.au>
6856
6857 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6858 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
6859 (Further to Bug#3921).
6860
6861 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
6862
6863 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
6864 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
6865 calling `tramp-imap-put-file'. Add file size to the call.
6866 (tramp-imap-get-file-entries): Compute also user name, file size,
6867 and date.
6868 (tramp-imap-handle-insert-directory): Insert uid and gid.
6869 (tramp-imap-handle-file-attributes): Transform uid and gid
6870 according to `id-format'.
6871 (tramp-imap-put-file): New optional parameter SIZE. Encode file
6872 size in header X-Size.
6873
6874 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
6875
6876 * simple.el (transpose-subr): Give clearer error when the mark
6877 is not set. (Bug#4807)
6878
6879 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
6880
6881 * net/tramp.el (tramp-perl-file-truename): New defconst.
6882 Perl code contributed by yary <not.com@gmail.com> (tiny change).
6883 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
6884 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
6885 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
6886
6887 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6888 Ignore `dired-call-process'.
6889 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
6890
6891 2009-10-26 Julian Scheid <julians37@gmail.com>
6892
6893 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
6894 (tramp-get-remote-readlink): New defun.
6895 (tramp-handle-file-truename): Use it.
6896 (tramp-handle-file-exists-p): Check file-attributes cache, assume
6897 file exists if cache value present.
6898 (tramp-check-cached-permissions): New defun.
6899 (tramp-handle-file-readable-p): Use it.
6900 (tramp-handle-file-writable-p): Likewise.
6901 (tramp-handle-file-executable-p): Likewise.
6902 (tramp-handle-file-name-all-completions): Try using Perl to get
6903 partial completions. When perl not available, combine `cd' and
6904 `ls' into single remote operation and use shell expansion to get
6905 partial remote directory contents. Set `file-exists-p' cache for
6906 directory and any files returned by ls. Change cache handling to
6907 support partial directory contents. Use error message emitted by
6908 remote `cd' or Perl code for local tramp-error.
6909 (tramp-do-copy-or-rename-file-directly): Avoid separate
6910 tramp-send-command-and-check call.
6911 (tramp-handle-process-file): Merge three remote ops into one.
6912 Do not flush all caches when `process-file-side-effects' is set.
6913 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
6914 file-attributes shows uid/gid to be set already.
6915
6916 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
6917
6918 * textmodes/tex-mode.el (tex-dvi-view-command)
6919 (tex-show-queue-command, tex-open-quote):
6920 * progmodes/ruby-mode.el (auto-mode-alist)
6921 (interpreter-mode-alist): Purecopy strings.
6922
6923 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
6924
6925 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
6926 string for the hook, keymap and abbrev table.
6927
6928 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
6929
6930 * x-dnd.el (x-dnd-xdnd-to-action):
6931 * startup.el (fancy-startup-text, fancy-about-text): Change to
6932 defconst from defvar.
6933
6934 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
6935
6936 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
6937 Purecopy initialization strings.
6938
6939 * mail/sendmail.el (mail-header-separator)
6940 (mail-personal-alias-file):
6941 * mail/rmail.el (rmail-default-dont-reply-to-names)
6942 (rmail-ignored-headers, rmail-retry-ignored-headers)
6943 (rmail-highlighted-headers, rmail-secondary-file-directory)
6944 (rmail-secondary-file-regexp):
6945 * files.el (null-device, file-name-invalid-regexp)
6946 (locate-dominating-stop-dir-regexp)
6947 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
6948 (interpreter-mode-alist): Use mapcar instead of mapc.
6949
6950 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
6951
6952 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
6953 (completion-ignored-extensions):
6954 (debug-ignored-errors): Purecopy strings.
6955
6956 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6957
6958 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
6959 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
6960 (pcomplete--here): Use push.
6961
6962 * subr.el (all-completions): Declare the 4th arg obsolete.
6963
6964 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6965
6966 * pcomplete.el (pcomplete-unquote-argument-function): New var.
6967 (pcomplete-unquote-argument): New function.
6968 (pcomplete--common-suffix): Always pay attention to case.
6969 (pcomplete--table-subvert): Quote and unquote the text.
6970 (pcomplete--common-quoted-suffix): New function.
6971 (pcomplete-std-complete): Use it and pcomplete-begin.
6972
6973 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
6974 we're inside a dedicated or minibuffer window.
6975
6976 2009-10-24 Karl Fogel <kfogel@red-bean.com>
6977
6978 * bookmark.el: Update documentation, especially documentation
6979 of `bookmark-alist' and of the bookmark file format.
6980 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
6981
6982 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
6983
6984 * mail/emacsbug.el (report-emacs-bug): Clarify that the
6985 keybindings apply to the mail buffer (Bug#4003). Shrink help
6986 window to buffer.
6987
6988 * whitespace.el (whitespace-mode, whitespace-newline-mode)
6989 (global-whitespace-mode, global-whitespace-newline-mode)
6990 (whitespace-toggle-options, global-whitespace-toggle-options):
6991 Doc fix (Bug#3660).
6992
6993 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6994 of xmltok-start before the end tag was inserted (Bug#2840).
6995
6996 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6997 patterns that are preceded by an open-paren (Bug#1320).
6998
6999 2009-10-24 Sven Joachim <svenjoac@gmx.de>
7000
7001 * files.el (delete-directory): Delete symlinks to directories with
7002 delete-file (Bug#4739).
7003
7004 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
7005
7006 * vc.el (vc-backend-for-registration): Rename from
7007 vc-get-backend-for-registration. Update callers.
7008
7009 * international/mule-cmds.el (set-language-info-alist):
7010 Purecopy lang-env.
7011 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
7012 (charset): Purecopy the name.
7013 (define-char-code-property): Purecopy string arguments.
7014
7015 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7016 Purecopy string arguments.
7017
7018 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7019 * ediff-hook.el (menu-bar-ediff-menu):
7020 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
7021 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
7022
7023 2009-10-24 Glenn Morris <rgm@gnu.org>
7024
7025 * comint.el (comint-dynamic-list-completions):
7026 * term.el (term-dynamic-list-completions): Use choose-completion rather
7027 than obsolete alias mouse-choose-completion.
7028
7029 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
7030 file-cache-choose-completion.
7031 (file-cache-choose-completion): Handle an optional event argument.
7032 (file-cache-mouse-choose-completion): Make it an obsolete alias.
7033
7034 * progmodes/octave-mod.el (octave-complete-symbol):
7035 Use choose-completion if mouse-choose-completion is ever removed.
7036
7037 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
7038 use.
7039
7040 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
7041 compiler.
7042
7043 * vc-hooks.el (vc-responsible-backend): Fix declaration.
7044
7045 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7046
7047 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
7048 Ignore `pred' now that we receive one.
7049 Handle test-completion specially.
7050
7051 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
7052
7053 * vc.el (vc-responsible-backend): Throw an error if not backend is
7054 found. Remove the REGISTER argument. Move the code dealing with
7055 REGISTER ...
7056 (vc-get-backend-for-registration): ... here. New function.
7057 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
7058 of vc-responsible-backend, pass the file name instead of the
7059 directory name.
7060
7061 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7062
7063 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
7064 New funs.
7065 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
7066 (pcomplete-comint-setup): Don't modify a global var via
7067 accidental side-effects.
7068 (pcomplete-shell-setup): Adjust call accordingly.
7069 (pcomplete-parse-comint-arguments): Use push.
7070
7071 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
7072
7073 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7074 Allow uncapitalized info node names (Bug#3921).
7075
7076 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
7077 to the DEBUG file (Bug#3781).
7078
7079 2009-10-23 Jari Aalto <jari.aalto@cante.net>
7080
7081 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
7082 dictionary entry (Bug#4579).
7083
7084 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
7085
7086 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
7087 from `rfn-eshadow-update-overlay-hook' when unloading.
7088 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
7089 "rsyncc". Adjust doc string.
7090 (tramp-temp-buffer-file-name): New buffer-local defvar.
7091 (tramp-handle-insert-file-contents, tramp-handle-write-region):
7092 Keep temporary file when indicated by method ("rsync" and
7093 "rsyncc").
7094 (tramp-handle-write-region): Handle APPEND.
7095 (tramp-delete-temp-file-function): New defun. Added to
7096 `kill-buffer-hook'.
7097
7098 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
7099
7100 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
7101
7102 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
7103
7104 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
7105 (color-name-rgb-alist, tty-standard-colors)
7106 (tty-color-mode-alist): Change to defconst.
7107
7108 * simple.el (mark-inactive): Purecopy message.
7109
7110 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
7111 (global-map, yank-menu):
7112 * textmodes/ispell.el (ispell-menu-map):
7113 * net/eudc.el (eudc-tools-menu):
7114 * international/mule-cmds.el (describe-language-environment-map)
7115 (setup-language-environment-map, set-coding-system-map)
7116 (mule-menu-keymap):
7117 * vc-hooks.el (vc-menu-entry, vc-menu-map):
7118 * replace.el (occur-mode-map):
7119 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
7120
7121 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
7122
7123 * calc/calc.el (math-read-number, math-read-number-simple):
7124 Use `save-match-data'.
7125
7126 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7127
7128 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
7129 rather than fiddling with global-map bindings, since it should only
7130 affect per-terminal settings.
7131 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
7132
7133 * minibuffer.el (completion-table-with-terminator): Allow to specify
7134 the terminator-regexp.
7135
7136 * simple.el (switch-to-completions): Look for *Completions* in other
7137 frames as well.
7138
7139 * pcomplete.el: Allow the use of completion-tables.
7140 (pcomplete-std-complete): New command.
7141 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
7142 (pcomplete--here): Use a function for `form' rather than an expression,
7143 so it can be byte-compiled.
7144 (pcomplete-here, pcomplete-here*): Adjust accordingly.
7145 Add edebug declaration.
7146 (pcomplete-show-completions): Remove unused var `curbuf'.
7147 (pcomplete-do-complete, pcomplete-stub):
7148 Don't assume `completions' is a list of strings any more.
7149
7150 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
7151
7152 * find-dired.el (find-name-arg): Fix typo in docstring.
7153
7154 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7155
7156 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
7157 (pcmpl-linux-fs-types): Same, and update to new modules layout.
7158
7159 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
7160 pcomplete-entries.
7161
7162 * comint.el (comint-read-input-ring, comint-write-input-ring)
7163 (comint-substitute-in-file-name)
7164 (comint-dynamic-complete-as-filename)
7165 (comint-dynamic-simple-complete)
7166 (comint-dynamic-list-filename-completions)
7167 (comint-dynamic-list-completions)
7168 (comint-redirect-results-list-from-process): Minor simplifications.
7169
7170 2009-10-21 Kevin Ryde <user42@zip.com.au>
7171
7172 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7173 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
7174 the first form. And insert a blank line after ";;; Code" since
7175 that's usual style. (Bug#4612)
7176
7177 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
7178
7179 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7180
7181 * minibuffer.el (completion-table-with-terminator): Properly implement
7182 boundaries, in case `terminator' appears in the suffix.
7183 (completion--embedded-envvar-table): Don't return boundaries if
7184 there's no valid completion. Simplify.
7185 (completion-file-name-table): New completion table extracted from
7186 completion--file-name-table.
7187 (completion--file-name-table): Use it.
7188 (read-file-name-predicate): Declare obsolete.
7189 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
7190 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
7191 completion-file-name-table, and use the `pred' argument.
7192 * files.el (locate-file-completion-table): Use the `pred' arg rather
7193 than read-file-name-predicate.
7194 (abbreviate-file-name): Use \` rather than ^ for BOS.
7195
7196 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
7197
7198 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
7199 vc-responsible-backend to register, it causes problems.
7200
7201 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7202
7203 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
7204
7205 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
7206
7207 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
7208 (tramp-smb-handle-file-attributes): Use it.
7209 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
7210 (tramp-smb-handle-insert-directory): Use `mapc' rather than
7211 `mapcar'. Use `tramp-smb-get-stat-capability'.
7212 Add `dired-filename' text properties.
7213 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
7214 (tramp-smb-maybe-open-connection): Simplify check for smbclient
7215 version.
7216
7217 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7218
7219 * subr.el (read-key-delay): Reduce to 0.01.
7220 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
7221 (bug#4751).
7222
7223 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7224
7225 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
7226
7227 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
7228 (Info-menu): Remove unused vars `last' and `completions'.
7229 (Info-index-nodes): Remove unused var `node'.
7230
7231 * info.el (Info-complete-menu-item): Use complete-with-action.
7232
7233 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
7234
7235 Make vc-annotate work through copies and renames.
7236 * vc-annotate.el (vc-annotate-extract-revision-at-line):
7237 Return the file name too.
7238 (vc-annotate-revision-at-line)
7239 (vc-annotate-find-revision-at-line)
7240 (vc-annotate-revision-previous-to-line)
7241 (vc-annotate-show-log-revision-at-line): Update to get the file
7242 name from vc-annotate-extract-revision-at-line.
7243 (vc-annotate-show-diff-revision-at-line-internal): Change the
7244 argument to mean whether to show a file diff or not. Get the file
7245 name from vc-annotate-extract-revision-at-line.
7246 (vc-annotate-show-diff-revision-at-line):
7247 Update vc-annotate-show-diff-revision-at-line call.
7248 (vc-annotate-warp-revision): Add an optional file argument.
7249
7250 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
7251 (vc-git-annotate-extract-revision-at-line): Also return the file
7252 name if found.
7253
7254 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
7255 command. Remove unused code.
7256 (vc-hg-annotate-re): Update to match --follow output.
7257 (vc-hg-annotate-extract-revision-at-line): Also return the file
7258 name if found.
7259
7260 * vc.el: Update annotate-extract-revision-at-line documentation.
7261
7262 2009-10-18 Kevin Ryde <user42@zip.com.au>
7263
7264 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
7265 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
7266
7267 * net/browse-url.el (browse-url): Identify alist with "consp and
7268 not functionp" and let all other things go down the `apply' leg,
7269 as suggested by Stefan. (Further to bug#4531.)
7270
7271 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
7272
7273 * minibuffer.el (read-file-name): Check for repeat before putting
7274 a default argument in file-name-history (Bug#4657).
7275
7276 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
7277 read syntax (Bug#4737).
7278
7279 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7280
7281 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7282
7283 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
7284 (html-tag-alist, html-tag-help): Add descriptions for undocumented
7285 entries and make note of obsolete tags.
7286
7287 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7288
7289 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
7290
7291 2009-10-18 Glenn Morris <rgm@gnu.org>
7292
7293 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
7294 grep, so that binary files (eg international/uni-bidi.el) can match.
7295 Remove test for "UnicodeData" files, since it is hopefully unnecessary
7296 now, and in any case the file header format has changed.
7297
7298 2009-10-17 Glenn Morris <rgm@gnu.org>
7299
7300 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
7301 (flyspell-get-word, flyspell-large-region)
7302 (flyspell-auto-correct-previous-word): Doc/error message fixes.
7303
7304 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
7305
7306 * Makefile.in (ELCFILES): Add ede/shell.
7307
7308 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
7309
7310 * term/common-win.el (x-colors): Purecopy it.
7311
7312 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7313
7314 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
7315 permissive for when the buffer is empty.
7316 (tar-header-block-tokenize): Decode the username and groupname.
7317 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
7318
7319 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7320
7321 * international/mule-cmds.el (select-safe-coding-system): If the file
7322 has a coding cookie, use it regardless of any other setting (bug#4712).
7323
7324 2009-10-17 Glenn Morris <rgm@gnu.org>
7325
7326 * foldout.el (foldout-mouse-swallow-events):
7327 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
7328
7329 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
7330 (dired-keep-marker-copy, dired-keep-marker-hardlink)
7331 (dired-keep-marker-symlink, dired-dwim-target)
7332 (dired-copy-preserve-time): Do not autoload these defcustoms.
7333
7334 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
7335 messages from messing up the file coding. (Bug#4623)
7336
7337 2009-10-17 Jari Aalto <jari.aalto@cante.net>
7338
7339 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
7340 if no match is found for the current dictionary. (Bug#4578)
7341
7342 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
7343 optional, since that is how it is documented, and this is often called
7344 with a nil argument. (Bug#4577)
7345 (flyspell-external-point-words, flyspell-auto-correct-word)
7346 (flyspell-correct-word-before-point, flyspell-word-search-forward)
7347 (flyspell-word-search-backward): Remove nil argument in calls to
7348 flyspell-get-word, since it is not needed now.
7349
7350 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
7351
7352 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
7353
7354 2009-10-16 Glenn Morris <rgm@gnu.org>
7355
7356 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
7357
7358 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
7359
7360 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
7361 (ange-ftp-file-size): New function.
7362 (ange-ftp-file-attributes): Use it.
7363
7364 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
7365
7366 * net/tramp-smb.el (tramp-smb-version): New defvar.
7367 (tramp-smb-maybe-open-connection): Use it, in order to avoid
7368 repeated checks.
7369
7370 2009-10-16 Glenn Morris <rgm@gnu.org>
7371
7372 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
7373 Maybe copy some custom properties from old to new name. (Bug#4706)
7374
7375 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
7376
7377 * subr.el (error, sit-for, start-process-shell-command)
7378 (start-file-process-shell-command): Set the calling convention
7379 after the function definition.
7380
7381 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7382
7383 * subr.el (error, sit-for, start-process-shell-command)
7384 (start-file-process-shell-command): Use the new
7385 set-advertised-calling-convention feature.
7386
7387 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
7388
7389 * international/ucs-normalize.el (ucs-normalize-version):
7390 Change to 1.2.
7391 (check-range): Adjust for Unicode 5.2.
7392
7393 2009-10-15 Juri Linkov <juri@jurta.org>
7394
7395 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
7396 to the `menu-item' format.
7397
7398 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
7399
7400 * net/tramp.el (tramp-replace-environment-variables): Do not fail
7401 if the environment variable does not exist.
7402
7403 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7404 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
7405 parameter.
7406 (tramp-smb-handle-add-name-to-file)
7407 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7408 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7409 (tramp-smb-handle-file-attributes)
7410 (tramp-smb-do-file-attributes-with-stat)
7411 (tramp-smb-handle-file-local-copy)
7412 (tramp-smb-handle-insert-directory)
7413 (tramp-smb-handle-make-directory)
7414 (tramp-smb-handle-make-directory-internal)
7415 (tramp-smb-handle-make-symbolic-link)
7416 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
7417 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
7418 (tramp-smb-maybe-open-connection): Apply the changed parameters.
7419 (tramp-smb-read-file-entry): Read Disk names in compressed format.
7420 Handle long file names.
7421 (tramp-smb-get-cifs-capabilities): Check, whether the connection
7422 process is running.
7423 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
7424 Read share names with "-g" option.
7425
7426 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
7427
7428 * net/rcirc.el (rcirc-view-log-file): New command.
7429 (rcirc-track-minor-mode-map): Remove C-c ` binding.
7430 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
7431 specified.
7432
7433 2009-10-15 Glenn Morris <rgm@gnu.org>
7434
7435 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
7436 from the second command-line argument.
7437 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
7438 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
7439 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
7440 w32-batch-update-autoloads.
7441 * emacs-lisp/autoload.el (autoload-make-program): New variable.
7442 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
7443
7444 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
7445 the headers cannot be located. Simplify, subtracting superflous
7446 save-excursions.
7447
7448 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
7449
7450 Replace completion-base-size by completion-base-position to fix bugs
7451 such as (bug#4699).
7452 * simple.el (completion-base-position): New var.
7453 (completion-base-size): Mark as obsolete.
7454 (choose-completion): Make it work for mouse events as well.
7455 Pass the new base-position to choose-completion-string.
7456 (choose-completion-guess-base-position): New function, extracted from
7457 choose-completion-delete-max-match.
7458 (choose-completion-delete-max-match): Use it. Make obsolete.
7459 (choose-completion-string): Use the new base-position info.
7460 (completion-root-regexp): Delete.
7461 (completion-setup-function): Preserve completion-base-position.
7462 Eliminate obsolete base-size manipulation.
7463 * minibuffer.el (display-completion-list): Don't mess with base-size.
7464 (minibuffer-completion-help): Set completion-base-position instead.
7465 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
7466 choose-completion.
7467 * textmodes/bibtex.el (bibtex-complete):
7468 * emacs-lisp/crm.el (crm--choose-completion-string):
7469 Adjust to new calling convention.
7470 * complete.el (partial-completion-mode): Use minibufferp to avoid
7471 bumping into incompatible change to choose-completion-string-functions.
7472 * ido.el (ido-choose-completion-string): Make its calling convention
7473 more permissive.
7474 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
7475 base-size manipulation.
7476 (comint-dynamic-list-input-ring): Use dotimes and push.
7477 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
7478 fundamental-mode. Use `or'.
7479
7480 2009-10-14 Juri Linkov <juri@jurta.org>
7481
7482 * misearch.el (multi-isearch-next-buffer-from-list)
7483 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
7484
7485 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7486
7487 * Makefile.in (compile-onefile): Load `bytecomp' rather than
7488 `bytecomp.el'.
7489
7490 * minibuffer.el (completion-pcm--merge-completions): Make sure the
7491 string we return is all made up of text from the completions rather
7492 than part from the completions and part from the input (bug#4219).
7493
7494 * ido.el (ido-everywhere): Use define-minor-mode.
7495
7496 * buff-menu.el (list-buffers, ctl-x-map):
7497 Mark the entry points with ;;;###autoload cookies.
7498
7499 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7500
7501 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
7502 correctly in the detached head case.
7503 (vc-git-print-log): Remove unused binding.
7504
7505 * vc.el (vc-responsible-backend): When a directory is passed for
7506 for registration create a VC repository if no backend is
7507 responsible for the directory argument.
7508 (vc-deduce-fileset): Tell vc-responsible-backend to register.
7509
7510 * vc.el: Move comments about RCS and SCCS ...
7511 * vc-rcs.el:
7512 * vc-sccs.el: ... here, respectively.
7513
7514 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7515
7516 * minibuffer.el (completion--file-name-table): Return nil if there's
7517 no file completion, even if substitute-in-file-name changed
7518 the string (bug#4708).
7519
7520 2009-10-13 Juri Linkov <juri@jurta.org>
7521
7522 * files-x.el (read-file-local-variable-value): Don't filter out
7523 minor modes from mode name completion (bug#4664).
7524
7525 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7526
7527 * international/mule-cmds.el (ucs-names): Remove exclusion of
7528 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
7529
7530 2009-10-13 Kenichi Handa <handa@m17n.org>
7531
7532 * international/uni-name.el: Regenerated.
7533
7534 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7535
7536 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
7537 should be automatically buffer-local, but isn't.)
7538
7539 2009-10-12 Sam Steingold <sds@gnu.org>
7540
7541 * progmodes/compile.el (compilation-next-error-function): Fix the
7542 timestamps if the buffer has been visited before.
7543 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7544 non-anchored patterns, like the perl one (bug#3928).
7545
7546 2009-10-12 Glenn Morris <rgm@gnu.org>
7547
7548 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
7549 Let-bind `size'.
7550
7551 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
7552
7553 * proced.el (proced-unload-function): New function.
7554
7555 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
7556 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
7557 Doc fix.
7558
7559 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
7560
7561 2009-10-11 Juri Linkov <juri@jurta.org>
7562
7563 * files-x.el (read-file-local-variable-value):
7564 Provide default value only for bound variables (bug#4664).
7565
7566 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
7567
7568 * net/tramp.el (tramp-local-host-p): Function shall return nil for
7569 connection methods like smb.
7570
7571 * net/tramp-cache.el (tramp-flush-connection-property): The hash
7572 can be empty.
7573
7574 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7575 (tramp-smb-file-name-handler-alist): Add handlers for
7576 `add-name-to-file', `make-symbolic-link'.
7577 (tramp-smb-handle-add-name-to-file)
7578 (tramp-smb-do-file-attributes-with-stat)
7579 (tramp-smb-handle-make-symbolic-link)
7580 (tramp-smb-get-cifs-capabilities): New defuns.
7581 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7582 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7583 (tramp-smb-handle-file-local-copy)
7584 (tramp-smb-handle-make-directory-internal)
7585 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7586 The file name syntax depends on cifs capabilities.
7587 (tramp-smb-handle-file-attributes):
7588 Call `tramp-smb-do-file-attributes-with-stat' if possible.
7589 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
7590 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
7591
7592 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
7593
7594 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
7595 (eieio-defclass): Apply deftype handler and setf-method properties
7596 directly.
7597 (eieio-add-new-slot): Avoid union function from cl library.
7598 (eieio--typep): New function.
7599 (eieio-perform-slot-validation): Use it.
7600
7601 2009-10-10 Karl Fogel <kfogel@red-bean.com>
7602
7603 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
7604 Update documentation to refer to the variables documented in r1.135.
7605 (Bug#4188)
7606
7607 2009-10-10 Karl Fogel <kfogel@red-bean.com>
7608
7609 * bookmark.el (Info-suffix-list): Remove this unused variable.
7610 (bookmark-current-point): Remove this obsolete variable.
7611 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
7612 Adjust for removal of bookmark-current-point.
7613
7614 (bookmarks-already-loaded, bookmark-current-buffer)
7615 (bookmark-yank-point): Document. (Bug#4188)
7616
7617 2009-10-10 Glenn Morris <rgm@gnu.org>
7618
7619 * frame.el (frame-height): Doc fix.
7620
7621 * calendar/calendar.el (calendar-split-width-threshold): New option.
7622 (calendar-basic-setup): Use calendar-split-width-threshold.
7623
7624 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
7625
7626 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
7627 Ideographic Supplement" range (U+1F200..U+1F2FF).
7628
7629 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7630
7631 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
7632 since the list will have been rebuilt anyway. (Bug#4349)
7633
7634 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7635
7636 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
7637 (bookmark-bmenu-execute-deletions): Don't save here, as
7638 bookmark-delete will now do so if necessary.
7639 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
7640 (Bug#4348)
7641
7642 2009-10-09 Glenn Morris <rgm@gnu.org>
7643
7644 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
7645
7646 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7647
7648 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
7649 (bookmark-jump-other-window): Just invoke bookmark-jump with new
7650 argument now, so the two function's behaviors will match. (Bug#3645)
7651
7652 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
7653
7654 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
7655 (tramp-file-name-real-host, tramp-file-name-port):
7656 Apply `save-match-data'.
7657
7658 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
7659 case both directories are remote.
7660 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
7661 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
7662
7663 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
7664
7665 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
7666
7667 2009-10-07 Glenn Morris <rgm@gnu.org>
7668
7669 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
7670 of concat.
7671
7672 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7673
7674 * files-x.el (read-file-local-variable): Include some
7675 non-user-variables in the completion table (bug#4664).
7676
7677 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
7678
7679 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
7680 message.
7681
7682 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7683 (tramp-smb-file-name-handler-alist): Add handler for
7684 `copy-directory', `expand-file-name', `set-file-modes'.
7685 (tramp-smb-handle-copy-directory)
7686 (tramp-smb-handle-expand-file-name)
7687 (tramp-smb-handle-set-file-modes): New defuns.
7688 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
7689 (tramp-smb-handle-file-attributes): Simplify check for retrieving
7690 entry.
7691 (tramp-smb-handle-insert-directory): Don't flush the cache.
7692 (tramp-smb-maybe-open-connection): Check for samba client and
7693 server versions.
7694
7695 2009-10-07 Eli Zaretskii <eliz@gnu.org>
7696
7697 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
7698 to not error out of search for "^lisp=" fails.
7699
7700 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
7701
7702 * makefile.w32-in (WINS_UPDATES): New macro.
7703 (custom-deps, finder-data, autoloads): Use it.
7704
7705 2009-10-07 Glenn Morris <rgm@gnu.org>
7706
7707 * Makefile.in (autoloads): Revert previous change.
7708 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
7709 the list of preloaded files passed on the command-line, get
7710 it from src/Makefile.
7711
7712 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
7713 show the original buffer rather than a random one.
7714
7715 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
7716
7717 * help.el (describe-no-warranty): Place point in a slightly better
7718 position in the GPLv3 text.
7719
7720 2009-10-06 Sam Steingold <sds@gnu.org>
7721
7722 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
7723 the comm attribute is present before calling regexp-quote.
7724
7725 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
7726
7727 * play/animate.el (animate-string): For good effect, make sure
7728 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
7729
7730 * play/animate.el (animate-sequence, animate-birthday-present):
7731 * misc.el (butterfly): Don't set `indent-tabs-mode'.
7732
7733 2009-10-06 Glenn Morris <rgm@gnu.org>
7734
7735 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
7736
7737 * emacs-lisp/autoload.el (autoload-excludes): New variable.
7738 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
7739 (batch-update-autoloads): Process a string value of autoload-excludes,
7740 set during the build process.
7741 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
7742
7743 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
7744 inside with-parsed... macro so that `v' is defined.
7745
7746 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
7747 * progmodes/fortran.el (fortran-end-of-block)
7748 (fortran-beginning-of-block):
7749 Also push mark in the macro case.
7750
7751 * emerge.el (emerge-show-file-name):
7752 * calc/calc.el (calc-quit):
7753 * calc/calc-misc.el (calc-big-or-small):
7754 * calc/calc-graph.el (calc-graph-view):
7755 * calc/calc-ext.el (calc-reset):
7756 * calendar/calendar.el (calendar-basic-setup):
7757 Use window-full-height-p.
7758
7759 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
7760 header we don't understand, don't insert another. (Bug#4624)
7761 If changing mime charset, insert the new one in the right place.
7762
7763 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
7764
7765 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
7766 (cal-tex-cursor-month): Correctly increment the end date for diary and
7767 holiday listing. (Bug#4626)
7768
7769 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7770
7771 * help-fns.el (describe-function-1): Don't burp if the function is not
7772 a symbol.
7773
7774 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
7775
7776 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
7777 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
7778 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
7779 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
7780
7781 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
7782 (eieio-default-superclass): Reflow docstrings.
7783 (this, class-option-assoc, defclass, eieio-class-un-autoload)
7784 (eieio-unbind-method-implementations, defmethod)
7785 (eieio-validate-slot-value, eieio-validate-class-slot-value)
7786 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
7787 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
7788 (eieio-slot-originating-class-p, eieio-slot-name-index)
7789 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
7790 (constructor, initialize-instance, no-next-method, object-print)
7791 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
7792 Fix typos in docstrings.
7793 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
7794 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
7795 (next-method-p): Doc fixes.
7796 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
7797 Fix typos in error messages.
7798 (eieio-defmethod): Fix typo in description of generic method.
7799
7800 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
7801 (eieio-persistent-save-interactive, slot-missing):
7802 Fix typos in docstrings.
7803 (eieio-instance-inheritor-slot-boundp): Doc fix.
7804
7805 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
7806 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
7807
7808 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
7809 (eieio-custom-object-apply-reset):
7810 Fix typos in docstrings and error messages.
7811
7812 * emacs-lisp/eieio-datadebug.el (data-debug-show):
7813 Fix typo in docstring.
7814
7815 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7816 (eieio-browse-tree): Doc fix.
7817 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7818 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7819 Fix typos in docstrings.
7820
7821 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7822 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7823 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7824 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7825 Reflow docstrings.
7826
7827 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
7828
7829 * vc-hg.el (log-view-vc-backend): Declare for compiler.
7830 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7831 Set log-view-vc-backend so that diff can work.
7832
7833 * log-view.el (log-view-diff): Use vc-diff-internal instead of
7834 vc-version-diff.
7835 (vc-diff-internal): Autoload this instead of vc-version-diff.
7836
7837 2009-10-05 Eli Zaretskii <eliz@gnu.org>
7838
7839 * simple.el (eval-expression): Doc fix.
7840
7841 * progmodes/cwarn.el (cwarn-mode): Doc fix.
7842
7843 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
7844
7845 * files.el (directory-files-no-dot-files-regexp): New defconst.
7846 (delete-directory): Use it.
7847 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
7848
7849 * net/tramp.el (tramp-verbose): Fix docstring.
7850 (tramp-methods): Add recursive option to `tramp-copy-args'.
7851 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
7852 "scp1_old", "scp2_old", "rsync", "rsyncc".
7853 (tramp-default-method): Check also for `auth-source-user-or-password'.
7854 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7855 Add handler for `copy-directory'.
7856 (tramp-handle-copy-directory): New defun.
7857 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
7858 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7859 Optimize sent command.
7860
7861 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7862
7863 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7864 window if necessary.
7865
7866 * calendar/calendar.el (calendar-basic-setup): Don't call
7867 switch-to-buffer in a dedicated window.
7868
7869 2009-10-05 Karl Fogel <kfogel@red-bean.com>
7870
7871 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
7872 don't do anything related to relocating, just return nil.
7873 (bookmark-error-no-filename): New error.
7874 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
7875 bookmark has no file. Don't even attempt to handle things that
7876 are not files; the whole point of custom handlers is to keep that
7877 knowledge elsewhere anyway. Tighten some comments.
7878 (bookmark-file-or-variation-thereof): Remove now-unused function.
7879 (bookmark-location): Doc string fix.
7880 (Bug#4250)
7881
7882 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7883
7884 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7885 don't use a file dialog, because they usually don't know how to read
7886 a directory target from the user. (Bug#4230)
7887 Also, make sure the prompt can display directories as well as files.
7888
7889 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7890
7891 * bookmark.el (bookmark-set, bookmark-buffer-name):
7892 Improve doc strings. (Bug#1193)
7893
7894 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7895
7896 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7897 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7898 (bookmark-get-annotation, bookmark-set-annotation)
7899 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7900 (bookmark-set-position, bookmark-get-front-context-string)
7901 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7902 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7903 (bookmark-jump-other-window, bookmark-handle-bookmark)
7904 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7905 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7906 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
7907 Improve doc strings to say whether bookmark can be a string or
7908 a record or both, and make other consistency and clarity fixes.
7909 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7910 (bookmark-default-annotation-text, bookmark-yank-word)
7911 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7912 (bookmark-import-new-list, bookmark-maybe-rename)
7913 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7914 (bookmark-bmenu-bookmark): Give these doc strings.
7915 (bookmark-bmenu-check-position): Give this a doc string, but also
7916 add a FIXME comment about how the function may be pointless.
7917 (bookmark-default-handler): Rework doc string and change a
7918 parameter name, to clarify that this takes a bookmark record
7919 not a bookmark name.
7920 (bookmark-set): Change a parameter name to indicate its meaning,
7921 and improve the doc string a bit.
7922 (Bug#4188)
7923
7924 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7925
7926 * bookmark.el (bookmark-alist): Document the new `handler' element
7927 in the param alist.
7928 (bookmark-make-record-function): Adjust documentation for above.
7929 (Bug#4193)
7930
7931 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7932
7933 * info.el (Info-bookmark-make-record): Document this function.
7934 (Info-bookmark-jump): Document with a doc string, not just a comment.
7935 (Bug#4203)
7936
7937 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
7938
7939 * files.el (copy-directory): New defun.
7940
7941 * dired-aux.el (dired-copy-file-recursive): Use it.
7942
7943 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7944
7945 * files-x.el (modify-dir-local-variable)
7946 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
7947 docstrings.
7948
7949 * recentf.el (recentf-unload-function): New function.
7950
7951 2009-10-04 Glenn Morris <rgm@gnu.org>
7952
7953 * window.el (window-full-height-p): Add doc string.
7954
7955 2009-10-04 Martin Rudalics <rudalics@gmx.at>
7956
7957 * window.el (window-full-height-p): New function. (Bug#4543)
7958
7959 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
7960
7961 * vc.el: Remove commented out code.
7962 (vc-derived-from-dir-mode): Remove, unused.
7963 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7964
7965 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
7966
7967 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7968 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
7969 there could be recursive loading when `default-directory' is a
7970 remote file name. (Bug#4614)
7971
7972 2009-10-03 Glenn Morris <rgm@gnu.org>
7973
7974 * calendar/calendar.el (calendar-basic-setup): Handle the case where
7975 the frame is wide.
7976 (calendar-generate-window): Test for shrinkability rather than width.
7977
7978 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7979 reusing existing buffers, in case we happen to visit two files with the
7980 same basename. (Bug#4593)
7981
7982 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7983
7984 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
7985 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7986 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7987 subdirs of cedet as well.
7988 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
7989
7990 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7991
7992 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7993 Obey advertised-signature-table.
7994
7995 * help-fns.el (help-function-arglist): Don't check
7996 advertised-signature-table.
7997 (describe-function-1): Do it here instead so it also applies to subrs.
7998
7999 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
8000
8001 * simple.el (start-file-process): Say in the doc-string, that file
8002 handlers might not support pty association, if PROGRAM is nil.
8003
8004 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
8005 HOST and USER are strings. They are nil, when there are
8006 incomplete entries in ~/.netrc, for example.
8007 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
8008 root directory ("device busy" error otherwise).
8009
8010 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
8011 Flush file properties of created directory.
8012
8013 2009-10-02 Eli Zaretskii <eliz@gnu.org>
8014
8015 * makefile.w32-in (WINS_BASIC): Remove cedet.
8016 (WINS_CEDET): Add cedet.
8017 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
8018
8019 2009-10-02 Kevin Ryde <user42@zip.com.au>
8020
8021 * net/browse-url.el (browse-url): Pass any symbol in
8022 browse-url-browser-function to `apply', since if you've mistakenly put
8023 an unbound symbol then the error is clearer. (Bug#4531)
8024
8025 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
8026
8027 * allout.el (allout-init, allout-back-to-current-heading)
8028 (allout-beginning-of-current-entry, allout-ascend-to-depth)
8029 (allout-ascend, allout-up-current-level, allout-end-of-level)
8030 (allout-previous-visible-heading, allout-forward-current-level)
8031 (allout-backward-current-level, allout-show-children):
8032 * apropos.el (apropos-describe-plist):
8033 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
8034 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
8035 * completion.el (add-completion, add-permanent-completion):
8036 * descr-text.el (describe-text-category, describe-char):
8037 * desktop.el (desktop-lazy-abort):
8038 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
8039 * dired.el (dired-build-subdir-alist):
8040 * ediff.el (ediff-version):
8041 * elide-head.el (elide-head, elide-head-show):
8042 * emerge.el (emerge-version):
8043 * env.el (getenv):
8044 * face-remap.el (variable-pitch-mode):
8045 * faces.el (describe-face):
8046 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
8047 (dired-at-point):
8048 * files.el (find-file-existing, auto-save-mode):
8049 * font-lock.el (font-lock-fontify-buffer):
8050 * help-fns.el (describe-function, describe-variable)
8051 (describe-syntax, describe-categories):
8052 * help.el (view-lossage, describe-bindings, describe-key)
8053 (describe-mode):
8054 * hexl.el (hexl-current-address):
8055 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
8056 * info.el (Info-goto-emacs-key-command-node):
8057 * log-edit.el (log-edit-insert-cvs-template)
8058 (log-edit-insert-cvs-rcstemplate):
8059 * menu-bar.el (menu-bar-mode):
8060 * mouse.el (mouse-appearance-menu):
8061 * newcomment.el (comment-indent-new-line):
8062 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
8063 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
8064 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
8065 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
8066 * recentf.el (recentf-mode):
8067 * savehist.el (savehist-mode, savehist-save):
8068 * shadowfile.el (shadow-copy-files):
8069 * simple.el (kill-ring-save, next-line, previous-line)
8070 (normal-erase-is-backspace-mode):
8071 * strokes.el (strokes-update-window-configuration)
8072 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
8073 (strokes-xpm-for-stroke):
8074 * time.el (emacs-uptime, emacs-init-time):
8075 * tutorial.el (tutorial--describe-nonstandard-key)
8076 (tutorial--detailed-help):
8077 * type-break.el (type-break-mode)
8078 (type-break-mode-line-message-mode, type-break-query-mode)
8079 (type-break-guesstimate-keystroke-threshold):
8080 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
8081 * version.el (emacs-version):
8082 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
8083 * winner.el (winner-mode):
8084 * calendar/timeclock.el (timeclock-in, timeclock-out)
8085 (timeclock-status-string, timeclock-change)
8086 (timeclock-workday-remaining-string)
8087 (timeclock-workday-elapsed-string)
8088 (timeclock-when-to-leave-string):
8089 * calendar/todo-mode.el (todo-add-category):
8090 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
8091 * emacs-lisp/autoload.el (update-file-autoloads):
8092 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
8093 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
8094 (checkdoc-message-text, checkdoc-defun):
8095 * emacs-lisp/debug.el (debugger-list-functions):
8096 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8097 * emacs-lisp/eieio-opt.el (eieio-describe-class)
8098 (eieio-describe-generic):
8099 * emacs-lisp/lisp-mnt.el (lm-synopsis):
8100 * emacs-lisp/shadow.el (list-load-path-shadows):
8101 * emulation/cua-base.el (cua-mode):
8102 * emulation/edt.el (edt-set-scroll-margins):
8103 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
8104 (tpu-toggle-regexp, tpu-toggle-search-direction)
8105 (tpu-toggle-rectangle, tpu-toggle-control-keys):
8106 * emulation/tpu-extras.el (tpu-set-scroll-margins):
8107 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8108 (viper-set-parsing-style-toggling-macro)
8109 (viper-set-emacs-state-searchstyle-macros):
8110 * emulation/viper.el (viper-set-hooks):
8111 * eshell/esh-mode.el (eshell-truncate-buffer):
8112 * international/mule-cmds.el (prefer-coding-system)
8113 (describe-input-method, describe-language-environment):
8114 * international/mule-diag.el (list-character-sets)
8115 (describe-character-set, describe-coding-system)
8116 (describe-fontset, list-fontsets, list-input-methods):
8117 * mail/sendmail.el (mail-signature):
8118 * net/ange-ftp.el (ange-ftp-copy-file):
8119 * net/browse-url.el (browse-url):
8120 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
8121 * net/quickurl.el (quickurl-add-url):
8122 * net/rcirc.el (names, topic):
8123 * net/xesam.el (xesam-mode):
8124 * play/5x5.el (5x5-new-game):
8125 * play/yow.el (apropos-zippy):
8126 * progmodes/ada-mode.el (ada-mode-version):
8127 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
8128 (f90-end-of-block)
8129 (f90-beginning-of-block):
8130 * progmodes/fortran.el (fortran-end-of-block)
8131 (fortran-beginning-of-block):
8132 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
8133 * progmodes/python.el (python-describe-symbol, python-shell):
8134 * term/ns-win.el (ns-print-buffer):
8135 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
8136 * textmodes/flyspell.el (flyspell-mode-on):
8137 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
8138 (pages-directory-for-addresses):
8139 * textmodes/table.el (table-recognize-cell)
8140 (table-query-dimension, table-generate-source)
8141 (table-insert-sequence, table--warn-incompatibility):
8142 * textmodes/tex-mode.el (tex-validate-buffer):
8143 * textmodes/texinfmt.el (texinfmt-version)
8144 (texinfo-format-buffer):
8145 Use `called-interactively-p' instead of `interactive-p'.
8146
8147 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
8148
8149 * image-mode.el (image-toggle-display):
8150 * emacs-lisp/elp.el (elp-instrument-function):
8151 * emacs-lisp/advice.el (ad-make-advised-definition):
8152 * emacs-lisp/easy-mmode.el (define-minor-mode):
8153 * net/browse-url.el (browse-url-maybe-new-window):
8154 * progmodes/sh-script.el (sh-learn-buffer-indent):
8155 Pass new argument 'any to `called-interactively-p'.
8156
8157 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
8158
8159 * international/uni-bidi.el:
8160 * international/uni-category.el:
8161 * international/uni-combining.el:
8162 * international/uni-comment.el:
8163 * international/uni-decimal.el:
8164 * international/uni-decomposition.el:
8165 * international/uni-digit.el:
8166 * international/uni-lowercase.el:
8167 * international/uni-mirrored.el:
8168 * international/uni-name.el:
8169 * international/uni-numeric.el:
8170 * international/uni-old-name.el:
8171 * international/uni-titlecase.el:
8172 * international/uni-uppercase.el:
8173 Regenerate from Unicode 5.2.0 data.
8174
8175 2009-10-01 Glenn Morris <rgm@gnu.org>
8176
8177 * Makefile.in (ELCFILES): Regenerate.
8178
8179 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8180
8181 * subr.el (interactive-p): Mark obsolete.
8182 (called-interactively-p): Make the optional-ness of `kind' obsolete.
8183 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
8184 advertised-signature-table for subroutines as well.
8185
8186 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
8187 (set-advertised-calling-convention): New function.
8188 (make-obsolete, define-obsolete-function-alias)
8189 (make-obsolete-variable, define-obsolete-variable-alias):
8190 Make the optional-ness of `when' obsolete.
8191 (define-obsolete-face-alias): Make `when' non-optional.
8192 * help-fns.el (help-function-arglist):
8193 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
8194 Use advertised-signature-table.
8195
8196 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
8197
8198 * files.el (delete-directory): New defun. The original function
8199 in fileio.c has been renamed to `delete-directory-internal'.
8200
8201 * dired.el (dired-delete-file): Call `delete-directory' with
8202 RECURSIVE parameter.
8203
8204 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
8205 parameter RECURSIVE. Implementation is missing.
8206
8207 * net/tramp.el (tramp-handle-make-directory): Flush upper
8208 directory's file properties.
8209 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
8210 (tramp-handle-dired-recursive-delete-directory): Flush directory
8211 properties after the remove command only.
8212
8213 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8214 Handle optional parameter RECURSIVE.
8215
8216 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
8217 Handle optional parameter RECURSIVE.
8218
8219 * net/tramp-smb.el (tramp-smb-errors): Add error message for
8220 connection timeout.
8221 (tramp-smb-handle-delete-directory): Handle optional parameter
8222 RECURSIVE.
8223
8224 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8225
8226 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
8227 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
8228 (byte-compile-defmacro): Use backquotes.
8229
8230 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
8231
8232 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
8233 has no associated file.
8234 (vc-resynch-buffer): Use vc-dir-buffers.
8235
8236 2009-10-01 Glenn Morris <rgm@gnu.org>
8237
8238 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
8239 (chart-file-count):
8240 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
8241 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
8242 * emacs-lisp/eieio-opt.el (eieio-describe-class):
8243 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
8244 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
8245 (eieio-copy-parents-into-subclass, make-instance, class-children)
8246 (eieio-generic-form):
8247
8248 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
8249 match-data. (Bug#4555).
8250
8251 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
8252 rather than parsing it as a regexp. This relaxes the layout
8253 requirements and makes errors easier to detect.
8254 (check-declare-verify): Check file is regular.
8255 (check-declare-directory): Doc fix.
8256 * subr.el (declare-function): Doc fix.
8257
8258 * ibuffer.el (ibuffer-format-qualifier):
8259 * isearch.el (hi-lock-regexp-okay):
8260 * calc/calc.el (math-zerop):
8261 * mail/uce.el (rmail-msgbeg, rmail-msgend):
8262 * term/w32-win.el (setup-default-fontset, set-fontset-font):
8263 Remove unused declarations.
8264
8265 2009-09-30 Glenn Morris <rgm@gnu.org>
8266
8267 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
8268
8269 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
8270 filename is not a string.
8271
8272 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
8273
8274 * files.el (safe-local-eval-forms): Fix typo.
8275
8276 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
8277
8278 * vc-hooks.el (vc-dir-buffers): New var.
8279 (vc-state-refresh): New function.
8280 (vc-state): Use it.
8281 (vc-after-save): Always ask the backend to recompute the new state.
8282 Always call vc-dir if necessary, using vc-dir-buffers.
8283 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
8284 Use vc-dir-buffers.
8285 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
8286 (vc-dir-prepare-status-buffer, vc-dir-update)
8287 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
8288 Don't call expand-file-name on default-directory.
8289
8290 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8291
8292 * speedbar.el (speedbar-item-delete):
8293 * calc/calc-prog.el (calc-kbd-if):
8294 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
8295
8296 * epa.el (epa-key-list-mode-map):
8297 * hi-lock.el (hi-lock-menu): Fix typos in menus.
8298
8299 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
8300 (hs-show-hook): Fix typo in docstring.
8301
8302 2009-09-29 Glenn Morris <rgm@gnu.org>
8303
8304 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
8305 file-name-nondirectory call preventing location of cedet files.
8306 (check-declare-verify): Use literal search rather than re-search.
8307 Add basic defmethod and defclass, and define-overloadable-function.
8308
8309 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8310 Use tramp-compat-file-attributes rather than nonexistent
8311 tramp-compat-handle-file-attributes.
8312
8313 * Makefile.in (lisptagsfiles4): New.
8314 (AUTOGENEL): Add cedet loaddefs files.
8315 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
8316 (update-elclist, compile-always, backup-compiled-files)
8317 (bootstrap-clean): Add yet another directory level.
8318 (update-elclist): Use LC_COLLATE rather than COLLATE.
8319 (ELCFILES): Update, via `make update-elclist'.
8320
8321 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8322
8323 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
8324 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
8325 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
8326
8327 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
8328
8329 * Makefile.in (lisptagsfiles3): Define.
8330 (TAGS, TAGS-LISP): Use it.
8331 (update-elclist): Add third directory level to look for elc files.
8332 (compile-always): Likewise.
8333 (backup-compiled-files): Likewise.
8334 (bootstrap-clean): Likewise.
8335 (ELCFILES): Update.
8336
8337 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
8338
8339 * Makefile.in (ELCFILES): Add CEDET files.
8340
8341 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
8342
8343 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
8344
8345 * net/tramp.el (top): Require tramp-imap.
8346
8347 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8348 Use `tramp-compat-handle-file-attributes'.
8349
8350 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
8351
8352 * net/tramp-imap.el: New package.
8353
8354 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8355
8356 * whitespace.el (whitespace-trailing-regexp)
8357 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8358 Fix doc string.
8359
8360 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
8361
8362 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
8363 menu.
8364
8365 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
8366 menu-bar-ediff-menu.
8367
8368 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
8369 define-overloadable-function.
8370
8371 * progmodes/autoconf.el: Provide autoconf as well, so that this
8372 file can be `require'd.
8373
8374 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
8375
8376 * emacs-lisp/autoload.el (generated-autoload-feature)
8377 (generated-autoload-load-name): New vars.
8378 (autoload-rubric, autoload-generate-file-autoloads): Use them.
8379 (make-autoload): Recognize define-overloadable-function and
8380 defclass forms (for EIEIO).
8381
8382 * Makefile.in (update-subdirs): Exclude cedet directory.
8383
8384 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8385
8386 * term/ns-win.el: Don't set the region face background. (Bug#4381)
8387
8388 * faces.el: Default light-background background for region face to
8389 ns_selection_color under NS.
8390
8391 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
8392
8393 * net/imap-hash.el: New library, see NEWS.
8394
8395 * Makefile.in (ELCFILES): Add imap-hash.el.
8396
8397 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8398
8399 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
8400 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
8401 * help-macro.el (make-help-screen): Avoid using an ambiguous function
8402 definition where the docstring could be taken for the return value.
8403
8404 2009-09-26 Glenn Morris <rgm@gnu.org>
8405
8406 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
8407 Add option to only show images below a certain size.
8408 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
8409 save-excursion calls.
8410
8411 2009-09-26 Eli Zaretskii <eliz@gnu.org>
8412
8413 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
8414 subdirectories) and eieio.
8415
8416 2009-09-26 Alan Mackenzie <acm@muc.de>
8417
8418 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8419 Correct buggy bracketing. (Bug#4289)
8420
8421 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
8422 character constants (as case labels). (Bug#4289)
8423
8424 2009-09-25 Juri Linkov <juri@jurta.org>
8425
8426 * files.el (safe-local-eval-forms): Allow time-stamp in
8427 before-save-hook (Bug#4554).
8428
8429 2009-09-25 Drew Adams <drew.adams@oracle.com>
8430
8431 * menu-bar.el (list-buffers-directory): Doc fix.
8432
8433 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
8434
8435 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
8436 Try and avoid copying twice the same paragraph.
8437 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
8438 Remove save-excursion.
8439 (log-edit-changelog-entry): Do it here instead.
8440
8441 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
8442
8443 * bs.el (bs--get-file-name): Use `list-buffers-directory'
8444 when available, instead of hardcoding mode names. Doc fix.
8445
8446 * menu-bar.el (list-buffers-directory): Add docstring.
8447 Make automatically buffer-local.
8448
8449 * dired.el (dired-mode):
8450 * files.el (cd-absolute):
8451 * pcvs.el (cvs-temp-buffer):
8452 * pcvs-util.el (cvs-get-buffer-create):
8453 * shell.el (shell-mode):
8454 * vc-dir.el (vc-dir-mode):
8455 Don't make `list-buffers-directory' buffer local.
8456
8457 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
8458
8459 * comint.el (comint-exec, comint-run, make-comint):
8460 Doc fixes (Bug#4542).
8461
8462 2009-09-25 Glenn Morris <rgm@gnu.org>
8463
8464 * mail/rmailmm.el (rmail-mime): New custom group.
8465 Move all defcustoms in this file into this group.
8466 (rmail-mime-media-type-handlers-alist): Revert previous change.
8467 (rmail-mime-show-images): New option.
8468 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
8469 references to it, since it wasn't actually used for anything.
8470 (rmail-mime-insert-image): New function.
8471 (rmail-mime-image): Use rmail-mime-insert-image.
8472 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
8473 obey the value of `rmail-mime-show-images' option. Print the size of
8474 attachments.
8475
8476 2009-09-25 David Engster <deng@randomsample.de>
8477
8478 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
8479
8480 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8481
8482 * whitespace.el: Does not highlight trailing spaces While point is
8483 at end of line. Does not highligt spaces at beginning of buffer
8484 while point is at beginning of buffer. Does not highlight spaces
8485 at end of buffer while point is at end of buffer. (Bug#4177)
8486 New version 12.0.
8487 (whitespace-display-mappings): Adjust initialization.
8488 (whitespace-point, whitespace-font-lock-refontify): New vars.
8489 (whitespace-color-on, whitespace-color-off): Adjust code.
8490 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
8491 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
8492 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
8493
8494 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
8495
8496 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
8497
8498 * textmodes/sgml-mode.el: Remove xml-mode alias.
8499
8500 * files.el (auto-mode-alist, conf-mode-maybe)
8501 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
8502
8503 2009-09-24 Alan Mackenzie <acm@muc.de>
8504
8505 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
8506 c-forward-conditionals, but it doesn't move point and doesn't set
8507 the mark.
8508 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
8509 (c-down-conditional-with-else, c-backward-conditional)
8510 (c-forward-conditional): Refactor to use c-scan-conditionals.
8511
8512 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8513
8514 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
8515 (help-default-arg-highlight): Remove.
8516 (help-highlight-arg): New function.
8517 (help-do-arg-highlight): Use it.
8518 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
8519
8520 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8521
8522 * term.el (term-set-scroll-region, term-handle-ansi-escape):
8523 Undo last change, which didn't fix the problem and introduced others.
8524
8525 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
8526
8527 * progmodes/gdb-mi.el: Don't require speedbar.
8528 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8529
8530 2009-09-24 Glenn Morris <rgm@gnu.org>
8531
8532 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8533
8534 * term/ns-win.el (ns-reg-to-script): Define for compiler.
8535
8536 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8537 there is no newline after the final mime boundary. (Bug#4539)
8538 Move markers on insertion so that any buttons inserted don't end up in
8539 the next part of a multipart message.
8540 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
8541 (rmail-mime-bulk-handler): Optionally handle images.
8542 (rmail-mime-image): New button action.
8543 (rmail-mime-image-handler): New function.
8544 (rmail-mime-mode): New mode.
8545 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
8546
8547 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8548
8549 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8550 than just dropping elements from it (bug#4504).
8551
8552 * term.el (term-set-scroll-region): Don't move cursor any more.
8553 (term-handle-ansi-escape): Call term-goto here instead.
8554 Suggested by Ivan Kanis <apple@kanis.eu>.
8555
8556 * term.el: Require CL.
8557 (term-ansi-reset): New function.
8558 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8559 (term-handle-colors-array): Simplify.
8560
8561 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8562
8563 * allout.el (allout-overlay-interior-modification-handler)
8564 (allout-obtain-passphrase):
8565 * epa-file.el (epa-file-write-region):
8566 * ps-print.el (ps-begin-job):
8567 * vc-hooks.el (vc-toggle-read-only):
8568 * vc-rcs.el (vc-rcs-rollback):
8569 * vc-sccs.el (vc-sccs-rollback):
8570 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8571 (vc-version-diff, vc-revert, vc-rollback):
8572 * wdired.el (wdired-check-kill-buffer):
8573 * emacs-lisp/authors.el (authors):
8574 * net/socks.el (socks-open-connection):
8575 * net/zeroconf.el (zeroconf-service-add-hook):
8576 * obsolete/vc-mcvs.el (vc-mcvs-register):
8577 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8578 (gdb-select-frame):
8579 * progmodes/grep.el (lgrep, rgrep):
8580 * progmodes/idlw-help.el (idlwave-help-check-locations)
8581 (idlwave-help-html-link, idlwave-help-assistant-open-link):
8582 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8583 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8584 (reftex-toc-rename-label): Fix typos in error messages.
8585
8586 * dired-aux.el (dired-do-shell-command): Reflow docstring.
8587 (dired-copy-how-to-fn): Doc fix.
8588 (dired-files-attributes, dired-read-shell-command):
8589 Fix typos in docstrings.
8590
8591 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8592 (dired-x-find-file-other-window): Reflow docstrings.
8593 (dired-omit-marker-char, dired-read-shell-command)
8594 (dired-x-submit-report): Fix typos in docstrings.
8595
8596 * shell.el (shell-mode-hook):
8597 * view.el (View-scroll-line-forward):
8598 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8599 Fix typos in docstrings.
8600
8601 * net/dig.el (dig-invoke): Fix typo in docstring.
8602 (query-dig): Reflow docstring.
8603
8604 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8605 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8606 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8607 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8608 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8609 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8610 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8611 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8612 (idlwave-completion-map, idlwave-current-indent)
8613 (idlwave-custom-ampersand-surround, idlwave-customize)
8614 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8615 (idlwave-define-abbrev, idlwave-determine-class-special)
8616 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8617 (idlwave-end-block-reg, idlwave-end-of-statement)
8618 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8619 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8620 (idlwave-explicit-class-listed, idlwave-file-header)
8621 (idlwave-fill-paragraph, idlwave-find-class-definition)
8622 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8623 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8624 (idlwave-in-quote, idlwave-indent-action-table)
8625 (idlwave-indent-expand-table, idlwave-indent-line)
8626 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8627 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8628 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8629 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8630 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8631 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8632 (idlwave-outlawed-buffers, idlwave-popup-select)
8633 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8634 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8635 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8636 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8637 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8638 (idlwave-statement-type, idlwave-struct-skip)
8639 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8640 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8641 (idlwave-what-module-find-class): Fix typos in docstrings.
8642 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8643 (idlwave-calculate-cont-indent, idlwave-expand-equal)
8644 (idlwave-find-module, idlwave-find-structure-definition)
8645 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8646 (idlwave-list-load-path-shadows, idlwave-next-statement)
8647 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8648 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8649 (idlwave-template): Reflow docstrings.
8650
8651 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8652 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8653 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8654 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8655 (idlwave-shell-display-line, idlwave-shell-display-wframe)
8656 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8657 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8658 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8659 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8660 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8661 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8662 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8663 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8664 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8665 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8666 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8667 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8668 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8669 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8670 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8671 Fix typos in docstrings.
8672 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8673 (idlwave-shell-hide-output, idlwave-shell-mode)
8674 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8675 Reflow docstrings.
8676
8677 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8678
8679 2009-09-24 Ivan Kanis <apple@kanis.eu>
8680
8681 * term.el (term-bold-attribute): New var.
8682 (term-handle-colors-array): Use it.
8683
8684 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
8685
8686 * progmodes/gdb-mi.el (gdb-version): New variable.
8687 (gdb-non-stop-handler): Set gdb-version.
8688 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8689 Condition "--thread" option on gdb-version.
8690 (gdb-invalidate-threads): Remove unused argument.
8691
8692 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8693
8694 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8695 to looking-back to avoid ridiculous slow down in large files (bug#4511).
8696
8697 2009-09-23 Glenn Morris <rgm@gnu.org>
8698
8699 * mail/rmail.el (rmail-reply): Don't try to add a References header when
8700 replying to mail without References or Message-Id. (Bug#4525)
8701
8702 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8703
8704 * term/ns-win.el (ns-reg-to-script): New variable.
8705
8706 2009-09-23 Daiki Ueno <ueno@unixuser.org>
8707
8708 * epg.el (epg-wait-for-status): Preserve existing 'error results.
8709
8710 2009-09-22 Sam Steingold <sds@gnu.org>
8711
8712 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8713 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8714 to 1 because hg returns status 1 when nothing is found.
8715 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8716
8717 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8718
8719 * textmodes/fill.el: Convert to utf-8 encoding.
8720 (fill-french-nobreak-p): Remove redundant » and « inherited from our
8721 pre-unicode days.
8722
8723 * add-log.el (change-log-fill-forward-paragraph): New function.
8724 (change-log-mode): Use it so fill-region DTRT.
8725 Set fill-indent-according-to-mode here rather than in
8726 change-log-fill-paragraph.
8727 (change-log-fill-paragraph): Remove.
8728
8729 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
8730
8731 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8732 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
8733
8734 2009-09-22 Glenn Morris <rgm@gnu.org>
8735
8736 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8737 the scroll-bar scroll the calendar window rather than the buffer.
8738
8739 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8740 commands that move point (as opposed to scrolling).
8741
8742 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8743
8744 * emacs-lisp/elint.el (elint): New custom group.
8745 (elint-log-buffer): Make it a defcustom.
8746 (elint-scan-preloaded, elint-ignored-warnings)
8747 (elint-directory-skip-re): New options.
8748 (elint-builtin-variables): Doc fix.
8749 (elint-preloaded-env): New variable.
8750 (elint-unknown-builtin-args): Add an entry for encode-time.
8751 (elint-extra-errors): Make it a variable rather than a constant.
8752 (elint-preloaded-skip-re): New constant.
8753 (elint-directory): Skip files matching elint-directory-skip-re.
8754 (elint-features): New variable, local to linted buffers.
8755 (elint-update-env): Initialize elint-features. Possibly add
8756 elint-preloaded-env to the buffer's environment.
8757 (elint-get-top-forms): Bind elint-current-pos, for log messages.
8758 Skip quoted forms.
8759 (elint-init-form): New function, extracted from elint-init-env.
8760 Make non-list forms a warning rather than an error.
8761 Add the mode-map for define-derived-mode. Handle define-minor-mode,
8762 easy-menu-define, put that adds an error-condition, and provide.
8763 When requiring cl, also require cl-macs. Really require cl, to handle
8764 some cl macros. Store required libraries in the list elint-features,
8765 so as not to re-load them. Treat cc-require like require.
8766 (elint-init-env): Call elint-init-form to do the work.
8767 Handle eval-and-compile and such like.
8768 (elint-add-required-env): Do not clear messages.
8769 (elint-special-forms): Add handlers for function, defalias, if, when,
8770 unless, and, or.
8771 (elint-form): Add optional argument to ignore elint-special-forms,
8772 useful to prevent recursive calls from handlers. Doc fix.
8773 Respect elint-ignored-warnings.
8774 (elint-form): Respect elint-ignored-warnings.
8775 (elint-bound-variable, elint-bound-function): New variables.
8776 (elint-unbound-variable): Respect elint-bound-variable.
8777 (elint-get-args): Respect elint-bound-function.
8778 (elint-check-cond-form): Add some simple handling for (f)boundp and
8779 featurep tests.
8780 (elint-check-defalias-form): New handler.
8781 (elint-check-let-form): Make an empty let a warning rather than an
8782 error.
8783 (elint-check-setq-form): Make an empty setq a warning rather than an
8784 error. Respect elint-ignored-warnings.
8785 (elint-check-defvar-form): Accept null doc-strings.
8786 (elint-check-conditional-form): New handler. Does some simple-minded
8787 checking of featurep and (f)boundp tests.
8788 (elint-put-function-args): New function.
8789 (elint-initialize): Use elint-scan-doc-file rather than
8790 elint-find-builtin-variables. Use elint-put-function-args.
8791 Possibly scan preloaded-file-list.
8792 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8793 extend to handle functions as well.
8794
8795 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
8796
8797 * linum.el (linum-delete-overlays, linum-update-window):
8798 Do not modify the right margin. (Bug#3971)
8799
8800 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
8801
8802 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
8803 Use nxml-mode instead of xml-mode.
8804
8805 2009-09-21 Kevin Ryde <user42@zip.com.au>
8806
8807 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
8808
8809 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8810
8811 * net/dig.el (dig-mode): Use define-derived-mode.
8812
8813 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8814
8815 * vc-dispatcher.el (vc-do-command): Return the process object in
8816 the asynchronous case. Use when instead of if. Do not run
8817 vc-exec-after to display a message if not enabled. (Bug#4463)
8818
8819 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8820 properties to the stash strings.
8821 (vc-git-stash-list): Return a list of strings.
8822 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8823 (vc-git-stash-show-at-point): New functions.
8824 (vc-git-stash-map): New keymap.
8825
8826 * register.el (ctl-x-r-map): Define the keys here instead of
8827 using autoload.
8828
8829 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
8830
8831 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8832 list, to workaround performance problem (bug#4485).
8833
8834 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
8835
8836 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8837
8838 2009-09-20 Daiki Ueno <ueno@unixuser.org>
8839
8840 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8841 Document that this option is not recommended to use.
8842
8843 2009-09-19 Glenn Morris <rgm@gnu.org>
8844
8845 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8846 variable `var'.
8847
8848 * calc/calc-alg.el (var):
8849 * calc/calcalg2.el (var): Define for compiler.
8850
8851 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
8852
8853 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8854 Doc fix (Bug#3932).
8855
8856 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8857
8858 * time-stamp.el (time-stamp-month-dd-yyyy)
8859 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8860 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8861 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
8862 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8863 Remove functions that have been obsolete since 1995 (Bug#4436).
8864
8865 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8866 indent buffer only if called interactively (Bug#4452).
8867
8868 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
8869 Eli Zaretskii <eliz@gnu.org>
8870
8871 This fixes bug#4197 (merged to bug#865, though not identical).
8872 * server.el (server-auth-dir): Add docstring note about FAT32.
8873 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8874 but warn against using them.
8875
8876 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
8877
8878 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8879 older GDB where there is no has_more field.
8880
8881 2009-09-19 Glenn Morris <rgm@gnu.org>
8882
8883 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8884
8885 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
8886
8887 * files.el (auto-mode-alist): Change default for XML files to nXML
8888 mode (Bug#4169).
8889
8890 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
8891
8892 * server.el (server-ensure-safe-dir): Pass 'integer
8893 to `file-attributes', as suggested.
8894
8895 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
8896
8897 * dired-aux.el (dired-query-alist): Remove spurious backslash.
8898 (dired-query): Use read-key.
8899
8900 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8901
8902 * cus-start.el (ns-use-qd-smoothing): Remove.
8903
8904 2009-09-18 Glenn Morris <rgm@gnu.org>
8905
8906 * allout.el (top-level): Remove unnecessary progn.
8907
8908 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8909
8910 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8911 definition of abbrev table.
8912
8913 * speedbar.el (speedbar-track-mouse):
8914 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8915 * net/eudc.el (eudc-expand-inline):
8916 * net/newst-backend.el (newsticker--cache-read-feed):
8917 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
8918 condition-case handlers.
8919
8920 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
8921
8922 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8923 (gdb-var-list): Add an element for has_more field.
8924 (gdb-non-stop-handler): Enable pretty printing for STL containers.
8925 (gdb-var-create-handler, gdb-var-list-children-handler-1)
8926 (gdb-var-update-handler-1): Parse output of dynamic variable
8927 objects (STL containers).
8928 (gdb-var-delete-1): Pass var1 as an explicit second argument.
8929 (gdb-get-field): Delete alias. Use bindat-get-field directly.
8930
8931 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8932 gdb-var-list.
8933 (gud-speedbar-buttons): Make node expandable if expression "has more"
8934 children.
8935
8936 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
8937
8938 * startup.el (emacs-quick-startup): Remove variable and all uses.
8939 (command-line): Set `inhibit-x-resources' instead.
8940 (command-line-1): Use `inhibit-x-resources' instead.
8941
8942 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
8943
8944 * subr.el: Fix last change to avoid using the `unless' macro,
8945 which breaks bootstrapping.
8946
8947 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8948
8949 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8950 extended definitions, in case we reload subr.el after having
8951 loaded CL.
8952 (eval-next-after-load): Mark as obsolete.
8953
8954 2009-09-17 Juri Linkov <juri@jurta.org>
8955
8956 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8957 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8958 (menu-bar-showhide-menu, menu-bar-tools-menu)
8959 (menu-bar-describe-menu, menu-bar-help-menu)
8960 (minibuffer-local-completion-map, minibuffer-local-map):
8961 Fix list quoting.
8962
8963 2009-09-17 Glenn Morris <rgm@gnu.org>
8964
8965 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8966 arguments, whether or not it has a handler.
8967
8968 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8969
8970 * simple.el (hard-newline): Give it a doc-string.
8971
8972 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8973 (lisp-mode-syntax-table): Give them doc-strings.
8974
8975 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8976
8977 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8978 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8979 (menu-bar-options-menu, menu-bar-showhide-menu)
8980 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8981 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8982 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8983 (menu-bar-options-menu, menu-bar-tools-menu)
8984 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8985 (menu-bar-help-menu):
8986 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8987 string arguments.
8988
8989 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8990 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8991 calls for the menu names and :help.
8992
8993 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8994
8995 * mouse.el (minor-mode-menu-from-indicator): Pay attention
8996 to :minor-mode-function (bug#4455).
8997
8998 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8999
9000 * startup.el (command-line): Initialize the window-system after
9001 processing the command-line.
9002
9003 * textmodes/page.el (what-page): Make sure we don't inf-loop if
9004 page-delimiter matches the empty string.
9005
9006 2009-09-16 Glenn Morris <rgm@gnu.org>
9007
9008 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
9009 byte-compile-not-obsolete-var. It's a list now.
9010 (byte-compile-not-obsolete-funcs): New variable.
9011 (byte-compile-warn-obsolete): Don't warn about functions if they are in
9012 byte-compile-not-obsolete-funcs.
9013 (byte-compile-variable-ref, byte-compile-defvar): Update for
9014 byte-compile-not-obsolete-vars name-change and list nature.
9015 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
9016 and variables behind (f)boundp tests.
9017 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
9018
9019 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
9020
9021 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
9022
9023 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9024
9025 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
9026 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
9027 Don't autoload.
9028
9029 2009-09-15 Stephen Eglen <stephen@gnu.org>
9030
9031 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
9032 the virtual-buffers, use the name of the buffer specified by
9033 find-file-noselect, as the match may be a symlink. (This was a
9034 problem if the target and the symlink had different names.)
9035
9036 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9037
9038 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
9039
9040 * desktop.el (desktop-path): Check user-emacs-directory.
9041
9042 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
9043
9044 * loadup.el: Use after-load-functions to GC after loading each file.
9045 Remove the explicit GC calls that used to be sprinkled around.
9046
9047 * subr.el (after-load-functions): New hook.
9048 (do-after-load-evaluation): Run it. Use string-match-p to detect
9049 `obsolete' packages, rather than painfully extracting the relevant
9050 directory name.
9051
9052 2009-09-15 Glenn Morris <rgm@gnu.org>
9053
9054 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
9055 free variable `doc'.
9056
9057 * dired.el (dired-mode-map): Add menu entry for async shell command.
9058
9059 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
9060 variables, also consider the .elc files, since the .el files are
9061 normally gzipped (subsequent code locates the .el.gz from the .elc).
9062
9063 * calc/calc-prog.el (arglist): Define for compiler.
9064
9065 * calendar/diary-lib.el (diary-display-function): Change the default to
9066 fancy display.
9067 (body): Define for compiler.
9068
9069 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
9070 (byte-compile-file-form, byte-compile-lambda)
9071 (byte-compile-top-level-body, byte-compile-form)
9072 (byte-compile-variable-ref, byte-compile-setq)
9073 (byte-compile-setq-default, byte-compile-body)
9074 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
9075 (batch-byte-compile): Give some more local variables with common names
9076 a "bytecomp-" prefix to avoid masking warnings about free variables.
9077
9078 * startup.el (command-line-1): Give local variables with common names a
9079 distinguishing prefix, so as not to hide free variable warnings during
9080 bootstrap.
9081
9082 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
9083 clever and add a suffix to make a unique name, just let the user decide
9084 whether or not to overwrite it. If the input is a directory, write the
9085 default filename to that directory. (Bug#4388)
9086 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
9087 is a filename-as-a-directory.
9088
9089 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9090
9091 * textmodes/page.el (what-page): Don't move to beginning of line.
9092 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
9093
9094 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
9095
9096 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
9097
9098 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
9099
9100 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
9101 * help.el (help-for-help-internal): Add purecopy calls for text.
9102
9103 * vc.el (top): print-log method now takes an optional SHORTLOG
9104 argument. Add a new method: root.
9105 (vc-root-diff, vc-print-root-log): New functions.
9106 (vc-log-short-style): New variable.
9107 (vc-print-log-internal): Add support for showing short logs.
9108
9109 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
9110 vc-print-root-log and vc-print-root-diff.
9111
9112 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
9113 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
9114 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
9115 short logs.
9116
9117 * vc-cvs.el (vc-cvs-print-log):
9118 * vc-mtn.el (vc-mtn-print-log):
9119 * vc-rcs.el (vc-rcs-print-log):
9120 * vc-sccs.el (vc-sccs-print-log):
9121 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
9122 that is ignored for now.
9123
9124 * vc-mtn.el (vc-mtn-annotate-command):
9125 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
9126
9127 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9128
9129 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
9130 to function-key-map, and give them ascii-character property.
9131 * term/x-win.el (x-alternatives-map):
9132 * term/ns-win.el (ns-alternatives-map):
9133 * term/internal.el (msdos-key-remapping-map):
9134 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
9135
9136 2009-09-14 Glenn Morris <rgm@gnu.org>
9137
9138 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
9139 temp-buffers (2009-09-12).
9140
9141 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9142
9143 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
9144 the new read-key function.
9145
9146 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
9147
9148 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
9149 is defined (Bug#4405).
9150
9151 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
9152
9153 * recentf.el (recentf-cleanup): Use a hash table to find
9154 duplicates (Bug#4407).
9155
9156 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
9157
9158 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
9159 kp-0 to ascii equivalents (Bug#4325).
9160
9161 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
9162
9163 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
9164
9165 * eshell/em-hist.el:
9166 * eshell/em-dirs.el (eshell-complete-user-reference):
9167 Declare pcomplete functions and variables to avoid compiler warnings.
9168
9169 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
9170
9171 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
9172 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
9173 * eshell/em-alias.el (eshell-aliases-file):
9174 * eshell/em-hist.el (eshell-history-file-name):
9175 Use expand-file-name instead of concat to make file names (Bug#4308).
9176
9177 2009-09-13 Glenn Morris <rgm@gnu.org>
9178
9179 * ediff-merg.el (ediff-do-merge):
9180 * filesets.el (filesets-run-cmd):
9181 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
9182 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
9183 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
9184 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
9185 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
9186 Replace empty `let's with `progn'.
9187
9188 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9189
9190 * mail/sendmail.el (send-mail-function):
9191 * tooltip.el (tooltip-mode):
9192 * simple.el (transient-mark-mode):
9193 * rfn-eshadow.el (file-name-shadow-mode):
9194 * frame.el (blink-cursor-mode):
9195 * font-core.el (global-font-lock-mode):
9196 * files.el (temporary-file-directory)
9197 (small-temporary-file-directory, auto-save-file-name-transforms):
9198 * epa-hook.el (auto-encryption-mode):
9199 * composite.el (global-auto-composition-mode):
9200 Use custom-initialize-delay.
9201 * startup.el (command-line): Don't explicitly call
9202 custom-reevaluate-setting for all the above vars.
9203 * custom.el (custom-initialize-safe-set)
9204 (custom-initialize-safe-default): Delete.
9205
9206 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9207
9208 * term/x-win.el (x-initialize-window-system):
9209 * term/w32-win.el (w32-initialize-window-system):
9210 * term/ns-win.el (ns-initialize-window-system): Don't call
9211 mouse-wheel-mode since it's enabled globally by default already.
9212
9213 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
9214 actually define the variable, but only silences the byte-compiler.
9215 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
9216 before looking it up.
9217 (mouse-wheel-scroll-amount): Also reset the bindings if this value
9218 is changed.
9219
9220 2009-09-12 Glenn Morris <rgm@gnu.org>
9221
9222 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
9223 1000.
9224 (elint-add-required-env): Don't beep on error.
9225 (elint-forms): In case of error, return ENV unchanged.
9226 (elint-init-env): Skip non-list forms.
9227 (elint-log): Handle unknown file positions.
9228
9229 2009-09-12 Daiki Ueno <ueno@unixuser.org>
9230
9231 * epg.el (epg-make-context): Add autoload cookie.
9232 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
9233 (epg-decrypt-string, epg-start-verify, epg-verify-file)
9234 (epg-verify-string, epg-start-sign, epg-sign-file)
9235 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
9236 (epg-encrypt-string, epg-start-export-keys)
9237 (epg-export-keys-to-file, epg-export-keys-to-string)
9238 (epg-start-import-keys, epg-import-keys-from-file)
9239 (epg-import-keys-from-string, epg-start-receive-keys)
9240 (epg-receive-keys, epg-import-keys-from-server)
9241 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
9242 (epg-sign-keys, epg-start-generate-key)
9243 (epg-generate-key-from-file, epg-generate-key-from-string):
9244 Remove autoload cookie.
9245
9246 2009-09-12 Eli Zaretskii <eliz@gnu.org>
9247
9248 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
9249 reevaluation of trash-directory.
9250
9251 * mwheel.el: Fix last change.
9252 (mouse-wheel-mode): New defvar.
9253 (mouse-wheel-mode): Remove autoload cookie.
9254
9255 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9256
9257 * mwheel.el (mwheel-installed-bindings): New var.
9258 (mouse-wheel-mode): Use it, so as to make sure we really remove all
9259 the bindings we set last time. Use custom-initialize-delay.
9260 * loadup.el: Load mwheel after term/*-win.el.
9261 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
9262 and mouse-wheel-up-event now that their first evaluation is done
9263 sufficiently late to be correct.
9264
9265 * startup.el (tutorial-directory): Make it a defcustom.
9266 Use custom-initialize-delay rather than eval-at-startup to set it.
9267 * image.el (image-load-path): Make it a defcustom.
9268 Use custom-initialize-delay rather than eval-at-startup to set it.
9269 * subr.el (eval-at-startup): Remove.
9270 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
9271
9272 * subr.el (do-after-load-evaluation): Warn the user after loading an
9273 obsolete package.
9274
9275 2009-09-12 Glenn Morris <rgm@gnu.org>
9276
9277 * proced.el (proced-mark-alt): Remove alias.
9278 (proced-mode-map): Remove proced-mark-alt.
9279
9280 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
9281 Elint file and directory. Remove initialization entry.
9282
9283 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
9284 commands.
9285 (elint-current-buffer): Set mode-line-process.
9286 (elint-init-env): Handle define-derived-mode.
9287 Fix declare-function with unspecified arglist. Guard against odd
9288 defalias statements (eg iso-insert's 8859-1-map).
9289 (elint-add-required-env): Use a temp buffer.
9290 (elint-form): Just print the function/macro name, not the whole form.
9291 Return env unchanged if we fail to parse a macro.
9292 (elint-forms): Guard against parse errors.
9293 (elint-output): New function, to handle batch mode.
9294 (elint-log-message): Add optional argument. Use elint-output.
9295 (elint-set-mode-line): New function.
9296
9297 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
9298
9299 * emacs-lisp/elp.el (elp-not-profilable): Add more
9300 functions (Bug#4233).
9301
9302 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
9303
9304 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
9305 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
9306
9307 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
9308
9309 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
9310 (gdb-var-list-children): Use json parsing.
9311
9312 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
9313
9314 * progmodes/js.el (js--proper-indentation): Handle the case where
9315 char-before is null. Reported by Deniz Dogan.
9316
9317 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
9318
9319 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
9320
9321 2009-09-11 Daiki Ueno <ueno@unixuser.org>
9322
9323 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
9324 (epg-digest-algorithm-alist): Add SHA224.
9325 (epg-context-set-passphrase-callback)
9326 (epg-context-set-progress-callback): Add description about
9327 callback function.
9328
9329 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9330
9331 * custom.el (custom-delayed-init-variables): New var.
9332 (custom-initialize-delay): New function.
9333 * startup.el (command-line): "Re"evaluate all vars in
9334 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
9335 explicitly any more.
9336 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
9337 to avoid creating a ~/.emacs.d at build-time (bug#4347).
9338
9339 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
9340
9341 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
9342
9343 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
9344 (gdb-var-update-handler): Use json parsing.
9345
9346 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
9347
9348 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
9349 decode annotated text, regardless of language environment. (Bug#2741)
9350
9351 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9352
9353 * Makefile.in (autoloads): Make rmail.el writable as well.
9354
9355 2009-09-11 Glenn Morris <rgm@gnu.org>
9356
9357 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
9358 loaddefs.el.
9359 * dired.el: Regenerate with extracted autoloads.
9360 * Makefile.in (autoloads): Make dired.el writable.
9361
9362 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
9363 * ibuffer.el: Regenerate with extracted autoloads.
9364 * Makefile.in (autoloads): Make ibuffer.el writable.
9365
9366 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
9367 * version.el (emacs-copyright, emacs-major-version)
9368 (emacs-minor-version): Reformat doc-strings for make-docfile.
9369
9370 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
9371 functions and variables, since they must be stuff specific to some other
9372 platform.
9373 (apropos-print): Make mouse-click message less specific about button.
9374
9375 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
9376 that records where a macro was defined.
9377 * help-fns.el (describe-function-1): Mention if a function has a
9378 compiler-macro.
9379 * help-mode.el (help-function-cmacro): New button.
9380
9381 * locate.el (top-level): Always require dired.
9382 (locate-mode-map): Initialize inside the defvar.
9383
9384 * net/ange-ftp.el (dired-compress-file): Declare.
9385 (ange-ftp-dired-compress-file): Add doc string.
9386
9387 * term/ns-win.el (x-display-name, x-setup-function-keys):
9388 Unify doc-strings with X versions.
9389
9390 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9391
9392 * emulation/crisp.el (crisp-mode-map): Move initialization
9393 into declaration.
9394 (crisp-mode): Use define-minor-mode.
9395
9396 * progmodes/xscheme.el (xscheme-evaluation-commands):
9397 Put a :advertised-binding property rather than using
9398 advertised-xscheme-send-previous-expression.
9399 (advertised-xscheme-send-previous-expression): Declare obsolete.
9400 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
9401 `advertised-undo'.
9402 (crisp-mode): Add corresponding bindings to
9403 undo's :advertised-binding instead.
9404 * dired.el (dired-mode-map): Put a :advertised-binding property rather
9405 than using dired-advertised-find-file.
9406 (dired-advertised-find-file):
9407 * simple.el (advertised-undo):
9408 * wid-edit.el (advertised-widget-backward): Declare obsolete.
9409 (widget-keymap): Put a :advertised-binding property rather
9410 than using advertised-widget-backward.
9411 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
9412 than using advertised-undo.
9413 * tutorial.el (tutorial--default-keys): Adjust accordingly.
9414
9415 2009-09-10 Simon South <ssouth@slowcomputing.org>
9416
9417 * progmodes/delphi.el (delphi-tab): Indent region when Transient
9418 Mark mode is enabled and region is active; otherwise indent or
9419 insert TAB as usual.
9420 (delphi-mode): Update description of TAB-key binding.
9421
9422 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9423
9424 * subr.el (define-key-rebound-commands): Mark obsolete.
9425 * startup.el (precompute-menubar-bindings): Remove.
9426 (normal-top-level): Remove obsolete code that tried to precompute
9427 menubar bindings.
9428 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
9429 define-key-rebound-commands and precompute-menubar-bindings.
9430
9431 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9432
9433 * net/imap.el (imap-interactive-login): Better messages.
9434 (imap-open): Fix bug with renamed buffer on reconnect.
9435 (imap-authenticate): Add buffer-local imap-last-authenticator variable
9436 for easier debugging and cleaner code. On successful (guessed based on
9437 server capabilities) secondary authentication, set imap-state
9438 correctly.
9439 (imap-last-authenticator): Define imap-last-authenticator as a variable
9440 to avoid warnings.
9441
9442 2009-09-10 Glenn Morris <rgm@gnu.org>
9443
9444 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
9445
9446 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
9447 (byte-compile-file-form-autoload): Don't warn about unknown functions
9448 where the autoload statement comes after the use.
9449 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
9450 that any handlers inside the body (eg require) are in turn respected.
9451
9452 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
9453 effects.
9454
9455 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
9456 and syntax and abbrev tables basic docs, if they don't have any.
9457
9458 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
9459
9460 * international/mule-cmds.el (top-level): Require cl when compiling.
9461 (view-hello-file): Use default-value rather than
9462 default-enable-multibyte-characters.
9463
9464 * progmodes/fortran.el: Move all safe and risky properties into the
9465 defcustoms.
9466
9467 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
9468 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
9469 * mail/undigest.el:
9470 Put autoloads in rmail.el rather than loaddefs.el.
9471 * mail/rmail.el: Regenerate with extracted autoloads.
9472
9473 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
9474 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
9475
9476 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
9477
9478 Reported in thread for Bug#4375.
9479 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
9480 "-data-evaluate-expression" instead of print.
9481 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
9482 (gdb-tooltip-print): Parse output from above MI command.
9483 (gdb): Revert 2009-08-11 change. User should detach inferior
9484 manually.
9485
9486 Remove the word "separate" from IO functions as inferior
9487 output is now never displayed in the GUD buffer.
9488
9489 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
9490
9491 * startup.el (command-line-normalize-file-name): On Windows and
9492 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
9493
9494 2009-09-10 Juri Linkov <juri@jurta.org>
9495
9496 * isearch.el (isearch-text-char-description): Propertize escape
9497 character sequences with the `escape-glyph' face. (Bug#4344)
9498
9499 * simple.el (shell-command): Set asynchronous process filter to
9500 `comint-output-filter'. (Bug#4343)
9501
9502 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
9503 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
9504 the list. Move "asm" to the bottom.
9505 (grep-find-ignored-directories): Add `choice' with nil value
9506 to empty the list easily.
9507 (grep-find-ignored-files): New option.
9508 (grep-files-history): Set to nil by default instead of '("ch" "el").
9509 (grep-compute-defaults): Add "<X>" to `grep-template'.
9510 (grep-read-files): Bind new local variables `default-alias' and
9511 `default-extension'. Use a list of default values for the file prompt.
9512 (lgrep): Add `--exclude=' command line options composed from
9513 `grep-find-ignored-files'.
9514 (rgrep): Add `-name' command line options composed from
9515 `grep-find-ignored-files'. (Bug#4301)
9516
9517 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9518
9519 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9520 (bug#4368).
9521
9522 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9523
9524 * calendar/time-date.el (autoload):
9525 Expand define-obsolete-function-alias into defalias and make-obsolete
9526 for old Emacsen that Gnus supports.
9527 (with-no-warnings): Define it for old Emacsen.
9528 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9529 is available.
9530 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9531 float-time is available; suppress compile warning for time-to-seconds.
9532
9533 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
9534
9535 * net/imap.el (imap-message-map): Docstring fix.
9536
9537 2009-09-09 Glenn Morris <rgm@gnu.org>
9538
9539 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9540 line numbers too. (Bug#4374)
9541
9542 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
9543
9544 * smerge-mode.el (smerge-remove-props, smerge-refine):
9545 Use with-silent-modifications (bug#4342).
9546
9547 * subr.el (with-silent-modifications): New macro.
9548
9549 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
9550
9551 * files.el (top-level): Require `cl' when compiling.
9552
9553 2009-09-07 Glenn Morris <rgm@gnu.org>
9554
9555 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9556
9557 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9558 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
9559
9560 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
9561
9562 * vc-git.el (vc-git-annotate-command): Use separator to parse
9563 arguments correctly.
9564
9565 2009-09-06 Eli Zaretskii <eliz@gnu.org>
9566
9567 * proced.el (proced-mode): Doc fix.
9568
9569 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
9570
9571 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9572 lstat fails.
9573 (tramp-do-file-attributes-with-ls): Check for file existence at
9574 remote end.
9575 (tramp-do-file-attributes-with-stat): Likewise.
9576 (tramp-convert-file-attributes): Return nil when attr is nil.
9577
9578 2009-09-05 Glenn Morris <rgm@gnu.org>
9579
9580 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9581 properties to this button.
9582 (diary-fancy-display): Don't extend the button to the final newline.
9583 (diary-fancy-display-mode): Continue to define "q" as a local key.
9584
9585 * calendar/cal-china.el (holiday-chinese): Make it slightly more
9586 efficient.
9587
9588 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9589
9590 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9591 (byte-compile-dest-file-function): New option.
9592 (byte-compile-dest-file): Doc fix.
9593 Obey byte-compile-dest-file-function.
9594 (byte-compile-cl-file-p): New function.
9595 (byte-compile-eval): Only suppress noruntime warnings about cl functions
9596 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
9597 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9598 than for file being previously loaded.
9599 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9600 (byte-compile-file-form-require): Handle the case where requiring a file
9601 indirectly causes CL to be loaded.
9602
9603 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9604
9605 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9606 before killing the old buffer, since by the time `kill-buffer' is
9607 run so many buffer variables have been set to nil that it may not
9608 behave as expected. (Bug#4061)
9609
9610 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9611
9612 * files.el (find-alternate-file): If the old buffer is modified
9613 and visiting a file, behave similarly to `kill-buffer' when
9614 killing it, thus reverting to the pre-1.878 behavior; see
9615 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9616 for discussion. Also, consult `buffer-file-name' as a variable
9617 not as a function, for consistency with the rest of the code.
9618
9619 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
9620
9621 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9622 also when adding a new directory.
9623
9624 * net/tramp-compat.el (tramp-compat-line-beginning-position):
9625 New defun.
9626
9627 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9628
9629 * files.el (locate-file-completion-table): Make it provide boundary
9630 information, so partial-completion works better.
9631
9632 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
9633
9634 * mail/footnote.el (Footnote-text-under-cursor):
9635 Check footnote-text-marker-alist before using it (bug#4324).
9636
9637 2009-09-04 Glenn Morris <rgm@gnu.org>
9638
9639 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9640 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9641 * play/solitaire.el, play/tetris.el:
9642 Remove leading * from defcustom and defface docs.
9643
9644 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9645 necessary.
9646 (diary-fancy-overriding-map): New variable.
9647 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9648 Use view-mode.
9649
9650 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9651 goto-line.
9652
9653 2009-09-03 Glenn Morris <rgm@gnu.org>
9654
9655 * arc-mode.el (archive-mode):
9656 * dos-fns.el (set-default-process-coding-system):
9657 * man.el (Man-getpage-in-background):
9658 * menu-bar.el (menu-bar-describe-menu):
9659 * server.el (server-process-filter):
9660 * startup.el (command-line):
9661 * tar-mode.el (tar-header-block-tokenize, tar-extract):
9662 * w32-fns.el (set-default-process-coding-system):
9663 * x-dnd.el (x-dnd-handle-file-name):
9664 * international/mule-cmds.el (mule-menu-keymap)
9665 (set-default-coding-systems, language-info-alist, set-language-info)
9666 (set-language-environment, standard-display-european-internal)
9667 (set-locale-environment):
9668 * international/mule-diag.el (mule-diag):
9669 * mail/emacsbug.el (report-emacs-bug):
9670 * mail/rmail.el (rmail-mode):
9671 * mail/sendmail.el (mail-setup):
9672 Use default-value rather than default-enable-multibyte-characters.
9673
9674 * progmodes/f90.el: Move all safe properties into the defcustoms.
9675 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9676
9677 * calendar/appt.el (appt-check):
9678 * calendar/diary-lib.el (diary-set-header, diary-live-p)
9679 (diary-check-diary-file, diary-list-entries)
9680 (diary-include-other-diary-files, diary-simple-display)
9681 (diary-fancy-display, diary-print-entries)
9682 (diary-mark-included-diary-files, diary-make-entry):
9683 Don't call substitute-in-file-name on diary-file.
9684
9685 2009-09-03 Eduard Wiebe <usenet@pusto.de>
9686 Stefan Monnier <monnier@iro.umontreal.ca>
9687
9688 * mail/footnote.el (footnote-prefix): Make it a defcustom.
9689 (footnote-mode-map): Move initialization into the declaration.
9690 (footnote-minor-mode-map): Define it rather than changing global-map.
9691 (footnote-mode): Use define-minor-mode.
9692
9693 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
9694
9695 * net/tramp.el (tramp-handle-file-attributes-with-ls)
9696 (tramp-do-file-attributes-with-perl)
9697 (tramp-do-file-attributes-with-stat): Rename from
9698 `tramp-handle-file-attributes-with-*'.
9699 (tramp-handle-file-attributes): Use them.
9700 (tramp-do-directory-files-and-attributes-with-perl)
9701 (tramp-do-directory-files-and-attributes-with-stat): Rename from
9702 `tramp-handle-directory-files-and-attributes-with-*'.
9703 (tramp-handle-directory-files-and-attributes): Use them.
9704 (tramp-method-out-of-band-p): Additional parameter SIZE.
9705 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9706 (tramp-handle-write-region): Use it.
9707 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
9708 (tramp-handle-vc-registered): Check, whether the first run did
9709 return files to be tested.
9710 (tramp-advice-make-auto-save-file-name): Do not call directly
9711 `tramp-handle-make-auto-save-file-name', because this would bypass
9712 the locking mechanism.
9713
9714 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9715 (file-remote-p, process-file, start-file-process, set-file-times)
9716 (tramp-compat-file-attributes): Compatibility functions shall not
9717 call directly `tramp-handle-*', because this would bypass the
9718 locking mechanism.
9719 (tramp-compat-number-sequence): New defun.
9720
9721 2009-09-02 Glenn Morris <rgm@gnu.org>
9722
9723 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9724 alias for float-time.
9725 (time-to-number-of-days): In Emacs, use float-time.
9726 * net/newst-backend.el (time-add): Suppress warnings from compat
9727 function.
9728 * time.el (emacs-uptime, emacs-init-time):
9729 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9730 Use float-time rather than time-to-seconds.
9731
9732 * minibuffer.el (completion-initials-expand): Fix typo.
9733
9734 * faces.el (modeline, modeline-inactive, modeline-highlight)
9735 (modeline-buffer-id):
9736 * info.el (info-menu-5): Mark these face aliases as obsolete.
9737
9738 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9739
9740 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9741 space ...
9742 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9743 no "--thread" option.
9744 (gdb-stopped): Don't print "Switched to thread" message when it is
9745 unchanged.
9746
9747 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9748
9749 * minibuffer.el (completion-try-completion)
9750 (completion-all-completions): Remove ill-defined (and
9751 mistakenly installed and luckily never used nor documented)
9752 `completion-styles' property.
9753 (completion-initials-expand, completion-initials-all-completions)
9754 (completion-initials-try-completion): New functions.
9755 (completion-styles-alist): Add doc to each entry.
9756 Add new `initials' entry.
9757
9758 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9759
9760 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9761 MI command -var-evaluate-expression.
9762 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9763 and tweak for case of string child.
9764 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9765
9766 2009-09-01 Glenn Morris <rgm@gnu.org>
9767
9768 * add-log.el (change-log-date-face, change-log-name-face)
9769 (change-log-email-face, change-log-file-face, change-log-list-face)
9770 (change-log-conditionals-face, change-log-function-face)
9771 (change-log-acknowledgement-face):
9772 * cus-edit.el (custom-invalid-face, custom-rogue-face)
9773 (custom-modified-face, custom-set-face, custom-changed-face)
9774 (custom-saved-face, custom-button-face, custom-button-pressed-face)
9775 (custom-documentation-face, custom-state-face, custom-comment-face)
9776 (custom-comment-tag-face, custom-variable-tag-face)
9777 (custom-variable-button-face, custom-face-tag-face)
9778 (custom-group-tag-face-1, custom-group-tag-face):
9779 * diff-mode.el (diff-header-face, diff-file-header-face)
9780 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9781 (diff-added-face, diff-changed-face, diff-function-face)
9782 (diff-context-face, diff-nonexistent-face):
9783 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9784 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9785 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9786 (Info-title-4-face):
9787 * isearch.el (isearch-lazy-highlight-face):
9788 * log-view.el (log-view-file-face, log-view-message-face):
9789 * paren.el (show-paren-match-face, show-paren-mismatch-face):
9790 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9791 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9792 (cvs-msg-face):
9793 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9794 (smerge-base-face, smerge-markers-face):
9795 * wid-edit.el (widget-documentation-face, widget-button-face)
9796 (widget-field-face, widget-single-line-field-face)
9797 (widget-inactive-face, widget-button-pressed-face):
9798 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9799 (woman-addition-face):
9800 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9801 (eshell-ls-executable-face, eshell-ls-readonly-face)
9802 (eshell-ls-unreadable-face, eshell-ls-special-face)
9803 (eshell-ls-missing-face, eshell-ls-archive-face)
9804 (eshell-ls-backup-face, eshell-ls-product-face)
9805 (eshell-ls-clutter-face):
9806 * eshell/em-prompt.el (eshell-prompt-face):
9807 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9808 * obsolete/old-whitespace.el (whitespace-highlight-face):
9809 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9810 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9811 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9812 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9813 (antlr-font-lock-literal-face):
9814 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9815 (ebrowse-root-class-face, ebrowse-file-name-face)
9816 (ebrowse-default-face, ebrowse-member-attribute-face)
9817 (ebrowse-member-class-face, ebrowse-progress-face):
9818 * progmodes/make-mode.el (makefile-space-face):
9819 * progmodes/sh-script.el (sh-heredoc-face):
9820 * textmodes/flyspell.el (flyspell-incorrect-face)
9821 (flyspell-duplicate-face):
9822 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9823 * textmodes/texinfo.el (texinfo-heading-face):
9824 Mark face aliases with "-face" suffix as obsolete.
9825
9826 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9827 compiler.
9828
9829 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9830 (eudc-bob-sound-menu): Use defvar rather than defconst, since
9831 easy-menu-define wants to modify these.
9832
9833 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9834
9835 * net/browse-url.el (browse-url-file-url):
9836 * term/internal.el (dos-codepage-setup):
9837 Use default-value rather than default-enable-multibyte-characters.
9838
9839 * progmodes/etags.el (etags-goto-tag-location):
9840 * progmodes/flymake.el (flymake-highlight-line)
9841 (flymake-goto-file-and-line, flymake-goto-line):
9842 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9843 (gdb-goto-breakpoint):
9844 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9845 * progmodes/python.el (python-find-function)
9846 (python-pdbtrack-track-stack-file):
9847 * progmodes/verilog-mode.el (verilog-surelint-off):
9848 * term/ns-win.el (ns-open-file-select-line):
9849 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9850 Use forward-line rather than goto-line.
9851
9852 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9853 * textmodes/reftex-index.el (reftex-display-index):
9854 * textmodes/reftex-ref.el (reftex-offer-label-menu):
9855 * textmodes/reftex-toc.el (reftex-toc):
9856 Remove unnecessary bindings of default-major-mode (all are followed by
9857 major-mode check and possible mode switch).
9858
9859 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9860
9861 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9862 Handle watchpoints (bug#4282).
9863 (def-gdb-thread-buffer-command): Enable thread to be selected by
9864 clicking without selecting threads buffer first.
9865 (gdb-current-context-command): Use selected frame so that "up",
9866 "down" etc work in the GUD buffer.
9867 (gdb-update): Find selected frame before rendering stack buffer.
9868 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9869
9870 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9871
9872 * progmodes/sym-comp.el (displayed-completions): Remove.
9873 (symbol-complete): Use minibuffer-complete.
9874
9875 2009-08-31 Glenn Morris <rgm@gnu.org>
9876
9877 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9878
9879 * apropos.el (apropos-symbols-internal):
9880 Handle (obsolete) face aliases.
9881
9882 * faces.el (describe-face): Adjust the output format to be more like
9883 describe-variable, and to mention (obsolete) face aliases.
9884 Adjust the whitespace so that help-setup-xref works.
9885
9886 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9887 * calendar/diary-lib.el (diary-button-face):
9888 Mark these face aliases as obsolete.
9889
9890 * calendar/calendar.el (calendar-today): Doc fix.
9891
9892 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9893
9894 * progmodes/gdb-mi.el (gdb-control-all-threads)
9895 (gdb-control-current-thread): Force tool bar update.
9896 (gdb-non-stop-handler): New function.
9897 (gdb-init-1): Use it to test if non-stop mode is supported.
9898 Remove unused gdbmi buffer type.
9899
9900 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
9901
9902 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
9903 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
9904
9905 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
9906
9907 * comint.el (comint-exec-1): Check command is non-null first.
9908 Part of gdb-mi.el change (2009-08-28).
9909
9910 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9911
9912 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9913
9914 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
9915
9916 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9917 instead of `dolist' to avoid a recursive require when bootstrapping.
9918
9919 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9920
9921 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9922
9923 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9924
9925 * net/imap.el (imap-send-command): Simplify.
9926 (imap-wait-for-tag): point-max -> buffer-size.
9927
9928 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9929
9930 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9931 with constant argument.
9932
9933 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9934
9935 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9936
9937 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9938 Change default, since most of our files don't have a history.
9939 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9940 the user.
9941
9942 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9943 Add comint-run.
9944
9945 * calc/calc.el: Improve commenting convention.
9946 (calc-digit-map, toplevel): Simplify.
9947
9948 * comint.el (comint-insert-input): Be careful to only set point if we
9949 don't delegate to some other command.
9950
9951 * proced.el (proced-signal-list): Make it an alist.
9952 (proced-grammar-alist): Capitalize names.
9953 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9954 Disable undo manually and make it read-only.
9955 Use completion-annotate-function.
9956
9957 * minibuffer.el (minibuffer-message): If the current buffer is not
9958 a minibuffer, insert the message in the echo area rather than at the
9959 end of the buffer.
9960 (completion-annotate-function): New variable.
9961 (minibuffer-completion-help): Use it.
9962 (completion--embedded-envvar-table): Environment vars are
9963 always case-sensitive.
9964
9965 2009-08-30 Glenn Morris <rgm@gnu.org>
9966
9967 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9968 from fortran-current-defun.
9969 (fortran-beginning-of-subprogram): Be more precise about finding the
9970 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
9971 (fortran-end-of-subprogram): Simplify.
9972 (fortran-current-defun): Use fortran-start-prog-re.
9973
9974 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
9975
9976 * subr.el (do-after-load-evaluation): Simplify.
9977
9978 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
9979
9980 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9981
9982 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
9983 (vc-rcs-print-log): Use it.
9984
9985 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9986
9987 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9988
9989 * paths.el (abbrev-file-name): Move to abbrev.el.
9990 * abbrev.el (abbrev-file-name): Move from paths.el.
9991 Obey user-emacs-directory.
9992 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9993 user-emacs-directory.
9994 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9995 abbrev-file-name and calc-settings-file any more.
9996 * startup.el (command-line): Recompute abbrev-file-name and
9997 abbreviated-home-dir.
9998 (normal-no-mouse-startup-screen): Improve the generic code and get rid
9999 of the special code for when C-h bindings haven't been changed.
10000 (display-startup-echo-area-message): Use with-current-buffer.
10001 (command-line-1): Use a list of strings, rather than a list of lists
10002 of strings for longopts.
10003
10004 * files.el (get-free-disk-space): Use / for default-directory.
10005
10006 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
10007 Use with-current-buffer.
10008
10009 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
10010 Recognize immutable variables like most-positive-fixnum.
10011 (byte-compile-setq-default): Check and warn if trying to assign
10012 to an immutable variable, or a non-variable.
10013
10014 * progmodes/cc-vars.el (c-comment-continuation-stars):
10015 * progmodes/cc-engine.el (c-looking-at-bos):
10016 * progmodes/cc-cmds.el (c-toggle-auto-state)
10017 (c-forward-into-nomenclature, c-backward-into-nomenclature)
10018 (c-comment-line-break-function): Add version of obsolescence.
10019
10020 2009-08-28 Juri Linkov <juri@jurta.org>
10021
10022 * files.el (magic-fallback-mode-alist): Add ZIP magic number
10023 associated with `archive-mode'.
10024
10025 * image.el (image-type-header-regexps): Use only JPEG magic number
10026 to determine JPEG images, and don't use `image-jpeg-p' because
10027 Emacs can display non-JFIF non-Exif JPEG images.
10028
10029 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
10030
10031 * arc-mode.el (archive-mode):
10032 * emacs-lisp/re-builder.el (re-builder-unload-function):
10033 Protect against the default value of `major-mode' being nil.
10034
10035 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
10036
10037 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
10038 Fix typos in docstrings.
10039
10040 * progmodes/js.el (js--macro-decl-re): Doc fix.
10041 (js--plain-method-re, js--split-name): Refloc docstring.
10042 (js--class-styles, js--make-merged-item, js--splice-into-items):
10043 Fix typos in docstrings; reflow docstrings.
10044 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
10045 (js--variable-decl-matcher, js--inside-pitem-p)
10046 (js--parse-state-at-point, js--get-all-known-symbols)
10047 (js--symbol-history, js-find-symbol, js--js-references)
10048 (js--moz-interactor, js--js-encode-value, js--read-tab):
10049 Fix typos in docstrings.
10050
10051 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10052
10053 * textmodes/reftex.el (reftex-get-file-buffer-force):
10054 * progmodes/verilog-mode.el (verilog-batch-execute-func):
10055 * emulation/viper.el (viper-go-away, viper-set-hooks):
10056 * emacs-lisp/re-builder.el (re-builder-unload-function):
10057 * emacs-lisp/bytecomp.el (byte-compile-file):
10058 * ses.el (ses-unload-function):
10059 * hexl.el (hexl-find-file):
10060 * files.el (normal-mode):
10061 * ehelp.el (with-electric-help):
10062 * autoinsert.el (auto-insert-alist):
10063 * arc-mode.el (archive-mode):
10064 Use (default-value 'major-mode) instead of default-major-mode.
10065
10066 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
10067 * international/mule.el (load-with-code-conversion):
10068 * emacs-lisp/debug.el (debug):
10069 * ediff-vers.el (ediff-rcs-get-output-buffer):
10070 * dired.el (dired-internal-noselect): Don't let-bind
10071 default-major-mode around code that doesn't use it.
10072 E.g. buffer creation via get-buffer-create doesn't use it.
10073
10074 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
10075
10076 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
10077 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
10078 when writing the temp file. Otherwise, epa-file gets confused.
10079 (tramp-register-file-name-handlers): Make it a defun. Move also
10080 `epa-file-handler' to the front of `file-name-handler-alist'.
10081
10082 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10083
10084 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
10085 start right after a ^M.
10086 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
10087 (tramp-completion-file-name-regexp-separate)
10088 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
10089 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
10090 Don't modify last-coding-system-used by accident.
10091 (tramp-completion-file-name-handler): Apply the checks here,
10092 instead during registration.
10093 (tramp-register-file-name-handlers): Rename from
10094 `tramp-register-file-name-handler'. Register both
10095 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
10096 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
10097
10098 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
10099
10100 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
10101 Remove variable ...
10102 (gdb-init-1, gdb-display-separate-io-buffer)
10103 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
10104 references to it.
10105 (gdb-inferior-io-mode): Use make-comint-in-buffer.
10106 (gdb-inferior-filter): Use comint-output-filter to stop
10107 echoing and remove ^M characters.
10108
10109 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10110
10111 * emulation/viper-init.el (viper-restore-cursor-type):
10112 * emulation/cua-base.el (cua--update-indications):
10113 Replace default-cursor-type with (default-value 'cursor-type).
10114
10115 * mail/sendmail.el (mail-recover-1):
10116 * international/mule-diag.el (describe-current-coding-system-briefly)
10117 (describe-current-coding-system):
10118 * international/mule-cmds.el (select-safe-coding-system)
10119 (select-message-coding-system)
10120 (set-language-environment-coding-systems, set-locale-environment):
10121 * hexl.el (hexl-insert-multibyte-char):
10122 * dos-w32.el (find-buffer-file-type-coding-system):
10123 * simple.el (what-cursor-position):
10124 Replace uses of default-buffer-file-coding-system
10125 with (default-value 'buffer-file-coding-system).
10126
10127 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
10128 Replace uses of default-cursor-in-non-selected-windows
10129 with (default-value 'cursor-in-non-selected-windows).
10130 Use with-current-buffer.
10131
10132 * mail/feedmail.el: Use CL macros.
10133 (feedmail-run-the-queue, feedmail-send-it-immediately):
10134 * dos-w32.el (find-buffer-file-type): Replace uses of
10135 default-buffer-file-type with (default-value 'buffer-file-type).
10136
10137 2009-08-28 Glenn Morris <rgm@gnu.org>
10138
10139 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
10140 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
10141 Use default-value of major-mode rather than default-major-mode.
10142
10143 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10144
10145 * Makefile.in (update-elcfiles): Report left over elc files.
10146
10147 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
10148 expand-file-name and with-current-buffer.
10149 (mail-get-names, mail-directory): Use with-current-buffer.
10150
10151 * vc.el (vc-read-revision): New function.
10152 (vc-version-diff, vc-merge): Use it.
10153
10154 2009-08-27 Sam Steingold <sds@gnu.org>
10155
10156 * simple.el (kill-do-not-save-duplicates): New user option.
10157 (kill-new): When it is non-nil, and the new string is the same as
10158 the latest kill, set replace to t to avoid duplicates in kill-ring.
10159
10160 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
10161
10162 * net/tramp.el (tramp-handle-process-file): Do not flush all
10163 caches when `process-file-side-effects' is set.
10164 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
10165 instead of `tramp-find-file-exists-command'.
10166 Unset `process-file-side-effects'.
10167
10168 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
10169
10170 * net/tramp.el (tramp-methods): New method "rsyncc".
10171 (top): Add completion function for "rsyncc".
10172 (tramp-message-show-message): New defvar.
10173 (tramp-message, tramp-error): Use it.
10174 (tramp-do-copy-or-rename-file-directly): Extend check for direct
10175 remote copying.
10176 (tramp-do-copy-or-rename-file-out-of-band): Handle new
10177 `tramp-methods' entry `copy-env' of "rsyncc".
10178 (tramp-vc-registered-read-file-names): New defconst.
10179 (tramp-vc-registered-file-names): New defvar.
10180 (tramp-handle-vc-registered): Implement optimization strategy.
10181 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
10182 (tramp-vc-file-name-handler): New defun.
10183 (tramp-get-ls-command, tramp-get-test-command)
10184 (tramp-get-file-exists-command, tramp-get-remote-ln)
10185 (tramp-get-remote-perl, tramp-get-remote-stat)
10186 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
10187
10188 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
10189 (tramp-cache-inhibit-cache): Extend doc string. It allows also
10190 timestamps.
10191 (tramp-get-file-property): Check for timestamps in
10192 `tramp-cache-inhibit-cache'.
10193 (tramp-set-file-property): Write timestamp.
10194
10195 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10196
10197 * language/japan-util.el (japanese-symbol-table): Add entries for
10198 cp932-2-byte.
10199
10200 * international/characters.el: Add category `j' to cp932-2-byte.
10201
10202 2009-08-27 Kenichi Handa <handa@m17n.org>
10203
10204 * international/fontset.el (build-default-fontset-data): New macro.
10205 (setup-default-fontset): Use build-default-fontset-data for CJK,
10206 tibetan, ethiopic, and ipa.
10207
10208 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10209
10210 * cus-start.el (default-major-mode): Customize `major-mode' instead.
10211 (enable-multibyte-characters): Not customizable any more.
10212
10213 * subr.el (default-mode-line-format, default-header-line-format)
10214 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
10215 (default-direction-reversed, default-truncate-lines)
10216 (default-left-margin, default-tab-width, default-case-fold-search)
10217 (default-left-margin-width, default-right-margin-width)
10218 (default-left-fringe-width, default-right-fringe-width)
10219 (default-fringes-outside-margins, default-scroll-bar-width)
10220 (default-vertical-scroll-bar, default-indicate-empty-lines)
10221 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
10222 (default-fringe-cursor-alist, default-scroll-up-aggressively)
10223 (default-scroll-down-aggressively, default-fill-column)
10224 (default-cursor-type, default-buffer-file-type)
10225 (default-cursor-in-non-selected-windows)
10226 (default-buffer-file-coding-system, default-major-mode)
10227 (default-enable-multibyte-characters): Mark as obsolete.
10228
10229 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
10230
10231 * vc-dir.el (vc-dir-update): Remove debug helper.
10232
10233 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
10234
10235 2009-08-26 Sam Steingold <sds@gnu.org>
10236
10237 * simple.el (save-interprogram-paste-before-kill): New user option.
10238 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
10239 save the interprogram-paste into kill-ring before overriding it
10240 with the Emacs kill.
10241
10242 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10243
10244 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
10245 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
10246 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
10247 and move to vc-rcs.el.
10248 (vc-default-next-revision): Rename to vc-rcs-next-revision and
10249 move to vc-rcs.el.
10250 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
10251 (vc-rcs-update-changelog): Remove.
10252 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
10253 and move to vc-rcs.el.
10254
10255 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
10256 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
10257 renaming.
10258 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
10259 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
10260 vc.el, renamed to be RCS specific.
10261
10262 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
10263 New functions.
10264 (vc-cvs-update-changelog): Move here from vc.el.
10265
10266 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
10267 New functions.
10268
10269 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10270
10271 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
10272
10273 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10274
10275 * vc-git.el (vc-git-register): Use "git add" for directories.
10276 (vc-git-stash, vc-git-stash-show): New functions.
10277 (vc-git-extra-menu-map): Bind them.
10278
10279 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
10280 directory correctly in case the item is a directory itself.
10281
10282 * vc.el: Document the desired behavior for reverted files in the
10283 `added' state.
10284 (vc-default-prettify-state-info): Remove function, unused.
10285
10286 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
10287
10288 2009-08-26 Glenn Morris <rgm@gnu.org>
10289
10290 * bindings.el (standard-mode-line-format): Reposition dashes in
10291 which-func entry. (Bug#4217)
10292
10293 * files.el (enable-local-variables, enable-local-eval)
10294 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
10295 the defcustoms.
10296 (auto-mode-alist, ignored-local-variables)
10297 (save-some-buffers-action-alist): Move risky declarations to the
10298 definitions.
10299 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
10300 (font-lock-defaults, format-alist, imenu--index-alist)
10301 (imenu-generic-expression, input-method-alist, minor-mode-alist)
10302 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
10303 (mode-line-modified, mode-line-mule-info, mode-line-position)
10304 (mode-line-process, mode-line-remote, outline-level)
10305 (parse-time-rules, rmail-output-file-alist)
10306 (special-display-buffer-names, vc-mode):
10307 Move risky declarations to the relevant files.
10308 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
10309 (mode-line-modified, mode-line-process, mode-line-position)
10310 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
10311 * font-core.el (font-lock-defaults):
10312 * format.el (format-alist):
10313 * vc-hooks.el (vc-mode):
10314 * window.el (special-display-buffer-names):
10315 * international/mule-cmds.el (input-method-alist):
10316 Define riskiness here (dumped file) rather than in files.el.
10317 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
10318 * imenu.el (imenu-generic-expression, imenu--index-alist):
10319 * outline.el (outline-level):
10320 * time.el (display-time-string):
10321 * calendar/parse-time.el (parse-time-rules):
10322 * mail/rmailout.el (rmail-output-file-alist):
10323 Autoload riskiness here, rather than placing in files.el.
10324
10325 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
10326
10327 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
10328
10329 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
10330
10331 * simple.el (process-file-side-effects): New defvar.
10332
10333 * dired-aux.el (dired-show-file-type):
10334 * vc.el (vc-diff-internal):
10335 * vc-arch.el (vc-arch-diff):
10336 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
10337 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
10338 * vc-git.el (vc-git-registered, vc-git-working-revision)
10339 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
10340 (vc-git--empty-db-p):
10341 * vc-hooks.el (vc-user-login-name):
10342 * vc-svn.el (vc-svn-registered, vc-svn-state)
10343 (vc-svn-dir-extra-headers, vc-svn-find-revision):
10344 * progmodes/grep.el (grep-probe): Let-bind
10345 `process-file-side-effects' with nil.
10346
10347 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
10348
10349 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
10350 daemon. Replace ping by checking for running service for bluez
10351 and zeroconf. (Bug#4239)
10352
10353 2009-08-25 Kevin Ryde <user42@zip.com.au>
10354
10355 * net/dig.el (dig): Add autoload cookie.
10356
10357 2009-08-25 Glenn Morris <rgm@gnu.org>
10358
10359 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
10360 load-history for absolute file-names.
10361 (byte-compile-file-form-require): Warn about use of the cl package.
10362
10363 * format.el (format-alist): Doc fix.
10364
10365 * play/bubbles.el (top-level): Don't require cl at run-time.
10366
10367 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
10368 run-time cl).
10369
10370 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
10371
10372 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
10373 from cl package.
10374 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
10375
10376 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
10377
10378 * calc/calc-alg.el (math-trig-rewrite)
10379 (math-hyperbolic-trig-rewrite): New functions.
10380 (calc-simplify): Simplify trig functions when asked.
10381
10382 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10383
10384 * diff-mode.el (diff-find-source-location): Avoid goto-line.
10385
10386 2009-08-24 Kenichi Handa <handa@m17n.org>
10387
10388 * language/ind-util.el (mapthread): Delete it.
10389 (combinatorial): New function.
10390 (indian--puthash-cv): Use combinatorial instead of mapthread.
10391
10392 2009-08-22 Kevin Ryde <user42@zip.com.au>
10393
10394 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
10395 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
10396 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
10397 Clarify docstring that the value is strings not symbols.
10398 (checkdoc-list-of-strings-p): New function.
10399
10400 2009-08-22 Glenn Morris <rgm@gnu.org>
10401
10402 * files.el (auto-mode-alist):
10403 * hippie-exp.el (he-concat-directory-file-name):
10404 * lpr.el (lpr-windows-system, printer-name):
10405 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
10406 * ps-print.el (ps-windows-system):
10407 * startup.el (command-line):
10408 * emulation/viper-ex.el (viper-glob-function):
10409 * international/mule-cmds.el (set-language-environment-coding-systems):
10410 * net/ange-ftp.el (ange-ftp-write-region):
10411 * obsolete/fast-lock.el (fast-lock-cache-name):
10412 Remove code for defunct system-types emx, macos, mswindows, next-mach,
10413 unisoft-unix, vax-vms, win32, w32.
10414
10415 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
10416 given name if the pattern is not more specific.
10417
10418 * calendar/lunar.el (lunar-phase-names): New option.
10419 (lunar-phase): Doc fix.
10420 (lunar-cycles-per-year): New constant.
10421 (lunar-index): New function.
10422 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
10423 (lunar-phase-name): Use lunar-phase-names.
10424 (calendar-lunar-phases): Use format.
10425 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
10426
10427 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
10428 Copy imenu-example--name-and-position function here for own use.
10429 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
10430
10431 * bs.el (bs--redisplay):
10432 * cus-edit.el (custom-redraw):
10433 * ibuffer.el (ibuffer-bury-buffer):
10434 * server.el (server-goto-line-column):
10435 * startup.el (command-line-1):
10436 * strokes.el (strokes-xpm-for-stroke):
10437 * term.el (term-display-buffer-line):
10438 * view.el (View-goto-line):
10439 * calc/calc.el (calc-do, calc-trail-buffer):
10440 * play/gamegrid.el (gamegrid-add-score-insecure):
10441 * progmodes/ada-mode.el (ada-compile-goto-error):
10442 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
10443 (ebrowse-select-1st-to-9nth):
10444 * progmodes/cperl-mode.el (cperl-time-fontification):
10445 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
10446 * progmodes/gud.el (gud-display-line):
10447 (idlwave-shell-display-line):
10448 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
10449 * progmodes/make-mode.el (makefile-browser-toggle):
10450 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
10451 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
10452 * textmodes/picture.el (picture-draw-rectangle):
10453 * textmodes/reftex-index.el (reftex-index-goto-letter):
10454 (reftex-select-jump-to-previous):
10455 * textmodes/reftex-sel.el (reftex-find-start-point)
10456 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
10457 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
10458 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
10459 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10460 * textmodes/two-column.el (2C-associated-buffer):
10461 Use forward-line rather than goto-line.
10462
10463 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
10464 goto-line.
10465
10466 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
10467 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
10468 (quick-check-list-to-regexp): Declare.
10469
10470 * progmodes/make-mode.el (makefile-browser-insert-selection):
10471 Use goto-char rather than goto-line.
10472
10473 * progmodes/prolog.el (compilation-error-regexp-alist)
10474 (compilation-forget-errors): Declare.
10475
10476 2009-08-22 Juri Linkov <juri@jurta.org>
10477
10478 * progmodes/grep.el (lgrep, rgrep): At the beginning
10479 set `dir' to `default-directory' unless `dir' is a non-nil
10480 readable directory. (Bug#4052)
10481 (lgrep, rgrep): Change a weird way to report an error
10482 from using `read-string' to using `error'.
10483 Instead of using interactive arguments in the function body,
10484 add new argument `confirm'.
10485
10486 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10487
10488 * textmodes/remember.el (remember-buffer):
10489 * progmodes/cperl-mode.el (cperl-vc-header-alist):
10490 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
10491 (icalendar-extract-ical-from-buffer):
10492 * net/newst-treeview.el (newsticker-groups-filename):
10493 * net/newst-backend.el (newsticker-cache-filename):
10494 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
10495 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
10496 (speedbar-add-ignored-path-regexp, speedbar-line-path)
10497 (speedbar-buffers-line-path, speedbar-path-line)
10498 (speedbar-buffers-line-path):
10499 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
10500 (epg-sign-keys):
10501 * epa.el (epa-display-verify-result):
10502 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
10503
10504 2009-08-21 Glenn Morris <rgm@gnu.org>
10505
10506 * progmodes/js.el (inferior-moz-process): Fix declaration.
10507
10508 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
10509
10510 * obsolete/rnewspost.el (news-mail-reply):
10511 Use goto-char rather than goto-line.
10512
10513 * term/ns-win.el (ns-open-file-select-line):
10514 Use line-beginning-position rather than goto-line.
10515
10516 * apropos.el (apropos-command):
10517 * ehelp.el (electric-helpify):
10518 * printing.el (pr-show-setup):
10519 * strokes.el (strokes-help):
10520 * tutorial.el (tutorial--describe-nonstandard-key)
10521 (tutorial--detailed-help):
10522 * woman.el (woman-mini-help, woman-display-extended-fonts):
10523 * calc/calc-help.el (calc-describe-key):
10524 * emulation/edt.el (edt-electric-helpify):
10525 * international/mule-diag.el (mule-diag):
10526 * play/yow.el (apropos-zippy):
10527 * progmodes/python.el (python-describe-symbol):
10528 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10529 * textmodes/table.el (*table--cell-describe-mode)
10530 (*table--cell-describe-bindings):
10531 Use help-print-return-message rather than the now obsolete alias.
10532
10533 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
10534 (calendar-cursor-to-visible-date):
10535 * play/5x5.el (5x5-position-cursor):
10536 * play/decipher.el (decipher):
10537 * play/gomoku.el (gomoku-goto-xy):
10538 * play/landmark.el (lm-goto-xy):
10539 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10540 (mpuz-paint-digit):
10541 Use forward-line, not goto-line.
10542
10543 * mail/rmail.el (rmail-obsolete): Delete custom group.
10544 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10545 (rmail-remote-password, rmail-remote-password-required):
10546 Remove unneeded :set-after and :set properties.
10547
10548 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
10549
10550 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10551
10552 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
10553
10554 * loadup.el: Remove leftover macos code.
10555
10556 * vc-git.el (vc-git-annotate-command): Run asynchronously.
10557 Explicitly pass the date format to git blame so that user local
10558 so that the output format can be parsed.
10559
10560 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
10561
10562 * net/dbus.el (top): Don't check for (getenv
10563 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
10564
10565 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
10566
10567 * log-edit.el (log-edit-strip-single-file-name): New var.
10568 (log-edit-insert-changelog): Use it. Bug#3571
10569
10570 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10571
10572 * subr.el (read-passwd): Use read-key so keypad keys work as well.
10573 Bug#3287
10574
10575 * help.el (help-print-return-message): Rename from
10576 print-help-return-message.
10577
10578 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10579 cvs-mode-map parent hack.
10580 (log-view-mode): Derive from special-mode.
10581
10582 * linum.el (linum-mode): window-size-change-functions is redundant.
10583 Adapt to new window-configuration-change-hook behavior.
10584 (linum-after-size, linum-after-config): Remove.
10585
10586 * imenu.el (imenu-example--name-and-position)
10587 (imenu-example--lisp-extract-index-name)
10588 (imenu-example--create-lisp-index, imenu-example--create-c-index):
10589 Mark as obsolete.
10590
10591 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10592 (inferior-prolog-mode): Use it.
10593 (inferior-prolog-load-file): Reset list of errors.
10594
10595 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10596
10597 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10598
10599 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10600
10601 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
10602
10603 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10604 is running already.
10605
10606 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10607
10608 * subr.el (listify-key-sequence-1): Use normal syntax since those
10609 integers are nowadays always represented by the same (positive) number
10610 on all platforms.
10611 (read-key-empty-map): New const.
10612 (read-key-delay): New var.
10613 (read-key): New function.
10614 (force-mode-line-update): Use with-current-buffer.
10615 (locate-user-emacs-file): Don't forget to abbreviate the file name.
10616 (start-process-shell-command, start-file-process-shell-command):
10617 Discourage the use of command-args.
10618
10619 2009-08-19 Glenn Morris <rgm@gnu.org>
10620
10621 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10622
10623 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10624
10625 * simple.el (choose-completion-string): Don't rely on
10626 minibuffer-completing-file-name and ad-hoc checks to decide whether
10627 to continue completion or not.
10628
10629 * minibuffer.el (minibuffer-hide-completions): New function.
10630 (completion--do-completion): Use it.
10631 (completions-annotations): New face.
10632 (completion--insert-strings): Use it.
10633 (completion-pcm--delim-wild-regex): Add docstring.
10634 (completion-pcm--string->pattern): Add support for 0-width delimiters
10635 in completion-pcm--delim-wild-regex.
10636
10637 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
10638
10639 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10640 Remove unused var `buffer-modified-p'.
10641
10642 * minibuffer.el (completion--do-completion): Move point for the #b001
10643 case as well (bug#4176).
10644 (minibuffer-complete, minibuffer-complete-word): Don't move point.
10645
10646 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
10647
10648 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
10649 and :session buses.
10650
10651 2009-08-18 Kenichi Handa <handa@m17n.org>
10652
10653 * international/ucs-normalize.el (ucs-normalize-version):
10654 Change to 1.1.
10655 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10656 (utf-8-hfs): Make it perform normalization on encoding too.
10657
10658 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
10659 (sentence-end-without-space): Delete duplicated chars.
10660 (sentence-end-base): Likewise.
10661
10662 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
10663 (html-mode): Delete duplicated chars from sentence-end-base.
10664
10665 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
10666 (texinfo-mode): Delete duplicated chars from sentence-end-base.
10667
10668 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
10669
10670 * files.el (hack-one-local-variable): If the mode function is for
10671 a minor mode, pass it an argument (Bug#4148).
10672
10673 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
10674
10675 * net/tramp.el (tramp-register-completion-file-name-handler):
10676 Check also for (member 'partial-completion completion-styles).
10677
10678 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10679
10680 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10681 abbrev (Bug#3943).
10682
10683 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
10684
10685 * progmodes/cperl-mode.el: Merge upstream 6.2.
10686 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10687 (cperl-forward-re): Check cperl-brace-recursing.
10688 (cperl-highlight-charclass): New function.
10689 (cperl-find-pods-heres): Use it.
10690 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10691 (cperl-beautify-regexp-piece): Fix column calculation.
10692 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10693 (cperl-beautify-level): Don't process entire regexp.
10694 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10695 calling man.
10696 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10697 (cperl-init-faces): Build a list in the normal way.
10698
10699 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10700
10701 * calendar/parse-time.el (parse-time-string-chars): Save match
10702 data.
10703
10704 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10705
10706 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10707 (sql-product): Use it.
10708 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10709 (sql-set-product): Add completion.
10710 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10711 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10712 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10713 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10714 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10715 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10716 (sql-highlight-db2-keywords): Remove.
10717 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10718 (sql-highlight-product): Use derived-mode-p.
10719 (sql-set-sqli-buffer): Use with-current-buffer.
10720 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10721 Simplify.
10722
10723 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10724
10725 * term.el: Fix commenting convention, turn comments into docstrings.
10726
10727 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10728
10729 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10730
10731 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
10732
10733 * calendar/parse-time.el (parse-time-string-chars): Compute using
10734 character classes, to handle non-ascii characters (Bug#3190).
10735
10736 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10737
10738 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10739 another heredoc if the user adds another < (Bug#3226).
10740
10741 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10742 Don't initialize based on window-system (Bug#4124).
10743
10744 * facemenu.el (facemenu-read-color): Use a completion function
10745 that accepts any defined color, such as RGB triplets (Bug#3677).
10746
10747 * files.el (get-free-disk-space): Change fallback default
10748 directory to /. Expand DIR argument before switching to fallback.
10749 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10750
10751 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10752
10753 * files.el (load-library): Doc fix.
10754
10755 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
10756
10757 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10758 (viper-if-string): Redefine C-s in the minibuffer to insert the last
10759 incremental search string.
10760
10761 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10762 XEmacs.
10763
10764 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10765 (ediff-merge-region-is-non-clash)
10766 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10767 Also check if the job is really a merge job.
10768
10769 * ediff.el (ediff-current-file): New function.
10770
10771 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10772
10773 * progmodes/js.el: Edit docstrings throughout to follow Emacs
10774 conventions.
10775 (js-insert-and-indent): Delete function.
10776 (js-mode-map): Don't bind keys to js-insert-and-indent.
10777 (js-beginning-of-defun): Rename from js--beginning-of-defun.
10778 (js-end-of-defun): Rename from js--end-of-defun.
10779 (js-auto-indent-flag): Delete variable.
10780
10781 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
10782
10783 * progmodes/js.el: Remove proclaim statement.
10784 Defvar which-func-imenu-joiner-function to silence compiler.
10785
10786 * files.el (auto-mode-alist): Use js-mode for .js files.
10787
10788 * progmodes/js2-mode.el: Remove file.
10789
10790 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10791
10792 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10793
10794 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10795
10796 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
10797 Karl Landstrom <karl.landstrom@brgeight.se>
10798
10799 * progmodes/js.el: New file.
10800
10801 2009-08-14 Mark A. Hershberger <mah@everybody.org>
10802
10803 * timezone.el (timezone-parse-date): Add ability to understand ISO
10804 basic format (minimal separators) dates in addition to the
10805 already-supported extended format dates.
10806
10807 2009-08-14 Eli Zaretskii <eliz@gnu.org>
10808
10809 * international/ucs-normalize.el: Add a `coding' file variable.
10810
10811 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10812
10813 2009-08-14 Sam Steingold <sds@gnu.org>
10814
10815 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10816
10817 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
10818
10819 * faces.el (help-argument-name): Define it here instead of
10820 help-fns.el, because in daemon mode help-fns.el may be loaded when
10821 faces are still uninitialized (Bug#1078).
10822
10823 * help-fns.el (help-argument-name): Move defface to faces.el.
10824
10825 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
10826
10827 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10828 create buffer with a pty but no process so that GDB can make the
10829 inferior the controlling process.
10830
10831 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
10832
10833 * international/ucs-normalize.el: New file.
10834
10835 2009-08-13 Richard Stallman <rms@gnu.org>
10836
10837 * mail/rmail.el (rmail-get-attr-names):
10838 Accept an attribute header that is too short.
10839
10840 * mail/rmail.el (rmail-forget-messages):
10841 Ignore nil elt in rmail-message-vector. Use dotimes.
10842
10843 * progmodes/compile.el (compilation-goto-locus):
10844 Use next-error-move-function.
10845
10846 * simple.el (next-error-move-function): New variable.
10847
10848 2009-08-12 Juri Linkov <juri@jurta.org>
10849
10850 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10851 always non-nil. (Bug#4052)
10852
10853 * replace.el (read-regexp): Return empty string when
10854 `default-value' is nil.
10855 (keep-lines-read-args): Don't use empty string as the
10856 default value for `read-regexp'. (Bug#2495)
10857
10858 2009-08-12 Juri Linkov <juri@jurta.org>
10859
10860 * international/mule-cmds.el (ucs-insert): Change arguments
10861 from `arg' to `character', `count', `inherit' to be the same
10862 as in `insert-char'. Doc fix. (Bug#4039)
10863
10864 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10865
10866 2009-08-12 Juri Linkov <juri@jurta.org>
10867
10868 * files-x.el: New file.
10869
10870 * files.el: Move code that deals with adding/deleting
10871 file/directory-local variables to files-x.el.
10872
10873 * Makefile.in (ELCFILES): Add files-x.elc.
10874
10875 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
10876
10877 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10878 to use `goto-line'.
10879 (gdb-place-breakpoints, gdb-get-location): Rewritten without
10880 `goto-line'.
10881 (gdb-invalidate-disassembly): Do not refresh upon receiving
10882 'update signal. Instead, update all disassembly buffers only after
10883 threads list.
10884 (gdb): Send -target-detach when buffer is killed (Bug#3794).
10885 (gdb-starting): Move -data-list-register-names...
10886 (gdb-stopped): ...here so it's sent when first thread stops.
10887 (gdb-registers-handler-custom): Do nothing if register names are
10888 unknown yet.
10889
10890 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10891 from `gdb-mi.el' to avoid extra tangling.
10892
10893 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
10894 change which breaks `gud-def' definitions used in `gdb'.
10895 (gdb-update-gud-running): No extra fuss for updating frame number.
10896
10897 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10898
10899 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10900 (describe-language-environment-map, setup-language-environment-map)
10901 (set-coding-system-map): Move initialization into declaration.
10902 (set-language-info-alist): Last arg to define-key-after can be skipped.
10903
10904 * international/quail.el (quail-completion-1): Simplify.
10905 (quail-define-rules): Use slightly more compact code.
10906 (quail-insert-decode-map): Propertize keys, compact columns.
10907
10908 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10909 Add goto-line.
10910
10911 2009-08-10 Miles Bader <miles@gnu.org>
10912
10913 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10914 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10915 (js2-instance-member, js2-private-member, js2-private-function-call)
10916 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10917 (js2-magic-paren, js2-external-variable):
10918 Remove "-face" suffix from face names.
10919 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10920 (js2-highlight-undeclared-vars, js2-peek-token)
10921 (js2-parse-function-params, js2-mode-show-errors)
10922 (js2-mode-show-warnings, js2-make-magic-delimiter)
10923 (js2-mode-highlight-magic-parens): Update to use new face names.
10924
10925 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
10926
10927 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10928 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
10929
10930 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
10931
10932 * subr.el: Provide hashtable-print-readable.
10933
10934 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10935 hs-c-like-adjust-block-beginning.
10936 (hs-hide-block-at-point): Stop hiding at the beginning of
10937 hs-block-end-regexp (Bug#700).
10938
10939 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
10940
10941 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10942 a macro.
10943 (gdb-registers-handler-custom): Do not fail when register names
10944 are unavailable.
10945
10946 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10947
10948 * progmodes/gdb-mi.el (gdb-control-all-threads)
10949 (gdb-control-current-thread): Interactive setters for
10950 `gdb-gud-control-all-threads' to use in menu.
10951 (gdb-show-run-p): Show «Go» when process is not active.
10952 (gud-tool-bar-map): Add non-stop/A,T indicator.
10953 Uses gud/thread.xpm and gud/all.xpm.
10954
10955 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
10956
10957 * net/net-utils.el (net-utils-font-lock-keywords): New var.
10958 (nslookup-font-lock-keywords): Make it a variable.
10959 (net-utils-mode): New mode for viewing diagnostic network output.
10960 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10961 (net-utils-run-simple): New function.
10962 (ifconfig, iwconfig, netstat, arp, route): Use it.
10963
10964 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10965
10966 * progmodes/gdb-mi.el (gdb-read-memory-custom)
10967 (gdb-memory-set-address, def-gdb-set-positive-number)
10968 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10969 after changing settings.
10970 (gdb-invalidate-disassembly): Update when first shown.
10971 (gdb-edit-locals-value): Fixed.
10972 (gdb-registers-handler-custom): Print registers in right order and
10973 allow changing register values (only for current thread yet).
10974 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10975 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10976 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10977 (gdb-locals-handler-custom, gdb-registers-handler-custom):
10978 Thread info in mode name.
10979 (gdb-registers-mode-map): TAB to switch to locals.
10980
10981 2009-08-08 Eli Zaretskii <eliz@gnu.org>
10982
10983 * mail/rmail.el (rmail-add-mbox-headers)
10984 (rmail-set-message-counters-counter): Search for
10985 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
10986
10987 2009-08-08 Glenn Morris <rgm@gnu.org>
10988
10989 * Makefile.in (ELCFILES): Update.
10990
10991 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10992
10993 * mail/sendmail.el (mail-yank-original):
10994 Set buffer-file-coding-system from the one used by the message whose
10995 text is yanked.
10996
10997 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10998 to "windows" when "pgnuplot" is used.
10999 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
11000 Don't call accept-process-output if "pgnuplot" is used.
11001 (calc-graph-init): Don't send -display and -geometry to
11002 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
11003 running "pgnuplot -V" with shell-command-to-string.
11004
11005 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
11006 the default.
11007
11008 2009-08-07 Eli Zaretskii <eliz@gnu.org>
11009
11010 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
11011 org/org-latex.elc.
11012
11013 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
11014
11015 * vc-dispatcher.el (vc-resynch-window): Update comment.
11016
11017 * term.el (term-handle-ansi-escape): Add comments with the
11018 terminfo capabilities implemented.
11019
11020 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
11021
11022 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
11023 (gdb-var-create-handler): Rewritten using JSON parser.
11024 (gdb-propertize-header): Move earlier.
11025 (gdb-set-header): Remove to avoid duplication.
11026 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
11027 Refresh disassembly buffers only after threads list have been
11028 update.
11029 (gdb-threads-header, gdb-registers-header): Per-buffer header line
11030 variables.
11031
11032 2009-08-04 Juri Linkov <juri@jurta.org>
11033
11034 * files.el: Commands to add/delete file/directory-local variables.
11035 (read-file-local-variable, read-file-local-variable-value)
11036 (read-file-local-variable-mode, modify-file-local-variable)
11037 (modify-file-local-variable-prop-line)
11038 (modify-dir-local-variable): New functions.
11039 (add-file-local-variable, delete-file-local-variable)
11040 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
11041 (add-dir-local-variable, delete-dir-local-variable)
11042 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
11043 (copy-dir-locals-to-file-locals-prop-line): New commands.
11044
11045 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
11046
11047 * abbrev.el (insert-abbrev-table-description): Prettify output.
11048 Suggested by Karl Chen.
11049
11050 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
11051
11052 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
11053 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
11054 (gdb-overlay-arrow-position, gdb-thread-position)
11055 (gdb-disassembly-position): Declare variables.
11056 (gdb-wait-for-pending): Function now.
11057 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
11058 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
11059 compilation goes smoothly.
11060 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
11061 (gdb-non-stop-setting): New customization setting which replaces
11062 `gdb-non-stop' so changing it doesn't break active GDB session.
11063 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
11064 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
11065 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
11066 (gdb-show-threads-by-default): New customization options.
11067 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
11068 routines.
11069 (gdb-get-buffer-create): Send buffers update signal when they are
11070 created.
11071 (gdb-invalidate-locals, gdb-invalidate-registers)
11072 (gdb-invalidate-breakpoints)
11073 (gdb-invalidate-threads, gdb-invalidate-disassembly)
11074 (gdb-invalidate-memory): Accept update signal.
11075 (gdb-current-context-command): Use --frame option.
11076 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
11077 Implement `gdb-frame-number' selection logic.
11078 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
11079 whether to show GUD toolbar buttons.
11080 (gdb-thread-exited): Unselect current thread when it exits.
11081 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
11082 (gdb-mark-line): Routine which sets overlay arrow or inverses
11083 video on fringeless displays.
11084 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
11085 to build aligned columns of data in GDB buffers and set text
11086 properties line-by-line.
11087 (gdb-invalidate-breakpoints)
11088 (gdb-breakpoints-list-handler-custom)
11089 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
11090 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
11091 (gdb-registers-handler-custom): Align data columns.
11092 (gdb-locals-handler-custom): Now prints data like in variable
11093 declarations.
11094 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
11095 Remove confusing buttons.
11096 (gdb-invalidate-threads): Append --frame.
11097 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
11098 between breakpoints/threads buffers.
11099 (gdb-set-window-buffer): Now can ignore dedicated windows.
11100 (gdb-propertize-header): Use `gdb-set-window-buffer'.
11101 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
11102 (def-gdb-thread-buffer-gud-command): Replaces
11103 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
11104 for fine thread control.
11105 (gdb-preempt-existing-or-display-buffer): New function used to
11106 display bound buffers without breaking window layout.
11107 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
11108 (gdb-select-frame): New version of `gdb-frames-select' which now
11109 sets `gdb-frame-number' so commands may use --frame option instead
11110 of inner debugger state.
11111 (gdb-frame-handler): Do not set `gdb-frame-number'.
11112 (gdb-threads-mode-map): Select threads with mouse.
11113
11114 * progmodes/gud.el (gdb-gud-context-call): Declare function to
11115 avoid compilation warning.
11116 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
11117 `gdb-show-stop-p`.
11118
11119 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
11120 Argument `key' renamed to `buffer-type'.
11121 (gdb-current-context-buffer-name): Do not add thread info to
11122 buffer name when no thread is selected.
11123 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
11124 command (bug 3794).
11125 (gdb-thread-selected): Handle `=thread-selected' notification.
11126 (gdb-wait-for-pending): New macro to deal with congestion problems.
11127 (gdb-breakpoints-list-handler-custom): Don't fail on pending
11128 breakpoints.
11129 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
11130 This fixes problem similar to one described in bug 3947.
11131 (gud-menu-map): More menu items.
11132 (gdb-init-1): Reset `gdb-thread-number' to nil.
11133
11134 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
11135 non-stop settings.
11136
11137 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
11138 (gdb-current-context-command): Do not append --thread if
11139 `gdb-thread-number' is nil.
11140 (gdb-running-threads-count, gdb-stopped-threads-count):
11141 New variables.
11142 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
11143 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
11144 New customization options.
11145 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
11146 GUD commands.
11147 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
11148 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
11149 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
11150 set `gdb-thread-number' and update `gud-running' properly.
11151 (gdb-running): Update threads list when new threads appear.
11152 (gdb-stopped): Support non-stop operation and new thread switching
11153 logic.
11154 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
11155 (gdb-json-partial-output): New set of JSON routines.
11156 (def-gdb-auto-update-trigger): New `signal-list' optional
11157 argument.
11158 (gdb-thread-list-handler-custom): Update `gud-running',
11159 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
11160 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
11161 (gdb-continue-thread, gdb-step-thread): New commands for fine
11162 thread execution control.
11163 (gud-menu-map): New menu items to switch non-stop options.
11164 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
11165 (gdb-send): Mimic RET properly (bug 3794).
11166
11167 * progmodes/gdb-mi.el (gdb-rules-name-maker)
11168 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
11169 gdb-buffer-rules.
11170 (def-gdb-auto-update-handler): New nopreserve optional argument.
11171 (gdb-stack-list-frames-custom): Print stack from top to bottom.
11172
11173 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
11174 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
11175 (gdb-parent-mode): New mode to derive other GDB modes from.
11176 (gdb-display-disassembly-for-thread)
11177 (gdb-frame-disassembly-for-thread): New commands for threads
11178 buffer.
11179
11180 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
11181 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
11182 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
11183 (gdb-update): We now store all GDB buffers in a list so that they
11184 can be updated by traversing a list instead of calling invalidate
11185 triggers explicitly.
11186 (def-gdb-trigger-and-handler): New macro to define trigger-handler
11187 pair for GDB buffer.
11188 (gdb-stack-buffer-name): Add thread information.
11189 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
11190 handle pending triggers.
11191 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
11192 (def-gdb-thread-buffer-simple-command)
11193 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
11194 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
11195 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
11196 New commands which show buffers bound to thread.
11197 (gdb-stack-list-locals-regexp): Remove unused regexp.
11198
11199 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
11200 (gdb-locals-buffer-name, gdb-registers-buffer-name)
11201 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
11202 to (gud-comint-buffer) in *-buffer-name functions
11203 because (gdb-get-target-string) already does that.
11204 (gdb-locals-handler-custom, gdb-registers-handler-custom)
11205 (gdb-changed-registers-handler): Rewritten without regexps.
11206
11207 * progmodes/gdb-mi.el: Basic thread selection support.
11208 (gdb-thread-number): New variable.
11209 (gdb-current-context-command): New macro which adds --thread
11210 option to command.
11211 (gdb-threads-mode-map): Select thread with SPC.
11212 (gdb-thread-list-handler-custom): Mark current thread with overlay
11213 arrow. Synchronize GDB thread and Emacs thread.
11214 (gdb-select-thread): New command which selects current thread.
11215 (gdb-invalidate-frames, gdb-invalidate-locals)
11216 (gdb-invalidate-registers): Use --thread option.
11217
11218 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
11219
11220 * net/tramp.el (top): Make check for tramp-gvfs loading more
11221 robust. (Bug#3977)
11222 (tramp-handle-insert-file-contents): `unwind-protect' must be
11223 inside `with-parsed-tramp-file-name'.
11224
11225 * net/tramp-gvfs.el (top): Remove superfluous message when loading
11226 fails.
11227
11228 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
11229
11230 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
11231 directory if CLASSPATH is not set.
11232
11233 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
11234
11235 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
11236 New defconst.
11237 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
11238
11239 2009-08-02 Kevin Ryde <user42@zip.com.au>
11240
11241 * net/newst-backend.el (newsticker--raw-url-list-defaults):
11242 Update freshmeat link. Delete newsforge.com as it seems gone.
11243
11244 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
11245
11246 * select.el (x-set-selection): Doc fix (Bug#4021).
11247
11248 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
11249
11250 * help-fns.el (describe-variable): Treat list return values from
11251 dir-locals-find-file properly (Bug#4005).
11252
11253 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
11254
11255 * net/tramp.el (tramp-debug-message): Print also microseconds.
11256
11257 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
11258
11259 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
11260 or END is non-nil.
11261 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
11262 (tramp-get-debug-buffer): Change `outline-regexp' according to new
11263 format.
11264
11265 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
11266 (tramp-get-file-property): Use it.
11267
11268 * autorevert.el (auto-revert-handler):
11269 Allow `auto-revert-tail-mode' for remote files.
11270
11271 2009-08-02 Jason Rumney <jasonr@gnu.org>
11272
11273 * minibuffer.el (read-file-name): Treat confirm options to
11274 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
11275
11276 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
11277
11278 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
11279 (font-lock-variable-name-face, font-lock-constant-face):
11280 Darken the colors for light backgrounds.
11281
11282 2009-08-01 Eli Zaretskii <eliz@gnu.org>
11283
11284 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
11285 month names. (Bug#3987)
11286
11287 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
11288
11289 * simple.el (line-move-finish): Pass whole number to
11290 line-move-to-column.
11291 (line-move-visual): Perform hscroll to the recorded position.
11292
11293 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
11294
11295 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
11296
11297 2009-07-29 Alan Mackenzie <acm@muc.de>
11298
11299 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
11300
11301 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
11302
11303 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
11304 (gdb-place-breakpoints): Use full path when setting breakpoints.
11305
11306 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
11307
11308 * calc/calc.el (calc-mode-map): Add keybinding for
11309 `calc-transpose-lines'.
11310
11311 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
11312
11313 * calc/calc-misc.el (calc-transpose-lines): New function.
11314
11315 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
11316
11317 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
11318 Simplify check for out-of-band methods.
11319 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
11320 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
11321
11322 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
11323
11324 * vc-git.el (vc-git-checkin): Fix typo.
11325
11326 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
11327
11328 * progmodes/js2-mode.el: New file.
11329
11330 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
11331
11332 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
11333 (gud-menu-map): Adjust tooltip accordingly.
11334
11335 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11336
11337 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
11338 (vc-bzr-log-view-mode): Adjust log-view-file-re.
11339
11340 * add-log.el (change-log-mode-map): Add a menu.
11341
11342 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
11343
11344 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
11345 function returns nil.
11346 (dbus-handle-event): Handle special return value :ignore.
11347 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
11348
11349 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
11350
11351 * view.el (view-mode-enable): Don't define Helper-return-blurb if
11352 it's not needed.
11353
11354 2009-07-25 Eli Zaretskii <eliz@gnu.org>
11355
11356 Fix Bug#3888:
11357
11358 * w32-vars.el (x-select-enable-clipboard): Doc fix.
11359
11360 * term/pc-win.el (x-display-name, x-colors)
11361 (x-select-enable-clipboard, x-select-text): Doc fix.
11362
11363 * term/common-win.el (x-display-name, x-colors): Doc fix.
11364
11365 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
11366 (xw-defined-colors): Doc fix.
11367
11368 * w32-fns.el (x-select-text, x-setup-function-keys)
11369 (x-get-selection, x-set-selection): Doc fix.
11370
11371 * term/x-win.el (x-select-text, x-setup-function-keys)
11372 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
11373
11374 * select.el (x-set-selection): Doc fix.
11375
11376 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
11377
11378 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
11379 instead of "IsNSSSupportAvailable". Avahi ought to work also when
11380 "IsNSSSupportAvailable" method is not available.
11381 Reported by Steve Youngs <steve@sxemacs.org>.
11382
11383 2009-07-24 Kenichi Handa <handa@m17n.org>
11384
11385 * international/characters.el: Fix setting of category ?C, ?|, ?K,
11386 and ?H. Fix setting of case for Latin Extended and Greek Extended.
11387 (build-unicode-category-table): Fix range checks.
11388
11389 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
11390
11391 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
11392 the buffer we try to sync is current when calling
11393 vc-resynch-buffer.
11394
11395 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
11396 not show up to date files.
11397
11398 2009-07-24 Glenn Morris <rgm@gnu.org>
11399
11400 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
11401 Add autoload cookies. If necessary, initialize.
11402 (elint-log): Handle non-file buffers.
11403 (elint-initialize): Add optional argument to reinitialize.
11404 (elint-find-builtin-variables): Save excursion.
11405
11406 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
11407
11408 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11409 for Lint.
11410
11411 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11412
11413 * vc.el (vc-print-log-internal): New function, split out from ...
11414 (vc-print-log): ... here.
11415 (vc-dir-move-to-goal-column): Declare.
11416
11417 * vc-git.el (vc-git-add-signoff): New variable.
11418 (vc-git-checkin): Use it.
11419 (vc-git-toggle-signoff): New function.
11420 (vc-git-extra-menu-map): Bind it to menu.
11421 (vc-git--run-command-string): Accept a nil FILE argument.
11422 (vc-git-stash-list): New function.
11423 (vc-git-dir-extra-headers): Use it.
11424
11425 2009-07-23 Glenn Morris <rgm@gnu.org>
11426
11427 * help-fns.el (describe-variable): Describe ignored and risky local
11428 variables in a similar way to that in which we describe safe ones.
11429
11430 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
11431 (byte-compile-output-file-form, byte-compile-output-docform)
11432 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
11433 Give some more local variables with common names a "bytecomp-" prefix,
11434 so as not to shadow things during compilation.
11435 * emacs-lisp/cl-macs.el (load-time-value)
11436 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
11437 `outbuffer' to `bytecomp-outbuffer'.
11438
11439 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
11440 since the next two variables cover them automatically now.
11441 (elint-builtin-variables, elint-autoloaded-variables): New.
11442 (elint-unknown-builtin-args): Remove all members, since they can be
11443 parsed automatically now.
11444 (elint-extra-errors): New.
11445 (elint-env-add-env, elint-env-add-macro): Use cadr.
11446 (elint-current-buffer): Use or. Change final message.
11447 (elint-get-top-forms): Use line-end-position.
11448 (elint-init-env): Use cadr. Handle autoload, declare-function,
11449 and defalias.
11450 (elint-add-required-env): Doc fix. Use or. Standardize error.
11451 (regexp-assoc): Remove unused function.
11452 (elint-top-form): Set elint-current-pos, to record the start of the
11453 top-level form, for compilation-mode.
11454 (elint-form): Trap errors in macro expansion. Use dolist.
11455 (elint-unbound-variable): Use elint-builtin-variables and
11456 elint-autoloaded-variables.
11457 (elint-get-args): Use cadr, or.
11458 (elint-check-cond-form): Use dolist, cadr.
11459 (elint-check-condition-case-form): Doc fix. Use cadr.
11460 Use elint-extra-errors.
11461 (elint-log): New function.
11462 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
11463 Distinguish errors and warnings.
11464 (elint-log-message): Use with-current-buffer. Inhibit read-only.
11465 Use a bytecomp-style format.
11466 (elint-clear-log): Preserve default-directory. Inhibit read-only.
11467 (elint-get-log-buffer): Use compilation mode. Disable undo.
11468 Don't truncate lines.
11469 (elint-initialize): Set builtin and autoloaded variable lists.
11470 Only process elint-unknown-builtin-args if non-nil.
11471 (elint-find-builtin-variables, elint-find-autoloaded-variables):
11472 New functions.
11473 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
11474
11475 2009-07-22 Kevin Ryde <user42@zip.com.au>
11476
11477 * net/newst-backend.el (newsticker--parse-atom-1.0)
11478 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11479 (newsticker--parse-rss-1.0):
11480 * progmodes/idlwave.el (idlwave-mode):
11481 * progmodes/idlw-shell.el (idlwave-shell-mode):
11482 * progmodes/vera-mode.el (vera-mode):
11483 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
11484 * progmodes/vhdl-mode.el (vhdl-mode):
11485 * textmodes/table.el (table-generate-source)
11486 (table--warn-incompatibility):
11487 Hyperlink urls in docstrings with URL `...'.
11488
11489 2009-07-22 Glenn Morris <rgm@gnu.org>
11490
11491 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
11492 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
11493 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
11494 Remove leading * from defcustom docs.
11495
11496 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
11497
11498 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
11499 defcustom doc.
11500 (list-load-path-shadows): Optionally, just return shadows as a string.
11501
11502 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
11503
11504 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
11505
11506 * mail/rmailedit.el (rmail-edit-mode):
11507 Use auto-save-include-big-deletions.
11508
11509 * mail/rmail.el (rmail-variables):
11510 Use auto-save-include-big-deletions.
11511
11512 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
11513 changes.
11514
11515 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
11516
11517 * calc/calc.el (calc-undo-length): New variable.
11518 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11519
11520 2009-07-21 Richard Stallman <rms@gnu.org>
11521
11522 * files.el (auto-save-mode): Handle buffer-save-size = -2
11523 for toggling mode.
11524
11525 2009-07-21 Glenn Morris <rgm@gnu.org>
11526
11527 * textmodes/ispell.el (ispell-looking-back): Update declaration.
11528
11529 * calendar/todo-mode.el (calendar-current-date): Update declaration.
11530
11531 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11532 silence compiler. Instead...
11533 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11534 (ps-print-ensure-fontified): Update for above function name changes.
11535
11536 * printing.el (pr-mh-get-msg-num, pr-mh-show)
11537 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11538 silence compiler. Instead...
11539 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11540 (mh-show-buffer): Only define for compiler.
11541 (pr-mh-current-message): Update for above function name changes.
11542
11543 * files.el (abort-if-file-too-large): Explicitly pass `filename'
11544 as an argument.
11545 (find-file-noselect, insert-file-1): Update for above change.
11546
11547 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11548
11549 * mail/mailclient.el (mailclient-send-it): Fix message.
11550
11551 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11552 (edebug-eval): Check cl-debug-env is bound.
11553 (print-level, print-circle): Don't redefine built-in variables.
11554
11555 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11556 (custom-print-vectors): Remove old comments from doc.
11557
11558 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11559 (emerge-version): Make the variable an obsolete alias for the
11560 emacs-version variable. Make the function obsolete.
11561 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11562 Emerge options, rather than merging in into the main Options menu.
11563 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
11564 and auto advance modes. Disable edit/fast items when not relevant.
11565
11566 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11567
11568 * term/vt420.el (terminal-init-vt420): Fix typo.
11569
11570 2009-07-20 Sam Steingold <sds@gnu.org>
11571
11572 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11573 variable (removed from compile.el on 2004-03-11).
11574
11575 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
11576
11577 * files.el (hack-local-variables-filter): Fix last change.
11578
11579 2009-07-19 Juri Linkov <juri@jurta.org>
11580
11581 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11582 (dir-local-variables-alist): New buffer-local variable.
11583 (hack-local-variables-filter): If variable is not dir-local,
11584 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11585 because file-local overrides dir-local.
11586 (c-postprocess-file-styles) <declare-function>:
11587 Remove obsolete declaration.
11588 (hack-dir-local-variables): Add dir-local variable/value pair to
11589 `dir-local-variables-alist' and remove duplicates. Doc fix.
11590
11591 * help-fns.el (describe-variable): Add information about
11592 file-local and dir-local variables.
11593
11594 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
11595
11596 * files.el (hack-local-variables-filter): Rewrite.
11597
11598 2009-07-19 Glenn Morris <rgm@gnu.org>
11599
11600 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11601 Silence compiler by only defining on XEmacs.
11602
11603 * international/mule.el (auto-coding-regexp-alist): Only match
11604 BABYL... at the start of buffer, not of lines. (Bug#3790)
11605
11606 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11607 non-calendar buffers (Bug#3862). Restore "not on a date" message.
11608 (cal-menu-context-mouse-menu): Doc fix.
11609
11610 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11611
11612 * simple.el (mail-user-agent): Doc fix. Set :version tag.
11613
11614 2009-07-18 Juri Linkov <juri@jurta.org>
11615
11616 * info.el: Virtual Info keyword finder.
11617 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11618 (Info-finder-file): New variable.
11619 (Info-finder-find-file): New function.
11620 (finder-known-keywords, finder-package-info)
11621 (find-library-name, lm-commentary): Use defvar and
11622 declare-function to silence compiler warnings.
11623 (Info-finder-find-node): New function.
11624 (info-finder): New command.
11625
11626 * subr.el (process-kill-buffer-query-function): New function.
11627 (add-hook)<kill-buffer-query-functions>: Add hook
11628 `process-kill-buffer-query-function'.
11629
11630 2009-07-18 Alan Mackenzie <acm@muc.de>
11631
11632 * progmodes/cc-mode.el (c-before-hack-hook)
11633 (c-postprocess-file-styles): Give invocation of `c-set-style'
11634 DONT-OVERRIDE parameter of t. Already set style variables will
11635 thus not be overridden by style settings given by `c-file-syle'.
11636
11637 * files.el (hack-local-variables-filter): Remove entries with
11638 duplicate keys from `file-local-variables-alist'.
11639
11640 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11641
11642 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11643 x-set-selection if display-selections-p returns nil for the
11644 current frame.
11645
11646 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
11647
11648 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11649
11650 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11651
11652 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11653 Accept nil in addition to a regexp.
11654 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11655 Accept nil in addition to a regexp.
11656 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11657 buffers that have an associated file. Handle nil values of
11658 desktop-buffers-not-to-save and desktop-files-not-to-save.
11659 (Bug#3833)
11660
11661 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11662 (x-disown-selection-internal): New functions.
11663
11664 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
11665
11666 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11667 warning.
11668 (gdb-breakpoints-header): Move forward to avoid compiler warning.
11669 (gdb-make-header-line-mouse-map): Remove duplicate definition.
11670
11671 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
11672
11673 * simple.el (set-mark): Revert last change.
11674
11675 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
11676
11677 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11678 rendering of pngs is not possible instead of messaging a long
11679 description.
11680
11681 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
11682
11683 * w32-fns.el (x-selection-owner-p): New function.
11684
11685 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11686 (mouse-yank-at-click, mouse-yank-primary):
11687 If select-active-regions is non-nil, deactivate the mark before
11688 insertion.
11689
11690 * simple.el (deactivate-mark, set-mark): Only save selection if we
11691 own it.
11692
11693 2009-07-17 Kenichi Handa <handa@m17n.org>
11694
11695 * case-table.el (describe-buffer-case-table): Fix for the case
11696 that KEY is a cons.
11697
11698 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11699
11700 * vc-rcs.el (vc-rcs-find-file-hook):
11701 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11702
11703 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
11704
11705 * net/tramp.el (tramp-wait-for-output): Handle the case when
11706 commands do not return a newline but a null byte before the shell
11707 prompt. (Bug#3858)
11708
11709 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11710
11711 * term/ns-win.el (ns-set-alpha): Don't declare.
11712 (ns-set-background-alpha): Remove function.
11713
11714 2009-07-16 Kevin Ryde <user42@zip.com.au>
11715
11716 * emacs-lisp/copyright.el (copyright-update): Save match-data across
11717 y-or-n-p, for safety.
11718
11719 2009-07-16 Richard Stallman <rms@gnu.org>
11720
11721 * files.el (auto-save-mode): If buffer-saved-size is -2,
11722 don't clobber it.
11723
11724 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11725 (rmail-retry-ignored-headers): Add more uninteresting fields.
11726
11727 2009-07-15 Jari Aalto <jari.aalto@cante.net>
11728
11729 * net/rcirc.el (rcirc): Use history variables.
11730 (rcirc-server-name-history, rcirc-nick-name-history)
11731 (rcirc-server-port-history): New variables.
11732
11733 2009-07-15 Kenichi Handa <handa@m17n.org>
11734
11735 * international/mule-cmds.el (set-language-environment-charset):
11736 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11737 ignore them.
11738
11739 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11740 Delete unibyte-display.
11741
11742 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11743
11744 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11745
11746 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11747
11748 * simple.el (deactivate-mark): Optional argument FORCE.
11749 (set-mark): Use deactivate-mark.
11750
11751 * info.el (Info-search): No need to check transient-mark-mode
11752 before calling deactivate-mark.
11753
11754 * select.el (x-set-selection): Doc fix.
11755 (x-valid-simple-selection-p): Allow buffer values.
11756 (xselect--selection-bounds): Handle buffer values.
11757 Suggested by David De La Harpe Golden.
11758
11759 * mouse.el (mouse-set-region, mouse-drag-track):
11760 Call copy-region-as-kill before setting the mark, to let
11761 select-active-regions work.
11762
11763 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
11764
11765 * simple.el (deactivate-mark): If select-active-regions is
11766 non-nil, copy the selection data into a string.
11767 (activate-mark): If select-active-regions is non-nil, set the
11768 selection to the current buffer.
11769 (set-mark): Update selection if select-active-regions is non-nil.
11770
11771 * select.el (x-valid-simple-selection-p): Allow buffer values.
11772
11773 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
11774
11775 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11776 and more featureful message-mode.
11777
11778 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
11779
11780 * select.el (x-set-selection): Doc fix.
11781 (x-valid-simple-selection-p): Disallow selection data consisting
11782 of a list or cons of integers, since that is not used.
11783 (xselect--selection-bounds, xselect--int-to-cons): New functions.
11784 (xselect-convert-to-string, xselect-convert-to-length)
11785 (xselect-convert-to-filename, xselect-convert-to-charpos)
11786 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11787
11788 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
11789
11790 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11791 output in -break-info command (Emacs bug #3794).
11792
11793 2009-07-14 Glenn Morris <rgm@gnu.org>
11794
11795 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11796 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11797 (edebug-print-length, edebug-print-level, edebug-print-circle)
11798 (edebug-sit-for-seconds, edebug-view-outside)
11799 (edebug-bounce-point, edebug-set-global-break-condition)
11800 (edebug-Go-nonstop-mode, edebug-trace-mode)
11801 (edebug-Trace-fast-mode, edebug-continue-mode)
11802 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11803 (edebug-visit-eval-list): Doc fixes.
11804
11805 * subr.el (def-edebug-spec): Doc fix.
11806
11807 2009-07-14 Kenichi Handa <handa@m17n.org>
11808
11809 * international/characters.el: Fix setting of category ?C.
11810
11811 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
11812
11813 * term/ns-win.el (x-select-font): defalias x-select-font to
11814 ns-popup-font-panel instead of generate-fontset-menu.
11815
11816 2009-07-12 Eli Zaretskii <eliz@gnu.org>
11817
11818 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
11819
11820 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
11821
11822 * arc-mode.el (archive-find-type): Allow for a PK00 string before
11823 the PK\003\004 header (Bug#3770).
11824
11825 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
11826
11827 * pcomplete.el (pcomplete-comint-setup): Check for
11828 shell-dynamic-complete-filename too.
11829
11830 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
11831
11832 * simple.el (temporary-goal-column): Change the value for
11833 line-move-visual to a cons cell.
11834 (line-move-visual): Record or set the window hscroll, if
11835 necessary (Bug#3494).
11836 (line-move-1): Handle cons value of temporary-goal-column.
11837
11838 2009-07-11 Kenichi Handa <handa@m17n.org>
11839
11840 * international/mule-diag.el (describe-character-set): Don't show
11841 width.
11842
11843 2009-07-10 Sam Steingold <sds@gnu.org>
11844
11845 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11846 Omake sometimes indents the errors it prints, so allow all
11847 regexps to start with spaces.
11848
11849 2009-07-10 Eli Zaretskii <eliz@gnu.org>
11850
11851 * cus-edit.el (customize-changed-options-previous-release):
11852 Bump value to 22.1. (Bug#3804)
11853
11854 2009-07-08 Sam Steingold <sds@gnu.org>
11855
11856 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11857 to be a cons cell (test . ignored-directory) to selectively ignore
11858 some directories depending on the location of the search.
11859
11860 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
11861
11862 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11863 remote user is root, on the local host.
11864 (tramp-local-host-p): Either the local user or the remote user
11865 must be root. (Bug#3771)
11866
11867 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11868
11869 * progmodes/gdb-mi.el (gdb): Remove description of
11870 gdb-use-separate-io-buffer.
11871 (menu): Don't allow toggling of or enable
11872 gdb-use-separate-io-buffer from menubar.
11873
11874 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11875
11876 * mail/unrmail.el (unrmail): Make sure the message ends with two
11877 newlines (Bug#3769).
11878
11879 2009-07-08 Glenn Morris <rgm@gnu.org>
11880
11881 * calendar/calendar.el (calendar-current-date): Rework previous change.
11882
11883 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
11884
11885 * calendar/calendar.el (calendar-current-date):
11886 Add an optional argument giving an offset from today.
11887
11888 2009-07-08 Glenn Morris <rgm@gnu.org>
11889
11890 * tutorial.el (tutorial--describe-nonstandard-key):
11891 Adjust the message for when a key has been unbound.
11892 (help-with-tutorial): Hide the arch-tag.
11893
11894 2009-07-08 Kenichi Handa <handa@m17n.org>
11895
11896 * international/fontset.el (setup-default-fontset): For each
11897 script, append (not set) font-specs.
11898
11899 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11900 docstring.
11901
11902 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11903
11904 * progmodes/gdb-mi.el (gdb-init-1): Move sending
11905 -data-list-register-names to ...
11906 (gdb-starting): ... here because GDB 7.0 requires execution to
11907 have started when using this MI command.
11908 (gdb-set-header): New function to distinguish select and
11909 unselected tabs in gdb buffers.
11910 (gdb-propertize-header): New macro that uses gdb-set-header.
11911 (gdb-breakpoints-header, gdb-locals-header): Use it.
11912 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
11913
11914 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
11915
11916 * Makefile.in (ELCFILES): Remove fadr.elc.
11917
11918 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
11919
11920 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11921 may contain frame information, so `string-match' should be used.
11922 (gdb-update): Disassembly is invalidated through
11923 `gdb-get-selected-frame'.
11924 (gdb-pad-string): New function to pad string with spaces.
11925 (gdb-invalidate-disassembly): Invalidate only if the buffer
11926 exists.
11927 (gdb-disassembly-handler-custom): Column alignment.
11928 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11929 placing new ones.
11930 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11931 end of line, too.
11932 (gdb-frame-handler): Match convention to for disassembly buffer
11933 mode name.
11934 (gdb-stack-list-frames-handler): Rewritten without regexps.
11935 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11936 not highlight breakpoints without line information.
11937 (gdb-input): Add trailing newline to command.
11938
11939 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11940 buffer properly.
11941 (gdb-breakpoints-list-handler-custom): Replacement for
11942 `gdb-break-list-handler'. Using real parser instead of regexps
11943 now.
11944 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11945 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11946 to place breakpoints.
11947 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11948 functions.
11949 (gdb-disassembly-handler-custom): Show overlay arrow.
11950 (gdb-disassembly-place-breakpoints): Show breakpoints in
11951 disassembly buffer.
11952 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11953 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
11954 instead of parsing breakpoints buffer. Fixed old menu references
11955 in `gud-menu-map'.
11956
11957 * fadr.el: Remove.
11958
11959 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
11960 (gdb-memory-address): New variable which holds top address of
11961 memory page shown in memory buffer.
11962 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
11963 New customization variables.
11964 New functions:
11965 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11966 display the memory buffer.
11967 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11968 buffer display parameters.
11969 (def-gdb-memory-format, gdb-memory-format-binary)
11970 (gdb-memory-format-octal, gdb-memory-format-unsigned)
11971 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11972 Functions for setting memory buffer format.
11973 (gdb-memory-unit-word, gdb-memory-unit-halfword)
11974 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11975 unit size used in memory buffer.
11976 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
11977 Switch to next/previous page of memory buffer.
11978 Now using (bindat-get-field) instead of fadr functions.
11979
11980 2009-07-07 Sam Steingold <sds@gnu.org>
11981
11982 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11983 non-top-level files.
11984
11985 2009-07-07 Kenichi Handa <handa@m17n.org>
11986
11987 * international/mule-cmds.el (reset-language-environment):
11988 Put the highset priority to the charset iso-8859-1.
11989
11990 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11991
11992 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11993 to the end of the line when locating the block (Bug#700).
11994
11995 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
11996
11997 * net/tramp.el (tramp-handle-write-region): Flush file properties
11998 in case of short track.
11999
12000 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
12001
12002 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
12003 Coded custom representation of verilog error regular expressions
12004 to work with Emacs-22's new format.
12005 (verilog-error-regexp-xemacs-alist): Coded custom representation
12006 of verilog error regular expressions to work with XEmacs format.
12007 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
12008 error recognition into XEmacs.
12009 (verilog-error-regexp-add-emacs): Hook routine to install verilog
12010 error recognition into Emacs-22.
12011
12012 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
12013
12014 * woman.el: Remove stand-alone closing parentheses.
12015 (woman-file-name, woman2-format-paragraphs)
12016 (woman-leave-blank-lines): Code cleanup.
12017 (woman-use-own-frame): Change default to nil.
12018 (woman-italic, woman-bold, woman-unknown, woman-addition):
12019 Change defaults to inherit from default faces.
12020 (woman2-process-escapes): Consume the newline after a stand-alone
12021 filler character (Bug#3651).
12022
12023 2009-07-06 Glenn Morris <rgm@gnu.org>
12024
12025 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
12026 (top-level): Move provide to the end.
12027 (ffap): Remove defunct URL from custom group.
12028
12029 * subr.el (eval-after-load): Doc fix.
12030
12031 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
12032
12033 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
12034 `calc-embedded-word' is called twice.
12035
12036 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12037
12038 * files.el (find-alternate-file-other-window, find-alternate-file):
12039 Obey confirm-nonexistent-file-or-buffer.
12040
12041 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
12042
12043 * dired-aux.el (dired-show-file-type): Handle remote files.
12044
12045 2009-07-05 Jari Aalto <jari.aalto@cante.net>
12046
12047 * desktop.el (desktop-globals-to-save):
12048 Add file-name-history (Bug#2750).
12049
12050 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
12051
12052 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
12053
12054 2009-07-04 Johan Bockgård <bojohan@gnu.org>
12055
12056 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
12057 property on entire argument since this is what eshell-lisp-command
12058 expects.
12059
12060 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
12061
12062 * net/tramp-gvfs.el (tramp-gvfs-methods)
12063 (tramp-gvfs-zeroconf-domain)
12064 (tramp-bluez-discover-devices-timeout): Add version flag.
12065 (tramp-gvfs-handler-mounted-unmounted)
12066 (tramp-gvfs-connection-mounted-p): Polish handling of
12067 incompatibilities between GVFS 0.2 and 1.0.
12068
12069 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
12070
12071 * cus-start.el (all): Add make-pointer-invisible.
12072
12073 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
12074
12075 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
12076 formatted correctly.
12077
12078 2009-07-02 Juri Linkov <juri@jurta.org>
12079
12080 * info.el: Virtual Info files and nodes.
12081 (Info-virtual-files, Info-virtual-nodes): New variables.
12082 (Info-current-node-virtual): New variable.
12083 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
12084 New functions.
12085 (Info-file-supports-index-cookies): Use Info-virtual-file-p
12086 to check for a virtual file instead of checking a fixed list
12087 of node names.
12088 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
12089 instead of ad-hoc processing of "dir" and (apropos history toc).
12090 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
12091 instead of ad-hoc processing of "dir" and (apropos history toc).
12092 Reread a file when moving from a virtual node.
12093 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
12094 (Info-directory-toc-nodes, Info-directory-find-file)
12095 (Info-directory-find-node): New functions.
12096 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
12097 (Info-history): Move part of code to
12098 `Info-history-find-node'.
12099 (Info-history-toc-nodes, Info-history-find-file)
12100 (Info-history-find-node): New functions.
12101 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
12102 (Info-toc): Move part of code to `Info-toc-find-node'.
12103 (Info-toc-find-node): New function.
12104 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
12105 the current Info file name to references because now the node
12106 "*TOC*" belongs to the same Info manual.
12107 (Info-toc-build): Rename from `Info-build-toc'.
12108 (Info-toc-nodes): Rename input argument `file' to `filename'.
12109 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
12110 instead of ad-hoc processing of ("dir" apropos history toc).
12111 (Info-index-nodes): Use Info-virtual-file-p
12112 to check for a virtual file instead of checking a fixed list
12113 of node names.
12114 (Info-index-node): Add check for `Info-current-node-virtual'.
12115 Raise `save-match-data' higher up the tree to contain
12116 `search-forward' too (bug fix).
12117 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
12118 (Info-virtual-index-nodes): New variable.
12119 (Info-virtual-index-find-node, Info-virtual-index): New functions.
12120 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
12121 (Info-apropos-file, Info-apropos-nodes): New variables.
12122 (Info-apropos-toc-nodes, Info-apropos-find-file)
12123 (Info-apropos-find-node, Info-apropos-matches): New functions.
12124 (info-apropos): Move part of code to `Info-apropos-find-node' and
12125 `Info-apropos-matches'.
12126 (Info-mode-map): Bind "I" to `Info-virtual-index'.
12127 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
12128 for a virtual file instead of checking a fixed list of node names.
12129
12130 * simple.el (async-shell-command): New command.
12131
12132 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
12133
12134 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
12135 instead of `mount-info'.
12136
12137 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
12138
12139 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
12140 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
12141
12142 2009-07-02 Kenichi Handa <handa@m17n.org>
12143
12144 * international/mule.el (set-keyboard-coding-system): Force *-unix
12145 coding-system to avoid eol conversion.
12146
12147 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
12148
12149 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12150 Add handler for `process-file', `shell-command' and
12151 `start-file-process'.
12152 (tramp-gvfs-handle-shell-command)
12153 (tramp-gvfs-handle-start-file-process)
12154 (tramp-gvfs-handle-process-file): New defuns.
12155 (tramp-synce-list-devices): Simplify check for existence of property.
12156
12157 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
12158
12159 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
12160
12161 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
12162
12163 * language/korean.el (set-language-info-alist): Add korean-cp949,
12164 cp949 to spec.
12165
12166 2009-07-01 Kenichi Handa <handa@m17n.org>
12167
12168 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
12169
12170 * international/encoded-kb.el: Deleted.
12171
12172 * international/mule.el (set-keyboard-coding-system): Perform the
12173 necessary setup here instead of calling encoded-kbd-setup-display.
12174
12175 2009-07-01 Glenn Morris <rgm@gnu.org>
12176
12177 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
12178
12179 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
12180
12181 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
12182
12183 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
12184
12185 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
12186 Handle also the 'rename case, when setting file modes. (Bug#3712)
12187 (tramp-default-file-modes): Remove execute permissions.
12188
12189 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
12190 (top): Add a default for "synce" in `tramp-default-user-alist'.
12191 Add completion function for "synce" method.
12192 (tramp-hal-service, tramp-hal-path-manager)
12193 (tramp-hal-interface-manager, tramp-hal-interface-device):
12194 New defconst.
12195 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
12196 (tramp-synce-list-devices, tramp-synce-parse-device-names):
12197 New defuns.
12198
12199 * net/trampver.el: Update release number.
12200
12201 2009-06-30 Kenichi Handa <handa@m17n.org>
12202
12203 * international/fontset.el (setup-default-fontset): Add CJK fonts
12204 for symbols and the other miscellaneous characters.
12205
12206 * language/korea-util.el (setup-korean-environment-internal):
12207 Make char-width-table suitable for Korean environments.
12208 (exit-korean-environment): Cancel above.
12209
12210 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
12211 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
12212 setup-function to make char-width-table suitable for respective
12213 environments, and an exit-function to cancel that.
12214
12215 * language/japan-util.el (setup-japanese-environment-internal):
12216 Call use-cjk-char-width-table with arg `ja_JP'.
12217
12218 * international/characters.el (cjk-char-width-table): Delete it.
12219 (cjk-char-width-table-list): New variable.
12220 (use-cjk-char-width-table): New arg local-name.
12221 (use-default-char-width-table): Fix for the case that Emacs is
12222 already using the default char-width-table.
12223
12224 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
12225
12226 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
12227 modes mandatory. (Bug#3712)
12228
12229 2009-06-29 Alan Mackenzie <acm@muc.de>
12230
12231 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
12232 correction between the visible width of TABs and their number of bytes.
12233
12234 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
12235
12236 * server.el (server-buffer-done): Prevent kill-buffer from
12237 prompting by clearing the buffer modification flag (Bug#3696).
12238
12239 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
12240
12241 * progmodes/verilog-mode.el (verilog-beg-of-statement)
12242 (verilog-endcomment-reason-re): Support unique case and priority case.
12243 (verilog-basic-complete-re): Support localparam lineup.
12244 (verilog-beg-of-statement-1): Fix for robustness, unique case.
12245 (verilog-set-auto-endcomments): Fix for unique case, always_comb
12246 commenting.
12247 (verilog-leap-to-case-head): Now support *nested* unique &
12248 priority case statements.
12249 (verilog-auto-lineup): Make just declarations the default (as it
12250 had been).
12251 (verilog-leap-to-case-head): Support priority/unique case statements.
12252 (verilog-auto-lineup): Rework to give users radio buttons to
12253 select the various styles of automatic lineup.
12254 (verilog-error-regexp-alist): Rework to support the XEmacs style
12255 of error regular expressions from compilers, lint tools &
12256 simulators. Note that GNU Emacs has made it impossible for a mode
12257 to load such things.
12258 (electric-verilog-terminate-line, verilog-indent-declaration)
12259 (verilog-auto-wiure): Rework for radio button selection of
12260 auto-lineup selection of specification of auto lineup.
12261 (verilog-beg-of-statement-1): Redesign to support proper operation
12262 in additional code, based on testing with auto-lineup.
12263 (verilog-calculate-indent, assignments & declarations)
12264 (verilog-backward-token): Enhance to support auto-lineup of
12265 assignments & declarations.
12266 (verilog-in-directive-p, verilog-at-struct-p): New function for
12267 easy test of whether we are.
12268 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
12269 to support safe execution at almost anyline.
12270 (verilog-calc-1): Properly support indenting deep inside generate
12271 blocks.
12272 (verilog-init-font): Remove definition & use of verilog-init-font,
12273 as it is redundant with font-lock-defaults.
12274 (verilog-mode): Alter the definition of verilog-font-lock-defaults
12275 to avoid circular calls if syntax-ppss is a function (as is the
12276 case now in 22.x GNU Emacs) as that function would sometimes call
12277 itself, leading to (nearly) infinite recursion.
12278 (verilog-ovm-begin-re, verilog-ovm-end-re)
12279 (verilog-ovm-statement-re, verilog-leap-to-head)
12280 (verilog-backward-token): Add support for OVM macros. Some are
12281 complete statements, and others open and close scopes like begin
12282 and end.
12283 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
12284 (verilog-defun-level-generate-only-re): Really fix the defun-list
12285 compilation issue.
12286 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
12287 coverpoint, constraint and cross statements.
12288 (verilog-defun-level-list, verilog-generate-defun-level-list)
12289 (verilog-all-defun-level-list): Redo these specifications - it is
12290 too hard to support eval-when compile aggregation of lists also
12291 built at when-compile time.
12292 (verilog-defun-level-list): Place defconsts of variables used in
12293 building regular expressions which are built in eval-when-compile
12294 bodies in the same eval-when-compile body to facilitate compile
12295 without load.
12296 (verilog-beg-block-re-ordered): Support indenting
12297 virtual/protected tasks and functions.
12298 (verilog-defun-level-list, verilog-in-generate-region-p)
12299 (verilog-backward-ws&directives, verilog-calc-1): Speed up
12300 indentation of some module items (generate items).
12301 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
12302 across virtual/protected tasks and functions.
12303
12304 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
12305
12306 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
12307 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
12308 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
12309 in concatenations. Reported by Yishay Belkind.
12310 (verilog-auto-ascii-enum): Support one-hot state machines in
12311 AUTOASCIIENUM. Suggested by Lloyd Gomez.
12312 (verilog-auto-inst, verilog-auto-inst-port): Include interface
12313 modport in AUTOINST and add vl-modport for users.
12314 Reported by David Rogoff.
12315 (verilog-auto-inout-module, verilog-auto-inst)
12316 (verilog-decls-get-interfaces, verilog-insert-definition)
12317 (verilog-insert-one-definition, verilog-read-decls)
12318 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
12319 (verilog-sig-modport, verilog-signals-combine-bus)
12320 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
12321 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
12322 Suggested by David Rogoff.
12323 (verilog-repair-open-comma): Fix non-insertion of comma when
12324 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
12325 (verilog-make-width-expression): Simplify [A-1:0] expression
12326 widths to just {A{1'b0}}.
12327 (verilog-mode): Cleanup checkdoc warnings.
12328 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
12329 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
12330 inputs/outputs or data type. Suggested by Vasu Kandadi.
12331 (next-error-last-buffer): Fix byte-compiler warning.
12332 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
12333 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
12334 or shell command text during AUTO expansion. Suggested by Tad Truex.
12335 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
12336 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
12337 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
12338 in AUTOINOUT. Reported by Matthew Lovell.
12339 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
12340 causing use of <= assignments. Reported by Alex Reed.
12341 (verilog-read-decls): Fix triand, trior, wand, wor to be
12342 recognized by AUTOWIRE. Reported by Spencer Isaacson.
12343 (verilog-extended-complete-re): Support import "DPI-C" functions.
12344 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
12345 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
12346 (verilog-insert-date, verilog-insert-year)
12347 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
12348 Windows systems. Reported by Michael Potts.
12349 (verilog-read-module-name): Fix AUTOINST when the child module
12350 declaration's name is a tick define. Reported by Elliot Mednick.
12351 (verilog-read-decls): Fix V2K parameter bit subscripts getting
12352 passed to next parameter's definition. Reported by Bruce T.
12353 (verilog-read-decls): Fix detecting "parameter int" when using
12354 AUTOINSTPARAM. Reported by Bruce T.
12355 (verilog-goto-defun): Fix goto not finding modules unless first
12356 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
12357 (verilog-mode): Expand -f flag arguments on entry to mode so
12358 verilog-goto-defun will work. Reported by Lawrence Butcher.
12359 (verilog-getopt): Expand environment variables in -f file
12360 arguments. Suggested by Lawrence Butcher.
12361 (verilog-set-define): Fix "Symbol's value as variable is void"
12362 when reading enumerations.
12363 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
12364 Suggested by Stephen Peltan.
12365 (verilog-read-defines): Fix reading of enumerations in include
12366 files. Reported by Steve Peltan.
12367
12368 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
12369
12370 * files.el (trash-directory): Fix defcustom type.
12371
12372 2009-06-28 Juri Linkov <juri@jurta.org>
12373
12374 * help-fns.el (describe-function-1): Correctly locate adviced
12375 functions in hyperlink (Bug#2438).
12376
12377 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
12378
12379 * files.el (trash-directory): Change default to nil.
12380 (move-file-to-trash): If trash-directory is nil and
12381 system-move-file-to-trash is unbound, perform freedesktop-style
12382 trashing.
12383
12384 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
12385
12386 * files.el (move-file-to-trash): Add freedesktop trash
12387 support (Bug#973).
12388
12389 2009-06-28 Glenn Morris <rgm@gnu.org>
12390
12391 * autorevert.el (global-auto-revert-non-file-buffers)
12392 (global-auto-revert-mode): Doc fixes.
12393
12394 2009-06-27 Johan Bockgård <bojohan@gnu.org>
12395
12396 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
12397
12398 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
12399
12400 * faces.el (x-handle-named-frame-geometry): Ensure that we have
12401 opened an X connection before calling x-get-resource (Bug#3194).
12402
12403 * play/doctor.el: Remove reference to obsolete website.
12404 (make-doctor-variables): Correct grammar mistake (Bug#2633).
12405
12406 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
12407
12408 Remove find-file-not-found-hook VC method. (Bug#2757)
12409 * vc-hooks.el (vc-file-not-found-hook)
12410 (vc-default-find-file-not-found-hook): Remove functions.
12411 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
12412 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
12413 * vc.el:
12414 * vc-hg.el:
12415 * vc-git.el: Do not mention find-file-not-found-hook VC method.
12416
12417 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
12418
12419 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
12420 compatibility function for `looking-back'.
12421
12422 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
12423 Use `ispell-looking-back'.
12424
12425 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
12426
12427 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
12428 rather than `filename'.
12429
12430 2009-06-23 Miles Bader <miles@gnu.org>
12431
12432 * face-remap.el (text-scale-set): New function.
12433
12434 2009-06-23 Glenn Morris <rgm@gnu.org>
12435
12436 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
12437
12438 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
12439
12440 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
12441
12442 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
12443
12444 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
12445 Simplify Persian conditionals.
12446
12447 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
12448 variable `filename'.
12449
12450 * comint.el (comint-insert-input): Doc fix.
12451
12452 * Makefile.in (ELCFILES): Fix typo in previous change.
12453
12454 2009-06-23 Miles Bader <miles@gnu.org>
12455
12456 * cus-start.el: Add entry for `recenter-redisplay'.
12457
12458 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12459
12460 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
12461 Add an optional argument for the backend, use it instead of
12462 calling vc-backend.
12463 (vc-mode-line): Add an optional argument for the backend.
12464 Pass the backend to vc-state and vc-working-revision. Move code for
12465 special handling for vc-state being a buffer to ...
12466
12467 * vc-rcs.el (vc-rcs-find-file-hook):
12468 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
12469
12470 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
12471 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
12472 vc-stay-local-p and vc-mode-line calls.
12473
12474 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
12475 (vc-cvs-diff, vc-cvs-annotate-command)
12476 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
12477 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
12478 vc-mode-line calls.
12479
12480 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
12481 direct comparison.
12482 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
12483 backend when calling vc-mode-line.
12484 (vc-register): Do not create a closure for calling the vc register
12485 function, call it directly.
12486
12487 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12488
12489 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
12490 to make it obvious item can be clicked.
12491
12492 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
12493
12494 2009-06-23 Kenichi Handa <handa@m17n.org>
12495
12496 * language/korea-util.el (korean-key-bindings): Change the binding
12497 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
12498 same command.
12499
12500 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
12501
12502 Sync with Tramp 2.1.16.
12503
12504 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
12505
12506 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
12507 when a loading of a package fails. Completion function for rsync
12508 is `tramp-completion-function-alist-ssh'.
12509 (all): Replace all calls of `split-string' and
12510 `tramp-split-string' by `tramp-compat-split-string'.
12511 (tramp-default-method): Use `tramp-compat-process-running-p'.
12512 (tramp-default-proxies-alist): Allow also Lisp forms.
12513 (tramp-remote-path): Add choice "Private Directories".
12514 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
12515 (tramp-domain-regexp): Allow also "-", "_" and ".".
12516 (tramp-end-of-output): Remove newlines, and add "$" at the end.
12517 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12518 (tramp-debug-message): Insert header line in debug buffer.
12519 (tramp-handle-directory-files-and-attributes-with-stat):
12520 Care about filenames with spaces, or starting with "-".
12521 (tramp-handle-dired-uncache): New defun.
12522 (tramp-handle-insert-directory): Don't flush the directory from
12523 cache, this is handled by `dired-uncache' now.
12524 (tramp-handle-insert-file-contents): Improve error handling.
12525 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12526 Quote `tramp-end-of-output'.
12527 (tramp-action-password): Improve trace message.
12528 (tramp-check-for-regexp): Both echoes must be present, before removing.
12529 (tramp-open-connection-setup-interactive-shell): Trace coding system.
12530 (tramp-compute-multi-hops): Eval cons cells of
12531 `tramp-default-proxies-alist'.
12532 (tramp-maybe-open-connection): Use the same command pattern for
12533 first hop and further hops.
12534 (tramp-wait-for-output): Remove handling of newlines.
12535 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12536 (tramp-split-string): Remove function. It is handled in
12537 tramp-compat now.
12538
12539 * net/tramp-cmds.el (tramp-bug):
12540 Recommend `tramp-cleanup-all-connections' in the bug mail.
12541
12542 * net/tramp-compat.el (tramp-compat-split-string)
12543 (tramp-compat-process-running-p): New defuns.
12544
12545 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12546 for `dired-uncache'.
12547
12548 * net/tramp-gvfs.el: New package.
12549
12550 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12551 Add handler for `dired-uncache'.
12552 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12553
12554 * net/trampver.el: Update release number. Make version check fit
12555 for SXEmacs 22.
12556
12557 2009-06-22 Jim Meyering <meyering@redhat.com>
12558
12559 Automatically handle .xz suffix (XZ-compressed files), too.
12560 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12561 XZ is the successor to LZMA: <http://tukaani.org/xz/>
12562
12563 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
12564 Nick Roberts <nickrob@snap.net.nz>
12565
12566 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
12567 repository (http://sphinx.net.ru/hg/gdb-mi/).
12568
12569 2009-06-22 Glenn Morris <rgm@gnu.org>
12570
12571 * files.el (dir-locals-collect-mode-variables): Allow for any number of
12572 `mode' and `eval' entries. (Bug#3430)
12573
12574 * Makefile.in (ELCFILES): Add fadr.elc.
12575
12576 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12577 differing behavior of \n and ^ in strings. (Bug#3385)
12578
12579 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12580
12581 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12582 property.
12583 (lisp-indent-function): Make it a defcustom.
12584
12585 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
12586
12587 * progmodes/gdb-ui.el: Replace with ...
12588 * progmodes/gdb-mi.el: ... this file.
12589 * progmodes/gud.el: Modify for gdb-mi.el.
12590
12591 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
12592
12593 * fadr.el: New file.
12594
12595 See ChangeLog.14 for earlier changes.
12596
12597 ;; Local Variables:
12598 ;; coding: utf-8
12599 ;; End:
12600
12601 Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
12602
12603 This file is part of GNU Emacs.
12604
12605 GNU Emacs is free software: you can redistribute it and/or modify
12606 it under the terms of the GNU General Public License as published by
12607 the Free Software Foundation, either version 3 of the License, or
12608 (at your option) any later version.
12609
12610 GNU Emacs is distributed in the hope that it will be useful,
12611 but WITHOUT ANY WARRANTY; without even the implied warranty of
12612 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12613 GNU General Public License for more details.
12614
12615 You should have received a copy of the GNU General Public License
12616 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.