]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* lisp/files.el (find-file-literally): Doc fix.
[gnu-emacs] / lisp / ChangeLog
1 2011-02-18 Glenn Morris <rgm@gnu.org>
2
3 * files.el (find-file-literally): Doc fix.
4
5 2011-02-17 Glenn Morris <rgm@gnu.org>
6
7 * simple.el (rfc822-goto-eoh): Give it a doc-string.
8
9 * log-edit.el (log-edit-insert-changelog):
10 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
11
12 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
13
14 * pgg-gpg.el (pgg-gpg-process-region): Bind
15 delete-by-moving-to-trash to nil.
16
17 * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
18 (pgg-pgp-snarf-keys-region):
19 * pgg-pgp5.el (pgg-pgp5-process-region, pgg-pgp5-verify-region)
20 (pgg-pgp5-snarf-keys-region): Likewise.
21
22 2011-02-12 Chong Yidong <cyd@stupidchicken.com>
23
24 * files.el (copy-directory): Revert to pre-2011-01-29 version.
25
26 2011-02-12 Chong Yidong <cyd@stupidchicken.com>
27
28 * epg.el (epg-delete-output-file, epg-decrypt-string)
29 (epg-verify-string, epg-sign-string, epg-encrypt-string): Bind
30 delete-by-moving-to-trash to nil.
31
32 * epa-file.el (epa-file-insert-file-contents): Likewise.
33
34 2011-02-10 Glenn Morris <rgm@gnu.org>
35
36 * emacs-lisp/cl-seq.el (union, nunion, intersection)
37 (nintersection, set-difference, nset-difference)
38 (set-exclusive-or, nset-exclusive-or): Doc fix.
39
40 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
41
42 2011-02-08 Glenn Morris <rgm@gnu.org>
43
44 * faces.el (face-attr-match-p): Handle the obsolete :bold and
45 :italic props, so that frame-set-background-mode works. (Bug#7966)
46
47 2011-02-07 Glenn Morris <rgm@gnu.org>
48
49 * simple.el (next-error): Doc fix.
50
51 2011-02-06 Chong Yidong <cyd@stupidchicken.com>
52 Thierry Volpiatto <thierry.volpiatto@gmail.com>
53
54 * files.el (copy-directory): New arg COPY-AS-SUBDIR. If nil,
55 don't copy as a subdirectory.
56
57 2011-02-05 Glenn Morris <rgm@gnu.org>
58
59 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
60
61 2011-02-04 Glenn Morris <rgm@gnu.org>
62
63 * calendar/diary-lib.el (diary-font-lock-keywords):
64 Tweak diary-time-regexp match. (Bug#7891)
65
66 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
67 (f90-mode): Use it for mode's `find-tag-default-function' property.
68
69 2011-02-03 Glenn Morris <rgm@gnu.org>
70
71 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
72
73 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
74
75 2011-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
76
77 * pcomplete.el (pcomplete-here*): Backport fix for mistaken change
78 (bug#7959) and (bug#5935).
79
80 2011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
81
82 * net/rcirc.el: Clean log filenames (Bug#7933).
83 (rcirc-log-write): Use convert-standard-filename.
84 (rcirc-log-filename-function): Documentation updates.
85
86 2011-01-31 Alan Mackenzie <acm@muc.de>
87
88 * progmodes/cc-cmds.el (c-forward-over-illiterals):
89 Continue parsing if we encounter a naked # (Bug#7595).
90 (c-beginning-of-statement): Avoid loop in locating the beginning
91 of a macro.
92
93 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
94
95 * files.el (copy-directory): Fix arguments to recursive call.
96
97 2011-01-29 Daiki Ueno <ueno@unixuser.org>
98
99 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
100 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
101 (Bug#7931).
102
103 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
104
105 * files.el (copy-directory): If destination is an existing
106 directory, copy into a subdirectory there.
107
108 2011-01-29 Andreas Schwab <schwab@linux-m68k.org>
109
110 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
111 files.
112
113 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
114
115 * image-dired.el (image-dired-mouse-display-image): No-op if no
116 file is found (Bug#7817).
117
118 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
119
120 2011-01-28 Kenichi Handa <handa@m17n.org>
121
122 * international/quail.el (quail-keyboard-layout-alist):
123 Remove superfluous SPC for "pc105-uk" (bug#7927).
124
125 2011-01-27 Glenn Morris <rgm@gnu.org>
126
127 * msb.el (msb-menu-bar-update-buffers): Update for changed
128 argument handling of menu-bar-select-frame. (Bug#7902)
129
130 2011-01-27 Chong Yidong <cyd@stupidchicken.com>
131
132 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
133 to the recursion depth (Bug#7722).
134
135 2011-01-26 Roy Liu <carsomyr@gmail.com> (tiny change)
136
137 * term/ns-win.el (ns-find-file): Expand ns-input-file with
138 command-line-default-directory (Bug#7872).
139
140 2011-01-25 Glenn Morris <rgm@gnu.org>
141
142 * comint.el (comint-mode): Doc fix. (Bug#7897)
143
144 2011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
145
146 * files.el (file-name-non-special): Only change buffer-file-name after
147 insert-file-contents if it's `visit'ing the file (bug#7854).
148
149 2011-01-23 Chong Yidong <cyd@stupidchicken.com>
150
151 * dired.el (dired-revert): Doc fix (Bug#7758).
152
153 2011-01-23 Nobuyoshi Nakada <nobu@ruby-lang.org>
154
155 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
156 here-doc which ends with an underscore.
157 (ruby-mode-set-encoding): Skip shebang line always.
158 (ruby-mode-map): Bind C-c C-c to comment-region.
159 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
160 (ruby-forward-sexp): Stop after literal hash key labels.
161 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
162 bracket.
163
164 2011-01-22 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
165
166 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
167 the correct buffer (Bug#7650).
168
169 2011-01-22 Glenn Morris <rgm@gnu.org>
170
171 * simple.el (do-auto-fill): Give it a doc string.
172
173 * button.el (make-text-button): Doc fix. (See bug#7881)
174
175 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
176
177 * simple.el (line-move-visual): Doc fix (Bug#7594).
178
179 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
180 "Case sensitive" menu item.
181
182 2011-01-21 Roland McGrath <roland@frob.com>
183
184 * comint.el (comint-replace-by-expanded-history-before-point): Fix
185 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
186
187 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
188
189 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
190
191 2011-01-21 Jari Aalto <jari.aalto@cante.net>
192
193 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
194 Assume foo(bar) is a manpage reference rather than some unquoted
195 symbol (bug#7705).
196
197 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
198
199 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
200 Suggested by Flo <sensorflo@gmail.com>.
201
202 2011-01-21 Glenn Morris <rgm@gnu.org>
203
204 * progmodes/compile.el (compilation-error-regexp-alist):
205 Fix custom type. (Bug#7812)
206
207 2011-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
208
209 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
210 keymap expression. Improve docstring.
211
212 2011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
213
214 * files.el (backup-buffer): Make last-resort backup file in
215 .emacs.d (Bug#6953).
216
217 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
218 make it with permission 700.
219
220 2011-01-14 Kenichi Handa <handa@m17n.org>
221
222 * mail/rmailmm.el (rmail-mime-insert-header):
223 Set rmail-mime-coding-system to a cons whose car is the last coding
224 system used to decode the header.
225 (rmail-mime-find-header-encoding): New function.
226 (rmail-mime-insert-decoded-text):
227 Override rmail-mime-coding-system if it is a cons.
228 (rmail-show-mime): If only a header part was decoded, find the
229 coding system while ignoring mm-charset-override-alist.
230
231 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
232
233 * subr.el (event-start, event-end): Doc fix (Bug#7826).
234
235 2011-01-12 Kenichi Handa <handa@m17n.org>
236
237 * mail/rmailmm.el (rmail-mime-next-item)
238 (rmail-mime-previous-item): Delete them.
239 (rmail-mime-shown-mode): Recursively call for children.
240 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
241 Callers changed.
242 (rmail-mime-raw-mode): Recursively call for children.
243 (rmail-mode-map): Change mapping of tab and backtab to
244 forward-button and backward-button respectively.
245 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
246 button.
247 (rmail-mime-update-tagline): New function.
248 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
249 body display is changed.
250 (rmail-mime-toggle-button): Rename from rmail-mime-image.
251 (rmail-mime-image): Delete this button type.
252 (rmail-mime-toggle): New button type.
253 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
254 body display is changed. Change the save button label to "Save".
255 Don't process show/hide button here.
256 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
257 the body display is changed. Unconditionally call
258 rmail-mime-insert for children.
259 (rmail-mime-handle): Update `display' vector of the just inserted
260 entity.
261 (rmail-mime-process): If mail-header-parse-content-type returns
262 nil, use "text/plain" as the fallback type.
263 (rmail-mime-insert): For raw-mode, recursively call
264 rmail-mim-insert for children.
265 (rmail-mime): Handle the case that the current buffer is not rmail
266 buffer (e.g. in summary buffer).
267
268 2011-01-05 Kenichi Handa <handa@m17n.org>
269
270 * mail/rmailmm.el (rmail-mime-next-item)
271 (rmail-mime-previous-item): Skip the body of a non-multipart
272 entity if a tagline is shown.
273
274 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
275
276 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
277 (tmm-prompt): Simplify.
278 (tmm-add-prompt): Remove unused var `win'.
279
280 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
281 to minor mode which used nil accidentally to mean "turn off".
282
283 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
284
285 * net/tramp.el (tramp-find-inline-compress)
286 (tramp-get-inline-coding): Quote command after pipe symbol for
287 local calls under W32. (Bug#6784)
288
289 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
290
291 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
292 only when running under W32.
293
294 2011-01-09 Eli Zaretskii <eliz@gnu.org>
295
296 * progmodes/grep.el (grep-compute-defaults): Quote the program
297 file name after the pipe symbol in Grep templates. (Bug#6784)
298 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
299
300 2011-01-08 Lennart Borgman <lennart.borgman@gmail.com>
301
302 * buff-menu.el (Buffer-menu-buffer-list): New var.
303 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
304 restricted buffer list is not lost on revert (Bug#7749).
305
306 2011-01-08 Eric Hanchrow <eric.hanchrow@gmail.com>
307
308 * net/ldap.el (ldap-search-internal): Discard stderr output.
309
310 2011-01-07 Eli Zaretskii <eliz@gnu.org>
311
312 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
313
314 2011-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
315
316 * vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time):
317 Author names can have spaces (bug#7792).
318
319 2011-01-04 Kenichi Handa <handa@m17n.org>
320
321 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
322 part as a plain text.
323 (rmail-mime-process-multipart): Set the default content-type to
324 nil for unknown multipart subtypes (bug#7651).
325
326 2011-01-03 Brent Goodrick <bgoodr@gmail.com> (tiny change)
327
328 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
329 table, get the value before switching to the output buffer. (Bug#7733)
330
331 2011-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
332
333 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
334
335 2011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
336
337 * files.el (file-local-variables-alist):
338 Make permanent-local (bug#7767).
339
340 2011-01-02 Glenn Morris <rgm@gnu.org>
341
342 * version.el (emacs-copyright): Set short copyright year to 2011.
343
344 2011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
345
346 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
347 an existing temp buffer. (Bug#7746)
348
349 2011-01-02 Glenn Morris <rgm@gnu.org>
350
351 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
352 multiple addresses. (Bug#7760)
353
354 2010-12-31 Michael Albinus <michael.albinus@gmx.de>
355
356 * net/tramp.el (tramp-methods): Add recursive options to "scpc",
357 "scpx", "pscp" and "psftp".
358
359 2010-12-31 Eli Zaretskii <eliz@gnu.org>
360
361 * term/w32-win.el (image-library-alist): Set up correctly for
362 libpng versions both before and after 1.4.0. (Bug#7716)
363
364 2010-12-25 Eli Zaretskii <eliz@gnu.org>
365
366 * time.el (display-time-mode): Mention display-time-interval in
367 the doc string. (Bug#7713)
368
369 * simple.el (select-active-regions): Doc fix. (Bug#7702)
370
371 2010-12-24 Kenichi Handa <handa@m17n.org>
372
373 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
374 condition-case and return an error message string if something
375 goes wrong.
376 (rmail-show-mime): Adjust for the above change. Insert the
377 header by rmail-mime-insert-header.
378
379 2010-12-24 Kenichi Handa <handa@m17n.org>
380
381 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
382 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
383 (rmail-mime-mbox-buffer)
384 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
385 (rmail-mime-entity): Argument changed. All codes handling an
386 entity object are changed.
387 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
388 the above change.
389 (rmail-mime-entity-children, rmail-mime-entity-handler)
390 (rmail-mime-entity-tagline): New functions.
391 (rmail-mime-message-p): New function.
392 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
393 (rmail-mime-entity-segment, rmail-mime-next-item)
394 (rmail-mime-previous-item, rmail-mime-shown-mode)
395 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
396 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
397 (rmail-mime-insert-tagline, rmail-mime-insert-header):
398 New functions.
399 (rmail-mime-text-handler): Call rmail-mime-insert-text.
400 (rmail-mime-insert-decoded-text): New function.
401 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
402 (rmail-mime-insert-image): Argument changed. Caller changed.
403 (rmail-mime-image): Call rmail-mime-toggle-hidden.
404 (rmail-mime-set-bulk-data): New function.
405 (rmail-mime-insert-bulk): Argument changed.
406 (rmail-mime-multipart-handler): Return t.
407 (rmail-mime-process-multipart): Argument changed.
408 Handle "multipart/alternative" here.
409 (rmail-mime-process): Argument changed.
410 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
411 (rmail-mime-insert): Argument changed. Handle raw display mode.
412 (rmail-mime): Argument changed. Handle toggling of raw display
413 mode.
414 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
415 rmail-mime-view-buffer.
416 (rmail-insert-mime-forwarded-message): Likewise.
417 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
418
419 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
420 non-nil, handle the header in rmail-show-mime-function.
421
422 2010-12-20 Leo <sdl.web@gmail.com>
423
424 * help-fns.el (describe-variable): Fix 2010-12-17 change.
425
426 2010-12-20 Juri Linkov <juri@jurta.org>
427
428 * isearch.el (isearch-lazy-highlight-error): New variable.
429 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
430 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
431 to the current value of `isearch-error' (Bug#7468).
432
433 2010-12-17 Chong Yidong <cyd@stupidchicken.com>
434
435 * help-fns.el (describe-variable): Don't emit trailing whitespace
436 (Bug#7511).
437
438 2010-12-17 Leo <sdl.web@gmail.com>
439
440 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
441 if point is not behind eshell-last-output-end (Bug#7585).
442
443 2010-12-16 Chong Yidong <cyd@stupidchicken.com>
444
445 * textmodes/rst.el (rst-compile-pdf-preview)
446 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
447
448 2010-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
449
450 * emulation/edt-mapper.el: Override mapping of function keys so
451 that the later call to read-key-sequence works.
452
453 2010-12-13 Eli Zaretskii <eliz@gnu.org>
454
455 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
456 Unix EOLs. (Bug#7589)
457
458 2010-12-12 Eli Zaretskii <eliz@gnu.org>
459
460 * subr.el (posn-col-row): Evaluate header-line-format in the
461 context of the POSITION window's buffer.
462
463 2010-12-11 Glenn Morris <rgm@gnu.org>
464
465 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
466 (with-silent-modifications): Doc fixes.
467
468 2010-12-10 Michael Albinus <michael.albinus@gmx.de>
469
470 * net/tramp.el (tramp-action-password, tramp-process-actions):
471 Revert patch from 2010-12-08. Use `save-restriction'.
472
473 2010-12-09 Eli Zaretskii <eliz@gnu.org>
474
475 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
476 New functions.
477 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>: Use
478 them instead of `nil' and `>', respectively. (Bug#1077)
479
480 2010-12-09 Stephen Berman <stephen.berman@gmx.net>
481
482 * calendar/diary-lib.el (diary-list-sexp-entries):
483 Handle case of no newline at end of file. (Bug#7536)
484
485 2010-12-09 Glenn Morris <rgm@gnu.org>
486
487 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
488
489 2010-12-08 Michael Albinus <michael.albinus@gmx.de>
490
491 * net/tramp.el (tramp-handle-start-file-process):
492 Protect buffer-modified value. (Bug#7557)
493 (tramp-action-password): Delete region, do not narrow.
494 (tramp-process-actions): Do not widen.
495
496 2010-12-08 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
497
498 * log-edit.el (log-edit-changelog-entries):
499 Regexp quote filename. (Bug#7505)
500
501 2010-12-08 Tom Breton <tehom@panix.com>
502
503 * cus-edit.el (custom-save-all):
504 Bind print-length and print-level to nil. (Bug#7581)
505
506 2010-12-08 Glenn Morris <rgm@gnu.org>
507
508 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
509 Run hooks to update menu contents. (Bug#7586)
510
511 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
512 file names, for the sake of MS Windows. (Bug#7588)
513
514 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
515
516 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
517 empty lines without a leading space.
518
519 2010-12-06 Leo <sdl.web@gmail.com>
520
521 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
522 while mapping over marks (Bug#6810).
523
524 2010-12-06 Chong Yidong <cyd@stupidchicken.com>
525
526 * image-dired.el (image-dired-db-file)
527 (image-dired-temp-image-file, image-dired-gallery-dir)
528 (image-dired-temp-rotate-image-file): Set default values relative
529 to image-dired-dir (Bug#7518).
530
531 2010-12-06 Lawrence Mitchell <wence@gmx.li>
532
533 * format.el (format-decode-run-method): Pass args FROM and TO, not
534 point-min and point-max, to shell-command-on-region (Bug#7488).
535
536 2010-12-06 Jan Djärv <jan.h.d@swipnet.se>
537
538 * frame.el (blink-cursor-mode): Make default t for ns.
539
540 2010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
541
542 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
543
544 2010-12-05 Chong Yidong <cyd@stupidchicken.com>
545
546 * comint.el (comint-dynamic-list-input-ring)
547 (comint-dynamic-complete-filename)
548 (comint-replace-by-expanded-filename)
549 (comint-dynamic-simple-complete)
550 (comint-dynamic-list-filename-completions)
551 (comint-dynamic-list-completions): Doc fix (Bug#7499).
552
553 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
554 Doc fix (Bug#7471).
555
556 2010-12-04 Martin Rudalics <rudalics@gmx.at>
557
558 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
559 (Bug#7533).
560
561 2010-12-04 W. Martin Borgert <debacle@debian.org> (tiny change)
562
563 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
564 (Bug#7491).
565
566 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
567
568 * simple.el (transient-mark-mode): Doc fix (Bug#7465).
569
570 2010-12-04 Eli Zaretskii <eliz@gnu.org>
571
572 * files.el (file-relative-name): Handle UNC file names on
573 DOS/Windows. (Bug#4674)
574
575 2010-12-03 Daiki Ueno <ueno@unixuser.org>
576
577 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
578 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
579 (epg-context-set-passphrase-callback): Mention that the callback
580 is not called when used with GnuPG 2.x.
581
582 2010-12-02 Glenn Morris <rgm@gnu.org>
583
584 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
585 Ensure ps-footer-font-size-internal is initialized.
586 Call ps-get-page-dimensions before trying to use ps-font-for-text.
587
588 2010-12-01 Kenichi Handa <handa@m17n.org>
589
590 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
591 within condition-case.
592 (rmail-show-mime): Don't use condition-case.
593 (rmail-search-mime-message): New function.
594 (rmail-search-mime-message-function): Set to
595 rmail-search-mime-message.
596
597 2010-12-01 Leo <sdl.web@gmail.com>
598
599 * ido.el (ido-common-initialization): New function. (bug#3274)
600 (ido-mode): Use it.
601 (ido-completing-read): Call it.
602
603 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
604
605 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
606 stand-alone lines, since that is handled by log-edit-match-to-eoh
607 (Bug#6465).
608
609 2010-11-27 Eduard Wiebe <usenet@pusto.de>
610
611 * dired.el (dired-get-filename): Replace backslashes with slashes
612 in file names on MS-Windows, needed by `locate'. (Bug#7308)
613 * locate.el (locate-default-make-command-line): Don't consider
614 drive letter and root directory part of
615 `directory-listing-before-filename-regexp'. (Bug#7308)
616 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
617
618 2010-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
619
620 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
621 of :smie-open/close-alist.
622 (smie-next-sexp): Make it accept a "start token" as argument.
623 (smie-indent-keyword): Be careful not to misidentify tokens that span
624 more than one line, as empty lines. Add argument `token'.
625
626 2010-11-26 Kenichi Handa <handa@m17n.org>
627
628 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
629 multipart subtypes, insert all as usual.
630
631 * mail/rmail.el: Require rfc2047.
632
633 2010-11-26 Kenichi Handa <handa@m17n.org>
634
635 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
636 (rmail-mime-entity-disposition)
637 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
638 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
639 (rmail-mime-save): Handle the case that the button's `data' is a
640 MIME entity.
641 (rmail-mime-insert-text): New function.
642 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
643 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
644 (rmail-mime-insert-bulk): New function mostly copied from the old
645 rmail-mime-bulk-handler.
646 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
647 (rmail-mime-process-multipart): New function mostly copied from
648 the old rmail-mime-multipart-handler.
649 (rmail-mime-show): Just call rmail-mime-process.
650 (rmail-mime-process): New function mostly copied from the old
651 rmail-mime-show.
652 (rmail-mime-insert-multipart, rmail-mime-parse)
653 (rmail-mime-insert, rmail-show-mime)
654 (rmail-insert-mime-forwarded-message)
655 (rmail-insert-mime-resent-message): New functions.
656 (rmail-insert-mime-forwarded-message-function): Set to
657 rmail-insert-mime-forwarded-message.
658 (rmail-insert-mime-resent-message-function): Set to
659 rmail-insert-mime-resent-message.
660
661 * mail/rmailsum.el: Require rfc2047.
662 (rmail-header-summary): Handle multiline Subject: field.
663 (rmail-summary-line-decoder): Change the default to
664 rfc2047-decode-string.
665
666 * mail/rmail.el (rmail-enable-mime): Change the default to t.
667 (rmail-mime-feature): Change the default to `rmailmm'.
668 (rmail-quit): Delete the specifal code for rmail-enable-mime.
669 (rmail-display-labels): Likewise.
670 (rmail-show-message-1): Check rmail-enable-mime, and use
671 rmail-show-mime-function for a MIME message. Decode the headers
672 according to RFC2047.
673
674 2010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
675
676 * progmodes/which-func.el (which-func-imenu-joiner-function):
677 Return a string, as expected.
678 (which-function-mode): Make sure we stop any previous timer before
679 starting a new one.
680
681 2010-11-23 Michael Albinus <michael.albinus@gmx.de>
682
683 * net/tramp.el (tramp-default-method-alist)
684 (tramp-default-user-alist, tramp-default-proxies-alist):
685 Adapt custom options type. (Bug#7445)
686
687 2010-11-21 Chong Yidong <cyd@stupidchicken.com>
688
689 * progmodes/python.el: Add Ipython support (Bug#5390).
690 (python-shell-prompt-alist)
691 (python-shell-continuation-prompt-alist): New options.
692 (python--set-prompt-regexp): New function.
693 (inferior-python-mode, run-python, python-shell):
694 Require ansi-color. Use python--set-prompt-regexp to set the comint
695 prompt based on the Python interpreter.
696 (python--prompt-regexp): New var.
697 (python-check-comint-prompt)
698 (python-comint-output-filter-function): Use it.
699 (run-python): Use a pipe (Bug#5694).
700
701 2010-11-21 Chong Yidong <cyd@stupidchicken.com>
702
703 * progmodes/python.el (run-python): Doc fix.
704 (python-keep-current-directory-in-path): New var (Bug#7454).
705
706 2010-11-20 Chong Yidong <cyd@stupidchicken.com>
707
708 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
709 Prompt user before actually printing.
710
711 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
712
713 * simple.el (kill-new, kill-append, kill-region):
714 * comint.el (comint-kill-region): Make the yank-handler argument
715 obsolete.
716
717 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
718
719 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
720 that are both openers (resp. closers) and something else.
721 (smie-grammar): Loosen definition of valid values.
722 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
723 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
724 (smie-indent-after-keyword): Adjust users.
725 (smie-indent-keyword): Don't indent empty lines.
726
727 * vc-hg.el (vc-hg-program): New var.
728 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
729 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
730
731 2010-11-17 Glenn Morris <rgm@gnu.org>
732
733 * emacs-lisp/autoload.el (autoload-find-destination): The function
734 coding-system-eol-type may return non-numeric values. (Bug#7414)
735
736 2010-11-16 Ulrich Mueller <ulm@gentoo.org>
737
738 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
739
740 2010-11-13 Eli Zaretskii <eliz@gnu.org>
741
742 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
743
744 2010-11-13 Chong Yidong <cyd@stupidchicken.com>
745
746 * textmodes/picture.el (picture-mouse-set-point): Don't use
747 posn-col-row; explicitly compute the motion based on the posn at
748 the window-start (Bug#7390).
749
750 2010-11-13 Michael Albinus <michael.albinus@gmx.de>
751
752 * net/tramp.el (tramp-remote-coding-commands): Add an alternative
753 using "base64 -d -i". This is needed for older base64 versions
754 from GNU coreutils. Reported by Klaus Reichl
755 <Klaus.Reichl@thalesgroup.com>.
756
757 2010-11-13 Glenn Morris <rgm@gnu.org>
758
759 * novice.el (disabled-command-function):
760 Fix 2009-11-15 change. (Bug#7384)
761
762 2010-11-12 Glenn Morris <rgm@gnu.org>
763
764 * calendar/calendar.el (diary-iso-date-forms): Make elements
765 mutually exclusive. (Bug#7377)
766
767 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
768
769 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
770 when filling the remaining "unconstrained" values.
771
772 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
773
774 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
775 safety predicate.
776
777 * files.el (safe-local-variable-p): Gracefully handle errors.
778
779 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
780 Use smie-indent-virtual when indenting relative to an opener.
781 (smie-rule-separator): Use smie-rule-parent.
782 (smie-indent-keyword): Consult rules, even for openers at bol.
783 (smie-indent-comment-close): Try to align closer's content.
784
785 2010-11-11 Glenn Morris <rgm@gnu.org>
786
787 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
788
789 2010-11-10 Glenn Morris <rgm@gnu.org>
790
791 * printing.el (pr-menu-bind): Doc fix.
792
793 * speedbar.el (speedbar-toggle-images): Doc fix.
794
795 * progmodes/python.el (python-shell): Doc fix.
796
797 * wid-edit.el (widget-field-use-before-change)
798 (widget-use-overlay-change): Doc fixes.
799
800 2010-11-09 Glenn Morris <rgm@gnu.org>
801
802 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
803
804 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
805
806 * minibuffer.el (minibuffer-completion-help): Specify the end of the
807 completion field (bug#7211).
808
809 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
810 Fix handling of backslash escapes.
811 (python-quote-syntax): Adjust accordingly.
812
813 2010-11-08 Richard Levitte <richard@levitte.org> (tiny change)
814
815 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
816 (vc-mtn-workfile-branch): Adjust to new output format.
817
818 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
819
820 * international/mule-cmds.el (princ-list): Mark as obsolete.
821
822 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
823
824 * emacs-lisp/smie.el: New package.
825
826 2010-11-06 Michael Albinus <michael.albinus@gmx.de>
827
828 * files.el (backup-by-copying-when-mismatch):
829 Set `permanent-local' property.
830
831 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
832 `permanent-local' property for `backup-by-copying-when-mismatch'.
833
834 2010-11-06 Eli Zaretskii <eliz@gnu.org>
835
836 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
837 (ls-lisp-classify-file): New function.
838 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
839 (ls-lisp-classify): Call ls-lisp-classify-file.
840 (insert-directory): Remove blanks from switches.
841
842 2010-11-07 Wilson Snyder <wsnyder@wsnyder.org>
843
844 * progmodes/verilog-mode.el (verilog-insert-one-definition)
845 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
846 AUTOINOUT for SV style multidimensional arrays, bug294.
847 Reported by Eric Mastromarchi.
848 (verilog-preprocess): Use with-current-buffer and
849 font-lock-fontify-buffer to cleanup style issues.
850
851 2010-11-05 Michael Albinus <michael.albinus@gmx.de>
852
853 * net/trampver.el: Update release number.
854
855 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
856
857 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
858 beginning of the string. Use `string-match-p'. (Bug#6765)
859
860 2010-11-01 Glenn Morris <rgm@gnu.org>
861
862 * locate.el (locate, locate-mode): Doc fixes.
863
864 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
865
866 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
867 user for confirmation.
868 (server-force-stop): Use it.
869 (server-start): Use server-force-stop for kill-emacs-hook, to
870 avoid user interaction while killing Emacs.
871
872 2010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
873
874 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
875 (log-edit-author): New dynamic var.
876 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries):
877 Use it to return the author if different from committer.
878 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
879
880 2010-10-31 Eli Zaretskii <eliz@gnu.org>
881
882 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
883
884 2010-10-31 Chong Yidong <cyd@stupidchicken.com>
885
886 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
887 (vc-root-diff, vc-print-root-log, vc-log-incoming)
888 (vc-log-outgoing): Use it.
889 (vc-diff-internal): Set diff-vc-backend.
890
891 * vc/diff-mode.el (diff-vc-backend): New var.
892
893 2010-10-31 Juri Linkov <juri@jurta.org>
894
895 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
896 buffer-locally to lambda that re-runs the vc diff command.
897 (Bug#6447)
898
899 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
900
901 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
902
903 Make 'g' (AKA revert-buffer) rerun VC log, log-incoming and
904 log-outgoing commands.
905 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
906 to create a buffer local revert-buffer-function variable.
907 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
908 revert-buffer-function lambda.
909
910 Improve VC create/retrieve tag/branch.
911 * vc.el (vc-create-tag): Do not read the directory name for VCs
912 with repository revision granularity. Adjust the tag/branch
913 prompt. Reset VC properties.
914 (vc-retrieve-tag): Do not read the directory name for VCs
915 with repository revision granularity. Reset VC properties.
916
917 Add optional support for resetting VC properties.
918 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
919 call vc-file-clearprops when true.
920 (vc-resynch-buffer): Add new optional argument, pass it down.
921 (vc-resynch-buffers-in-directory): Likewise.
922
923 Improve support for special markup in the VC commit message.
924 * vc-mtn.el (vc-mtn-checkin): Support Author: and Date: markup.
925 * vc-hg.el (vc-hg-checkin): Add support for Date:.
926 * vc-git.el (vc-git-checkin):
927 * vc-bzr.el (vc-bzr-checkin): Likewise.
928
929 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
930 * vc-git.el (vc-git-log-view-mode): Fix font lock for
931 incoming/outgoing logs.
932 (vc-git-log-outgoing, vc-git-log-incoming): New functions.
933
934 * vc-git.el (vc-git-log-outgoing): Use the same format as the
935 short log.
936 (vc-git-log-incoming): Likewise. Run "git fetch" before the log
937 command
938
939 Add bindings for vc-log-incoming and vc-log-outgoing.
940 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
941 and vc-log-outgoing.
942 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
943 and vc-log-outgoing.
944
945 Improve state updating for VC tag commands.
946 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
947 to update the state of all buffers in the directory.
948
949 2010-05-19 Glenn Morris <rgm@gnu.org>
950
951 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
952
953 2010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
954
955 * vc.el (vc-checkin, vc-modify-change-comment):
956 Adjust to new vc-start/finish-logentry.
957 (vc-find-conflicted-file): New command.
958 (vc-transfer-file): Adjust to new vc-checkin.
959 (vc-next-action): Improve scoping.
960
961 * vc-git.el (vc-git-checkin): Use log-edit-extract-headers.
962 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
963
964 * vc-dispatcher.el (vc-log-edit): Shorten names for
965 log-edit-show-files.
966
967 * vc-bzr.el (vc-bzr-checkin): Use log-edit-extract-headers.
968 (vc-bzr-conflicted-files): New function.
969
970 * log-edit.el (log-edit-summary, log-edit-header)
971 (log-edit-unknown-header): New faces.
972 (log-edit-headers-alist): New var.
973 (log-edit-header-contents-regexp): New const.
974 (log-edit-match-to-eoh): New function.
975 (log-edit-font-lock-keywords): Use them.
976 (log-edit): Insert a "Summary:" header as default.
977 (log-edit-mode): Mark font-lock rules as case-insensitive.
978 (log-edit-done): Cleanup headers.
979 (log-edit-extract-headers): New function to replace it.
980
981 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with
982 the windows/frames.
983
984 * vc-bzr.el (vc-bzr-shelve-apply): Don't use *vc-bzr-shelve*.
985
986 * vc-dir.el (vc-dir-kill-line): New command.
987 (vc-dir-mode-map): Bind it to C-k.
988 (vc-dir-headers): Abbreviate the working dir.
989
990 * vc-git.el (vc-git-revision-table): Include remote branches.
991
992 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
993
994 New VC methods: vc-log-incoming and vc-log-outgoing.
995 * vc.el (vc-print-log-setup-buttons, vc-log-internal-common)
996 (vc-incoming-outgoing-internal, vc-log-incoming, vc-log-outgoing):
997 New functions.
998 (vc-print-log-internal): Just call vc-log-internal-common.
999 (vc-log-view-type): New permanent local variable.
1000
1001 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
1002
1003 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
1004 of the dynamic bound vc-short-log.
1005 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
1006
1007 * vc-git.el (vc-git-log-outgoing): New function.
1008 (vc-git-log-view-mode): Use vc-log-view-type instead
1009 of the dynamic bound vc-short-log.
1010
1011 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead of
1012 the dynamic bound vc-short-log. Highlight the tag.
1013 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
1014 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
1015 (vc-hg-incoming-mode): Remove.
1016 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
1017
1018 Fix default-directory for vc-root-diff.
1019 * vc.el (vc-root-diff): Bind default-directory to the root
1020 directory for the diff command.
1021
1022 2010-10-31 Sam Steingold <sds@gnu.org>
1023
1024 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
1025 `vc-hg-command' with a list of flags.
1026
1027 2010-10-31 Glenn Morris <rgm@gnu.org>
1028
1029 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
1030 log-edit-before-checkin-process.
1031
1032 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
1033
1034 * vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
1035
1036 * vc-dispatcher.el (vc-start-logentry): Doc fix.
1037 (log-view-process-buffer, log-edit-extra-flags): Declare.
1038
1039 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1040
1041 Add special markup processing for commit logs.
1042 * log-edit.el (log-edit): Add new argument MODE. Use that mode
1043 when non-nil instead of the log-view-mode.
1044
1045 * vc.el (vc-default-log-edit-mode): New function.
1046
1047 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
1048 log-edit.
1049
1050 Support for shelving snapshots and for showing shelves.
1051 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
1052 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
1053 New functions.
1054 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1055 (vc-bzr-extra-menu-map): Map them.
1056
1057 2010-10-30 Michael Albinus <michael.albinus@gmx.de>
1058
1059 * net/tramp.el (tramp-handle-insert-file-contents): For root,
1060 preserve owner and group when editing files. (Bug#7289)
1061
1062 2010-10-29 Glenn Morris <rgm@gnu.org>
1063
1064 * speedbar.el (speedbar-mode):
1065 * play/fortune.el (fortune-in-buffer, fortune):
1066 * play/gomoku.el (gomoku-mode):
1067 * play/landmark.el (lm-mode):
1068 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
1069 Replace inappropriate uses of toggle-read-only. (Bug#7292)
1070
1071 2010-10-28 Glenn Morris <rgm@gnu.org>
1072
1073 * select.el (x-selection): Mark it as an obsolete alias.
1074
1075 2010-10-27 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1076
1077 * add-log.el (find-change-log): Use derived-mode-p rather than
1078 major-mode (bug#7284).
1079
1080 2010-10-27 Glenn Morris <rgm@gnu.org>
1081
1082 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
1083 rather than just an unused variable that inherits from the real one.
1084
1085 2010-10-23 Michael McNamara <mac@mail.brushroad.com>
1086
1087 * verilog-mode.el (verilog-directive-re): Make this variable
1088 auto-built for efficiency of execution and updating.
1089 (verilog-extended-complete-re): Support 'pure' fucntion & task
1090 declarations (these have no bodies).
1091 (verilog-beg-of-statement): General cleanup to enable support of
1092 'pure' fucntion & task declarations (these have no bodies).
1093 These efforts together fix Verilog bug210 from veripool; which was also
1094 noticed by Steve Pearlmutter.
1095 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
1096 (verilog-directive-nest-re, verilog-set-auto-endcomments):
1097 Support `elsif. Reported by Shankar Giri.
1098 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
1099 attribute handling for lining up declarations and assignments.
1100 (verilog-beg-of-statement-1): Fix issue where continued declaration
1101 is indented differently if it is after a begin..end clock.
1102 (verilog-in-attribute-p, verilog-skip-backward-comments)
1103 (verilog-skip-forward-comment-p): Support proper treatment of
1104 attributes by indent code. Reported by Jeff Steele.
1105 (verilog-in-directive-p): Fix comment to correctly describe function.
1106 (verilog-backward-up-list, verilog-in-struct-region-p)
1107 (verilog-backward-token, verilog-in-struct-p)
1108 (verilog-in-coverage-p, verilog-do-indent)
1109 (verilog-pretty-declarations): Use verilog-backward-up-list as
1110 wrapper around backward-up-list inorder to properly skip comments.
1111 Reported by David Rogoff.
1112 (verilog-property-re, verilog-endcomment-reason-re)
1113 (verilog-beg-of-statement, verilog-set-auto-endcomments)
1114 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
1115 of if). Reported by Max Bjurling and
1116 (verilog-calc-1): Fix for clocking block in modport
1117 declaration. Reported by Brian Hunter.
1118
1119 2010-10-23 Wilson Snyder <wsnyder@wsnyder.org>
1120
1121 * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
1122 (verilog-gate-keywords, verilog-read-sub-decls)
1123 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
1124 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
1125 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
1126 (verilog-read-decls): Fix spaces in V2K module parameters causing
1127 mis-identification as interfaces, bug287.
1128 (verilog-read-decls): Fix not treating "parameter string" as a
1129 parameter in AUTOINSTPARAM.
1130 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
1131 treating `elsif similar to `endif inside AUTOSENSE.
1132 (verilog-do-indent): Implement correct automatic or static task or
1133 function end comment highlight. Reported by Steve Pearlmutter.
1134 (verilog-font-lock-keywords-2): Fix highlighting of single
1135 character pins, bug264. Reported by Michael Laajanen.
1136 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
1137 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
1138 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
1139 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
1140 (verilog-pretty-expr): Fix interactive arguments, bug272.
1141 Reported by Mark Johnson.
1142 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
1143 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
1144 bug269. Suggested by Gary Delp.
1145 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
1146 (verilog-preprocessor, verilog-set-compile-command):
1147 Create verilog-preprocess and verilog-preprocessor to show
1148 preprocessed output.
1149 (verilog-get-beg-of-line, verilog-get-end-of-line)
1150 (verilog-modi-file-or-buffer, verilog-modi-name)
1151 (verilog-modi-point, verilog-within-string): Move defmacro's
1152 before first use to avoid warning. Reported by Steve Pearlmutter.
1153 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
1154 (verilog-colorize-region, verilog-highlight-buffer)
1155 (verilog-highlight-includes, verilog-highlight-modules)
1156 (verilog-highlight-region, verilog-mode): Rename colorize to
1157 highlight to match other packages. Disable module highlighting,
1158 as received speed complaints, reenable for experimentation only
1159 using new verilog-highlight-modules.
1160 (verilog-read-decls): Fix regexp stack overflow in very large
1161 AUTO_TEMPLATEs, bug250.
1162 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
1163 (verilog-scan): Create verilog-save-buffer-state to standardize
1164 making insignificant changes that shouldn't call hooks.
1165 (verilog-save-no-change-functions, verilog-save-scan-cache)
1166 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
1167 Create verilog-save-no-change-functions to wrap verilog-scan
1168 preservation, and fix to work with nested preserved calls.
1169 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
1170 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
1171 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
1172 (verilog-submit-bug-report): Update variable list to be complete.
1173 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
1174 breaking on-the-fly font-locking.
1175 (verilog-colorize-buffer, verilog-colorize-include-files)
1176 (verilog-colorize-include-files-buffer, verilog-colorize-region)
1177 (verilog-load-file-at-mouse, verilog-load-file-at-point)
1178 (verilog-mode, verilog-read-inst-module-matcher): With point on a
1179 AUTOINST cell instance name, middle mouse button now finds-file on
1180 it. Suggested by Brad Dobbie.
1181 (verilog-alw-get-temps, verilog-auto-reset)
1182 (verilog-auto-sense-sigs, verilog-read-always-signals)
1183 (verilog-read-always-signals-recurse): Fix loop indexes being
1184 AUTORESET. AUTORESET now assumes any variables in the
1185 initialization section of a for() should be ignored.
1186 Reported by Dan Dever.
1187 (verilog-error-font-lock-keywords)
1188 (verilog-error-regexp-emacs-alist)
1189 (verilog-error-regexp-xemacs-alist): Fix error detection of
1190 Cadence HAL, reported by David Asher. Repair drift between the
1191 three similar error variables.
1192 (verilog-modi-lookup, verilog-modi-lookup-cache)
1193 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
1194 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
1195 Fix slow verilog-auto expansion on very large files.
1196 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
1197 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
1198 "{1*2{...". Broke in last revision.
1199 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
1200 submodule connections with replications "{#{a},#{b}}".
1201
1202 2010-10-23 Glenn Morris <rgm@gnu.org>
1203
1204 * comint.el (comint-password-prompt-regexp):
1205 Match "enter the password". (Bug#7224)
1206
1207 2010-10-22 Juanma Barranquero <lekktu@gmail.com>
1208
1209 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
1210 Fix typo in docstring.
1211
1212 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
1213
1214 * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
1215 errors.
1216
1217 * net/trampver.el: Update release number.
1218
1219 2010-10-20 Kenichi Handa <handa@m17n.org>
1220
1221 * face-remap.el (text-scale-adjust): Call read-event with a proper
1222 prompt.
1223
1224 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
1225
1226 * net/tramp.el (tramp-do-file-attributes-with-stat)
1227 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
1228 order to make stat results a float. Patch by Andreas Schwab
1229 <schwab@linux-m68k.org>.
1230
1231 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1232
1233 * repeat.el (repeat): Use read-key (bug#6256).
1234
1235 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
1236
1237 * emacs-lisp/unsafep.el: Don't mark functions that display
1238 messages as safe. Suggested by Johan Bockgård.
1239
1240 2010-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1241
1242 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
1243 Turn comments into docstrings.
1244
1245 * minibuffer.el (completion--replace): Move point where it belongs
1246 when there's a common suffix (bug#7215).
1247
1248 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
1249
1250 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1251 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
1252 <dale@codefu.org>.
1253
1254 2010-10-15 Kenichi Handa <handa@m17n.org>
1255
1256 * international/characters.el: Add category '|' (word breakable)
1257 to fullwidth characters.
1258
1259 2010-10-14 Kenichi Handa <handa@m17n.org>
1260
1261 * mail/rmail.el (rmail-show-message-1): Catch an error of
1262 base64-decode-region and just show an error message (bug#7165).
1263
1264 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
1265 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
1266 a font-spec (bug#7197).
1267
1268 2010-10-13 Glenn Morris <rgm@gnu.org>
1269
1270 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
1271
1272 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
1273
1274 * international/mule.el (define-coding-system):
1275 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1276 * composite.el (compose-region): Fix typo in docstring.
1277
1278 2010-10-10 Jan Djärv <jan.h.d@swipnet.se>
1279
1280 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
1281 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
1282 (mac-right-option-modifier): New alias for ns-right-option-modifier.
1283
1284 * cus-start.el (all): ns-right-alternate-modifier is new.
1285
1286 2010-10-10 Andreas Schwab <schwab@linux-m68k.org>
1287
1288 * Makefile.in (ELCFILES): Update.
1289
1290 2010-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1291
1292 * emacs-lisp/lisp.el (lisp-completion-at-point):
1293 Use emacs-lisp-mode-syntax-table for the whole function.
1294
1295 2010-10-09 Richard Sharman <richard_sharman@mitel.com> (tiny change)
1296
1297 * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
1298 (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
1299 work when breakpoint number exceeds nine.
1300
1301 2010-10-05 David Koppelman <koppel@ece.lsu.edu>
1302
1303 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
1304 instead of font-lock-mode before adding keywords.
1305 Remove hi-lock-mode off code. Remove inhibit hack.
1306 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
1307 non-nil; removed hook inhibit hack.
1308
1309 2010-10-09 Glenn Morris <rgm@gnu.org>
1310
1311 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
1312 (load-path-shadows-find): ... to this.
1313 (list-load-path-shadows): Update for above change.
1314
1315 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
1316
1317 2010-10-08 Glenn Morris <rgm@gnu.org>
1318
1319 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
1320
1321 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
1322 (shadows-compare-text-p): Make it an obsolete alias for...
1323 (load-path-shadows-compare-text): ... new name.
1324 (find-emacs-lisp-shadows): Update for above name change.
1325 (load-path-shadows-same-file-or-nonexistent): New name for the old
1326 shadow-same-file-or-nonexistent.
1327
1328 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
1329
1330 * minibuffer.el (completion--some, completion--do-completion)
1331 (minibuffer-complete-and-exit, minibuffer-completion-help)
1332 (completion-basic-try-completion)
1333 (completion-basic-all-completions)
1334 (completion-pcm--find-all-completions): Use lexical-let to
1335 avoid some false matches in variable completion (Bug#7056)
1336
1337 2010-10-03 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
1338
1339 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
1340
1341 2010-10-03 Leo <sdl.web@gmail.com>
1342
1343 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
1344 return non-nil if the file exists (Bug#7090).
1345
1346 2010-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1347
1348 * minibuffer.el (completion--replace):
1349 Better preserve markers (bug#7138).
1350
1351 2010-09-29 Juanma Barranquero <lekktu@gmail.com>
1352
1353 * server.el (server-process-filter): Doc fix.
1354
1355 2010-09-27 Drew Adams <drew.adams@oracle.com>
1356
1357 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
1358
1359 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
1360
1361 * Makefile.in (ELCFILES): Update.
1362
1363 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1364 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
1365
1366 2010-09-27 Kenichi Handa <handa@m17n.org>
1367
1368 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
1369 "ustar" format.
1370
1371 2010-09-27 Kenichi Handa <handa@m17n.org>
1372
1373 * international/mule.el (define-coding-system): Docstring fixed.
1374
1375 * international/mule-diag.el (describe-character-set): Use princ
1376 with proper print-length and print-level instead of insert.
1377
1378 2010-09-26 Juanma Barranquero <lekktu@gmail.com>
1379
1380 * window.el (walk-windows): Doc fix (bug#7105).
1381
1382 2010-09-23 Glenn Morris <rgm@gnu.org>
1383
1384 * isearch.el (isearch-lazy-highlight-cleanup)
1385 (isearch-lazy-highlight-initial-delay)
1386 (isearch-lazy-highlight-interval)
1387 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
1388 * net/net-utils.el (ipconfig-program-options):
1389 Move aliases to options before the associated definitions.
1390
1391 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1392
1393 * newcomment.el (comment-normalize-vars): Better test validity of
1394 comment-end-skip.
1395
1396 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1397
1398 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
1399 (float-e): New name for `e'.
1400 (degrees-to-radians, radians-to-degrees):
1401 * calendar/solar.el (solar-longitude):
1402 * calculator.el (calculator-registers, calculator-funcall):
1403 * textmodes/artist.el (artist-spray-random-points):
1404 * play/bubbles.el (bubbles--initialize-images): Use new names.
1405
1406 2010-09-19 Eric M. Ludlam <zappo@gnu.org>
1407
1408 Update to CEDET 1.0's version of EIEIO.
1409
1410 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
1411 New function.
1412 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
1413 (eieio-default-eval-maybe): Eval val instead of unquoting only.
1414 (class-precedence-list): If class is nil, return nil.
1415 (eieio-generic-call): If class of first input arg is nil, don't
1416 look up static methods, and do check for primary methods.
1417 (initialize-instance): See if the default needs to be evaluated
1418 during the constructor.
1419 (eieio-perform-slot-validation-for-default): Don't do the check
1420 for values that will eventually be evaluated.
1421 (eieio-eval-default-p): New function.
1422 (eieio-default-eval-maybe): Use it.
1423
1424 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
1425
1426 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
1427 method-invocation-order.
1428 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
1429 (eieio-class-precedence-dfs): Compute class precedence list using
1430 dfs algorithm.
1431 (eieio-class-precedence-bfs): Compute class precedence list using
1432 bfs algorithm.
1433 (eieio-class-precedence-c3): Compute class precedence list using
1434 c3 algorithm.
1435 (class-precedence-list): New function.
1436 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
1437 (inconsistent-class-hierarchy): New error symbol.
1438 (call-next-method): Stow the replacement argument list for future
1439 call-next-method invocations.
1440
1441 2010-09-15 Glenn Morris <rgm@gnu.org>
1442
1443 * calendar/appt.el (appt-check): If not displaying the diary,
1444 use (diary 1) to only get the entries we need.
1445 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
1446 that it is in day order. (Bug#7019)
1447
1448 * calendar/appt.el (appt-check): Rather than showing the diary,
1449 just turn off invisible display, and only if needed.
1450
1451 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
1452
1453 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1454
1455 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1456 Add `when' argument. Update callers.
1457
1458 * subr.el (unintern): Declare the obarray arg mandatory.
1459
1460 2010-09-14 Glenn Morris <rgm@gnu.org>
1461
1462 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1463 Doc fixes.
1464
1465 * calendar/diary-lib.el (diary-included-files): New variable.
1466 (diary-list-entries): Maybe initialize diary-included-files.
1467 (diary-include-other-diary-files): Append to diary-included-files.
1468 * calendar/appt.el (appt-update-list): Also check the members of
1469 diary-included-files. (Bug#6999)
1470 (appt-check): Doc fix.
1471
1472 2010-09-12 David Reitter <david.reitter@gmail.com>
1473
1474 * simple.el (line-move-visual): Do not truncate goal column to
1475 integer size. (Bug#7020)
1476
1477 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1478
1479 * repeat.el (repeat): Allow repeating when the last event is a click.
1480 Suggested by Drew Adams (bug#6256).
1481
1482 2010-09-11 Sascha Wilde <wilde@sha-bang.de>
1483
1484 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1485 Replace setting HGRCPATH to "" by some less invasive --config options.
1486
1487 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1488
1489 * font-lock.el (font-lock-beginning-of-syntax-function):
1490 Mark as obsolete.
1491
1492 2010-09-10 Glenn Morris <rgm@gnu.org>
1493
1494 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1495 and tool-bar modes. (Bug#6211)
1496 (menu-bar-mode): Move setting of standard-value after the
1497 minor-mode definition, otherwise it seems to have no effect.
1498
1499 2010-09-08 Masatake YAMATO <yamato@redhat.com>
1500
1501 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1502 Fix typo. (Bug#6976)
1503
1504 2010-09-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1505
1506 * whitespace.el: Allow cleaning up blanks without blank
1507 visualization (Bug#6651). Adjust help window for
1508 whitespace-toggle-options (Bug#6479). Allow to use fill-column
1509 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
1510 (whitespace-style): Add new value 'face. Adjust docstring.
1511 (whitespace-space, whitespace-hspace, whitespace-tab):
1512 Adjust foreground property face.
1513 (whitespace-line-column): Adjust docstring and type declaration.
1514 (whitespace-style-value-list, whitespace-toggle-option-alist)
1515 (whitespace-help-text): Adjust const initialization.
1516 (whitespace-toggle-options, global-whitespace-toggle-options):
1517 Adjust docstring.
1518 (whitespace-display-window, whitespace-interactive-char)
1519 (whitespace-style-face-p, whitespace-color-on): Adjust code.
1520 (whitespace-help-scroll): New fun.
1521
1522 2010-09-05 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1523
1524 * files.el (directory-abbrev-alist): Use \` as default regexp.
1525
1526 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1527 chars like - or ] (bug#6984).
1528 (rx-any-condense-range): Explode 2-char ranges.
1529
1530 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1531
1532 * textmodes/bibtex.el:
1533 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1534
1535 2010-09-02 Glenn Morris <rgm@gnu.org>
1536
1537 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1538
1539 2010-08-31 Kenichi Handa <handa@m17n.org>
1540
1541 * international/mule-cmds.el (standard-display-european-internal):
1542 Setup standard-display-table for 8-bit characters by storing 8-bit
1543 characters in the element vector.
1544
1545 * disp-table.el (standard-display-8bit):
1546 Setup standard-display-table for 8-bit characters by storing 8-bit
1547 characters in the element vector.
1548 (standard-display-european): Likewise.
1549
1550 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
1551
1552 Sync with Tramp 2.1.19.
1553
1554 * net/tramp-cmds.el (tramp-cleanup-all-connections)
1555 (tramp-reporter-dump-variable, tramp-load-report-modules)
1556 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1557 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1558
1559 * net/tramp-compat.el (top): Do not autoload
1560 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
1561 only when `start-file-process' is not bound.
1562 (byte-compile-not-obsolete-vars): Define if not bound.
1563 (tramp-compat-funcall): New defmacro.
1564 (tramp-compat-line-beginning-position)
1565 (tramp-compat-line-end-position)
1566 (tramp-compat-temporary-file-directory)
1567 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1568 (tramp-compat-copy-file, tramp-compat-copy-directory)
1569 (tramp-compat-delete-file, tramp-compat-delete-directory)
1570 (tramp-compat-number-sequence, tramp-compat-process-running-p):
1571 Use it.
1572 (tramp-advice-file-expand-wildcards): Do not use
1573 `tramp-handle-file-remote-p'.
1574 (tramp-compat-make-temp-file): Simplify fallback implementation.
1575 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1576 (tramp-compat-copy-tree): Remove function.
1577 (tramp-compat-delete-file): New defun.
1578 (tramp-compat-delete-directory): Provide implementation for older
1579 Emacsen.
1580 (tramp-compat-file-attributes): Handle only
1581 `wrong-number-of-arguments' error.
1582
1583 * net/tramp-fish.el (tramp-fish-handle-copy-file):
1584 Add PRESERVE_SELINUX_CONTEXT.
1585 (tramp-fish-handle-delete-file): Add TRASH arg.
1586 (tramp-fish-handle-directory-files-and-attributes):
1587 Do not use `tramp-fish-handle-file-attributes.
1588 (tramp-fish-handle-file-local-copy)
1589 (tramp-fish-handle-insert-file-contents)
1590 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1591
1592 * net/tramp-gvfs.el (top): Require url-util.
1593 (tramp-gvfs-mount-point): Remove.
1594 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1595 and `set-file-selinux-context'.
1596 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1597 (tramp-gvfs-handle-file-selinux-context)
1598 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1599 (with-tramp-dbus-call-method): Format trace message.
1600 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1601 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1602 Implement backup call, when operation on local files fails.
1603 Use progress reporter. Flush properties of changed files.
1604 (tramp-gvfs-handle-delete-file): Add TRASH arg.
1605 Use `tramp-compat-delete-file'.
1606 (tramp-gvfs-handle-expand-file-name): Expand "~/".
1607 (tramp-gvfs-handle-make-directory): Make more traces.
1608 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1609 (tramp-gvfs-url-file-name): Hexify file name in url.
1610 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1611 into account for the resulting file name.
1612 (tramp-gvfs-handler-askquestion): Preserve current message, in
1613 order to let progress reporter continue afterwards. (Bug#6257)
1614 Return dummy mountpoint, when the answer is "no".
1615 See `tramp-gvfs-maybe-open-connection'.
1616 (tramp-gvfs-handler-mounted-unmounted)
1617 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1618 attribute "default_location". Set "prefix" property.
1619 Handle default-location.
1620 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1621 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1622 exists. Raise an error, if not (due to a corresponding answer
1623 "no" in interactive questions, for example).
1624 Use `tramp-compat-funcall'.
1625
1626 * net/tramp-imap.el (top): Autoload `epg-make-context'.
1627 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1628 (tramp-imap-do-copy-or-rename-file)
1629 (tramp-imap-handle-insert-file-contents)
1630 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1631 (tramp-imap-handle-delete-file): Add TRASH arg.
1632
1633 * net/tramp-smb.el (tramp-smb-handle-copy-file):
1634 Add PRESERVE-SELINUX-CONTEXT.
1635 (tramp-smb-handle-copy-file)
1636 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1637 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1638 Use `with-progress-reporter'.
1639 (tramp-smb-handle-delete-file): Add TRASH arg.
1640
1641 * net/tramp.el (tramp-methods): Move hostname to the end in all
1642 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
1643 appropriate.
1644 (tramp-verbose): Describe verbose level 9.
1645 (tramp-completion-function-alist)
1646 (tramp-file-name-regexp, tramp-chunksize)
1647 (tramp-local-coding-commands, tramp-remote-coding-commands)
1648 (with-connection-property, tramp-completion-mode-p)
1649 (tramp-action-process-alive, tramp-action-out-of-band)
1650 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1651 (tramp-exists-file-name-handler): Fix docstring.
1652 (tramp-remote-process-environment): Use `format' instead of
1653 `concat'. Protect version string by apostroph.
1654 (tramp-shell-prompt-pattern): Do not use a shy group in case of
1655 XEmacs.
1656 (tramp-file-name-regexp-unified)
1657 (tramp-completion-file-name-regexp-unified): On W32 systems, do
1658 not regard the volume letter as remote filename. (Bug#5447)
1659 (tramp-perl-file-attributes)
1660 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1661 (tramp-vc-registered-read-file-names): Read input as
1662 here-document, otherwise the command could exceed maximum length
1663 of command line.
1664 (tramp-file-name-handler-alist): Add `file-selinux-context' and
1665 `set-file-selinux-context'.
1666 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
1667 backtrace functions.
1668 (tramp-error-with-buffer): Don't show the connection buffer when
1669 we are in completion mode.
1670 (tramp-progress-reporter-update, tramp-remote-selinux-p)
1671 (tramp-handle-file-selinux-context)
1672 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
1673 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
1674 New defuns.
1675 (with-progress-reporter): New defmacro.
1676 (tramp-debug-outline-regexp): New defconst.
1677 (top, tramp-rfn-eshadow-setup-minibuffer)
1678 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1679 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1680 (tramp-completion-mode-p, tramp-check-for-regexp)
1681 (tramp-open-connection-setup-interactive-shell)
1682 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1683 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1684 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
1685 Use `tramp-compat-funcall'.
1686 (tramp-handle-make-symbolic-link): Flush file properties.
1687 (tramp-handle-load, tramp-handle-file-local-copy)
1688 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1689 (tramp-handle-vc-registered, tramp-maybe-send-script)
1690 (tramp-find-shell): Use `with-progress-reporter'.
1691 (tramp-do-file-attributes-with-stat): Add space in format string,
1692 in order to work around a bug in pdksh. Reported by Gilles Pion
1693 <gpion@lfdj.com>.
1694 (tramp-handle-verify-visited-file-modtime): Do not send a command
1695 when the connection is not established.
1696 (tramp-handle-set-file-times): Simplify the check for utc.
1697 (tramp-handle-directory-files-and-attributes)
1698 (tramp-get-remote-path): Use `copy-tree'.
1699 (tramp-completion-handle-file-name-all-completions): Ensure, that
1700 non remote files are still checked. Oops.
1701 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1702 Handle PRESERVE-SELINUX-CONTEXT.
1703 (tramp-do-copy-or-rename-file): Add progress reporter.
1704 (tramp-do-copy-or-rename-file-directly): Do not use
1705 `tramp-handle-file-remote-p'.
1706 (tramp-do-copy-or-rename-file-out-of-band):
1707 Use `tramp-compat-delete-directory'.
1708 (tramp-do-copy-or-rename-file-out-of-band)
1709 (tramp-compute-multi-hops, tramp-maybe-open-connection):
1710 Use `format-spec-make'.
1711 (tramp-handle-delete-file): Add TRASH arg.
1712 (tramp-handle-dired-uncache): Flush directory cache, not only file
1713 cache.
1714 (tramp-handle-expand-file-name)
1715 (tramp-completion-handle-file-name-all-completions)
1716 (tramp-completion-handle-file-name-completion):
1717 Use `tramp-connectable-p'.
1718 (tramp-handle-start-file-process): Set connection property "vec".
1719 Use it, in order to invalidate file caches. Check only for
1720 `remote-tty' process property.
1721 Implement tty setting. (Bug#4604, Bug#6360)
1722 (tramp-file-name-for-operation): Add `call-process-region' and
1723 `set-file-selinux-context'.
1724 (tramp-find-foreign-file-name-handler)
1725 (tramp-advice-make-auto-save-file-name)
1726 (tramp-set-auto-save-file-modes): Remove superfluous check for
1727 `stringp'. This is done inside `tramp-tramp-file-p'.
1728 (tramp-file-name-handler): Trace 'quit. Catch the error for some
1729 operations when we are in completion mode. This gives the user
1730 the chance to correct the file name in the minibuffer.
1731 (tramp-completion-mode-p): Use `non-essential'.
1732 (tramp-handle-file-name-all-completions): Backward/ XEmacs
1733 compatibility: Use `completion-ignore-case' if
1734 `read-file-name-completion-ignore-case' does not exist.
1735 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1736 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1737 `tramp-open-shell'.
1738 (tramp-action-password): Hide password prompt before next run.
1739 (tramp-process-actions): Widen connection buffer for the trace.
1740 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1741 process property. Trace stty settings if `tramp-verbose' >= 9.
1742 Apply workaround for IRIX64 bug. Move argument of last
1743 `tramp-send-command' where it belongs to.
1744 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1745 front of `login-args'.
1746 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1747 on "/dev/null" instead of "/".
1748 (tramp-get-ls-command-with-dired): Make test for "--dired"
1749 stronger.
1750 (tramp-set-auto-save-file-modes): Adapt version check.
1751 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1752 (tramp-handle-process-file): Call the program in a subshell, in
1753 order to preserve working directory.
1754 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1755 `tramp-remote-sh' from `tramp-methods'.
1756 (tramp-get-ls-command): Make test for "--color=never" stronger.
1757 (tramp-check-for-regexp): Use (forward-line 1).
1758
1759 * net/trampver.el: Update release number.
1760
1761 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
1762
1763 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1764 empty argument to gvfs-copy.
1765
1766 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1767
1768 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1769 handle new TRASH arg of `delete-file'.
1770
1771 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
1772
1773 * net/tramp.el (tramp-handle-insert-directory): Don't use
1774 `forward-word', its default syntax could be changed.
1775
1776 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1777 Michael Albinus <michael.albinus@gmx.de>
1778
1779 Implement compression for inline methods.
1780
1781 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1782 (tramp-copy-size-limit): Allow also nil.
1783 (tramp-inline-compress-commands): New defconst.
1784 (tramp-find-inline-compress, tramp-get-inline-compress)
1785 (tramp-get-inline-coding): New defuns.
1786 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1787 replaced by `tramp-get-inline-coding'.
1788 (tramp-handle-file-local-copy, tramp-handle-write-region)
1789 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1790
1791 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
1792
1793 Detect ssh 'ControlMaster' argument automatically in some cases.
1794
1795 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1796 (tramp-default-method): Use it.
1797
1798 2010-08-26 Karel Klíč <kklic@redhat.com>
1799
1800 * net/tramp.el (tramp-file-name-for-operation):
1801 Add file-selinux-context.
1802
1803 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
1804
1805 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1806
1807 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1808
1809 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1810 (Bug#6907).
1811
1812 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
1813
1814 * progmodes/python.el (python-block-pairs): Allow use of "finally"
1815 with "else" (Bug#3991).
1816
1817 2010-08-22 Leo <sdl.web@gmail.com>
1818
1819 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1820 (ignore, bright, dim, keyword): Split list of nicknames before
1821 passing to rcirc-add-or-remove (Bug#6894).
1822
1823 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
1824
1825 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1826
1827 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1828
1829 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
1830 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
1831 New version 13.0.
1832 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1833 Adjust initialization.
1834 (whitespace-bob-marker, whitespace-eob-marker)
1835 (whitespace-buffer-changed): New vars.
1836 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
1837 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1838 (whitespace-post-command-hook, whitespace-display-char-on):
1839 Adjust code.
1840 (whitespace-looking-back, whitespace-buffer-changed): New funs.
1841 (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
1842
1843 2010-08-21 Leo <sdl.web@gmail.com>
1844
1845 Fix buffer-list rename&refresh after killing a buffer in ido.
1846 * lisp/ido.el: Revert Óscar's.
1847 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1848 Remember the buffers at head, rather than their name.
1849 * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1850
1851 2010-08-21 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
1852 Stefan Monnier <monnier@iro.umontreal.ca>
1853
1854 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1855 extra backslash added to each line (bug#6890).
1856
1857 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1858
1859 * subr.el (read-key): Don't echo keystrokes (bug#6883).
1860
1861 2010-08-21 Glenn Morris <rgm@gnu.org>
1862
1863 * menu-bar.el (menu-bar-games-menu): Add landmark.
1864
1865 2010-08-20 Glenn Morris <rgm@gnu.org>
1866
1867 * align.el (align-regexp): Make group and spacing arguments
1868 use the interactive defaults when non-interactive. (Bug#6698)
1869
1870 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1871 expansion, so as not to need sendmail.
1872 (mail-text-start): Remove declaration.
1873 (rmail-retry-failure): Require sendmail.
1874
1875 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1876
1877 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
1878
1879 2010-08-18 Michael Albinus <michael.albinus@gmx.de>
1880
1881 * progmodes/flymake.el (flymake-start-syntax-check-process):
1882 Use `start-file-process' in order to let it run also on remote hosts.
1883
1884 2010-08-18 Kenichi Handa <handa@m17n.org>
1885
1886 * files.el: Add `word-wrap' as safe local variable.
1887
1888 2010-08-18 Glenn Morris <rgm@gnu.org>
1889
1890 * woman.el (woman-translate): Case matters. (Bug#6849)
1891
1892 2010-08-14 Chong Yidong <cyd@stupidchicken.com>
1893
1894 * simple.el (kill-region): Doc fix (Bug#6787).
1895
1896 2010-08-14 Glenn Morris <rgm@gnu.org>
1897
1898 * calendar/diary-lib.el (diary-header-line-format):
1899 Fit it to the window, not the frame.
1900
1901 2010-08-11 Andreas Schwab <schwab@linux-m68k.org>
1902
1903 * subr.el (ignore-errors): Add debug declaration.
1904
1905 2010-08-09 Geoff Gole <geoffgole@gmail.com> (tiny change)
1906
1907 * whitespace.el (whitespace-color-off): Remove post-command-hook
1908 locally.
1909
1910 2010-08-08 Johan Bockgård <bojohan@gnu.org>
1911
1912 * replace.el (replace-highlight): Bind isearch-forward and
1913 isearch-error, ensuring that highlighting is updated if the user
1914 switches the search direction (Bug#6808).
1915
1916 * isearch.el (isearch-lazy-highlight-forward): New var.
1917 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
1918 (isearch-lazy-highlight-update): Use it.
1919
1920 2010-08-06 Kenichi Handa <handa@m17n.org>
1921
1922 * international/mule.el (define-charset): Store NAME as :base property.
1923 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
1924 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
1925 current priority. Force using the designation of the specific
1926 charset by adding `charset' text property. Improve the whole
1927 algorithm.
1928
1929 2010-08-05 Juanma Barranquero <lekktu@gmail.com>
1930
1931 * emulation/pc-select.el (pc-selection-mode-hook)
1932 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
1933 (pc-selection-mode): Fix typos in docstrings.
1934
1935 2010-08-04 Kenichi Handa <handa@m17n.org>
1936
1937 * language/cyrillic.el: Don't add "microsoft-cp1251" to
1938 ctext-non-standard-encodings-alist here.
1939
1940 * international/mule.el (ctext-non-standard-encodings-alist):
1941 Add "koi8-r" and "microsoft-cp1251".
1942 (ctext-standard-encodings): New variable.
1943 (ctext-non-standard-encodings-table): List only elements for
1944 non-standard encodings.
1945 (ctext-pre-write-conversion): Adjust for the above change.
1946 Check ctext-standard-encodings.
1947
1948 * international/mule-conf.el (compound-text): Doc fix.
1949 (ctext-no-compositions): Doc fix.
1950 (compound-text-with-extensions): Doc fix.
1951
1952 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1953
1954 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
1955
1956 2010-08-03 Juanma Barranquero <lekktu@gmail.com>
1957
1958 * progmodes/which-func.el (which-func-format): Split help-echo text
1959 into lines, like other mode-line tooltips.
1960
1961 * server.el (server-start): When using TCP sockets, force IPv4
1962 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
1963
1964 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1965
1966 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
1967
1968 2010-08-02 Juanma Barranquero <lekktu@gmail.com>
1969
1970 * term.el (term-delimiter-argument-list): Reflow docstring.
1971 (term-read-input-ring, term-write-input-ring, term-send-input)
1972 (term-bol, term-erase-in-display, serial-supported-or-barf):
1973 Fix typos in docstrings.
1974
1975 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1976
1977 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
1978
1979 2010-08-01 Juanma Barranquero <lekktu@gmail.com>
1980
1981 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
1982
1983 2010-08-01 MON KEY <monkey@sandpframing.com> (tiny change)
1984
1985 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
1986 Fix typo in docstring (bug#6747).
1987
1988 2010-07-30 Leo <sdl.web@gmail.com>
1989
1990 * eshell/esh-io.el (eshell-get-target): Better detection of
1991 read-only file (Bug#6762).
1992
1993 2010-07-30 Juanma Barranquero <lekktu@gmail.com>
1994
1995 * align.el (align-default-spacing): Doc fix.
1996 (align-region-heuristic, align-regexp): Fix typos in docstrings.
1997
1998 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
1999
2000 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
2001
2002 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
2003
2004 * time.el (display-time-day-and-date): Remove spurious * in docstring.
2005 (display-time-world-buffer-name, display-time-world-mode-map):
2006 Fix typos in docstrings.
2007
2008 2010-07-17 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
2009
2010 * image-mode.el (image-display-size): New function.
2011 (image-forward-hscroll, image-next-line, image-eol, image-eob)
2012 (image-mode-fit-frame): Use it (Bug#6639).
2013
2014 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
2015
2016 * dired.el (dired-buffers-for-dir): Handle list values of
2017 dired-directory (Bug#6636).
2018
2019 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
2020
2021 * vc.el (vc-coding-system-inherit-eol): New defvar.
2022 (vc-coding-system-for-diff): Use it to decide whether to inherit
2023 from the file the EOL format for reading the diffs of that file.
2024 (Bug#4451)
2025
2026 2010-07-16 Eli Zaretskii <eliz@gnu.org>
2027
2028 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
2029 unibyte, so compressed attachments are not compressed again.
2030
2031 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
2032
2033 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
2034 now that unicode is used (Bug#6594).
2035
2036 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
2037
2038 * simple.el (push-mark-command): Set the selection if
2039 select-active-regions is non-nil.
2040
2041 2010-07-10 Glenn Morris <rgm@gnu.org>
2042
2043 * calendar/calendar.el (calendar-week-end-day): New function.
2044 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
2045 Respect calendar-week-start-day. (Bug#6606)
2046 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
2047 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
2048 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
2049 respect calendar-week-start-day.
2050
2051 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
2052
2053 * simple.el (use-region-p): Doc fix (Bug#6607).
2054
2055 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
2056
2057 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
2058 builtins (BufferError, BytesWarning, WindowsError; callables
2059 bin, bytearray, bytes, format, memoryview, next, print; __package__).
2060
2061 2010-07-07 Glenn Morris <rgm@gnu.org>
2062
2063 * play/zone.el (zone-fall-through-ws): Fix next-line ->
2064 forward-line fallout.
2065
2066 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
2067
2068 * mouse.el (mouse-appearance-menu): Add docstring.
2069
2070 * help.el (describe-key): Print up-event using key-description.
2071
2072 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
2073
2074 * net/zeroconf.el (zeroconf-resolve-service)
2075 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
2076 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
2077
2078 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
2079
2080 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
2081
2082 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
2083
2084 Avoid displaying files with a nil state in vc-dir.
2085 * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
2086 cases that cause insertion.
2087 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
2088 with a nil state.
2089
2090 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
2091
2092 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
2093
2094 2010-06-29 Leo <sdl.web@gmail.com>
2095
2096 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
2097
2098 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
2099
2100 * generic-x.el (bat-generic-mode): Fix regexp for command line
2101 switches (Bug#5719).
2102
2103 2010-06-27 Masatake YAMATO <yamato@redhat.com>
2104
2105 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
2106 of nconc to avoid pure storage error (Bug#6239).
2107
2108 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
2109
2110 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
2111 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
2112 bindings of bookmark-automatically-show-annotations (Bug#6515).
2113
2114 2010-06-25 Eli Zaretskii <eliz@gnu.org>
2115
2116 * arc-mode.el (archive-zip-extract): Don't quote the file name on
2117 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
2118
2119 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
2120
2121 * comint.el (make-comint, make-comint-in-buffer): Mention return
2122 value in the docstrings. (Bug#6498)
2123
2124 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
2125
2126 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
2127 since it is not present when using some non-default switches.
2128
2129 2010-06-23 Karl Fogel <kfogel@red-bean.com>
2130
2131 * simple.el (compose-mail): Fix doc string to refer to
2132 `compose-mail-user-agent-warnings', instead of to the
2133 nonexistent `compose-mail-check-user-agent'.
2134
2135 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2136
2137 Fix vc-annotate for renamed files when using Git.
2138 * vc-git.el (vc-git-find-revision): Deal with empty results from
2139 ls-files. Doe not pass the object as a file name to cat-file, it
2140 is not a file name.
2141 (vc-git-annotate-command): Pass the file name using -- to avoid
2142 ambiguity with the revision.
2143 (vc-git-previous-revision): Pass a relative file name.
2144
2145 2010-06-22 Glenn Morris <rgm@gnu.org>
2146
2147 * progmodes/js.el (js-mode-map): Use standard capitalization and
2148 ellipses for menu entries.
2149
2150 * wid-edit.el (widget-complete): Doc fix.
2151
2152 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
2153
2154 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
2155
2156 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2157
2158 Fix annotating other revisions for renamed files in vc-annotate.
2159 * vc-annotate.el (vc-annotate): Add an optional argument for the
2160 VC backend. Use it when non-nil.
2161 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate
2162 (Bug#6487).
2163
2164 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
2165 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
2166 Do not pass the file name to the 'previous-revision call when we
2167 don't want a file diff. (Bug#6489)
2168
2169 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
2170
2171 Fix finding revisions for renamed files in vc-annotate.
2172 * vc.el (vc-find-revision): Add an optional argument for
2173 the VC backend. Use it when non-nil.
2174 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
2175 backend to vc-find-revision. (Bug#6487)
2176
2177 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
2178
2179 Fix reading file names in Git annotate buffers.
2180 * vc-git.el (vc-git-annotate-extract-revision-at-line):
2181 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
2182
2183 2010-06-20 Alan Mackenzie <acm@muc.de>
2184
2185 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
2186 in file local variables, set it first.
2187
2188 2010-06-19 Glenn Morris <rgm@gnu.org>
2189
2190 * descr-text.el (describe-char-unicode-data): Insert separating
2191 space when needed. (Bug#6422)
2192
2193 * progmodes/idlwave.el (idlwave-action-and-binding):
2194 Fix typo in 2009-12-03 change. (Bug#6450)
2195
2196 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
2197
2198 * subr.el (read-quoted-char): Fix up last change (bug#6290).
2199
2200 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
2201
2202 * font-lock.el (font-lock-major-mode): Rename from
2203 font-lock-mode-major-mode to distinguish it from
2204 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
2205 (font-lock-set-defaults):
2206 * font-core.el (font-lock-default-function): Adjust users.
2207 (font-lock-mode): Don't set it at all.
2208
2209 2010-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2210
2211 * vc-annotate.el (vc-annotate): Use vc-read-revision.
2212
2213 2010-06-15 Glenn Morris <rgm@gnu.org>
2214
2215 * calendar/appt.el (appt-time-msg-list): Doc fix.
2216 (appt-check): Let-bind appt-warn-time.
2217 (appt-add): Make the 3rd argument optional.
2218 Simplify argument names. Doc fix. Check for integer WARNTIME.
2219 Only add WARNTIME to the output list if non-nil.
2220
2221 2010-06-15 Ivan Kanis <apple@kanis.eu>
2222
2223 * calendar/appt.el (appt-check): Let the 3rd element of
2224 appt-time-msg-list specify the warning time.
2225 (appt-add): Add new argument with the warning time. (Bug#5176)
2226
2227 2010-06-12 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
2228
2229 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
2230 older than version 1.6. (Bug#6361)
2231
2232 2010-06-12 Helmut Eller <eller.helmut@gmail.com>
2233
2234 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
2235 used by cl-do-arglist. (Bug#6408)
2236
2237 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2238
2239 * emacs-lisp/advice.el (ad-compile-function):
2240 Define warning-suppress-types before we let-bind it (bug#6275).
2241
2242 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
2243 declare it, make it buffer-local and permanent-local (bug#6324).
2244 (vc-resynch-window): Adjust name.
2245 * vc-hooks.el (vc-find-file-hook): Adjust name.
2246
2247 2010-06-07 Jonathan Rockway <jon@jrock.us>
2248
2249 * net/rcirc.el: Add support for password authentication.
2250 (rcirc-server-alist): Add :password keyword.
2251 (rcirc): Ask for a password, or get it from the server's alist.
2252 (rcirc-connect): Add password argument. Pass it to server.
2253
2254 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
2255
2256 * net/dbus.el (dbus-register-method): Declare function.
2257 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
2258 (dbus-introspect): Doc fix.
2259 (dbus-event-bus-name, dbus-introspect-get-interface)
2260 (dbus-introspect-get-argument): Reflow docstrings.
2261
2262 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
2263
2264 * term/common-win.el (x-colors): Add "dark green" and "dark
2265 turquoise" (Bug#6332).
2266
2267 2010-06-03 Glenn Morris <rgm@gnu.org>
2268
2269 * desktop.el (desktop-clear-preserve-buffers):
2270 Add "*Warnings*" buffer. (Bug#6336)
2271
2272 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
2273
2274 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
2275
2276 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2277
2278 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
2279 `file-directory-p' to the filename part rather than to the whole text.
2280
2281 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2282
2283 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
2284
2285 2010-05-31 Drew Adams <drew.adams@oracle.com>
2286
2287 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
2288
2289 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
2290
2291 * subr.el (momentary-string-display): Just use read-event to read
2292 the exit event (Bug#6238).
2293
2294 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
2295
2296 * ansi-color.el: Delete unused escape sequences (Bug#6085).
2297 (ansi-color-drop-regexp): New constant.
2298 (ansi-color-apply, ansi-color-filter-region)
2299 (ansi-color-apply-on-region): Delete unrecognized control sequences.
2300 (ansi-color-apply): Build string list before calling concat.
2301
2302 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
2303
2304 * progmodes/verilog-mode.el (verilog-type-font-keywords):
2305 Use font-lock-constant-face, not obsolete font-lock-reference-face.
2306
2307 2010-05-27 Masatake YAMATO <yamato@redhat.com>
2308
2309 * htmlfontify.el (hfy-face-resolve-face): New function.
2310 (hfy-face-to-style): Use it (Bug#6279).
2311
2312 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2313
2314 * epa.el (epa--select-keys): Don't explicitly delete the window since
2315 that can fail (e.g. sole window in frame). Use dedication instead.
2316
2317 2010-05-19 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
2318
2319 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
2320
2321 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2322
2323 * subr.el (read-quoted-char): Resolve modifiers after key
2324 remapping (bug#6212).
2325
2326 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2327
2328 * tmm.el (tmm-prompt): Don't try to precompute bindings.
2329 (tmm-get-keymap): Compute shortcuts (bug#6171).
2330
2331 2010-05-10 Glenn Morris <rgm@gnu.org>
2332
2333 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
2334 all dired buffers, even tramp ones. (Bug#5755) [Backport from trunk]
2335
2336 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2337
2338 * Version 23.2 released.
2339
2340 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
2341
2342 * international/mule.el (auto-coding-alist): Only purecopy
2343 car of each item, not the whole list (Bug#6083).
2344
2345 2010-05-02 Chong Yidong <cyd@stupidchicken.com>
2346
2347 * progmodes/js.el (js-mode): Make paragraph variables local before
2348 calling c-setup-paragraph-variables (Bug#6071).
2349
2350 2010-05-01 Eli Zaretskii <eliz@gnu.org>
2351
2352 * composite.el (compose-region, reference-point-alist): Fix typos
2353 in the doc strings.
2354
2355 2010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2356
2357 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2358 gnuplot's "set" command.
2359
2360 2010-04-26 Juanma Barranquero <lekktu@gmail.com>
2361
2362 * abbrev.el (last-abbrev-text): Doc fix.
2363 (abbrev-prefix-mark): Don't escape parenthesis.
2364
2365 2010-04-24 Andreas Schwab <schwab@linux-m68k.org>
2366
2367 * composite.el (find-composition): Doc fix.
2368
2369 2010-04-24 Juanma Barranquero <lekktu@gmail.com>
2370
2371 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2372 (sql-oracle-program, sql-sqlite-options)
2373 (sql-query-placeholders-and-send): Doc fixes.
2374 (sql-set-product, sql-interactive-mode): Reflow docstrings.
2375 (sql-imenu-generic-expression, sql-buffer)
2376 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2377 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2378 (sql-mode-sybase-font-lock-keywords)
2379 (sql-mode-informix-font-lock-keywords)
2380 (sql-mode-interbase-font-lock-keywords)
2381 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2382 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2383 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2384 (sql-product-feature, sql-highlight-product)
2385 (comint-line-beginning-position, sql-rename-buffer)
2386 (sql-toggle-pop-to-buffer-after-send-region)
2387 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2388 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2389 Fix typos in docstrings.
2390
2391 2010-04-23 Juri Linkov <juri@jurta.org>
2392
2393 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2394 property instead of `invisible' and `after-string' (bug#5998).
2395
2396 2010-04-23 Juri Linkov <juri@jurta.org>
2397
2398 * image-mode.el (image-mode-as-text): Fix typo in docstring.
2399
2400 2010-04-23 Juanma Barranquero <lekktu@gmail.com>
2401
2402 * filecache.el (file-cache-add-directory-list)
2403 (file-cache-add-directory-recursively): Fix typos in docstrings.
2404
2405 2010-04-22 Kenichi Handa <handa@m17n.org>
2406
2407 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2408 (gujarati-composable-pattern): Fix typo.
2409
2410 2010-04-20 Kenichi Handa <handa@m17n.org>
2411
2412 * language/indian.el (oriya-composable-pattern)
2413 (tamil-composable-pattern, malayalam-composable-pattern):
2414 Add two-part vowels to "v" (vowel sign).
2415
2416 2010-04-20 Chong Yidong <cyd@stupidchicken.com>
2417
2418 * files.el (copy-directory): Handle symlinks (Bug#5982).
2419
2420 * progmodes/compile.el (compilation-next-error-function):
2421 Revert 2009-10-12 change (Bug#5983).
2422
2423 2010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2424
2425 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2426 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
2427 (Bug#5846).
2428
2429 2010-04-20 Glenn Morris <rgm@gnu.org>
2430
2431 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2432
2433 * minibuffer.el (completion-at-point): Doc fix.
2434
2435 2010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
2436
2437 Fix the version number for added files.
2438 * vc-hg.el (vc-hg-working-revision): Check if the file is
2439 registered after hg parent fails (Bug#5961).
2440
2441 2010-04-17 Glenn Morris <rgm@gnu.org>
2442
2443 * htmlfontify.el (htmlfontify-buffer)
2444 (htmlfontify-copy-and-link-dir): Autoload entry points.
2445
2446 2010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
2447
2448 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
2449 name relative to the project root (Bug#5960).
2450
2451 2010-04-16 Glenn Morris <rgm@gnu.org>
2452
2453 * vc-git.el (vc-git-print-log): Doc fix.
2454
2455 2010-04-14 Óscar Fuentes <ofv@wanadoo.es>
2456
2457 * ido.el (ido-file-internal): Fix 2009-12-02 change.
2458
2459 2010-04-14 Christoph <cschol2112@googlemail.com> (tiny change)
2460
2461 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
2462 default settings (Bug#5928).
2463
2464 2010-04-10 Glenn Morris <rgm@gnu.org>
2465
2466 * progmodes/fortran.el (fortran-match-and-skip-declaration):
2467 New function.
2468 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
2469
2470 2010-04-07 Kenichi Handa <handa@m17n.org>
2471
2472 * language/indian.el (malayalam-composable-pattern): Fix previous
2473 change (add U+0D4D "SIGN VIRAMA").
2474 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2475 (tamil-composable-pattern): Fix typo in the regexp.
2476 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2477 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2478 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2479
2480 2010-04-06 Chong Yidong <cyd@stupidchicken.com>
2481
2482 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2483 paragraph-separate (Bug#5821).
2484
2485 2010-04-05 Juri Linkov <juri@jurta.org>
2486
2487 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2488
2489 * info.el (Info-find-node-2): Comment out code that skips
2490 breadcrumbs line.
2491 (Info-mouse-follow-link): New command.
2492 (Info-link-keymap): New keymap.
2493 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2494 Return a string with links instead of inserting breadcrumbs
2495 to the Info buffer.
2496 (Info-fontify-node): Comment out code that inserts breadcrumbs.
2497 Instead of putting the `invisible' text property over the Info
2498 header, make an overlay over the Info header with the `invisible'
2499 property and `after-string' set to the string returned by
2500 `Info-breadcrumbs'.
2501
2502 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
2503
2504 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2505 Reported by monkey@sandpframing.com.
2506
2507 2010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
2508
2509 * textmodes/artist.el (artist-mode): Fix typo in docstring.
2510 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
2511
2512 2010-03-30 Kenichi Handa <handa@m17n.org>
2513
2514 * language/sinhala.el (composition-function-table): Fix regexp for
2515 the new Unicode specification.
2516
2517 * language/indian.el (devanagari-composable-pattern)
2518 (tamil-composable-pattern, kannada-composable-pattern)
2519 (malayalam-composable-pattern): Adjust for the new Unicode
2520 specification.
2521 (bengali-composable-pattern, gurmukhi-composable-pattern)
2522 (gujarati-composable-pattern, oriya-composable-pattern)
2523 (telugu-composable-pattern): New variables to cope with the new
2524 Unicode specification. Use them in composition-function-table.
2525
2526 2010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2527
2528 Make tmm-menubar work for the Buffers menu again (bug#5726).
2529 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2530 vectors rather than cons cells, as used in menu-bar-update-buffers.
2531
2532 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
2533
2534 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2535 (js-insert-and-indent): Revert 2009-08-15 change, restoring
2536 electric punctuation for "{}();,:" (Bug#5586).
2537
2538 * mail/sendmail.el (mail-default-directory): Doc fix.
2539
2540 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
2541
2542 * mail/sendmail.el (mail-default-directory): Doc fix.
2543
2544 2010-03-27 Eli Zaretskii <eliz@gnu.org>
2545
2546 * subr.el (version-regexp-alist, version-to-list)
2547 (version-list-<, version-list-=, version-list-<=)
2548 (version-list-not-zero, version<, version<=, version=): Doc fix.
2549 (Bug#5744).
2550
2551 2010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2552 Nick Roberts <nickrob@snap.net.nz>
2553
2554 * progmodes/gdb-ui.el (gdb-apple-test): New function.
2555 (gdb-init-1): Use it.
2556
2557 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2558
2559 * vc.el (vc-root-diff): Doc fix.
2560
2561 2010-03-25 Chong Yidong <cyd@stupidchicken.com>
2562
2563 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2564
2565 * simple.el (append-to-buffer): Fix last change.
2566
2567 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
2568
2569 * simple.el (append-to-buffer): Ensure that point is preserved if
2570 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
2571 (Bug#5749)
2572
2573 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2574
2575 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2576 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2577 not be present any more.
2578
2579 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
2580
2581 * faces.el (set-face-attribute): Fix typo in docstring.
2582 (face-valid-attribute-values): Reflow docstring.
2583
2584 2010-03-23 Glenn Morris <rgm@gnu.org>
2585
2586 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
2587
2588 2010-03-21 Chong Yidong <cyd@stupidchicken.com>
2589
2590 * indent.el (indent-for-tab-command): Doc fix.
2591
2592 2010-03-22 Juanma Barranquero <lekktu@gmail.com>
2593
2594 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2595 (image-dired-read-comment): Doc fix.
2596
2597 * json.el (json-object-type, json-array-type, json-key-type)
2598 (json-false, json-null, json-read-number):
2599 * minibuffer.el (completion-in-region-functions):
2600 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2601 (cal-tex-cursor-week):
2602 * emacs-lisp/trace.el (trace-function):
2603 * eshell/em-basic.el (eshell/printnl):
2604 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2605 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2606 * obsolete/levents.el (allocate-event, event-key, event-object)
2607 (event-point, event-process, event-timestamp, event-to-character)
2608 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2609 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2610 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2611 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2612 (reftex-highlight-selection): Fix typos in docstrings.
2613
2614 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
2615
2616 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2617
2618 2010-03-18 Glenn Morris <rgm@gnu.org>
2619
2620 * mail/rmail.el (rmail-highlight-face): Restore option deleted
2621 2008-02-13 without comment; mark it obsolete.
2622 (rmail-highlight-headers): Use rmail-highlight-face once more.
2623
2624 2010-03-16 Chong Yidong <cyd@stupidchicken.com>
2625
2626 * woman.el (woman2-process-escapes): Only consume the newline if
2627 the filler character is on a line by itself (Bug#5729).
2628
2629 2010-03-16 Kenichi Handa <handa@m17n.org>
2630
2631 * language/indian.el (devanagari-composable-pattern): Add more
2632 consonants.
2633
2634 2010-03-14 Michael Albinus <michael.albinus@gmx.de>
2635
2636 * net/trampver.el: Update release number.
2637
2638 2010-03-13 Glenn Morris <rgm@gnu.org>
2639
2640 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2641
2642 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
2643
2644 * net/tramp.el (tramp-find-executable):
2645 Use `tramp-get-connection-buffer'. Make the regexp for checking
2646 output of "wc -l" more robust.
2647 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2648 (tramp-open-connection-setup-interactive-shell): Remove workaround
2649 for OpenSolaris bug, it is not needed anymore.
2650
2651 2010-03-12 Glenn Morris <rgm@gnu.org>
2652
2653 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
2654
2655 2010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
2656
2657 * files.el (auto-mode-alist): Accept more verilog file patterns.
2658
2659 2010-03-09 Miles Bader <miles@gnu.org>
2660
2661 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
2662 instead of "format:"; this ensures that the output is
2663 newline-terminated.
2664
2665 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
2666
2667 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
2668 that all errors are caught, and that the return value is always a
2669 list (Bug#5692).
2670
2671 2010-03-08 Kenichi Handa <handa@m17n.org>
2672
2673 * language/misc-lang.el (windows-1256): New coding system.
2674 (cp1256): New alias of windows-1256 (bug#5690).
2675
2676 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
2677
2678 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
2679 call to rfc822-bad-address. (Bug#5692)
2680
2681 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
2682
2683 * vc-git.el (vc-git-annotate-extract-revision-at-line):
2684 Use vc-git-root as default directory for revision path (Bug#5657).
2685
2686 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
2687
2688 * calculator.el (calculator): Don't bind split-window-keep-point
2689 (Bug#5674).
2690
2691 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
2692
2693 * vc-git.el: Re-flow to fit into 80 columns.
2694 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
2695 Remove spurious `quote' element in each case alternative.
2696 (vc-git-show-log-entry): Use prog1.
2697 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
2698
2699 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2700
2701 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
2702
2703 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
2704
2705 * macros.el (insert-kbd-macro): Look up keyboard macro using the
2706 definition, not the name (Bug#5481).
2707
2708 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
2709
2710 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
2711 argument with a local variable. (Bug#5670)
2712
2713 2010-03-02 Juri Linkov <juri@jurta.org>
2714
2715 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
2716
2717 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
2718
2719 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
2720 error when FILENAME and NEWNAME are existing remote directories.
2721
2722 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
2723 parameter DIR-FLAG.
2724
2725 2010-03-02 Glenn Morris <rgm@gnu.org>
2726
2727 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
2728 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
2729
2730 2010-03-01 Kenichi Handa <handa@m17n.org>
2731
2732 * language/burmese.el (burmese-composable-pattern): Rename from
2733 myanmar-composable-pattern.
2734
2735 * international/characters.el (script-list):
2736 * international/fontset.el (script-representative-chars):
2737 Change myanmar to burmese.
2738 (otf-script-alist): Likewise.
2739 (setup-default-fontset): Likewise. Re-fix :otf spec.
2740
2741 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2742
2743 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
2744
2745 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
2746
2747 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
2748
2749 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
2750
2751 * net/tramp.el (tramp-handle-write-region): START can be a string.
2752 Take care in the checks. Reported by Dan Davison
2753 <davison@stats.ox.ac.uk>.
2754
2755 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
2756
2757 * net/dbus.el (dbus-introspect, dbus-get-property)
2758 (dbus-set-property, dbus-get-all-properties):
2759 Use `dbus-call-method' when noninteractive. (Bug#5645)
2760
2761 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
2762
2763 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
2764 * emacs-lisp/elint.el (elint-add-required-env):
2765 * calendar/icalendar.el (icalendar--add-diary-entry):
2766 * calc/calcalg2.el (math-tracing-integral):
2767 * files.el (recover-session-finish): Use with-current-buffer
2768 instead of save-excursion.
2769
2770 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
2771
2772 Fix in-buffer completion when after-change-functions modify the buffer.
2773 * minibuffer.el (completion--replace): New function.
2774 (completion--do-completion): Use it and use relative movement.
2775
2776 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
2777
2778 * international/fontset.el (setup-default-fontset): Fix :otf spec.
2779
2780 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
2781
2782 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
2783 Allow the characters _<> in the stack entry (Bug#5653).
2784
2785 2010-02-26 Kenichi Handa <handa@m17n.org>
2786
2787 * language/burmese.el: Fix entries in composition-function-table.
2788 (myanmar-composable-pattern): New variable.
2789
2790 * international/fontset.el (setup-default-fontset): Add an entry
2791 for myanmar.
2792
2793 * international/characters.el (script-list): Add Myanmar
2794 Extended-A.
2795
2796 2010-02-26 Glenn Morris <rgm@gnu.org>
2797
2798 * custom.el (custom-initialize-delay): Doc fix.
2799
2800 * mail/sendmail.el (send-mail-function): Autoload the call
2801 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
2802
2803 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
2804
2805 * files.el (hack-local-variables-filter): For eval forms, also
2806 check safe-local-variable-p (Bug#5636).
2807
2808 2010-02-24 Eduard Wiebe <usenet@pusto.de>
2809
2810 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
2811 and use c(ad)r of cddr (Bug#5640).
2812
2813 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
2814
2815 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
2816 setting the modes by `ignore-errors'. It might fail, for example
2817 if the file is not owned by the user but the group.
2818 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
2819
2820 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
2821
2822 * files.el (directory-listing-before-filename-regexp):
2823 Use stricter matching for iso-style dates, to avoid false matches with
2824 date-like filenames (Bug#5597).
2825
2826 * htmlfontify.el (htmlfontify): Doc fix.
2827
2828 * eshell/eshell.el (eshell): Doc fix.
2829
2830 * startup.el (fancy-about-screen): In mode-line, apply
2831 mode-line-buffer-id face only to the buffer name (Bug#5613).
2832
2833 2010-02-20 Kevin Ryde <user42@zip.com.au>
2834
2835 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2836 In `watcom' anchor regexp to start of line, to avoid slowness
2837 (Bug#5599).
2838
2839 2010-02-20 Eli Zaretskii <eliz@gnu.org>
2840
2841 * subr.el (remove-yank-excluded-properties): Explain in a comment
2842 why `category' property is removed.
2843
2844 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
2845
2846 * isearch.el (isearch-update-post-hook, isearch-update):
2847 Revert 2010-02-17 change.
2848
2849 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
2850
2851 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
2852 (icalendar--convert-weekly-to-ical)
2853 (icalendar--convert-yearly-to-ical)
2854 (icalendar--convert-block-to-ical)
2855 (icalendar--convert-cyclic-to-ical)
2856 (icalendar--convert-anniversary-to-ical): Take care of time
2857 specifications where hour has 1-digit only (Bug#5549).
2858
2859 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
2860
2861 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
2862 of disassemble output in GDB 7.1.
2863
2864 2010-02-19 Glenn Morris <rgm@gnu.org>
2865
2866 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
2867 property. (Bug#5593)
2868
2869 2010-02-18 Sam Steingold <sds@gnu.org>
2870
2871 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
2872
2873 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2874
2875 Use abbreviated file names in bookmarks (bug#5591).
2876 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
2877 calls to expand-file-name.
2878 (bookmark-relocate): Use abbreviated file names in bookmarks.
2879 (bookmark-load): Use abbreviated file names in messages.
2880
2881 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
2882
2883 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
2884 expand "." and "..". Reported by Thierry Volpiatto
2885 <thierry.volpiatto@gmail.com>.
2886
2887 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
2888
2889 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
2890 permissions of the temporary file to "0600". In case the remote
2891 file has no read permissions for the owner, there might be
2892 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
2893
2894 22010-02-18 Glenn Morris <rgm@gnu.org>
2895
2896 * emacs-lisp/authors.el (authors-renamed-files-alist):
2897 Add entries for INSTALL.CVS.
2898
2899 2010-02-17 Mark A. Hershberger <mah@everybody.org>
2900
2901 * vc-bzr.el: Fix typo in Known Bugs section.
2902
2903 * isearch.el (isearch-update-post-hook): New hook.
2904 (isearch-update): Use the new hook.
2905
2906 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
2907
2908 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2909 Fix errors in copying directories.
2910 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
2911 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
2912 (tramp-handle-delete-file)
2913 (tramp-handle-dired-recursive-delete-directory)
2914 (tramp-handle-write-region): Flush also the cache for the upper
2915 directory.
2916
2917 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
2918
2919 * simple.el (save-interprogram-paste-before-kill): Doc fix.
2920
2921 * cus-edit.el (hardware): Doc fix.
2922
2923 * man.el (man): Add to external custom group.
2924
2925 * delim-col.el (columns): Move to wp custom group.
2926
2927 * doc-view.el (doc-view): Add to data custom group.
2928
2929 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
2930
2931 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
2932 by ispell-parse-output (Bug#5575).
2933
2934 2010-02-16 Kenichi Handa <handa@m17n.org>
2935
2936 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
2937 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
2938 (skkdic-convert): Use `euc-japan' coding system for writing.
2939
2940 2010-02-16 Glenn Morris <rgm@gnu.org>
2941
2942 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
2943 tex-main-file before using it. (Bug#5562)
2944
2945 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2946
2947 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
2948 warnings, since it is annoying for the user to see them each time he
2949 runs the code.
2950
2951 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
2952
2953 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2954 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
2955 instead of PROC for caching "first-password-request". Otherwise,
2956 new processes would not profit from passwords already entered.
2957
2958 * net/tramp-cache.el (tramp-dump-connection-properties):
2959 Don't save "first-password-request" property.
2960
2961 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
2962
2963 * outline.el (outline-head-from-level):
2964 * simple.el (with-wrapper-hook):
2965 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
2966 (elint-defun, elint-buffer-env, elint-top-form-logged)
2967 (elint-unbound-variable):
2968 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
2969 Fix typos in docstrings.
2970
2971 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
2972
2973 * files.el (insert-directory): When WILDCARD-REGEXP and
2974 FULL-DIRECTORY-P are nil, insert the file entry instead of the
2975 whole directory. (Bug#5551)
2976
2977 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
2978 dired's alignment sanity. (Bug#5516)
2979
2980 2010-02-14 Juri Linkov <juri@jurta.org>
2981
2982 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
2983 Remove remaining ^H with their preceding chars. (Bug#5566)
2984
2985 2010-02-13 Glenn Morris <rgm@gnu.org>
2986
2987 * simple.el (transpose-subr): Give it a doc-string.
2988
2989 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
2990 Doc fixes.
2991
2992 2010-02-12 Juri Linkov <juri@jurta.org>
2993
2994 * arc-mode.el (archive-unique-fname): Make directories for nested
2995 archives. (Bug#5540)
2996
2997 2010-02-12 Juri Linkov <juri@jurta.org>
2998
2999 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
3000
3001 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3002
3003 * subr.el (copy-overlay): Handle deleted overlays.
3004
3005 * man.el (Man-completion-table): Don't signal an error if we can't run
3006 manual-program (bug#4056).
3007
3008 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
3009
3010 * textmodes/artist.el (artist-mt): Fix typos in docstring.
3011
3012 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3013
3014 * info.el (Info-bookmark-jump): Simplify.
3015
3016 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
3017 (bookmark-default-handler): Accept new bookmark field `buffer'.
3018
3019 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
3020
3021 * iswitchb.el (iswitchb-completions): Revert last change.
3022
3023 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
3024
3025 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
3026 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
3027 This prevents file names like "~/" being listed literally.
3028
3029 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
3030
3031 * term/xterm.el (xterm-maybe-set-dark-background-mode):
3032 Remove dead code. (Bug#5546)
3033
3034 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
3035
3036 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
3037 correctly (Bug#5548).
3038
3039 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
3040
3041 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
3042 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
3043
3044 2010-02-08 Kenichi Handa <handa@m17n.org>
3045
3046 * international/mule-util.el (with-coding-priority): Add autoload
3047 cookie for putting `lisp-indent-function'.
3048
3049 2010-02-07 Glenn Morris <rgm@gnu.org>
3050
3051 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
3052 Move F2003 named interfaces from keywords-2 to keywords-1, and
3053 use function-name-face rather than constant-face.
3054 Simplify "abstract interface" regexp.
3055
3056 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
3057
3058 * eshell/esh-util.el (eshell-file-attributes): New optional arg
3059 ID-FORMAT. Pass it to `file-attributes'.
3060
3061 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
3062
3063 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
3064
3065 * faces.el (set-face-attribute): Allow calling
3066 internal-set-lisp-face-attribute with 'unspecified family and
3067 foundry argument (Bug#5536).
3068
3069 2010-02-07 Glenn Morris <rgm@gnu.org>
3070
3071 * progmodes/f90.el (f90-font-lock-keywords-2)
3072 (f90-looking-at-type-like, f90-looking-at-program-block-end):
3073 Handle F2003 named interfaces.
3074
3075 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
3076
3077 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
3078 beg and end before calling c-get-state-before-change-functions.
3079
3080 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
3081
3082 * vc-bzr.el (vc-bzr-dir-extra-headers):
3083 Disable the pending merges header.
3084
3085 2010-02-05 Juri Linkov <juri@jurta.org>
3086
3087 * doc-view.el (doc-view-mode):
3088 * image-mode.el (image-mode): Put property mode-class=special.
3089 (Bug#4896)
3090
3091 2010-02-05 Mark A. Hershberger <mah@everybody.org>
3092
3093 * vc-svn.el (vc-svn-revision-table): New function.
3094
3095 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
3096
3097 * net/ange-ftp.el (ange-ftp-insert-directory):
3098 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3099 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3100 Handle also directories. (Bug#5478)
3101
3102 2010-02-05 Glenn Morris <rgm@gnu.org>
3103
3104 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
3105
3106 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
3107
3108 * startup.el (command-line-1): Convert options beginning with a
3109 single dash as well (Bug#5519).
3110
3111 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
3112
3113 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
3114 * minibuffer.el (completion-initials-expand): Only check the presence
3115 of delims *within* the boundaries, since otherwise the / delim is
3116 always found for files.
3117
3118 Fix up various corner case problems.
3119 * doc-view.el (doc-view-last-page-number): New function.
3120 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
3121 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
3122 (doc-view-kill-proc): Avoid inf-loop in freak cases.
3123 (doc-view-reconvert-doc): Use the new recursive delete-directory.
3124 (doc-view-convert-current-doc): Don't create the resolution.el file
3125 here any more.
3126 (doc-view-pdf/ps->png): Do it here instead.
3127 (doc-view-already-converted-p): Check that resolution.el is present.
3128 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
3129 windows that are not yet showing images.
3130
3131 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
3132
3133 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
3134 `dired-uncache' for every elemnt which is an absolute file name.
3135
3136 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
3137 directory, handle its directory component.
3138 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
3139 function is called permanently and creates noise, otherwise.
3140
3141 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3142 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3143 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
3144
3145 2010-02-04 David Burger <dburger@google.com> (tiny change)
3146
3147 * macros.el (apply-macro-to-region-lines):
3148 Minor simplification. (Bug#5485)
3149
3150 2010-02-04 Glenn Morris <rgm@gnu.org>
3151
3152 * mail/rmail.el (rmail-show-message-1): Handle malformed
3153 quoted-printable text. (Bug#5441)
3154
3155 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
3156
3157 * simple.el (visual-line-mode): Capitalize lighter.
3158
3159 2010-02-03 John Wiegley <jwiegley@gmail.com>
3160
3161 * iswitchb.el (iswitchb-completions): Add bookmark files to the
3162 list of files considered for "virtual buffer" completions.
3163
3164 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
3165
3166 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
3167 also in case of (and (not full) (not wildcard)). This is needed,
3168 when dired is called with a list of files, which are not in
3169 `default-directory'. (Bug#5478)
3170
3171 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
3172
3173 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
3174
3175 2010-02-02 Juri Linkov <juri@jurta.org>
3176
3177 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
3178 from unidiff to allow function-line after @@.
3179
3180 2010-02-02 Juri Linkov <juri@jurta.org>
3181
3182 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
3183 '(RCS SCCS) with inverted condition.
3184
3185 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
3186
3187 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
3188 messages.
3189
3190 2010-02-01 Juri Linkov <juri@jurta.org>
3191
3192 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
3193 compare with "pkunzip" and "pkzip" instead of only "pkzip".
3194 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
3195 only when (car archive-zip-extract) is "unzip". (Bug#5475)
3196
3197 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3198
3199 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
3200 (doc-view-revert-buffer): New command.
3201 (doc-view-mode-map): Use it.
3202
3203 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
3204
3205 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
3206 pending merge is detected.
3207
3208 2010-01-31 Juri Linkov <juri@jurta.org>
3209
3210 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
3211 beginning of interactive spec like all other grep commands do.
3212 Put "all" in front of "gz". (Bug#5260)
3213
3214 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
3215
3216 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
3217
3218 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
3219
3220 * dirtrack.el (dirtrack): Warn instead of signalling error if the
3221 regexp is incorrect (Bug#5476).
3222
3223 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
3224
3225 * net/tramp.el (tramp-handle-insert-directory): Handle also
3226 symlinks, when FILENAME is not in `default-directory'.
3227
3228 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
3229
3230 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
3231 FILE is not in `default-directory'. (Bug#5478)
3232
3233 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
3234 of SWITCHES. Handle the case, FILENAME is not in
3235 `default-directory'. (Bug#5478)
3236 (tramp-register-file-name-handlers): Add safe-magic property.
3237
3238 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
3239
3240 * arc-mode.el (archive-zip-extract): Quote the argument passed to
3241 unzip (Bug#5475).
3242
3243 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
3244
3245 * progmodes/flymake.el (flymake-allowed-file-name-masks)
3246 (flymake-master-make-header-init): Add other C++ filename masks.
3247 (flymake-find-possible-master-files)
3248 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
3249
3250 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
3251
3252 Fix some busybox annoyances.
3253
3254 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
3255 not responding." string.
3256 (tramp-open-connection-setup-interactive-shell): Dump stty
3257 settings. Enable "neveropen" arg for all `tramp-send-command'
3258 calls. Handle "=" in variable values properly.
3259 (tramp-find-inline-encoding): Raise an error, when no encoding is
3260 found.
3261 (tramp-wait-for-output): Check, whether PROC buffer is available.
3262 Remove spurious " ^H" sequences, sent by busybox.
3263 (tramp-get-ls-command): Suppress coloring, if possible.
3264
3265 2010-01-28 Glenn Morris <rgm@gnu.org>
3266
3267 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
3268
3269 * log-edit.el (log-edit-strip-single-file-name): Add missing
3270 :safe, :group, and :version tags.
3271
3272 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
3273
3274 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
3275 buffers. (Bug#5477)
3276
3277 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
3278
3279 * files.el (delete-directory): Handle moving to trash without
3280 first doing recursion (Bug#5436).
3281
3282 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
3283
3284 * vc-hooks.el (vc-path): Mark as obsolete.
3285
3286 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
3287
3288 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
3289 names too.
3290
3291 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
3292 for the short log.
3293 (vc-bzr-log-view-mode): Adjust regexp for the above change.
3294
3295 2010-01-25 Mark A. Hershberger <mah@everybody.org>
3296
3297 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
3298
3299 * vc-bzr.el (vc-bzr-revision-table): New function.
3300
3301 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
3302
3303 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
3304 diff-index command. This requires at least git-1.5.5. (Bug#1589).
3305
3306 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
3307
3308 Remove support for adding --signoff on commit.
3309 Future support will use an incompatible generic mechanism.
3310 * vc-git.el (vc-git-add-signoff): Remove variable.
3311 (vc-git-toggle-signoff): Remove function.
3312 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
3313
3314 * term/xterm.el (xterm-maybe-set-dark-background-mode):
3315 Rename from xterm-set-background-mode. Return t if the background mode
3316 was set.
3317 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
3318 earlier, call it again in case the background mode has changed.
3319
3320 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
3321
3322 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
3323 (Bug#3541).
3324
3325 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
3326
3327 * emacs-lisp/assoc.el (aelement): Doc fix.
3328 (aput, adelete, amake): Use lexical-let (Bug#5450).
3329
3330 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
3331
3332 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
3333 is the same as subprogram call, not declaration. (Bug#5435).
3334
3335 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
3336
3337 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3338 (tramp-smb-maybe-open-connection): Use it.
3339
3340 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
3341
3342 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
3343
3344 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3345
3346 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3347 just because we see "encoding: 8bit".
3348 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3349
3350 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
3351
3352 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3353
3354 2010-01-22 Eli Zaretskii <eliz@gnu.org>
3355
3356 * jka-compr.el (jka-compr-load): If load-file is not in
3357 load-history, try its file-truename version. (bug#5447)
3358
3359 2010-01-21 Alan Mackenzie <acm@muc.de>
3360
3361 Fix a situation where deletion of a cpp construct throws an error.
3362 * progmodes/cc-engine.el (c-invalidate-state-cache):
3363 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3364 special cpp construct is still in the buffer.
3365 (c-parse-state): Record the special cpp with markers, not numbers.
3366
3367 2010-01-21 Kenichi Handa <handa@m17n.org>
3368
3369 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3370 process last-command-event, as it is now decoded first (Bug#5380).
3371
3372 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
3373
3374 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3375
3376 2010-01-20 Glenn Morris <rgm@gnu.org>
3377
3378 * indent.el (tab-always-indent): Fix custom-type.
3379
3380 2010-01-19 Alan Mackenzie <acm@muc.de>
3381
3382 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3383 buffer throws "args out of range".
3384 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3385 playing the role of delimiter.
3386
3387 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
3388
3389 * progmodes/ada-mode.el: Fix bug#5400.
3390 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3391 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3392 changed. Delete RECURSIVE parameter; never used. Improve doc string.
3393 Improve comments in "is" portion. Handle null procedure declaration.
3394 (ada-move-to-end): Improve doc string.
3395
3396 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
3397
3398 * ido.el (ido-cur-list): Initialize to nil.
3399 Remove obsolete information from commentary.
3400 (ido-choice-list): Initialize to nil.
3401 (ido-get-bufname): Reject minibuffers.
3402 (ido-make-buffer-list): If "default" is a nonexistent
3403 buffer, ignore it, as per the function's comment.
3404 (ido-kill-buffer-internal): New function.
3405 (ido-kill-buffer-at-head): Use it.
3406 (ido-visit-buffer): Likewise.
3407
3408 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
3409
3410 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3411
3412 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
3413
3414 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3415 Fix typos in chart titles.
3416
3417 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
3418 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
3419 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
3420 (describe-class, eieio-describe-generic, describe-generic):
3421 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
3422 (eieio-speedbar-expand):
3423 * emulation/viper-cmd.el (viper-exec-form-in-vi)
3424 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
3425 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
3426 (viper-del-backward-char-in-replace, viper-backward-indent)
3427 (viper-brac-function, viper-register-to-point, viper-submit-report):
3428 * net/tramp.el (tramp-remote-coding-commands):
3429 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
3430 Fix typos in docstrings.
3431
3432 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
3433
3434 * mail/sendmail.el (mail-yank-original): Set the mark if the
3435 specified function for yanking does not do it.
3436
3437 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
3438
3439 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
3440
3441 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
3442 resyncing a directory.
3443
3444 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
3445
3446 * progmodes/ada-mode.el: Fix bug#1920.
3447 (ada-ident-re): Delete ., allow multibyte characters.
3448 (ada-goto-label-re): New; matches goto labels.
3449 (ada-block-label-re): New; matches block labels.
3450 (ada-label-re): New; matches both.
3451 (ada-named-block-re): Deleted; callers changed to use
3452 `ada-block-label-re' instead.
3453 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
3454 Use `ada-block-label-re'.
3455 (ada-indent-on-previous-lines): Improve handling of goto labels.
3456 (ada-get-indent-block-start): Special-case block label.
3457 (ada-get-indent-label): Split into `ada-indent-block-label' and
3458 `ada-indent-goto-label'.
3459 (ada-goto-stmt-start, ada-goto-next-non-ws):
3460 Optionally ignore goto labels.
3461 (ada-goto-next-word): Simplify.
3462 (ada-indent-newline-indent-conditional): Insert newline before
3463 trying to fix indentation; doc fix.
3464
3465 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
3466
3467 * calc/calc.el (calc-command-flags): Give it an initial value.
3468
3469 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
3470
3471 * files.el (minibuffer-with-setup-hook):
3472 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
3473 (artist-key-draw-continously, artist-key-do-continously-continously)
3474 (artist-key-set-point-continously, artist-mouse-draw-continously):
3475 Fix typos in docstrings.
3476
3477 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
3478
3479 * nxml/nxml-mode.el (nxml-extend-after-change-region):
3480 Never return t (Bug#3898).
3481
3482 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
3483
3484 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
3485 can parse the output of the external commands (Bug#5279).
3486
3487 2010-01-16 Jari Aalto <jari.aalto@cante.net>
3488
3489 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
3490
3491 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
3492
3493 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
3494
3495 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
3496
3497 * startup.el (command-line): Remove unused --icon-type arg.
3498 Handle --display arg, passing it to command-line-1 (Bug#5392).
3499
3500 2010-01-16 Mario Lang <mlang@delysid.org>
3501
3502 * emacs-lisp/chart.el (chart-translate-namezone):
3503 * textmodes/artist.el (artist-compute-popup-menu-table):
3504 Remove duplicated words in doc-strings.
3505
3506 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
3507
3508 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
3509 to mairix-search to suppress threading (Bug#5342).
3510
3511 2010-01-15 Kenichi Handa <handa@m17n.org>
3512
3513 * international/mule-cmds.el (canonicalize-coding-system-name):
3514 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
3515
3516 2010-01-15 Glenn Morris <rgm@gnu.org>
3517
3518 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
3519
3520 * wid-edit.el (widget-keymap): Doc fix.
3521
3522 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
3523 former seems to be more widely accepted by various svn versions.
3524
3525 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3526
3527 * find-cmd.el (find-constituents):
3528 * vc-arch.el (vc-arch-root):
3529 * window.el (window-body-height, pop-up-frames):
3530 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
3531 * progmodes/ada-stmt.el (ada-if):
3532 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
3533 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
3534 (ispell-encoding8-command, ispell-aspell-supports-utf8)
3535 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
3536
3537 * progmodes/flymake.el (flymake-post-syntax-check):
3538 Fix typo in error message.
3539
3540 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3541
3542 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
3543 which is always a string. (Bug#5313)
3544
3545 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3546
3547 * progmodes/ada-xref.el (ada-default-prj-properties):
3548 Simplify previous change.
3549
3550 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3551
3552 * progmodes/ada-xref.el (ada-default-prj-properties):
3553 Default ada_project_path to $ADA_PROJECT_PATH.
3554
3555 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3556
3557 * progmodes/ada-mode.el (ada-create-keymap):
3558 Override `narrow-to-defun' with `ada-narrow-to-defun'.
3559
3560 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3561
3562 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
3563 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
3564 (ada-get-current-indent, ada-imenu-generic-expression)
3565 (ada-which-function): Check for it.
3566
3567 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3568
3569 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
3570 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
3571
3572 2010-01-14 Glenn Morris <rgm@gnu.org>
3573
3574 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
3575
3576 2010-01-14 Kenichi Handa <handa@m17n.org>
3577
3578 * composite.el (auto-composition-mode): Make it a buffer local
3579 variable (permanent-local).
3580 (auto-composition-function): Set the default value to
3581 auto-compose-chars.
3582 (auto-composition-mode): Make it a simple function, not a minor mode.
3583 (global-auto-composition-mode): Likewise.
3584 (turn-on-auto-composition-if-enabled): Delete it.
3585
3586 2010-01-13 Karl Fogel <kfogel@red-bean.com>
3587
3588 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
3589
3590 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
3591
3592 * files.el (copy-directory): Compute target for recursive
3593 directories with identical names. (Bug#5343)
3594
3595 2010-01-12 Glenn Morris <rgm@gnu.org>
3596
3597 * mail/emacsbug.el (report-emacs-bug-pretest-address):
3598 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
3599
3600 2010-01-11 Sam Steingold <sds@gnu.org>
3601
3602 * imenu.el (imenu-default-create-index-function): Detect infinite
3603 loops caused by imenu-prev-index-position-function.
3604
3605 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
3606
3607 * htmlfontify.el (htmlfontify-load-rgb-file)
3608 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
3609 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
3610 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
3611 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
3612 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
3613 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
3614 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
3615 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
3616 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
3617 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
3618 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
3619 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
3620 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
3621 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
3622 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
3623 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
3624 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
3625 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
3626 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
3627 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
3628 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
3629 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
3630 backslash-quoting from parentheses, etc.
3631
3632 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
3633
3634 * progmodes/js.el: Autoload javascript-mode alias.
3635
3636 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
3637
3638 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
3639 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
3640 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
3641 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
3642 Fix typos in docstrings.
3643 (ffap-url-regexp): Doc fix.
3644 (ffap-at-mouse): Fix typo in message.
3645
3646 2010-01-11 Glenn Morris <rgm@gnu.org>
3647
3648 * version.el (emacs-copyright): Set copyright year to 2010.
3649
3650 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3651
3652 * format.el (format-annotate-function): Only set
3653 write-region-post-annotation-function after running to-fn so as not to
3654 affect nested write-region calls (bug#5273).
3655
3656 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
3657
3658 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
3659 wisent/python.el.
3660
3661 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
3662
3663 * man.el (Man-goto-section): Signal error if the section is not
3664 found (Bug#5317).
3665
3666 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
3667
3668 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
3669 URLs with a leading triple slash in the file: scheme. (Bug#5345)
3670
3671 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
3672
3673 * progmodes/compile.el: Don't treat compile-command as safe if
3674 compilation-read-command might be nil (Bug#4218).
3675
3676 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
3677
3678 * startup.el (command-line-1): Use orig-argi to check for ignored X and
3679 NS options.
3680
3681 2010-01-08 Kenichi Handa <handa@m17n.org>
3682
3683 * international/fontset.el (build-default-fontset-data):
3684 Exclude characters in scripts kana, hangul, han, or cjk-misc.
3685
3686 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
3687
3688 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
3689 to `create-file-buffer' as it expects, not just a buffer name.
3690 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
3691 to help uniquify. (Bug#3224)
3692
3693 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
3694
3695 * font-setting.el (font-setting-change-default-font): Use user-spec
3696 instead of name.
3697
3698 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3699
3700 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
3701
3702 2010-01-05 Tom Tromey <tromey@redhat.com>
3703
3704 * progmodes/python.el (python-font-lock-keywords):
3705 Handle qualified decorators (Bug#881).
3706
3707 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3708
3709 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
3710 in a lightweight checkout.
3711
3712 2010-01-05 Kenichi Handa <handa@m17n.org>
3713
3714 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
3715
3716 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3717
3718 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
3719
3720 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
3721
3722 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
3723 checkouts. (Bug#618)
3724 (vc-bzr-log-view-mode): Also highlight the author.
3725 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
3726 (vc-bzr-shelve-menu-map):
3727 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
3728 (vc-bzr-shelve-apply): Make prompt more explicit.
3729
3730 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
3731
3732 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
3733 They are valid characters in URL paths (rfc3986), and at least
3734 Firefox does not understand the encoded version (Bug#3166).
3735
3736 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
3737
3738 * progmodes/octave-mod.el (octave-end-keywords)
3739 (octave-block-begin-or-end-regexp, octave-block-match-alist):
3740 Add "end" keyword (Bug#3061).
3741 (octave-end-as-array-index-p): New function.
3742 (calculate-octave-indent): Use it.
3743
3744 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3745
3746 * bookmark.el: Consistently put the text property on the bookmark name.
3747 (bookmark-bmenu-marks-width): Bump back to 2, to include
3748 annotation marks.
3749 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
3750 property on the bookmark name, instead of not putting it at all.
3751 (bookmark-bmenu-list): Fix where we put the text property.
3752
3753 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3754
3755 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
3756 for showing buffer modified state (as added in the previous change).
3757
3758 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3759
3760 * bookmark.el: Show modified state of bookmark buffer more accurately.
3761 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
3762 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
3763 (with-buffer-modified-unmodified): New macro.
3764 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3765 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
3766 Use new macro to preserve the buffer modified state.
3767
3768 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3769
3770 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3771 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
3772 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
3773 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
3774 (bookmark-bmenu-rename, bookmark-bmenu-locate)
3775 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
3776 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3777
3778 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3779
3780 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3781 Make the lines in the generated doc string shorter. (Bug#4668)
3782
3783 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
3784
3785 * net/rcirc.el: Add follow-link binding (Bug#4738).
3786
3787 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3788
3789 * Makefile.in (bzr-update): Rename from cvs-update.
3790 (cvs-update): New target for backward compatibility.
3791
3792 * makefile.w32-in (bzr-update): Rename from cvs-update.
3793 (cvs-update): New target for backward compatibility.
3794
3795 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3796
3797 * bookmark.el: Remove gratuitous gratitude.
3798
3799 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3800
3801 * bookmark.el (bookmark-bmenu-any-marks): New function
3802 (bookmark-bmenu-save): Clear buffer modification if no marks.
3803
3804 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3805
3806 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
3807 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
3808 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
3809 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
3810
3811 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
3812 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
3813 To: emacs-devel {_AT_} gnu.org
3814 Subject: bookmark.el bug report
3815 Date: Mon, 28 Dec 2009 14:19:16 +0800
3816 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
3817
3818 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3819
3820 * bookmark.el: Improvements suggested by Drew Adams:
3821 (bookmark-bmenu-ensure-position): New name for
3822 `bookmark-bmenu-check-position'. Just ensure the position,
3823 don't return any meaningful value.
3824 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
3825 New constants.
3826
3827 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
3828
3829 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
3830 (bookmark-yank-point, bookmark-bmenu-check-position):
3831 Fix typos in docstrings.
3832 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
3833 (bookmark-name-from-full-record, bookmark-get-position)
3834 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
3835 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
3836 Remove useless quoting of parenthesis, etc. in docstrings.
3837
3838 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
3839 (ediff-append-custom-diff): Fix typo in error message.
3840 (ediff-meta-mark-equal-files): Fix typos in messages.
3841
3842 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
3843
3844 * net/imap-hash.el (imap-hash-make): Doc fix.
3845 (imap-hash-test): Fix typo in error message; reflow docstring.
3846 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
3847 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
3848 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
3849 Fix typos in docstrings.
3850 (imap-hash-open-connection): Fix typo in error message.
3851
3852 * play/gomoku.el (gomoku): Fix typos in docstring.
3853
3854 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
3855 (gdb-jsonify-buffer): Fix typos in docstring.
3856 (gdb-goto-breakpoint): Fix typo in error message.
3857 ("Display Other Windows"): Fix typo in help message.
3858 (gdb-speedbar-expand-node): Fix typo in question.
3859
3860 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
3861 (idlwave-html-system-help-location, idlwave-html-help-location)
3862 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
3863 (idlwave-help-browser-generic-args, idlwave-help-directory)
3864 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
3865 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
3866 (idlwave-online-help, idlwave-help-html-link)
3867 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
3868 Fix typos in docstrings.
3869 (idlwave-help-with-source, idlwave-help-find-routine-definition):
3870 Reflow docstrings.
3871 (idlwave-help-assistant-start): Fix typo in error message.
3872
3873 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
3874 (octave-electric-space): Fix typos in docstrings.
3875
3876 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
3877
3878 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
3879
3880 2010-01-01 Juri Linkov <juri@jurta.org>
3881
3882 * comint.el (comint-input-ring-size): Make it a defcustom and
3883 increase the default to 500 (Bug#5148).
3884
3885 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
3886
3887 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
3888 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
3889 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
3890
3891 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
3892
3893 Show working revision correctly for mercurial.
3894 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
3895 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
3896
3897 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
3898
3899 Declare some functions for the byte-compiler.
3900 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
3901 (speedbar-timer-fn, speedbar-change-expand-button-char)
3902 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
3903
3904 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
3905
3906 This changeset reverts GDB Graphical Interface to use annotations.
3907 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
3908
3909 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
3910
3911 Make vc-dir work on subdirectories of the bzr root.
3912 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
3913 Return file names relative to it.
3914 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
3915 relative directory to vc-bzr-after-dir-status.
3916
3917 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
3918
3919 * font-lock.el (font-lock-refresh-defaults): New function, which
3920 can be used to let font-lock react to external changes in
3921 variables like font-lock-defaults and keywords.
3922 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
3923
3924 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
3925
3926 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
3927
3928 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
3929
3930 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
3931
3932 Supersede color.diff settings in git log (bug#5211).
3933
3934 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
3935 escape chars in its output when the user has color.diff set to `always'.
3936 This fix works on git 1.4.2 and newer (released on 2006-08-13).
3937
3938 2009-12-26 Kevin Ryde <user42@zip.com.au>
3939
3940 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
3941 node. Keep previous "Index" name to work with past coreutils too.
3942
3943 * man.el (man): Revise docstring a bit to show -a and -l as
3944 examples. Add -k description since support for it has otherwise
3945 been a secret. (Further to bug#3717.)
3946 (Man-bgproc-sentinel): When "-k foo" produces no output show error
3947 "no matches" rather than "Can't find manpage", as the latter reads
3948 like -k was interpreted as a page name, which is not so. (Bug#5431)
3949
3950 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
3951
3952 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
3953 switches. Check also for //SUBDIRED// line.
3954
3955 2009-12-25 Kenichi Handa <handa@m17n.org>
3956
3957 * language/indian.el (devanagari-composable-pattern): Fix to
3958 handle ZWNJ and ZWJ. Use it in composition-function-table for
3959 Devanagari.
3960 (malayalam-composable-pattern): Fix previous change.
3961
3962 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3963
3964 * ps-print.el (ps-face-attributes): It was not returning the
3965 attribute face for faces specified as string. Reported by harven
3966 <harven@free.fr>. (Bug#5254)
3967 (ps-print-version): New version 7.3.5.
3968
3969 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
3970
3971 * calendar/icalendar.el (icalendar--convert-tz-offset):
3972 Fix timezone names.
3973 (icalendar--convert-tz-offset): Fix the "last-day-problem".
3974 (icalendar--add-diary-entry): Remove the trailing blank that
3975 diary-make-entry inserts.
3976
3977 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
3978
3979 Make `file-expand-wildcards' work for remote files.
3980
3981 * files.el (file-expand-wildcards): In case of remote files, check
3982 only local file name part for wildcards. Provide feature 'files
3983 and subfeature 'remote-wildcards. (Bug#5198)
3984
3985 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
3986 if there is already an established connection.
3987 (tramp-advice-file-expand-wildcards): Remove it.
3988
3989 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
3990 (tramp-advice-file-expand-wildcards): Move from tramp.el.
3991 Activate advice for older GNU Emacs versions. (Bug#5237)
3992
3993 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
3994
3995 Some doc fixes (more needed).
3996
3997 * find-cmd.el (find-constituents): Reflow docstring.
3998 (find-cmd, find-prune, find-command): Fix typos in docstrings.
3999 (find-generic): Doc fix.
4000
4001 2009-12-17 Juri Linkov <juri@jurta.org>
4002
4003 Fix regression from 23.1 to allow multiple modes in Local Variables.
4004
4005 * files.el (hack-local-variables-filter): While ignoring duplicates,
4006 don't take `mode' into account.
4007 (hack-local-variables-filter, hack-dir-local-variables):
4008 Don't remove duplicate `mode' from local-variables-alist (like `eval').
4009
4010 2009-12-17 Juri Linkov <juri@jurta.org>
4011
4012 Make `dired-diff' more safe. (Bug#5225)
4013
4014 * dired-aux.el (dired-diff): Signal an error when `file' equals to
4015 `current' or when `file' is a directory of the `current' file.
4016
4017 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
4018
4019 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
4020 unconditionally preloaded files.
4021
4022 2009-12-16 Juri Linkov <juri@jurta.org>
4023
4024 Revert to old 23.1 logic of using the file at the mark as default.
4025 * dired-aux.el (dired-diff): Use the file at the mark as default
4026 if it's not the same as the current file, and the target dir is
4027 the current dir or the mark is active. Add the current file
4028 as the arg of `dired-dwim-target-defaults'. Use the default file
4029 in the prompt. (Bug#5225)
4030
4031 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
4032
4033 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
4034 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
4035 (tramp-check-for-regexp): Check also, when an echoing shell stops
4036 to echo sent commands.
4037
4038 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
4039
4040 * Makefile.in: Revert last change (Bug#5191).
4041
4042 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
4043
4044 * vc-hg.el (vc-hg-print-log): Fix argument order.
4045 (vc-hg-working-revision): Make sure the command is executed in a
4046 known environment so that we can parse the output. (Bug#4417)
4047
4048 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
4049
4050 * progmodes/python.el (python-symbol-completions): Remove text
4051 properties from symbol string before calling python-send-receive.
4052
4053 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
4054
4055 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
4056 when there are values for both file and line. (Bug#5060)
4057
4058 2009-12-14 Juri Linkov <juri@jurta.org>
4059
4060 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
4061 whitespace after the file name of the first line of unified format,
4062 because git-diff doesn't output whitespace and file modification time
4063 after the file name.
4064
4065 2009-12-14 David Kastrup <dak@gnu.org>
4066
4067 * info.el (Info-hide-cookies-node): Before hiding a cookie,
4068 check if it already has the `display' property added by
4069 `Info-display-images-node', and not put the `invisible' property
4070 in this case.
4071
4072 2009-12-13 Glenn Morris <rgm@gnu.org>
4073
4074 * mail/emacsbug.el (message-sort-headers): Define for compiler.
4075 (report-emacs-bug): In message-mode, sort manually before storing
4076 original report text. (Bug#5178)
4077 Remove superfluous save-excursion.
4078
4079 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
4080
4081 * net/dbus.el (dbus-property-handler): Filter lambda forms out
4082 when responding to "GetAll" properties.
4083
4084 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
4085
4086 * simple.el (compose-mail): Remove mail-setup-with-from from
4087 customization checks.
4088
4089 2009-12-12 Eli Zaretskii <eliz@gnu.org>
4090
4091 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
4092 RAR archives created on Unix systems.
4093
4094 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4095
4096 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
4097 the varalias that was accidentally removed by the 2009-11-19 change
4098 (bug#5186).
4099
4100 2009-12-12 Kenichi Handa <handa@m17n.org>
4101
4102 * language/indian.el (indian-compose-regexp): New function.
4103 (malayalam-composable-pattern): Fix the pattern.
4104 (composition-function-table): Set malayalam-composable-pattern for
4105 Malayalam characters.
4106
4107 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
4108
4109 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
4110 rather than down-mouse-1, based on follow-link conventions.
4111
4112 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
4113 are compiled.
4114
4115 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
4116
4117 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
4118 (verilog-vmm-statement-re, verilog-ovm-statement-re)
4119 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
4120 (verilog-leap-to-head, verilog-backward-token):
4121 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
4122
4123 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
4124
4125 * progmodes/verilog-mode.el (verilog-auto-lineup)
4126 (verilog-nameable-item-re): Cleanup user-visible spelling and
4127 documentation errors. One reported by Gary Delp.
4128 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
4129 (verilog-read-decls): Fix AUTOWIRE with types declared in a
4130 package, bug195. Reported by Pierre-David Pfister.
4131
4132 2009-12-11 Glenn Morris <rgm@gnu.org>
4133
4134 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
4135
4136 * mail/emacsbug.el: No longer require sendmail.
4137 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
4138 (report-emacs-bug-orig-text): Doc fix.
4139 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
4140 New local variables, to adapt to different mail-user-agents.
4141 (report-emacs-bug): Fix test for a gnu.org address.
4142 Use overlays for emphasis, since font-lock defeats 'face property.
4143 Pretest bugs also end up at the newsgroup these days.
4144 Stop message-mode stripping text properties.
4145 Set and use the new buffer-local variables.
4146 (report-emacs-bug-hook): Add doc-string.
4147 Remove some unnecessary save-excursions and simplify.
4148 Use the appropriate hook and send-command.
4149
4150 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
4151 capitalization of some menu entries.
4152
4153 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4154
4155 * whitespace.el (whitespace-display-char-on):
4156 Ensure `buffer-display-table' is unique when two or more windows are
4157 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
4158 New version 12.1.
4159
4160 2009-12-10 Eli Zaretskii <eliz@gnu.org>
4161
4162 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
4163 characters in the Attribute field.
4164
4165 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
4166
4167 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
4168
4169 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4170
4171 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
4172 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4173 Disregard autoload-excludes.
4174 (update-directory-autoloads): Obey autoload-excludes here instead.
4175 But don't store its contents in no-autoloads and remove entries that
4176 refer to excludes files.
4177
4178 2009-12-10 Glenn Morris <rgm@gnu.org>
4179
4180 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
4181 (expand-mail-aliases): Define for compiler.
4182
4183 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
4184 Define for compiler.
4185
4186 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
4187 appropriate for the mail-user-agent in use.
4188
4189 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
4190
4191 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
4192
4193 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
4194
4195 Fix short log parsing and fontification.
4196 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
4197 Fix fontification for the [merge] label.
4198
4199 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
4200
4201 Drop some properties to avoid surprises.
4202 * htmlfontify.el (hfy-ignored-properties): New defcustom.
4203 (hfy-fontify-buffer): Use it.
4204
4205 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
4206
4207 Minor cleanup.
4208 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
4209 Adjust all callers.
4210 (ffap-locate-file): Remove unused arg `dir-ok' and make other
4211 args compulsory. Adjust callers.
4212 (ffap-gopher-at-point): Remove unused var `name'.
4213
4214 Get rid of the ELCFILES abomination.
4215 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4216 (compile-elcfiles): New phony target.
4217 (compile-main): Compute ELCFILES dynamically.
4218 (compile-clean): New target to remove left-over elc files.
4219 (compile, all): Use it.
4220
4221 2009-12-09 Kenichi Handa <handa@etlken>
4222
4223 * international/mule-diag.el: Require help-mode instead of help-fns.
4224
4225 2009-12-09 Kenichi Handa <handa@m17n.org>
4226
4227 * international/mule-cmds.el (ucs-names): Supply sufficiently
4228 fine ranges instead of pre-calculating accurate ranges.
4229 Iterate with bigger gc-cons-threshold.
4230
4231 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
4232
4233 Add support for stashing a snapshot of the current tree.
4234 * vc-git.el (vc-git-stash-snapshot): New function.
4235 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
4236
4237 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
4238
4239 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
4240 instead of `(beginning|end)-of-line'.
4241
4242 2009-12-08 Glenn Morris <rgm@gnu.org>
4243
4244 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
4245
4246 * Makefile.in (ELCFILES): Regenerate.
4247
4248 2009-12-07 Juri Linkov <juri@jurta.org>
4249
4250 Don't lazy-highlight the comint output in history Isearch mode.
4251
4252 * comint.el (comint-history-isearch-search): Instead of
4253 `comint-line-beginning-position', use `comint-after-pmark-p'
4254 to check if point if before the process mark, and go to
4255 `process-mark' in this case.
4256
4257 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4258
4259 * textmodes/tex-mode.el (latex-complete)
4260 (latex-indent-or-complete): Remove.
4261 (latex-mode): Set completion-at-point-functions instead.
4262
4263 Provide a standard completion command and hook it into TAB.
4264 * minibuffer.el (completion-at-point-functions): New var.
4265 (completion-at-point): New command.
4266 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
4267 * progmodes/python.el (python-mode-map): Use completion-at-point.
4268 (python-completion-at-point): Rename from python-partial-symbol and
4269 adjust for use in completion-at-point-functions.
4270 (python-mode): Setup completion-at-point for Python completion.
4271 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
4272 extracted from lisp-complete-symbol.
4273 (lisp-complete-symbol): Use it.
4274 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
4275 setup completion-at-point for Elisp completion.
4276 (emacs-lisp-mode-map, lisp-interaction-mode-map):
4277 Use completion-at-point.
4278 * ielm.el (ielm-map): Use completion-at-point.
4279 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
4280 * progmodes/sym-comp.el: Move to...
4281 * obsolete/sym-comp.el: Move from progmodes.
4282
4283 2009-12-07 Eli Zaretskii <eliz@gnu.org>
4284
4285 Prevent save-buffer in Rmail buffers from using the coding-system
4286 of the current message, and from clobbering the encoding mnemonics
4287 in the mode line (Bug#4623).
4288
4289 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
4290 flag, too.
4291 (rmail-message-encoding): New variable.
4292 (rmail-write-region-annotate): Record the encoding of the current
4293 message in rmail-message-encoding.
4294 (rmail-after-save-hook): New function, restores the encoding of
4295 the current message after the message collection is saved.
4296
4297 2009-12-07 Juri Linkov <juri@jurta.org>
4298
4299 * progmodes/grep.el (grep-read-files): Use `completing-read'
4300 instead of `read-string'. Set its `collection' arg to
4301 `read-file-name-internal'. (Bug#4301)
4302
4303 2009-12-07 Juri Linkov <juri@jurta.org>
4304
4305 Correctly restore original Isearch point. (Bug#4994)
4306
4307 * isearch.el (isearch-mode): Move `isearch-push-state' after
4308 `(run-hooks 'isearch-mode-hook)'.
4309 (isearch-cancel): When `isearch-push-state-function' is defined,
4310 let-bind `isearch-cmds' to the first state (the last element of
4311 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
4312 function and restores the original point). Otherwise, move point
4313 to `isearch-opoint'.
4314
4315 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4316
4317 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
4318 chars that don't have names, so the table can be built much faster at
4319 run-time.
4320
4321 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
4322
4323 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
4324 change. Suggested by David Kastrup.
4325
4326 * simple.el (compose-mail): Check for incompatibilities and warn.
4327 (compose-mail-user-agent-warnings): New option.
4328
4329 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4330
4331 Support showing a single log entry from vc-annotate.
4332 * vc.el (print-log): Add a new argument: START-REVISION.
4333 (vc-print-log-internal): Add a new optional argument and
4334 pass it to the backend.
4335 (vc-print-log, vc-print-root-log): Adjust callers.
4336 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
4337 buffer already displays the requested log entry, use it.
4338 Otherwise display only the log entry in question.
4339 * vc-svn.el (vc-svn-print-log):
4340 * vc-mtn.el (vc-mtn-print-log):
4341 * vc-hg.el (vc-hg-state):
4342 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
4343 (vc-git-show-log-entry): Return t on success.
4344 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
4345 (vc-bzr-show-log-entry): Return t on success.
4346 * vc-rcs.el (vc-rcs-print-log):
4347 * vc-sccs.el (vc-sccs-print-log):
4348 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
4349
4350 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4351
4352 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
4353 Add menus to the meta mode. (Bug#5043)
4354
4355 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
4356
4357 * ediff-init.el (ediff-event-key): Use event-to-character instead of
4358 event-key.
4359
4360 * ediff.el (ediff-buffers-internal): Add unwind-protect.
4361
4362 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
4363
4364 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
4365 Berbain <raphael.berbain@gmail.com>.
4366
4367 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
4368 characters.
4369 (tramp-initial-end-of-output): New defconst.
4370 (tramp-methods, tramp-find-shell)
4371 (tramp-open-connection-setup-interactive-shell)
4372 (tramp-maybe-open-connection): Use it.
4373 (tramp-shell-prompt-pattern, tramp-wait-for-output):
4374 Handle existence of `#' and `$'.
4375
4376 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
4377 Use `tramp-initial-end-of-output'.
4378
4379 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4380
4381 Get the background mode from the terminal for xterm, and set
4382 faces accordingly.
4383 * term/xterm.el (xterm-set-background-mode): New function.
4384 (terminal-init-xterm): Use it in case xterm supports background
4385 color queries. Recompute faces after getting the background
4386 color.
4387
4388 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
4389
4390 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
4391 number comment back on its own line, for easier parsing.
4392
4393 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4394
4395 Make it work for non-file buffers (bug#5102).
4396 * doc-view.el (doc-view-current-cache-dir):
4397 Use doc-view-buffer-file-name rather than buffer-file-name.
4398 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
4399
4400 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
4401
4402 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
4403 author field is too short.
4404
4405 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
4406
4407 * vc-git.el (vc-git-print-log): Handle a limit argument.
4408 Display the short log in graph form and with labels.
4409 (vc-git-log-view-mode): Handle labels.
4410
4411 Make vc-revert change VC state from 'added to 'unregistered.
4412 * vc-git.el (vc-git-revert): Call git reset first.
4413
4414 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
4415
4416 * net/newst-backend.el, net/newst-plainview.el:
4417 * net/newst-reader.el, net/newst-ticker.el:
4418 * net/newst-treeview.el, net/newsticker.el:
4419 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
4420
4421 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
4422
4423 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
4424
4425 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
4426 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
4427 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4428 Update annotation regexp.
4429
4430 * simple.el (beginning-of-visual-line): Constrain to field
4431 boundaries (Bug#5106).
4432
4433 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
4434
4435 * xml.el (xml-substitute-numeric-entities):
4436 Move newsticker--decode-numeric-entities in newst-backend.el to
4437 xml-substitute-numeric-entities in xml.el. (Bug#5008)
4438 * net/newst-backend.el (newsticker--parse-generic-feed)
4439 (newsticker--parse-generic-items)
4440 (newsticker--decode-numeric-entities):
4441 Move newsticker--decode-numeric-entities in newst-backend.el to
4442 xml-substitute-numeric-entities in xml.el. (Bug#5008)
4443
4444 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
4445
4446 * progmodes/js.el (js--js-not): Add null to the list of values.
4447
4448 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
4449
4450 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
4451
4452 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4453
4454 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
4455 delimiter if it is at the end of the current line.
4456 (bibtex-generate-url-list): Fix docstring.
4457
4458 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4459
4460 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
4461 minibuffer's content with itself.
4462 Fold the confirm-after-completion case into the `confirm' case.
4463 (completion-pcm-word-delimiters): Add : and / to the delimiters.
4464
4465 2009-12-06 Kevin Ryde <user42@zip.com.au>
4466
4467 * ffap.el (ffap-rfc-path): Make this a defcustom since
4468 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
4469
4470 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
4471 manuals, similar to existing setup for help-mode. (Bug#3913.)
4472
4473 2009-12-05 Juri Linkov <juri@jurta.org>
4474
4475 Save and restore dired buffer's point positions too. (Bug#4880)
4476
4477 * dired.el (dired-save-positions): Return in the first element
4478 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
4479 Doc fix.
4480 (dired-restore-positions): First restore buffer's position.
4481 While restoring window's positions, check if window still displays
4482 the original buffer.
4483
4484 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
4485
4486 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
4487 if possible.
4488
4489 * shell.el (shell): Require ansi-color (Bug#5113).
4490
4491 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
4492
4493 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
4494
4495 2009-12-05 Alan Mackenzie <acm@muc.de>
4496
4497 * progmodes/cc-mode.el (c-before-hack-hook)
4498 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
4499 `c-file-style' to work again. This reversion restores the current
4500 software to its state in Emacs 23.1. (Bug#4146)
4501
4502 2009-12-05 Kevin Ryde <user42@zip.com.au>
4503
4504 * textmodes/sgml-mode.el (sgml-lexical-context):
4505 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
4506
4507 2009-12-05 Juri Linkov <juri@jurta.org>
4508
4509 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
4510 for virtual nodes. (Bug#4147)
4511 (Info-find-node-2): Set `Info-current-node-virtual' to nil
4512 when moving from a virtual node.
4513 (Info-mode-menu): Add `Info-virtual-index' to the menu.
4514 (Info-mode): Add `Info-virtual-index' to the docstring.
4515
4516 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4517
4518 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
4519 track of the buffer position of the end of a BibTeX entry as this
4520 position may change during reformatting.
4521 (bibtex-format-entry): Remove whitespace before processing
4522 numerical fields so that we recognize the latter properly.
4523 (bibtex-reformat): Do not use push which changes the global value
4524 of bibtex-entry-format.
4525 (bibtex-field-braces-alist, bibtex-field-strings-alist)
4526 (bibtex-field-re-init): Replace only space characters by regexp
4527 for whitespace.
4528 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
4529 (bibtex-initialize): Also update bibtex-strings.
4530 (bibtex-kill-field): Preserve white space at end of entry.
4531 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
4532 Update bibtex-reference-keys.
4533
4534 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4535
4536 * minibuffer.el (completion-pcm--merge-try): Also consider placing
4537 point after a star, if that's the only place where modifications can
4538 make progress.
4539
4540 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
4541
4542 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
4543 in docstrings.
4544
4545 2009-12-04 Juri Linkov <juri@jurta.org>
4546
4547 * proced.el (proced): Call `(proced-update t)' to update process
4548 information instead of only running proced-post-display-hook.
4549 (proced-send-signal): Add a leading space to the buffer name
4550 " *Marked Processes*" to make this buffer ephemeral.
4551
4552 2009-12-04 Juri Linkov <juri@jurta.org>
4553
4554 * dired.el (dired-auto-revert-buffer): New defcustom.
4555 (dired-internal-noselect): Use it.
4556
4557 2009-12-04 Juri Linkov <juri@jurta.org>
4558
4559 Change roles of modes and functions in image-mode.el (Bug#5062).
4560
4561 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
4562 in `auto-mode-alist'.
4563 (image-mode-previous-major-mode): New variable.
4564 (image-minor-mode-map): Rename from `image-mode-text-map'.
4565 (image-mode): Move graceful error-handling code from
4566 `image-minor-mode' to here. On errors call `image-mode-as-text'.
4567 (image-minor-mode): Remove all image-handling code.
4568 Replace `image-mode-text-map' with `image-minor-mode-map'.
4569 Check for `image-type' in mode-line format string.
4570 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
4571 (image-mode-as-text): New function with most code from
4572 `image-mode-maybe'.
4573 (image-toggle-display-text): Move code that removes image
4574 properties from `image-toggle-display' to here.
4575 (image-toggle-display-image): New function with code that adds
4576 image properties copied from `image-toggle-display'.
4577 (image-toggle-display): Remove most code with leaving only code
4578 that toggles between `image-mode-as-text' and `image-mode'.
4579
4580 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
4581
4582 * net/newst-treeview.el
4583 (newsticker--treeview-list-highlight-start): Restored call to
4584 save-excursion: Selected item was stuck.
4585 (newsticker--treeview-list-select): New.
4586 (newsticker--treeview-item-show-text)
4587 (newsticker--treeview-item-show)
4588 (newsticker--treeview-item-update): Use new
4589 newsticker-treeview-item-mode.
4590 (newsticker-treeview-update): Keep current item.
4591 (newsticker-treeview-next-new-or-immortal-item): Doc change.
4592 (newsticker--treeview-first-feed): Doc change.
4593 (newsticker-treeview-list-menu)
4594 (newsticker-treeview-item-menu): Add menu entries.
4595 (newsticker-treeview-item-mode): New.
4596
4597 * net/newst-backend.el (newsticker-customize): Delete other
4598 windows.
4599
4600 2009-12-04 Sam Steingold <sds@gnu.org>
4601
4602 * log-view.el (log-view-mode-map): "q" calls quit-window,
4603 like in all the other non-self-insert buffers.
4604
4605 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4606
4607 Minor cleanup.
4608 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
4609 key decoding rather than do it manually via last-input-event +
4610 ascii-character.
4611 (term-exec): Use delete-and-extract-region.
4612 (term-handle-ansi-terminal-messages): Remove unused var `end'.
4613 (term-process-pager): Remove unused var `i'.
4614 (term-dynamic-simple-complete): Make obsolete.
4615 (serial-update-config-menu): Remove unused vars `y' and `str'.
4616 (term-update-mode-line): Remove unused var `temp'.
4617
4618 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4619
4620 Limit the number of log entries displayed by default.
4621 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
4622 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
4623 using a prefix argument.
4624
4625 2009-12-03 Glenn Morris <rgm@gnu.org>
4626
4627 * progmodes/idlwave.el (class): Restore still useful declaration.
4628
4629 2009-12-03 Alan Mackenzie <acm@muc.de>
4630
4631 Enhance `c-parse-state' to run efficiently in "brace deserts".
4632
4633 * progmodes/cc-mode.el (c-basic-common-init):
4634 Call c-state-cache-init.
4635 (c-neutralize-syntax-in-and-mark-CPP): Rename from
4636 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
4637 placing `category' properties value 'c-cpp-delimiter at its boundaries.
4638
4639 * progmodes/cc-langs.el (c-before-font-lock-function):
4640 c-extend-and-neutralize-syntax-in-CPP has been renamed
4641 c-neutralize-syntax-in-and-mark-CPP.
4642
4643 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
4644 with `category' properties now, not `syntax-table' ones.
4645
4646 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
4647 enhanced (but slower) version of c-end-of-macro that won't land
4648 inside a literal or on another awkward character.
4649 (c-state-cache-too-far, c-state-cache-start)
4650 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
4651 (c-state-nonlit-pos-cache-limit, c-state-point-min)
4652 (c-state-point-min-lit-type, c-state-point-min-lit-start)
4653 (c-state-min-scan-pos, c-state-brace-pair-desert)
4654 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
4655 buffer local variables.
4656 (c-state-literal-at, c-state-lit-beg)
4657 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
4658 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
4659 (c-state-cache-top-paren, c-state-cache-after-top-paren)
4660 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
4661 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
4662 (c-renarrow-state-cache)
4663 (c-append-lower-brace-pair-to-state-cache)
4664 (c-state-push-any-brace-pair, c-append-to-state-cache)
4665 (c-remove-stale-state-cache)
4666 (c-remove-stale-state-cache-backwards, c-state-cache-init)
4667 (c-invalidate-state-cache-1, c-parse-state-1)
4668 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
4669 (c-parse-state): Enhance and refactor.
4670 (c-debug-parse-state): Amend to deal with all the new variables.
4671
4672 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
4673 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
4674 modify to use category text properties rather than syntax-table ones.
4675 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
4676 to switch off/on the syntactic paren property of C++ template
4677 delimiters using the category property.
4678 (c-with-<->-as-parens-suppressed): Macro to invoke code with
4679 template delims suppressed.
4680 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
4681 New constant/macros which apply category properties to the start
4682 and end of preprocessor constructs.
4683 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
4684 "comment out" the syntactic value of characters in preprocessor
4685 constructs.
4686 (c-with-cpps-commented-out)
4687 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
4688 with characters in all or all but one preprocessor constructs
4689 "commented out".
4690
4691 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4692
4693 * proced.el (proced-filter-alist): Use regexp-quote.
4694
4695 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
4696
4697 Cleanup.
4698 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
4699 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
4700 arguments. Expand `default-directory'.
4701
4702 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
4703 the benefit of returning an expanded localname.
4704 (tramp-tramp-file-p): Handle the case NAME is not a string.
4705
4706 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4707
4708 Add support for bzr shelve/unshelve.
4709 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4710 (vc-bzr-extra-menu-map): New variables.
4711 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
4712 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
4713 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
4714 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
4715 (vc-bzr-dir-extra-headers): Display shelves.
4716
4717 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
4718
4719 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4720
4721 * textmodes/bibtex.el (bibtex-complete-internal):
4722 Use completion-in-region.
4723 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
4724
4725 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4726
4727 Support applying stashes. Improve UI.
4728 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
4729 (vc-git-stash-apply, vc-git-stash-pop)
4730 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
4731 (vc-git-stash-menu): New functions.
4732 (vc-git-stash-menu-map): New variable.
4733 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
4734
4735 2009-12-03 Glenn Morris <rgm@gnu.org>
4736
4737 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
4738 (vc-print-log-internal): Fix previous change.
4739 (vc-revert): Correct pluralization.
4740
4741 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4742
4743 * progmodes/make-mode.el (makefile-special-targets-list): No need for
4744 it to be an alist any more.
4745 (makefile-complete): Use completion-in-region.
4746
4747 * progmodes/octave-mod.el (octave-complete-symbol):
4748 Use completion-in-region.
4749
4750 Misc cleanup.
4751 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
4752 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
4753 (idlwave-complete-class): Don't quote lambda.
4754 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
4755 (idlwave-mode-map): Move initialization into declaration.
4756 (idlwave-action-and-binding): Use backquotes.
4757 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
4758 Simplify.
4759 (idlwave-is-pointer-dereference): Remove unused var `pos'.
4760 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
4761 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
4762 `parts', and `all-parts'.
4763 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
4764 (idlwave-convert-xml-system-routine-info): Remove unused string
4765 `version-string'.
4766 (idlwave-display-user-catalog-widget): Use dolist.
4767 (idlwave-scanning-lib): Declare dynamically-scoped var.
4768 (idlwave-scan-library-catalogs): Remove unused var `flags'.
4769 (completion-highlight-first-word-only): Declare to silence bytecomp.
4770 (idlwave-popup-select): Tighten scope of `resp'.
4771 (idlwave-find-struct-tag): Remove unused var `beg'.
4772 (idlwave-after-load-rinfo-hook): Declare.
4773 (idlwave-sintern-class-info): Remove unused var `taglist'.
4774 (idlwave-find-class-definition): Remove unused var `list'.
4775 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
4776 (idlwave-what-module-find-class): Remove unused var `classes'.
4777
4778 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
4779
4780 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
4781
4782 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4783
4784 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
4785 buffers visited. Remove redundant current-buffer-saving.
4786
4787 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4788
4789 Use completion-in-buffer and remove uses of dynamic scoping.
4790 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
4791 (pascal-buffer-to-use, pascal-flag): Don't declare.
4792 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
4793 (pascal-get-completion-decl, pascal-keyword-completion):
4794 Add `pascal-str' argument, save-excursion,
4795 return the found completions, and don't filter with pascal-pred.
4796 (pascal-completion-cache): New var.
4797 (pascal-completion): Don't switch buffer any more (it was never
4798 necessary). Don't save-excursion any more (it's done by the called
4799 subroutines). Use a cache to avoid redundant computations.
4800 Use complete-with-action rather than pascal-completion-response and
4801 let it apply the predicate as well.
4802 (pascal-complete-word): Use completion-in-buffer when
4803 pascal-toggle-completions is nil.
4804 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
4805 not used any more.
4806 (pascal-comp-defun): Don't change buffer any more.
4807 Use complete-with-action rather than pascal-completion-response and
4808 let it apply the predicate as well.
4809 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
4810 when neded.
4811
4812 2009-12-02 Kenichi Handa <handa@m17n.org>
4813
4814 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
4815 shape for all Indic scripts.
4816
4817 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4818
4819 Use completion-in-buffer.
4820 * wid-edit.el (widget-field-text-end): New function.
4821 (widget-field-value-get): Use it.
4822 (widget-string-complete, widget-file-complete)
4823 (widget-color-complete): Use it and completion-in-region.
4824 (widget-complete): Don't narrow the buffer.
4825
4826 2009-12-02 Glenn Morris <rgm@gnu.org>
4827
4828 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
4829 (rmail-select-summary): Use rmail-pop-to-buffer.
4830 * mail/rmailsum.el: Replace all pop-to-buffer calls with
4831 rmail-pop-to-buffer, to prevent horizontal splits.
4832
4833 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
4834 save-excursion with save-current-buffer.
4835 Widen before searching. (Bug#5093)
4836 (diary-list-sexp-entries): Remove superfluous save-excursion.
4837
4838 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
4839
4840 * woman.el (woman-make-bufname): Handle man-pages with "." in the
4841 name. (Bug#5038)
4842
4843 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
4844
4845 * ido.el (ido-file-internal): Handle filenames at point that do
4846 not have a directory part. (Bug#5049)
4847
4848 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
4849
4850 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
4851 (mpc-songs-jump-to, mpc-resume): Doc fixes.
4852
4853 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
4854
4855 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
4856 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
4857 any more.
4858
4859 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4860
4861 * comint.el (comint-insert-input): Ignore clicks to the right of
4862 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
4863
4864 * vc.el (vc-print-log-internal): Don't wait for the process to
4865 terminate before setting up the major mode.
4866
4867 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
4868 in case.
4869
4870 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
4871 the last element.
4872
4873 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
4874
4875 2009-12-01 Glenn Morris <rgm@gnu.org>
4876
4877 * window.el (window--display-buffer-2): Fix previous changes.
4878
4879 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
4880
4881 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
4882
4883 2009-12-01 Glenn Morris <rgm@gnu.org>
4884
4885 * Makefile.in (ELCFILES): Add mpc.elc.
4886
4887 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4888
4889 * mpc.el: New file.
4890
4891 2009-12-01 Glenn Morris <rgm@gnu.org>
4892
4893 * window.el (window-to-use): Define for compiler.
4894
4895 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
4896 consistent with others (no final period).
4897
4898 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
4899 (rmail-mime-show): Downcase the encoding. (Bug#5070)
4900
4901 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
4902
4903 Make vc-print-log buttons work.
4904 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
4905
4906 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
4907
4908 * savehist.el (savehist-autosave-interval): Allow setting to nil
4909 through customize. (Bug#5056)
4910
4911 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
4912
4913 Fix references to jit-lock properties.
4914 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4915 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
4916 (perl-font-lock-special-syntactic-constructs):
4917 Quote jit-lock-defer-multiline property.
4918
4919 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
4920
4921 * vc-git.el (vc-git-registered): Call vc-git-root only once.
4922
4923 2009-11-30 Juri Linkov <juri@jurta.org>
4924
4925 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
4926 value `buffer' of `multi-isearch-next-buffer-current-function'.
4927 Use `(current-buffer)' when `buffer' is nil.
4928 (multi-isearch-next-buffer-from-list): Don't fallback to
4929 `(current-buffer)' when `buffer' is nil. (Bug#4947)
4930
4931 2009-11-30 Juri Linkov <juri@jurta.org>
4932
4933 * misearch.el (multi-isearch-read-buffers): Move canonicalization
4934 of buffers with `get-buffer' to `multi-isearch-buffers'.
4935 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4936 Canonicalize BUFFERS with `get-buffer'. Doc fix.
4937 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
4938 FILES with `expand-file-name' converting relative file names
4939 to absolute. Doc fix. (Bug#4727)
4940
4941 2009-11-30 Juri Linkov <juri@jurta.org>
4942
4943 * misearch.el (multi-isearch-read-buffers)
4944 (multi-isearch-read-matching-buffers): New functions.
4945 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4946 Use them in the `interactive' spec. Doc fix.
4947 (multi-isearch-read-files, multi-isearch-read-matching-files):
4948 New functions.
4949 (multi-isearch-files, multi-isearch-files-regexp):
4950 Use them in the `interactive' spec. Doc fix. (Bug#4725)
4951
4952 2009-11-30 Juri Linkov <juri@jurta.org>
4953
4954 * doc-view.el (doc-view-continuous):
4955 Rename from `doc-view-continuous-mode'.
4956 (doc-view-menu): Move "Toggle display" to the top.
4957 Add submenu "Continuous" with radio buttons "Off"/"On"
4958 and "Save as Default".
4959 (doc-view-scroll-up-or-next-page)
4960 (doc-view-scroll-down-or-previous-page)
4961 (doc-view-next-line-or-next-page)
4962 (doc-view-previous-line-or-previous-page):
4963 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
4964
4965 2009-11-30 Juri Linkov <juri@jurta.org>
4966
4967 * comint.el (comint-mode-map): Rebind `M-r' from
4968 `comint-previous-matching-input' to
4969 `comint-history-isearch-backward-regexp'.
4970 Unbind `M-s' to allow global key binding `M-s'.
4971 Add menu items for `comint-history-isearch-backward' and
4972 `comint-history-isearch-backward-regexp'. (Bug#3746)
4973
4974 2009-11-30 Juri Linkov <juri@jurta.org>
4975
4976 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
4977 For def=recenter, replace `recenter' with `recenter-top-bottom'
4978 that is called with `this-command' and `last-command' let-bound
4979 to `recenter-top-bottom'. When the last `def' was not `recenter',
4980 set `recenter-last-op' to nil. (Bug#4981)
4981
4982 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4983
4984 Minor cleanup and simplification.
4985 * filecache.el (file-cache-add-directory)
4986 (file-cache-add-directory-recursively)
4987 (file-cache-add-from-file-cache-buffer)
4988 (file-cache-delete-file-regexp, file-cache-delete-directory)
4989 (file-cache-files-matching-internal, file-cache-display): Use dolist.
4990 (file-cache-temp-minibuffer-message): Delete function.
4991 (file-cache-minibuffer-complete): Use minibuffer-message instead.
4992
4993 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4994 Don't signal an error when bumping into EOB in tr, s, or y.
4995
4996 2009-11-29 Juri Linkov <juri@jurta.org>
4997
4998 * startup.el (fancy-about-text): Fix wording of Guided Tour.
4999 (Bug#4960)
5000
5001 * descr-text.el (describe-char-unidata-list): Use lowercase name
5002 for "Unicode name" like in other tags.
5003
5004 2009-11-29 Juri Linkov <juri@jurta.org>
5005
5006 * ediff-util.el (ediff-minibuffer-with-setup-hook):
5007 New compatibility macro.
5008 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
5009
5010 2009-11-29 Juri Linkov <juri@jurta.org>
5011
5012 Add defcustom to define the cycling order of `recenter-top-bottom'.
5013 (Bug#4981)
5014
5015 * window.el (recenter-last-op): Doc fix.
5016 (recenter-positions): New defcustom.
5017 (recenter-top-bottom): Rewrite to use `recenter-positions'.
5018 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
5019
5020 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
5021
5022 Improve integration of Tramp and ange-ftp in eshell.
5023
5024 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
5025 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
5026 (eshell/sudo): Flatten args. Let-bind `default-directory'.
5027
5028 * eshell/esh-util.el (top): Require also Tramp when compiling.
5029 (eshell-directory-files-and-attributes): Check for FTP remote
5030 connection.
5031 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
5032 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
5033 (eshell-file-attributes): Handle ".". Return `entry'.
5034
5035 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
5036 (ange-ftp-directory-files-and-attributes)
5037 (ange-ftp-real-directory-files-and-attributes): New defuns.
5038
5039 * net/tramp.el (tramp-maybe-open-connection): Open the remote
5040 shell with "exec" when possible. This prevents trailing prompts
5041 in `start-file-process'.
5042
5043 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5044
5045 Try and remove assumptions about point-min==1.
5046 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
5047 (rng-compute-mode-line-string): Show the validation percentage in
5048 terms of the narrowed text, not the widened text.
5049 (rng-do-some-validation): Don't catch internal errors when debugging.
5050 (rng-first-error): Simplify.
5051 (rng-after-change-function): Remove work around. AFAIK the bug has
5052 been fixed a while ago.
5053
5054 * image-mode.el (image-minor-mode): Exit more gracefully when the image
5055 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
5056
5057 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
5058
5059 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
5060 `cd' doesn't always do it for us (bug#5067).
5061
5062 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
5063 on 2009-10-25 as part of some other change (bug#5067).
5064
5065 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5066
5067 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
5068 `suspicious'.
5069 (byte-compile-warnings): Use byte-compile-warning-types.
5070 (byte-compile-save-excursion): Warn about use of set-buffer right
5071 after save-excursion.
5072
5073 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
5074 the excursion as well.
5075
5076 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
5077
5078 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
5079 providing a Tramp related implementation of "su" and "sudo".
5080 (eshell-unix-initialize): Add "su" and "sudo".
5081
5082 2009-11-27 Daiki Ueno <ueno@unixuser.org>
5083
5084 * net/socks.el (socks-send-command): Convert binary request to
5085 unibyte before sending. This fixes mishandling of some port
5086 numbers such as 129.
5087
5088 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5089
5090 * help.el (describe-bindings-internal): Remove `interactive'.
5091
5092 * man.el (Man-completion-table): Trim a terminating "(".
5093 Remove the space between name page a section.
5094 Add the command's description on the `help-echo' property.
5095 Remove `process-connection-type' binding since it's unused by
5096 call-process.
5097 Provide completion for the "<section> <name>" format as well.
5098 (Man-default-man-entry): Remove spurious var shadowing the argument.
5099
5100 2009-11-26 Kevin Ryde <user42@zip.com.au>
5101
5102 * log-view.el: Add "Keywords: tools", since its other keywords
5103 aren't in finder-known-keywords, and following vc.el.
5104
5105 * sha1.el (sha1-string-external): default-directory "/" in case
5106 otherwise non-existent. process-connection-type pipe for touch of
5107 efficiency recommended by elisp manual. (An aside in Bug#3911.)
5108
5109 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5110
5111 Misc coding convention cleanups.
5112 * htmlfontify.el (hfy-init-kludge-hook): Rename from
5113 hfy-init-kludge-hooks.
5114 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
5115 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
5116 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
5117 and push.
5118 (hfy-slant, hfy-weight): Use tables rather than code.
5119 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
5120 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
5121 (hfy-face-attr-for-class): Initialize `face-spec' directly.
5122 (hfy-face-to-css): Remove `nconc' with single arg.
5123 (hfy-p-to-face-lennart): Use `or'.
5124 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
5125 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
5126 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
5127 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
5128 (hfy-force-fontification): Use run-hooks.
5129
5130 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
5131
5132 Various minor fixes.
5133 * htmlfontify.el (hfy-default-header): Add toggle_invis since
5134 Javascript belongs in the header, not the body.
5135 (hfy-javascript): Remove.
5136 (hfy-fontify-buffer): Don't insert it any more.
5137 (hfy-face-at): Handle (face0 face1 face2) style face properties.
5138 Fix bug in invis handling when there were no invis props in a chunk.
5139
5140 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5141
5142 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
5143
5144 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
5145
5146 * finder.el (finder-mode-map): Add a menu.
5147
5148 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
5149
5150 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
5151 "unsigned" structs.
5152
5153 (verilog-leap-to-head, verilog-backward-token): Handle "disable
5154 fork" statement better.
5155
5156 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
5157
5158 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
5159 (verilog-delete-auto, verilog-delete-empty-auto-pair)
5160 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
5161 Reported by Clay Douglass.
5162
5163 (verilog-auto-inst, verilog-auto-star-safe)
5164 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
5165 Fix removing "// Interfaces" when saving .* expansions.
5166 Reported by Pierre-David Pfister.
5167
5168 2009-11-26 Glenn Morris <rgm@gnu.org>
5169
5170 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
5171 the scope.
5172
5173 2009-11-25 Johan Bockgård <bojohan@gnu.org>
5174
5175 * vc-annotate.el (vc-annotate-revision-previous-to-line):
5176 Really use previous revision.
5177
5178 2009-11-25 Kevin Ryde <user42@zip.com.au>
5179
5180 * man.el (Man-completion-table): default-directory "/" in case
5181 doesn't otherwise exist. process-environment COLUMNS=999 so as
5182 not to truncate long names. process-connection-type pipe to avoid
5183 any chance of hitting the pseudo-tty TIOCGWINSZ.
5184 (man): completion-ignore-case t for friendliness and since man
5185 itself is case-insensitive on the command line.
5186 Further to Bug#3717.
5187
5188 * arc-mode.el: Add "Keywords: files", so the details in its
5189 commentary can be reached from finder-by-keyword.
5190 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
5191 editing mode, but it's comms related and sgml-mode.el has "comm"
5192 on that basis too.
5193 * textmodes/bibtex-style.el: Add "Keywords: tex".
5194 * international/isearch-x.el, international/ja-dic-cnv.el:
5195 * international/ja-dic-utl.el, international/kkc.el:
5196 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
5197
5198 2009-11-25 Juri Linkov <juri@jurta.org>
5199
5200 * man.el (Man-completion-table): Modify regexp to include
5201 section names to completion strings. (Bug#3717)
5202
5203 2009-11-25 Juri Linkov <juri@jurta.org>
5204
5205 Search recursively in gzipped files. (Bug#4982)
5206
5207 * progmodes/grep.el (grep-highlight-matches): Add new options
5208 `always' and `auto'. Doc fix.
5209 (grep-process-setup): Check `grep-highlight-matches' for
5210 `auto-detect' to determine the need to compute grep defaults.
5211 Move Windows/DOS specific --colors settings handling
5212 to `grep-compute-defaults'. Check `grep-highlight-matches'
5213 to get the value of "--color=".
5214 (grep-compute-defaults): Compute `grep-highlight-matches' when it
5215 has the value `auto-detect'. Move Windows/DOS specific settings
5216 from `grep-process-setup'.
5217 (zrgrep): New command with alias `rzgrep'.
5218
5219 2009-11-25 Juri Linkov <juri@jurta.org>
5220
5221 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
5222 to nil instead of switching off view-mode. (Bug#4896)
5223
5224 2009-11-25 Juri Linkov <juri@jurta.org>
5225
5226 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
5227
5228 * mwheel.el (mwheel-scroll-up-function)
5229 (mwheel-scroll-down-function): New defvars.
5230 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
5231 `scroll-up', and `mwheel-scroll-down-function' instead of
5232 `scroll-down'.
5233
5234 * doc-view.el (doc-view-scroll-up-or-next-page)
5235 (doc-view-scroll-down-or-previous-page): Add optional ARG.
5236 Use this ARG in the call to image-scroll-up/image-scroll-down.
5237 Change `interactive' spec to "P". Goto next/previous page only
5238 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
5239 SPC/DEL case). Doc fix.
5240 (doc-view-next-line-or-next-page)
5241 (doc-view-previous-line-or-previous-page): Rename arg to ARG
5242 for consistency.
5243 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
5244 `doc-view-scroll-up-or-next-page', and buffer-local
5245 `mwheel-scroll-down-function' to
5246 `doc-view-scroll-down-or-previous-page'.
5247
5248 2009-11-25 Juri Linkov <juri@jurta.org>
5249
5250 Provide additional default values (directories at other Dired
5251 windows) via M-n in the minibuffer of some Dired commands.
5252
5253 * dired-aux.el (dired-diff, dired-compare-directories)
5254 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
5255 `minibuffer-default' in `minibuffer-with-setup-hook'.
5256 (dired-dwim-target-directory): Find a window that displays Dired
5257 buffer instead of failing when the next window is not Dired.
5258 Use `get-window-with-predicate' to find for the next Dired window.
5259 (dired-dwim-target-defaults): New function.
5260
5261 * ediff-util.el (ediff-read-file-name):
5262 Use `dired-dwim-target-defaults' to set `minibuffer-default'
5263 in `minibuffer-with-setup-hook'.
5264
5265 2009-11-25 Juri Linkov <juri@jurta.org>
5266
5267 Provide additional default values (file name at point or at the
5268 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
5269
5270 * minibuffer.el (read-file-name-defaults): New function.
5271 (read-file-name): Reset `minibuffer-default' to nil when
5272 it duplicates initial input `insdef'.
5273 Bind `minibuffer-default-add-function' to lambda that
5274 calls `read-file-name-defaults' in `minibuffer-selected-window'.
5275 (minibuffer-insert-file-name-at-point): New command.
5276
5277 * files.el (file-name-at-point-functions): New defcustom.
5278 (find-file-default): Remove defvar.
5279 (find-file-read-args): Don't use `find-file-default'.
5280 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5281 to `read-file-name'.
5282 (find-file-literally): Use `read-file-name' with
5283 `confirm-nonexistent-file-or-buffer'.
5284
5285 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
5286
5287 * dired.el (dired-read-dir-and-switches):
5288 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5289 to `read-file-name'.
5290 (dired-file-name-at-point): New function.
5291 (dired-mode): Add hook `dired-file-name-at-point' to
5292 `file-name-at-point-functions'.
5293
5294 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5295
5296 Really make the *Completions* window soft-dedicated (bug#5030).
5297 * window.el (window--display-buffer-2): Add `dedicated' argument.
5298 (display-buffer): Pass it when needed so the dedicated flag is set
5299 after calling set-window-buffer, which would otherwise reset it.
5300
5301 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5302
5303 * progmodes/meta-mode.el (meta-complete-symbol):
5304 * progmodes/etags.el (complete-tag):
5305 * mail/mailabbrev.el (mail-abbrev-complete-alias):
5306 Use completion-in-region.
5307
5308 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
5309 (dabbrev-completion): Use completion-in-region.
5310 (dabbrev--abbrev-at-point): Simplify regexp.
5311
5312 * abbrev.el (abbrev--before-point): Use word-motion functions
5313 if :regexp is not specified (bug#5031).
5314
5315 * subr.el (string-prefix-p): New function.
5316
5317 * man.el (Man-completion-cache): New var.
5318 (Man-completion-table): Use it.
5319
5320 * vc.el (vc-print-log-internal): Make `limit' optional for better
5321 compatibility (e.g. with vc-annotate.el).
5322
5323 2009-11-24 Kevin Ryde <user42@zip.com.au>
5324
5325 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
5326 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
5327
5328 * emacs-lisp/elint.el (elint-add-required-env): Better error message
5329 when .el source file not found or other error.
5330
5331 2009-11-24 Markus Triska <markus.triska@gmx.at>
5332
5333 * linum.el (linum-update-window): Ignore intangible (bug#4996).
5334
5335 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5336
5337 Handle the [back] button properly (bug#4979).
5338 * descr-text.el (describe-text-properties): Add a `buffer' argument.
5339 Use help-setup-xref, help-buffer, and with-help-window.
5340 (describe-char): Add `buffer' argument.
5341 Pass proper command to help-setup-xref. Don't meddle with
5342 help-xref-stack-item directly.
5343 (describe-text-category): Use with-help-window and help-buffer.
5344
5345 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
5346 for the displayed buffer (bug#4887).
5347
5348 * man.el (Man-completion-table): New function.
5349 (man): Use it.
5350
5351 2009-11-24 David Reitter <david.reitter@gmail.com>
5352
5353 * vc-git.el (vc-git-registered): Use checkout directory (where
5354 .git is) rather than the file's directory and a relative path spec
5355 to work around a bug in git.
5356
5357 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
5358
5359 Improve handling of processes on remote hosts.
5360
5361 * eshell/esh-util.el (eshell-path-env): New defvar.
5362 (eshell-parse-colon-path): New defun.
5363 (eshell-file-attributes): Use `eshell-parse-colon-path'.
5364
5365 * eshell/esh-ext.el (eshell-search-path):
5366 Use `eshell-parse-colon-path'.
5367 (eshell-remote-command): Remove argument HANDLER.
5368 (eshell-external-command): Check for FTP remote connection.
5369
5370 * eshell/esh-proc.el (eshell-gather-process-output):
5371 Use `file-truename', in order to start also symlinked files.
5372 Apply `start-file-process' instead of `start-process'.
5373 Shorten `command' to the local file name part.
5374
5375 * eshell/em-cmpl.el (eshell-complete-commands-list):
5376 Use `eshell-parse-colon-path'.
5377
5378 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
5379
5380 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
5381 to `eshell-directory-change-hook'.
5382
5383 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
5384
5385 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
5386 because it could be enabled automatically if view-read-only is non-nil.
5387
5388 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
5389
5390 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
5391 made on 2009-11-22.
5392
5393 2009-11-24 Glenn Morris <rgm@gnu.org>
5394
5395 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
5396 deleted variable bookmark-bmenu-bookmark-column.
5397
5398 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5399
5400 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
5401
5402 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
5403
5404 * net/browse-url.el (browse-url-filename-alist): On Windows, add
5405 two slashes to the "file:" prefix.
5406 (browse-url-file-url): De-munge Cygwin filenames before passing
5407 them to Windows browser.
5408 (browse-url-default-windows-browser): Use call-process.
5409
5410 2009-11-23 Juri Linkov <juri@jurta.org>
5411
5412 Implement DocView Continuous mode. (Bug#4896)
5413 * doc-view.el (doc-view-continuous-mode): New defcustom.
5414 (doc-view-mode-map): Bind C-n/<down> to
5415 `doc-view-next-line-or-next-page', C-p/<up> to
5416 `doc-view-previous-line-or-previous-page'.
5417 (doc-view-next-line-or-next-page)
5418 (doc-view-previous-line-or-previous-page): New commands.
5419
5420 2009-11-23 Juri Linkov <juri@jurta.org>
5421
5422 Implement Isearch in comint input history. (Bug#3746)
5423 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
5424 `isearch-mode-hook'.
5425 (comint-history-isearch): New defcustom.
5426 (comint-history-isearch-backward)
5427 (comint-history-isearch-backward-regexp): New commands.
5428 (comint-history-isearch-message-overlay): New buffer-local variable.
5429 (comint-history-isearch-setup, comint-history-isearch-end)
5430 (comint-goto-input, comint-history-isearch-search)
5431 (comint-history-isearch-message, comint-history-isearch-wrap)
5432 (comint-history-isearch-push-state)
5433 (comint-history-isearch-pop-state): New functions.
5434
5435 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
5436
5437 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
5438 return.
5439 (tramp-handle-make-symbolic-link)
5440 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
5441 Quote file names.
5442 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
5443 (tramp-handle-process-file): Use it.
5444
5445 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5446
5447 * window.el (move-to-window-line-last-op): Remove.
5448 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
5449
5450 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
5451
5452 Make M-r mirror the new cycling behavior of C-l.
5453 * window.el (move-to-window-line-last-op): New var.
5454 (move-to-window-line-top-bottom): New command.
5455 (global-map): Bind M-r move-to-window-line-top-bottom.
5456
5457 2009-11-23 Sven Joachim <svenjoac@gmx.de>
5458
5459 * dired-x.el (dired-guess-shell-alist-default):
5460 Support xz format. (Bug#4953)
5461
5462 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
5463
5464 * emulation/viper-cmd.el: Use viper-last-command-char instead of
5465 last-command-char/last-command-event.
5466 (viper-prefix-arg-value): Do correct conversion of event-char for
5467 XEmacs.
5468
5469 * emulation/viper-util.el, emulation/viper.el:
5470 Use viper-last-command-char instead of
5471 last-command-char/last-command-event.
5472
5473 * ediff-init.el, ediff-mult.el, ediff-util.el:
5474 Replace last-command-char and last-command-event
5475 with (ediff-last-command-char) everywhere.
5476
5477 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
5478 created in fundamental mode.
5479
5480 * ediff.el (ediff-version): Revert the change of interactive-p to
5481 called-interactively-p.
5482
5483 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
5484
5485 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
5486 generation from word-movement command names.
5487
5488 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
5489
5490 * cus-start.el (all): Add native condition for font-use-system-font.
5491
5492 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
5493
5494 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5495 Correct the patch from 2009-11-18. (Bug#3910)
5496
5497 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
5498
5499 * progmodes/subword.el: Rename from lisp/subword.el.
5500
5501 * subword.el: Rename to progmodes/subword.el.
5502
5503 * Makefile.in (ELCFILES): Adapt to subword.el move.
5504
5505 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5506 Stefan Monnier <monnier@iro.umontreal.ca>
5507
5508 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
5509 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
5510 (bookmark-bmenu-show-filenames): Use push.
5511 (bookmark-bmenu-hide-filenames): Use local var instead of
5512 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
5513 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
5514 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
5515 filenames now that the bookmark names are always available.
5516
5517 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5518
5519 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
5520 (bookmark-search-pattern): Move and leave unbound.
5521 (bookmark-bmenu-mode-map): Change binding.
5522 (bookmark-read-search-input): Simplify.
5523 Don't use text-char-description. Don't error on non-char events.
5524 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
5525 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
5526 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
5527 Use a local var for the timer.
5528 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
5529 (i.e. bookmark-bmenu-search).
5530
5531 2009-11-21 Glenn Morris <rgm@gnu.org>
5532
5533 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
5534
5535 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
5536
5537 * net/browse-url.el (browse-url-default-windows-browser):
5538 Use cygstart for cygwin.
5539
5540 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
5541
5542 * bookmark.el: Formatting and doc fixes only:
5543 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
5544 (bookmark-bmenu-search): Wrap to fit within 80 columns.
5545 Minor grammar and punctuation fixes in doc string.
5546 (bookmark-read-search-input): Adjust to fit within 80 columns.
5547
5548 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5549
5550 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
5551 (c-backward-into-nomenclature): Adapt to subword renaming.
5552
5553 * subword.el (subword-forward, subword-backward, subword-mark)
5554 (subword-kill, subword-backward-kill, subword-transpose)
5555 (subword-downcase, subword-upcase, subword-capitalize)
5556 (subword-forward-internal, subword-backward-internal):
5557 Rename from forward-subword, backward-subword, mark-subword,
5558 kill-subword, backward-kill-subword, transpose-subwords,
5559 downcase-subword, upcase-subword, capitalize-subword,
5560 forward-subword-internal, backward-subword-internal.
5561
5562 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5563
5564 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
5565 New options.
5566 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
5567 New vars.
5568 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
5569 (bookmark-bmenu-filter-alist-by-regexp)
5570 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
5571 (bookmark-bmenu-search): New command.
5572 (bookmark-bmenu-mode-map): Bind it.
5573
5574 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5575
5576 * progmodes/cc-cmds.el: declare-functioned forward-subword and
5577 backward-subword to quit the byte-compiler.
5578
5579 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
5580
5581 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
5582
5583 * progmodes/cc-cmds.el (c-update-modeline)
5584 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5585 Refer to subword.el functions instead of cc-subword.el.
5586
5587 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
5588 subword.el functions instead of cc-subword.el.
5589
5590 * progmodes/cc-subword.el: Rename to subword.el.
5591 * subword.el: Rename from progmodes/cc-subword.el.
5592 (subword-mode-map): Rename from c-subword-mode-map.
5593 (subword-mode): Rename from c-subword-mode.
5594 (global-subword-mode): New global minor mode.
5595 (forward-subword): Rename from c-forward-subword.
5596 (backward-subword): Rename from c-backward-subword.
5597 (mark-subword): Rename from c-mark-subword.
5598 (kill-subword): Rename from c-kill-subword.
5599 (backward-kill-subword): Rename from c-backward-kill-subword.
5600 (transpose-subwords): Rename from c-tranpose-subword.
5601 (downcase-subword): Rename from c-downcase-subword.
5602 (capitalize-subword): Rename from c-capitalize-subword.
5603 (forward-subword-internal): Rename from c-forward-subword-internal.
5604 (backward-subword-internal): Rename from c-backward-subword-internal.
5605
5606 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
5607
5608 * vc.el (vc-deduce-fileset): Allow non-state changing operations
5609 from a dired buffer.
5610 (vc-dired-deduce-fileset): New function.
5611 (vc-root-diff, vc-print-root-log): Use it.
5612
5613 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
5614 nil LIMIT argument to vc-print-log-internal.
5615
5616 2009-11-20 Glenn Morris <rgm@gnu.org>
5617
5618 * Makefile.in (ELCFILES): Regenerate.
5619
5620 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
5621
5622 * calc/calc.el (calc-set-mode-line):
5623 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5624 (math-format-number): Rename `math-format-complement-signed' to
5625 `math-format-twos-complement'.
5626
5627 * calc/calc-bin.el (math-format-twos-complement): Rename from
5628 math-format-complement-signed.
5629 (calc-radix): Rename `calc-complement-signed-mode' to
5630 `calc-twos-complement-mode'.
5631 (calc-octal-radix, calc-hex-radix): Add an argument for
5632 two's complement.
5633
5634 * calc/calc-embed.el (calc-embedded-mode-vars):
5635 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5636
5637 * calc/calc-ext.el (calc-init-extensions):
5638 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5639 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
5640
5641 * calc/calc-units.el (math-build-units-table-buffer):
5642 Let `calc-twos-complement-mode' be nil.
5643
5644 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
5645 entries.
5646
5647 * calc/calc-vec.el (calcFunc-vunpack):
5648 * calc/calc-aent.el (calc-do-calc-eval):
5649 * calc/calc-forms.el (math-format-date):
5650 * calc/calc-graph.el (calc-graph-plot):
5651 * calc/calc-math.el (math-use-emacs-fn):
5652 * calc/calccomp.el (math-compose-expr):
5653 Let `calc-twos-complement-mode' be nil.
5654
5655 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5656
5657 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
5658 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
5659 * minibuffer.el (completion-in-region-functions): New hook.
5660 (completion-in-region): New function.
5661 * emacs-lisp/lisp.el (lisp-complete-symbol):
5662 * pcomplete.el (pcomplete-std-complete): Use it.
5663
5664 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5665
5666 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
5667 (latex-complete-alist): New vars.
5668 (latex-string-prefix-p, latex-complete-bibtex-keys)
5669 (latex-complete-envnames, latex-complete-refkeys)
5670 (latex-complete-data): New functions.
5671 (latex-complete, latex-indent-or-complete): New commands.
5672
5673 * window.el (display-buffer-mark-dedicated): New var.
5674 (display-buffer): Obey it.
5675 * minibuffer.el (minibuffer-completion-help): Use it.
5676
5677 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
5678
5679 * filecache.el (file-cache-add-file): Use push and cons.
5680 (file-cache-delete-file-regexp): Use push.
5681 (file-cache-complete): Use completion-in-region.
5682
5683 * simple.el (with-wrapper-hook): Fix thinko.
5684
5685 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
5686 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
5687 Use with-current-buffer and string-to-number.
5688 (hfy-fallback-colour-values): Use assoc-string.
5689 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
5690 (hfy-face-at): Remove unused var `found-face'.
5691 (hfy-compile-stylesheet): Remove unused var `css'.
5692 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
5693 and `orig-buffer'.
5694 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
5695 Use with-current-buffer.
5696 (hfy-text-p): Use expand-file-name and fewer setq.
5697
5698 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
5699
5700 * htmlfontify.el, hfy-cmap.el: New files.
5701
5702 2009-11-19 Juri Linkov <juri@jurta.org>
5703
5704 * minibuffer.el (completions-format): New defcustom.
5705 (completion--insert-strings): Implement vertical format.
5706
5707 * simple.el (switch-to-completions): Move point to the first
5708 completion when point was at the beginning of the buffer.
5709
5710 2009-11-19 Juri Linkov <juri@jurta.org>
5711
5712 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
5713
5714 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
5715
5716 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
5717
5718 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
5719 (mail-signature): Change default to t.
5720 (mail-from-style): Deprecate `system-default' value.
5721 (mail-insert-from-field): For default value of mail-from-style,
5722 default to `angles' unless `angles' needs quoting and `parens'
5723 does not.
5724 (mail-citation-prefix-regexp): Use citation regexp from
5725 message-mode.
5726
5727 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
5728
5729 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5730 Set variables for computing the prompt for reading password.
5731
5732 2009-11-19 Glenn Morris <rgm@gnu.org>
5733
5734 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
5735
5736 * textmodes/flyspell.el (sgml-lexical-context): Declare.
5737
5738 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
5739 (newsticker-treeview-listwindow-height): Fix custom type.
5740
5741 2009-11-19 Kenichi Handa <handa@m17n.org>
5742
5743 * descr-text.el (describe-char-padded-string): Compose with TAB
5744 only if there's a font for CH.
5745 (describe-char): Fix the condition for detecting a trivial composition.
5746
5747 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
5748
5749 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
5750 more accurate version of the regexp. (Bug#3910)
5751
5752 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
5753
5754 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
5755
5756 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
5757
5758 * font-setting.el (font-use-system-font): Declare for byte-compiler.
5759 (font-setting-change-default-font): Fix typo in docstring.
5760
5761 2009-11-18 Alan Mackenzie <acm@muc.de>
5762
5763 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
5764
5765 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5766
5767 * font-setting.el (font-use-system-font): Move ...
5768
5769 * cus-start.el (all): ... to here.
5770
5771 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
5772
5773 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
5774 Don't set `ad-return-value' if `ad-do-it' doesn't.
5775
5776 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
5777 modification time.
5778
5779 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5780
5781 * menu-bar.el: Put "Use system font" in Option-menu.
5782 (menu-bar-options-save): Add font-use-system-font.
5783
5784 * loadup.el: If feature system-font-setting or font-render-setting is
5785 there, load font-setting.
5786
5787 * Makefile.in (ELCFILES): Add font-settings.el.
5788 * font-setting.el: New file.
5789
5790 2009-11-17 Glenn Morris <rgm@gnu.org>
5791
5792 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
5793
5794 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
5795 Preserve point in the list buffer. (Bug#4939)
5796 Use point-at-eol.
5797 (newsticker--treeview-list-update-highlight)
5798 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
5799
5800 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5801
5802 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
5803 Remove.
5804
5805 * calc/calc-ext.el (calc-init-extensions): Remove references to
5806 symclip.
5807
5808 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
5809
5810 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5811 * calc/calc-help.el (calc-b-prefix-help): Remove references to
5812 `calc-symclip'.
5813
5814 2009-11-16 Kevin Ryde <user42@zip.com.au>
5815
5816 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5817 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
5818
5819 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
5820 (lm-keywords-list): Allow comma-only separator like "foo,bar".
5821 Ignore trailing spaces by omit-nulls to split-string (fixing
5822 regression from Emacs 21 due to the incompatible split-string
5823 change). (Bug #4928.)
5824
5825 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
5826
5827 * vc.el (vc-log-show-limit): Default to 2000.
5828 (vc-print-log-internal): Insert buttons to request more entries
5829 when limiting the output.
5830
5831 * vc-sccs.el (vc-sccs-print-log):
5832 * vc-rcs.el (vc-rcs-print-log):
5833 * vc-cvs.el (vc-cvs-print-log):
5834 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
5835 LIMIT is non-nil.
5836
5837 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5838
5839 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
5840 error when `tramp-gvfs-dbus-event-vector' is set.
5841 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
5842
5843 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5844
5845 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
5846
5847 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5848
5849 * net/dbus.el (dbus-unregister-service): New defun.
5850 (dbus-register-property): Register the handlers of
5851 "org.freedesktop.DBus.Properties" for SERVICE.
5852 (dbus-property-handler): Fix docstring.
5853
5854 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5855
5856 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
5857 Quote doc string reference in defvaralias as it is not in special form.
5858 (byte-compile-output-docform): Doc fix.
5859
5860 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5861
5862 * calc/calc.el (math-2-word-size, math-half-2-word-size)
5863 (calc-complement-signed-mode): New variables.
5864 (calc-set-mode-line): Add indicator for twos-complements.
5865 (math-format-number): Format twos-complement notation.
5866
5867 * calc/calc-bin.el (calc-word-size): Reset the variables
5868 `math-2-word-size' and `math-half-2-word-size'.
5869 (math-format-complement-signed, math-symclip, calcFunc-symclip)
5870 (calc-symclip): New functions.
5871
5872 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
5873
5874 * calc/calc-embed.el (calc-embedded-mode-vars):
5875 Add `calc-complement-signed-mode' to the list of modes.
5876
5877 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
5878 (calc-b-oper-keys): Add `calc-symclip' to list.
5879
5880 * calc/calc-ext.el (math-read-number-fancy): Read complement
5881 signed numbers.
5882 (calc-init-extensions): Add binding for `calc-symclip'.
5883 Add autoload for `calcFunc-symclip' and `calc-symclip'.
5884
5885 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
5886 `calc-symclip'.
5887 (calc-modes-menu): Add item for twos complement mode.
5888
5889 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
5890
5891 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5892
5893 * register.el (jump-to-register, insert-register): Handle Semantic
5894 tags. From commented-out advice in semantic/senator.el.
5895
5896 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
5897
5898 * vc.el (vc-log-show-limit): New variable.
5899 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
5900 when using a prefix argument.
5901 (vc-print-log-internal): Add new argument LIMIT.
5902
5903 * vc-svn.el (vc-svn-print-log):
5904 * vc-mtn.el (vc-mtn-print-log):
5905 * vc-hg.el (vc-hg-print-log):
5906 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
5907 pass it to the log command when set. Make the BUFFER argument
5908 non-optional.
5909
5910 * vc-sccs.el (vc-sccs-print-log):
5911 * vc-rcs.el (vc-rcs-print-log):
5912 * vc-git.el (vc-git-print-log):
5913 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
5914 ignore it. Make the BUFFER argument non-optional
5915
5916 * bindings.el (mode-line-buffer-identification): Do not purecopy.
5917
5918 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5919
5920 * dired.el (dired-mode-map): Move encryption items to "Operate"
5921 menu (Bug#4703).
5922
5923 * strokes.el (strokes-update-window-configuration): Make strokes
5924 buffer current before erasing (Bug#4906).
5925
5926 2009-11-15 Juri Linkov <juri@jurta.org>
5927
5928 * simple.el (set-mark-default-inactive): Add :type, :group
5929 and :version. (Bug#4876)
5930
5931 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
5932
5933 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
5934 (archive-unique-fname): ... here. (Bug#4929)
5935
5936 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5937
5938 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
5939 with a real fix.
5940
5941 * novice.el (disabled-command-function): Add useful args.
5942 Setup the help buffer so that [back] works.
5943 Remove redundant call to help-mode.
5944 (disabled-command-function): Use `case'.
5945 (en/disable-command): New function extracted from enable-command.
5946 (enable-command, disable-command): Use it.
5947
5948 2009-11-14 Glenn Morris <rgm@gnu.org>
5949
5950 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
5951 constants. (Bug#4913)
5952
5953 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
5954
5955 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5956
5957 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
5958 defined in C that have no doc-strings. (Bug#1063)
5959
5960 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
5961
5962 * cus-edit.el (data, files):
5963 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
5964
5965 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
5966
5967 * simple.el (shell-command): Doc fix (Bug#4891).
5968
5969 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
5970
5971 2009-11-14 Glenn Morris <rgm@gnu.org>
5972
5973 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
5974 statements for vc-diff, emerge-quit, and rmail-cease-edit.
5975 If they are already loaded, eval-after-load will do the right thing.
5976
5977 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
5978 compiling.
5979
5980 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
5981
5982 * simple.el (x-selection-owner-p): Declare.
5983 (read-mail-command): Use custom radio type rather than choice.
5984 (completion-no-auto-exit): Doc fix.
5985
5986 * custom.el (defgroup):
5987 * epg-config.el (epg): Doc fixes.
5988
5989 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
5990
5991 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
5992 * international/ccl.el (define-ccl-program): Do not purecopy the
5993 docstring, defconst does it anyway.
5994
5995 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5996
5997 * add-log.el (add-change-log-entry): Avoid displaying the changelog
5998 a second time.
5999
6000 * x-dnd.el (x-dnd-maybe-call-test-function):
6001 * window.el (split-window-vertically):
6002 * whitespace.el (whitespace-help-on):
6003 * vc-rcs.el (vc-rcs-consult-headers):
6004 * userlock.el (ask-user-about-lock-help)
6005 (ask-user-about-supersession-help):
6006 * type-break.el (type-break-force-mode-line-update):
6007 * time-stamp.el (time-stamp-conv-warn):
6008 * terminal.el (te-set-output-log, te-more-break, te-filter)
6009 (te-sentinel, terminal-emulator):
6010 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
6011 (term-write-input-ring, term-check-source, term-start-output-log):
6012 (term-display-buffer-line, term-dynamic-list-completions):
6013 (term-ansi-make-term, serial-term):
6014 * subr.el (selective-display):
6015 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6016 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
6017 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
6018 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
6019 (speedbar-remove-localized-speedbar-support)
6020 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
6021 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
6022 (speedbar-buffers-line-directory):
6023 * simple.el (shell-command-on-region, append-to-buffer)
6024 (prepend-to-buffer):
6025 * shadowfile.el (shadow-save-todo-file):
6026 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
6027 (scroll-bar-maybe-set-window-start):
6028 * sb-image.el (speedbar-image-dump):
6029 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
6030 (load-save-place-alist-from-file):
6031 * ps-samp.el (ps-print-message-from-summary):
6032 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
6033 (ps-background-image, ps-begin-job, ps-do-despool):
6034 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
6035 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
6036 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
6037 (pr-call-process, pr-file-list, pr-interface-save):
6038 * novice.el (disabled-command-function)
6039 (enable-command, disable-command):
6040 * mouse.el (mouse-buffer-menu-alist):
6041 * mouse-copy.el (mouse-kill-preserving-secondary):
6042 * macros.el (kbd-macro-query):
6043 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
6044 * informat.el (batch-info-validate):
6045 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
6046 * hippie-exp.el (try-expand-dabbrev-visible):
6047 * help-mode.el (help-make-xrefs):
6048 * help-fns.el (describe-variable):
6049 * generic-x.el (bat-generic-mode-run-as-comint):
6050 * finder.el (finder-mouse-select):
6051 * find-dired.el (find-dired-sentinel):
6052 * filesets.el (filesets-file-close):
6053 * files.el (list-directory):
6054 * faces.el (list-faces-display, describe-face):
6055 * facemenu.el (list-colors-display):
6056 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
6057 * epg.el (epg--process-filter, epg-cancel):
6058 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
6059 (epa--read-signature-type):
6060 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
6061 (emerge-file-names):
6062 * ehelp.el (electric-helpify):
6063 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
6064 * ediff-vers.el (rcs-ediff-view-revision):
6065 * ediff-util.el (ediff-setup):
6066 * ediff-mult.el (ediff-append-custom-diff):
6067 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
6068 (ediff-wordify):
6069 * echistory.el (Electric-command-history-redo-expression):
6070 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6071 * disp-table.el (describe-display-table):
6072 * dired.el (dired-find-buffer-nocreate):
6073 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
6074 * dabbrev.el (dabbrev--same-major-mode-p):
6075 * chistory.el (list-command-history):
6076 * apropos.el (apropos-documentation):
6077 * allout.el (allout-obtain-passphrase):
6078 (allout-copy-exposed-to-buffer):
6079 (allout-verify-passphrase): Use with-current-buffer.
6080
6081 2009-11-13 Glenn Morris <rgm@gnu.org>
6082
6083 * Makefile.in (ELCFILES): Regenerate.
6084
6085 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
6086
6087 * net/dbus.el (dbus-registered-objects-table): Rename from
6088 `dbus-registered-functions-table', because it contains also properties.
6089 (dbus-unregister-object): Unregister also properties.
6090 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6091 Use a timeout of 500 msec, in order to not block.
6092 (dbus-register-property, dbus-property-handler): New defuns.
6093
6094 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6095
6096 * simple.el (minibuffer-default-add-completions): Drop deprecated
6097 4th arg.
6098
6099 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
6100
6101 * textmodes/artist.el (artist-mouse-choose-operation):
6102 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
6103 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
6104 (artist-compute-up-event-key): New function.
6105 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
6106
6107 2009-11-13 Kenichi Handa <handa@m17n.org>
6108
6109 * language/japan-util.el: Make sure that the value of jisx0208
6110 property is jisx0208 character.
6111
6112 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
6113
6114 * international/mule.el (auto-coding-regexp-alist): Only purecopy
6115 car or each item, not the whole list.
6116
6117 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
6118
6119 * minibuffer.el (minibuffer-completion-help):
6120 Use minibuffer-hide-completions.
6121
6122 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
6123
6124 * dired.el (dired-save-positions, dired-restore-positions): New funs.
6125 (dired-revert): Use them (bug#4880).
6126
6127 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6128
6129 * tooltip.el (tooltip-frame-parameters): Undo previous change.
6130
6131 2009-11-12 Juri Linkov <juri@jurta.org>
6132
6133 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
6134 New functions.
6135 (find-file-literally-at-point): Alias of `ffap-literally'.
6136
6137 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6138
6139 * textmodes/ispell.el (ispell-skip-region-alist):
6140 * textmodes/css-mode.el (auto-mode-alist):
6141 * progmodes/compile.el (auto-mode-alist):
6142 * international/mule.el (ctext-non-standard-encodings-alist)
6143 (ctext-non-standard-encodings-regexp):
6144 * simple.el (shell-command-switch, text-read-only):
6145 * replace.el (occur-mode-map):
6146 * paths.el (rmail-file-name):
6147 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
6148 * find-file.el (ff-special-constructs):
6149 * files.el (file-name-handler-alist):
6150 * composite.el: Purecopy strings.
6151
6152 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
6153
6154 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6155
6156 * widget.el (define-widget): Purecopy the docstring.
6157 * international/mule-cmds.el (charset): Do not purecopy the
6158 docstring here, define-widget does it.
6159
6160 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6161 * textmodes/bibtex-style.el (auto-mode-alist):
6162 * progmodes/inf-lisp.el (inferior-lisp-prompt):
6163 * progmodes/compile.el (compile-command):
6164 * language/korea-util.el (default-korean-keyboard):
6165 * international/mule-conf.el (file-coding-system-alist):
6166 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
6167 * tooltip.el (tooltip-frame-parameters):
6168 * newcomment.el (comment-end, comment-padding):
6169 * dired.el (dired-trivial-filenames):
6170 * comint.el (comint-file-name-prefix): Purecopy initial values.
6171
6172 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
6173
6174 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
6175 (tramp-advice-minibuffer-electric-tilde): Unload advices via
6176 `tramp-unload'.
6177 (tramp-advice-make-auto-save-file-name)
6178 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
6179 after removing the advice.
6180
6181 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6182
6183 * progmodes/grep.el (grep-regexp-alist):
6184 * international/mule-cmds.el (iso-2022-control-alist):
6185 * emacs-lisp/timer.el (timer-duration-words):
6186 * subr.el (version-separator, version-regexp-alist):
6187 * minibuffer.el (completion-styles-alist):
6188 * faces.el (face-attribute-name-alist, list-faces-sample-text):
6189 Change defvars to defconsts.
6190
6191 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
6192 * loadup.el ("international/mule-conf"): Load the byte compiled version.
6193 * international/mule-conf.el: Allow to be byte compiled.
6194
6195 * international/mule.el (define-charset): Purecopy props.
6196 (load-with-code-conversion): Purecopy doc string and file name.
6197 (put-charset-property): Purecopy strings.
6198 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
6199
6200 * international/mule-cmds.el (register-input-method): Purecopy arguments.
6201 (define-char-code-property): Correctly purecopy the table.
6202
6203 * international/ccl.el (define-ccl-program): Purecopy the docstring.
6204
6205 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
6206
6207 * subr.el (add-hook): Purecopy strings.
6208 (eval-after-load): Purecopy load-history-regexp and the form.
6209
6210 * custom.el (custom-declare-group): Purecopy load-file-name.
6211
6212 * subr.el (menu-bar-separator): New defconst.
6213 * net/eudc.el (eudc-tools-menu):
6214 * international/mule-cmds.el (set-coding-system-map)
6215 (mule-menu-keymap):
6216 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6217 * vc-hooks.el (vc-menu-map):
6218 * replace.el (occur-mode-map):
6219 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
6220 (menu-bar-edit-menu, menu-bar-goto-menu)
6221 (menu-bar-custom-menu, menu-bar-showhide-menu)
6222 (menu-bar-options-menu, menu-bar-tools-menu)
6223 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
6224 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
6225 (menu-bar-help-menu):
6226 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
6227 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
6228
6229 * term/x-win.el (x-gtk-stock-map):
6230 * progmodes/vera-mode.el (auto-mode-alist):
6231 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6232 (inferior-lisp-program, inferior-lisp-load-command):
6233 * progmodes/hideshow.el (hs-special-modes-alist):
6234 * progmodes/gud.el (same-window-regexps):
6235 * progmodes/grep.el (grep-program, find-program, xargs-program):
6236 * net/telnet.el (same-window-regexps):
6237 * net/rlogin.el (same-window-regexps):
6238 * language/ethiopic.el (font-ccl-encoder-alist):
6239 * vc-sccs.el (vc-sccs-master-templates):
6240 * vc-rcs.el (vc-rcs-master-templates):
6241 * subr.el (cl-assertion-failed):
6242 * simple.el (next-error-overlay-arrow-position):
6243 * lpr.el (lpr-command):
6244 * locate.el (locate-ls-subdir-switches):
6245 * info.el (same-window-regexps, info)
6246 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
6247 * image-mode.el (image-mode, auto-mode-alist):
6248 * hippie-exp.el (hippie-expand-ignore-buffers):
6249 * format.el (format-alist):
6250 * find-dired.el (find-ls-subdir-switches, find-grep-options)
6251 (find-name-arg):
6252 * facemenu.el (facemenu-keybindings):
6253 * dired.el (dired-listing-switches, dired-chown-program):
6254 * diff.el (diff-switches, diff-command):
6255 * cus-edit.el (same-window-regexps):
6256 * bindings.el (mode-line-mule-info)
6257 (mode-line-buffer-identification): Purecopy strings.
6258
6259 2009-11-11 Juri Linkov <juri@jurta.org>
6260
6261 * simple.el (dired-get-filename) <declare-function>:
6262 Tell the byte-compiler about dired-get-filename.
6263 (shell-command): In Dired mode, get filename from the current line
6264 as the default value.
6265
6266 2009-11-10 Glenn Morris <rgm@gnu.org>
6267
6268 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
6269 * calendar/holidays.el, progmodes/cperl-mode.el:
6270 Update x-popup-menu declarations.
6271
6272 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
6273 (list-load-path-shadows): Use dolist.
6274 (list-load-path-shadows): Use with-current-buffer.
6275
6276 2009-11-10 Juri Linkov <juri@jurta.org>
6277
6278 * minibuffer.el (read-file-name): Support a list of default values
6279 in `default-filename'. Use the first file name where only one
6280 element is required. Doc fix.
6281
6282 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
6283
6284 * net/dbus.el (dbus-unregister-object): Release service, if no
6285 other method is registered for it.
6286
6287 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
6288
6289 * bookmark.el (bookmark-completing-read): Sort bookmark names if
6290 bookmark-sort-flag is non-nil (Bug#4653).
6291
6292 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
6293
6294 * emulation/cua-base.el: Add CUA property to some CC mode commands
6295 (Bug#4100).
6296
6297 2009-11-08 Kevin Ryde <user42@zip.com.au>
6298
6299 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
6300 at end of sentence (Bug#4818).
6301
6302 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
6303
6304 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6305 Handle "see declaration of" MSFT statements (Bug#4100).
6306
6307 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
6308
6309 * net/tramp.el (tramp-advice-make-auto-save-file-name)
6310 (tramp-advice-file-expand-wildcards): Unload via
6311 `ad-remove-advice'.
6312
6313 * net/trampver.el: Update release number.
6314
6315 2009-11-08 Kevin Ryde <user42@zip.com.au>
6316
6317 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
6318 `ad-do-it'.
6319
6320 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
6321
6322 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
6323 in order to keep context in SELinux.
6324
6325 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
6326
6327 * dired-aux.el (dired-query): Place cursor in echo area and allow
6328 C-g.
6329
6330 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
6331 menu item if not on a directory (Bug#4701).
6332
6333 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
6334
6335 Sync with Tramp 2.1.17.
6336
6337 * net/tramp.el (tramp-handle-copy-directory): Don't use
6338 `file-remote-p' (due to compatibility).
6339
6340 * net/tramp-compat.el (tramp-compat-copy-directory)
6341 (tramp-compat-delete-directory): New defuns.
6342
6343 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6344 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6345 Use `tramp-compat-delete-directory'.
6346
6347 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6348 (tramp-smb-handle-delete-directory):
6349 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
6350
6351 * net/trampver.el: Update release number.
6352
6353 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
6354
6355 * tar-mode.el (tar-copy): Call write-region on the right buffer
6356 (Bug#4857).
6357
6358 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
6359 by hand, if necessary (Bug#4878).
6360
6361 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
6362
6363 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
6364 align size column (Bug#4839).
6365
6366 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
6367 statement.
6368
6369 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6370
6371 * progmodes/ld-script.el (auto-mode-alist):
6372 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
6373
6374 * cus-face.el (custom-declare-face): Purecopy face spec.
6375
6376 2009-11-06 Kenichi Handa <handa@m17n.org>
6377
6378 * international/uni-bidi.el: Re-generated.
6379 * international/uni-category.el: Re-generated.
6380 * international/uni-combining.el: Re-generated.
6381 * international/uni-mirrored.el: Re-generated.
6382
6383 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6384
6385 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
6386 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
6387 (tex-start-options, slitex-run-command, latex-run-command)
6388 (tex-run-command, tex-directory):
6389 * textmodes/ispell.el (ispell-html-skip-alists)
6390 (ispell-tex-skip-alists, ispell-tex-skip-alists):
6391 * textmodes/fill.el (adaptive-fill-first-line-regexp):
6392 (adaptive-fill-regexp):
6393 * textmodes/dns-mode.el (auto-mode-alist):
6394 * progmodes/python.el (interpreter-mode-alist):
6395 * progmodes/etags.el (tags-compression-info-list):
6396 * progmodes/etags.el (tags-file-name):
6397 * net/browse-url.el (browse-url-galeon-program)
6398 (browse-url-firefox-program):
6399 * mail/sendmail.el (mail-signature-file)
6400 (mail-citation-prefix-regexp):
6401 * international/mule-conf.el (eight-bit):
6402 * international/latexenc.el (latex-inputenc-coding-alist):
6403 * international/fontset.el (x-pixel-size-width-font-regexp):
6404 * emacs-lisp/warnings.el (warning-type-format):
6405 * emacs-lisp/trace.el (trace-buffer):
6406 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
6407 (emacs-lisp-mode-map):
6408 * calendar/holidays.el (holiday-solar-holidays)
6409 (holiday-bahai-holidays, holiday-islamic-holidays)
6410 (holiday-christian-holidays, holiday-hebrew-holidays)
6411 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
6412 (hebrew-holidays-1, holiday-oriental-holidays)
6413 (holiday-general-holidays):
6414 * x-dnd.el (x-dnd-known-types):
6415 * tool-bar.el (tool-bar):
6416 * startup.el (site-run-file):
6417 * shell.el (shell-dumb-shell-regexp):
6418 * rfn-eshadow.el (file-name-shadow-tty-properties)
6419 (file-name-shadow-properties):
6420 * paths.el (remote-shell-program, news-directory):
6421 * mouse.el ([C-down-mouse-3]):
6422 * menu-bar.el (menu-bar-tools-menu):
6423 * jka-cmpr-hook.el (jka-compr-load-suffixes)
6424 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
6425 (jka-compr-compression-info-list):
6426 * isearch.el (search-whitespace-regexp):
6427 * image-file.el (image-file-name-extensions):
6428 * find-dired.el (find-ls-option):
6429 * files.el (directory-listing-before-filename-regexp)
6430 (directory-free-space-args, insert-directory-program)
6431 (list-directory-brief-switches, magic-fallback-mode-alist)
6432 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
6433 (automount-dir-prefix):
6434 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
6435 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
6436 (face-font-registry-alternatives, face-font-registry-alternatives)
6437 (face-font-family-alternatives):
6438 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
6439 (facemenu-foreground-menu, facemenu-face-menu):
6440 * epa-hook.el (epa-file-name-regexp):
6441 * dnd.el (dnd-protocol-alist):
6442 * textmodes/rst.el (auto-mode-alist):
6443 * button.el (default-button): Purecopy strings.
6444
6445 2009-11-06 Glenn Morris <rgm@gnu.org>
6446
6447 * Makefile.in (ELCFILES): Update.
6448
6449 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
6450
6451 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
6452 * emacs-lisp/levents.el: Move to obsolete/levents.el.
6453
6454 * nxml/xsd-regexp.el (xsdre-gen-categories):
6455 * nxml/xmltok.el (xmltok-parse-entity):
6456 * nxml/rng-parse.el (rng-parse-validate-file):
6457 * nxml/rng-maint.el (rng-format-manual)
6458 (rng-manual-output-force-new-line):
6459 * nxml/rng-loc.el (rng-save-schema-location-1):
6460 * nxml/rng-cmpct.el (rng-c-parse-file):
6461 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
6462 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
6463
6464 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
6465
6466 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
6467 Remove extra save-excursions and make-variable-buffer-local's.
6468 Suggested by Stefan Monnier.
6469
6470 (verilog-getopt-file, verilog-module-inside-filename-p)
6471 (verilog-set-define): Merge GNU 1.35 and repair changes from
6472 switching to using with-current-buffer.
6473
6474 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
6475 being treated as a number and confusing AUTORESET.
6476 Reported by Dan Dever.
6477
6478 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
6479 Add verilog-auto-ignore-concat to fix backward compatibility with
6480 older verilog-modes. Reported by Dan Katz.
6481
6482 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
6483 containing closing anchors "...$".
6484
6485 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
6486 Reported by Wade Smith.
6487
6488 (verilog-batch-execute-func): Comment on function usage.
6489
6490 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
6491
6492 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
6493 for labels.
6494
6495 (verilog-label-re, verilog-calc-1): Support proper indent of named
6496 asserts.
6497
6498 (verilog-backward-token, verilog-basic-complete-re)
6499 (verilog-beg-of-statement, verilog-indent-re): Support proper
6500 indent of the assert statement at the beginning of a block of text.
6501
6502 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
6503 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
6504 tokens as begins.
6505
6506 2009-11-05 Glenn Morris <rgm@gnu.org>
6507
6508 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
6509 Emacs 19. (Bug#1531)
6510 (byte-compile-fix-header): Update for the above change.
6511 Drop test for epoch::version.
6512
6513 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
6514 * cus-dep.el (custom-make-dependencies):
6515 * finder.el (finder-compile-keywords):
6516 Use autoload-rubric's feature argument.
6517
6518 * calendar/diary-lib.el (top-level): Make load behave more like require.
6519
6520 * vc-git.el (vc-git-stash-map): Move definition before use.
6521
6522 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
6523
6524 * custom.el (custom-declare-group): Purecopy standard-value.
6525 (custom-declare-group): Purecopy custom-prefix.
6526
6527 * international/mule.el (load-with-code-conversion):
6528 Call do-after-load-evaluation unconditionally.
6529
6530 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
6531
6532 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6533
6534 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
6535
6536 2009-11-04 Glenn Morris <rgm@gnu.org>
6537
6538 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
6539 (byte-compile-compatibility): Remove option.
6540 (byte-compile-close-variables, byte-compile-fix-header)
6541 (byte-compile-insert-header, byte-compile-output-docform)
6542 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
6543 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
6544 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
6545 (byte-compile-insert, byte-compile-defun):
6546 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
6547 (byte-defop-compiler19): Remove.
6548 Without byte-compile-compatibility, the 'emacs19-opcode property is not
6549 used by anything. Replace all calls with byte-defop-compiler.
6550
6551 2009-11-04 Juri Linkov <juri@jurta.org>
6552
6553 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
6554 (menu-bar-options-menu): Don't quote the `prop' arg of
6555 `menu-bar-make-mm-toggle'.
6556
6557 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
6558
6559 * calendar/calendar.el (cal-loaddefs):
6560 * calendar/diary-lib.el (diary-loaddefs):
6561 * calendar/holidays.el (hol-loaddefs):
6562 * eshell/esh-module.el (esh-groups): Load rather than require.
6563
6564 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6565
6566 * calendar/todo-mode.el (todo-add-category): Don't hardcode
6567 point-min==1.
6568 (todo-top-priorities): Only display-buffer when called interactively.
6569 (todo-item-start): Don't save excursion point.
6570 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
6571 (todo-insert-item-here, todo-file-item, todo-remove-item):
6572 Adjust uses of todo-item-start and todo-item-end.
6573
6574 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
6575 (autoload-rubric): Don't use any more.
6576
6577 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
6578 and only put a prop if it is non-nil.
6579
6580 2009-11-03 Juri Linkov <juri@jurta.org>
6581
6582 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
6583 (menu-bar-options-menu): Fix list quoting (Bug#4429).
6584
6585 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
6586 and "Menu" to make top-level menu item visually one unit (like
6587 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
6588 multi-word menu items). Fix :help string for quit-window.
6589
6590 2009-11-03 Glenn Morris <rgm@gnu.org>
6591
6592 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6593 (byte-compile-file-form-define-abbrev-table)
6594 (byte-compile-file-form-custom-declare-variable)
6595 (byte-compile-variable-ref, byte-compile-defvar):
6596 Whether or not a warning is enabled should only affect whether we issue
6597 the warning, not whether or not we collect the relevant data.
6598 Eg warnings can be turned on and off throughout the course of a file.
6599
6600 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
6601 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
6602
6603 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6604
6605 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
6606 * play/mpuz.el (mpuz-create-buffer):
6607 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
6608 (lm-print-y,s,noise, lm-print-w0, lm-init):
6609 * play/gomoku.el (gomoku-prompt-for-move):
6610 * play/fortune.el (fortune-in-buffer):
6611 * play/dissociate.el (dissociated-press):
6612 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
6613 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
6614 * mail/supercite.el (sc-eref-show):
6615 * mail/smtpmail.el (smtpmail-send-it):
6616 * mail/rmailsum.el (rmail-summary-next-labeled-message)
6617 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
6618 (rmail-summary-undelete-many, rmail-summary-rmail-update)
6619 (rmail-summary-goto-msg, rmail-summary-expunge)
6620 (rmail-summary-get-new-mail, rmail-summary-search-backward)
6621 (rmail-summary-add-label, rmail-summary-output-menu)
6622 (rmail-summary-output-body):
6623 * mail/rfc822.el (rfc822-addresses):
6624 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
6625 * mail/mailpost.el (post-mail-send-it):
6626 * mail/hashcash.el (hashcash-generate-payment):
6627 * mail/feedmail.el (feedmail-run-the-queue)
6628 (feedmail-queue-send-edit-prompt-help-first)
6629 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
6630 (feedmail-deduce-address-list):
6631 * eshell/esh-ext.el (eshell-remote-command):
6632 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
6633 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
6634 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
6635 (viper-save-string-in-file, viper-valid-marker):
6636 * emulation/viper-keym.el (viper-toggle-key):
6637 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
6638 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
6639 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
6640 * emulation/viper-cmd.el (viper-exec-form-in-vi)
6641 (viper-exec-form-in-emacs, viper-brac-function):
6642 * emulation/viper.el (viper-delocalize-var):
6643 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
6644 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
6645 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
6646 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
6647 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
6648 * emulation/edt.el (edt-electric-helpify):
6649 * emulation/cua-rect.el (cua--rectangle-aux-replace):
6650 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
6651 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
6652 (cua-indent-to-global-mark-column):
6653 * calendar/diary-lib.el (calendar-mark-1):
6654 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
6655 Use with-current-buffer.
6656 * emulation/viper.el (viper-delocalize-var): Use dolist.
6657
6658 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
6659
6660 * comint.el (comint-replace-by-expanded-history-before-point):
6661 Replace !! with the previous input string literally (Bug#1795).
6662
6663 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
6664
6665 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
6666 to be made up of whitespace.
6667
6668 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
6669
6670 * minibuffer.el (read-file-name): Don't use file dialogs for
6671 remote directories (Bug#99).
6672
6673 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
6674
6675 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
6676
6677 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
6678
6679 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
6680 instead of deleting the window or frame.
6681
6682 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
6683
6684 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
6685 Support face colors.
6686
6687 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
6688 New function. Support face colors (Bug#1168).
6689 (tex-common-initialization): Use it.
6690
6691 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
6692 mode allows it (Bug#1168).
6693
6694 2009-10-31 Juri Linkov <juri@jurta.org>
6695
6696 * facemenu.el (list-colors-display): Don't mark buffer as
6697 modified (Bug#3948).
6698
6699 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
6700
6701 * international/mule-diag.el (list-character-sets-1):
6702 Minor message fix (Bug#3526).
6703
6704 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
6705 Fix face property (Bug#4834).
6706 (etags-list-tags, etags-tags-apropos-additional)
6707 (etags-tags-apropos, tags-select-tags-table): Add follow-link
6708 property.
6709
6710 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
6711 items.
6712
6713 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
6714
6715 * textmodes/two-column.el (2C-split):
6716 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
6717 * textmodes/tex-mode.el (tex-set-buffer-directory):
6718 * textmodes/spell.el (spell-region, spell-string):
6719 * textmodes/reftex.el (reftex-erase-buffer):
6720 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
6721 * textmodes/reftex-toc.el (reftex-toc-promote-action):
6722 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
6723 (reftex-select-item):
6724 * textmodes/reftex-ref.el (reftex-label-info-update)
6725 (reftex-offer-label-menu):
6726 * textmodes/reftex-index.el (reftex-index-change-entry)
6727 (reftex-index-phrases-info):
6728 * textmodes/reftex-global.el (reftex-create-tags-file)
6729 (reftex-save-all-document-buffers, reftex-ensure-write-access):
6730 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
6731 (reftex-view-crossref-from-bibtex):
6732 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
6733 (reftex-extract-bib-entries-from-thebibliography)
6734 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
6735 * textmodes/refbib.el (r2b-capitalize-title):
6736 (r2b-convert-buffer, r2b-help):
6737 * textmodes/page-ext.el (pages-directory)
6738 (pages-directory-goto-with-mouse):
6739 * textmodes/bibtex.el (bibtex-validate-globally):
6740 * textmodes/bib-mode.el (bib-capitalize-title):
6741 * textmodes/artist.el (artist-clear-buffer, artist-system):
6742 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
6743 (local-set-scheme-interaction-buffer, xscheme-process-filter)
6744 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
6745 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
6746 (xscheme-send-control-g-interrupt, xscheme-start-process)
6747 (xscheme-process-sentinel, xscheme-cd):
6748 * progmodes/verilog-mode.el (verilog-read-always-signals)
6749 (verilog-set-define, verilog-getopt-file)
6750 (verilog-module-inside-filename-p):
6751 * progmodes/sh-script.el:
6752 * progmodes/python.el (python-pdbtrack-get-source-buffer)
6753 (python-pdbtrack-grub-for-buffer, python-execute-file):
6754 * progmodes/octave-inf.el (inferior-octave):
6755 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6756 (idlwave-shell-compile-helper-routines, idlwave-set-local)
6757 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
6758 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
6759 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
6760 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
6761 (idlwave-shell-filter, idlwave-shell-examine-highlight)
6762 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
6763 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
6764 (idlwave-shell-examine-display, idlwave-shell-run-region)
6765 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
6766 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
6767 * progmodes/idlw-help.el (idlwave-help-get-special-help)
6768 (idlwave-help-get-help-buffer):
6769 * progmodes/gud.el (gud-basic-call, gud-find-class)
6770 (gud-tooltip-activate-mouse-motions-if-enabled):
6771 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6772 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
6773 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
6774 (ebrowse-tags-next-file):
6775 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
6776 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
6777 (ebnf-eps-finish-and-write):
6778 * progmodes/cpp.el (cpp-edit-save):
6779 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
6780 * progmodes/cc-defs.el (c-emacs-features):
6781 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
6782 (antlr-directory-dependencies):
6783 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
6784 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
6785 (ada-find-any-references, ada-make-filename-from-adaname)
6786 (ada-make-body-gnatstub):
6787 * obsolete/rnews.el (news-list-news-groups):
6788 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
6789 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
6790 * net/rcirc.el (rcirc-debug):
6791 * net/newst-treeview.el (newsticker--treeview-list-add-item)
6792 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6793 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6794 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
6795 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
6796 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6797 (newsticker--treeview-list-clear-highlight)
6798 (newsticker--treeview-list-update-highlight)
6799 (newsticker--treeview-list-highlight-start)
6800 (newsticker--treeview-tree-update-highlight)
6801 (newsticker--treeview-get-selected-item)
6802 (newsticker-treeview-mark-list-items-old)
6803 (newsticker--treeview-set-current-node):
6804 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6805 * net/newst-backend.el (newsticker--get-news-by-funcall)
6806 (newsticker--get-news-by-wget, newsticker--image-get)
6807 (newsticker--image-sentinel):
6808 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
6809 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
6810 (eudc-ph-close-session):
6811 * net/eudc.el (eudc-save-options):
6812 * language/thai-word.el (thai-update-word-table):
6813 * language/japan-util.el (japanese-string-conversion):
6814 * international/titdic-cnv.el (tsang-quick-converter)
6815 (ziranma-converter, ctlau-converter):
6816 * international/mule-cmds.el (describe-language-environment):
6817 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
6818 (skkdic-convert-postfix, skkdic-convert-prefix):
6819 (skkdic-convert-okuri-nasi, skkdic-convert):
6820 * emacs-lisp/re-builder.el (reb-update-overlays):
6821 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
6822 * emacs-lisp/gulp.el (gulp-send-requests):
6823 * emacs-lisp/find-gc.el (trace-call-tree):
6824 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
6825 (eieio-describe-generic):
6826 * emacs-lisp/eieio-base.el (eieio-persistent-read):
6827 * emacs-lisp/edebug.el (edebug-outside-excursion):
6828 * emacs-lisp/debug.el (debugger-make-xrefs):
6829 * emacs-lisp/cust-print.el (custom-prin1-to-string):
6830 * emacs-lisp/chart.el (chart-new-buffer):
6831 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
6832 Use with-current-buffer.
6833 * textmodes/artist.el (artist-system): Don't call
6834 copy-sequence on a fresh string.
6835 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
6836
6837 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
6838
6839 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
6840 is no item to edit. (Bug#4820)
6841 (todo-top-priorities): Restore point and restore narrowing in Todo
6842 buffer. (Bug#4820)
6843
6844 2009-10-31 Glenn Morris <rgm@gnu.org>
6845
6846 * net/ange-ftp.el (top-level): Don't require dired when compiling.
6847 (comint-last-output-start, comint-last-input-start)
6848 (comint-last-input-end): Don't defvar when compiling.
6849 (ange-ftp-process-file): Use bound-and-true-p.
6850
6851 * pcmpl-rpm.el (top-level): Move provide statement to end.
6852 (pcmpl-rpm): Remove unused custom group.
6853
6854 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
6855
6856 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
6857
6858 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6859 (byte-compile-warnings): Add `constants' as an option.
6860 (byte-compile-callargs-warn, byte-compile-arglist-warn)
6861 (display-call-tree): Update for byte-compile-fdefinition possibly
6862 returning `(macro lambda ...)'. (Bug#4778)
6863 (byte-compile-variable-ref, byte-compile-setq-default):
6864 Respect `constants' member of byte-compile-warnings.
6865
6866 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6867
6868 * vc-bzr.el (vc-bzr-revision-keywords): New var.
6869 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
6870 to "submit:".
6871
6872 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
6873
6874 * textmodes/ispell.el (ispell-skip-region-alist):
6875 * international/mule-conf.el (eight-bit):
6876 * international/fontset.el (font-encoding-alist):
6877 * startup.el (pure-space-overflow-message):
6878 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
6879 * paths.el (gnus-nntp-service, rmail-spool-directory)
6880 (term-file-prefix):
6881 * files.el (save-some-buffers-action-alist):
6882 * cmuscheme.el (same-window-buffer-names):
6883 * ielm.el (same-window-buffer-names):
6884 * shell.el (same-window-buffer-names):
6885 * mail/sendmail.el (same-window-buffer-names):
6886 * progmodes/inf-lisp.el (same-window-buffer-names):
6887 * bindings.el (mode-line-client)
6888 (mode-line-column-line-number-mode-map):
6889 * language/tibetan.el (tibetan-precomposition-rule-regexp)
6890 (tibetan-precomposed-regexp): Purecopy string arguments.
6891
6892 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6893
6894 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
6895 (calcDigit-nondigit):
6896 * calc/calc-yank.el (calc-copy-to-buffer):
6897 * calc/calc-units.el (calc-invalidate-units-table):
6898 * calc/calc-trail.el (calc-trail-yank):
6899 * calc/calc-store.el (calc-insert-variables):
6900 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6901 * calc/calc-prog.el (calc-read-parse-table):
6902 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
6903 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
6904 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
6905 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
6906 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
6907 (calc-graph-name, calc-graph-find-command, calc-graph-view)
6908 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
6909 * calc/calc-ext.el (calc-realign):
6910 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
6911 (calc-embedded-finish-edit, calc-embedded-make-info)
6912 (calc-embedded-finish-command, calc-embedded-stack-change):
6913 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
6914
6915 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
6916 shell-dynamic-complete-filename in preference to
6917 comint-dynamic-complete-filename.
6918
6919 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6920 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6921 Don't consider whether the display supports colors.
6922 (bookmark-import-new-list): Use dolist.
6923 (bookmark-bmenu-mode-map): Move initialization into declaration.
6924 (bookmark-bmenu-list): Use dolist, simplify.
6925 (bookmark-show-all-annotations): Use save-selected-window and dolist.
6926 (menu-bar-final-items): Use push.
6927
6928 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
6929
6930 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
6931 it works on remote files.
6932 (vc-hg-diff): Don't pass any `--cwd' argument.
6933
6934 2009-10-27 Kevin Ryde <user42@zip.com.au>
6935
6936 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6937 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
6938 (Further to Bug#3921).
6939
6940 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
6941
6942 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
6943 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
6944 calling `tramp-imap-put-file'. Add file size to the call.
6945 (tramp-imap-get-file-entries): Compute also user name, file size,
6946 and date.
6947 (tramp-imap-handle-insert-directory): Insert uid and gid.
6948 (tramp-imap-handle-file-attributes): Transform uid and gid
6949 according to `id-format'.
6950 (tramp-imap-put-file): New optional parameter SIZE. Encode file
6951 size in header X-Size.
6952
6953 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
6954
6955 * simple.el (transpose-subr): Give clearer error when the mark
6956 is not set. (Bug#4807)
6957
6958 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
6959
6960 * net/tramp.el (tramp-perl-file-truename): New defconst.
6961 Perl code contributed by yary <not.com@gmail.com> (tiny change).
6962 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
6963 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
6964 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
6965
6966 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6967 Ignore `dired-call-process'.
6968 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
6969
6970 2009-10-26 Julian Scheid <julians37@gmail.com>
6971
6972 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
6973 (tramp-get-remote-readlink): New defun.
6974 (tramp-handle-file-truename): Use it.
6975 (tramp-handle-file-exists-p): Check file-attributes cache, assume
6976 file exists if cache value present.
6977 (tramp-check-cached-permissions): New defun.
6978 (tramp-handle-file-readable-p): Use it.
6979 (tramp-handle-file-writable-p): Likewise.
6980 (tramp-handle-file-executable-p): Likewise.
6981 (tramp-handle-file-name-all-completions): Try using Perl to get
6982 partial completions. When perl not available, combine `cd' and
6983 `ls' into single remote operation and use shell expansion to get
6984 partial remote directory contents. Set `file-exists-p' cache for
6985 directory and any files returned by ls. Change cache handling to
6986 support partial directory contents. Use error message emitted by
6987 remote `cd' or Perl code for local tramp-error.
6988 (tramp-do-copy-or-rename-file-directly): Avoid separate
6989 tramp-send-command-and-check call.
6990 (tramp-handle-process-file): Merge three remote ops into one.
6991 Do not flush all caches when `process-file-side-effects' is set.
6992 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
6993 file-attributes shows uid/gid to be set already.
6994
6995 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
6996
6997 * textmodes/tex-mode.el (tex-dvi-view-command)
6998 (tex-show-queue-command, tex-open-quote):
6999 * progmodes/ruby-mode.el (auto-mode-alist)
7000 (interpreter-mode-alist): Purecopy strings.
7001
7002 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
7003
7004 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
7005 string for the hook, keymap and abbrev table.
7006
7007 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
7008
7009 * x-dnd.el (x-dnd-xdnd-to-action):
7010 * startup.el (fancy-startup-text, fancy-about-text): Change to
7011 defconst from defvar.
7012
7013 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
7014
7015 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
7016 Purecopy initialization strings.
7017
7018 * mail/sendmail.el (mail-header-separator)
7019 (mail-personal-alias-file):
7020 * mail/rmail.el (rmail-default-dont-reply-to-names)
7021 (rmail-ignored-headers, rmail-retry-ignored-headers)
7022 (rmail-highlighted-headers, rmail-secondary-file-directory)
7023 (rmail-secondary-file-regexp):
7024 * files.el (null-device, file-name-invalid-regexp)
7025 (locate-dominating-stop-dir-regexp)
7026 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
7027 (interpreter-mode-alist): Use mapcar instead of mapc.
7028
7029 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
7030
7031 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
7032 (completion-ignored-extensions):
7033 (debug-ignored-errors): Purecopy strings.
7034
7035 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7036
7037 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
7038 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
7039 (pcomplete--here): Use push.
7040
7041 * subr.el (all-completions): Declare the 4th arg obsolete.
7042
7043 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7044
7045 * pcomplete.el (pcomplete-unquote-argument-function): New var.
7046 (pcomplete-unquote-argument): New function.
7047 (pcomplete--common-suffix): Always pay attention to case.
7048 (pcomplete--table-subvert): Quote and unquote the text.
7049 (pcomplete--common-quoted-suffix): New function.
7050 (pcomplete-std-complete): Use it and pcomplete-begin.
7051
7052 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
7053 we're inside a dedicated or minibuffer window.
7054
7055 2009-10-24 Karl Fogel <kfogel@red-bean.com>
7056
7057 * bookmark.el: Update documentation, especially documentation
7058 of `bookmark-alist' and of the bookmark file format.
7059 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
7060
7061 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
7062
7063 * mail/emacsbug.el (report-emacs-bug): Clarify that the
7064 keybindings apply to the mail buffer (Bug#4003). Shrink help
7065 window to buffer.
7066
7067 * whitespace.el (whitespace-mode, whitespace-newline-mode)
7068 (global-whitespace-mode, global-whitespace-newline-mode)
7069 (whitespace-toggle-options, global-whitespace-toggle-options):
7070 Doc fix (Bug#3660).
7071
7072 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
7073 of xmltok-start before the end tag was inserted (Bug#2840).
7074
7075 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
7076 patterns that are preceded by an open-paren (Bug#1320).
7077
7078 2009-10-24 Sven Joachim <svenjoac@gmx.de>
7079
7080 * files.el (delete-directory): Delete symlinks to directories with
7081 delete-file (Bug#4739).
7082
7083 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
7084
7085 * vc.el (vc-backend-for-registration): Rename from
7086 vc-get-backend-for-registration. Update callers.
7087
7088 * international/mule-cmds.el (set-language-info-alist):
7089 Purecopy lang-env.
7090 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
7091 (charset): Purecopy the name.
7092 (define-char-code-property): Purecopy string arguments.
7093
7094 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7095 Purecopy string arguments.
7096
7097 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7098 * ediff-hook.el (menu-bar-ediff-menu):
7099 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
7100 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
7101
7102 2009-10-24 Glenn Morris <rgm@gnu.org>
7103
7104 * comint.el (comint-dynamic-list-completions):
7105 * term.el (term-dynamic-list-completions): Use choose-completion rather
7106 than obsolete alias mouse-choose-completion.
7107
7108 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
7109 file-cache-choose-completion.
7110 (file-cache-choose-completion): Handle an optional event argument.
7111 (file-cache-mouse-choose-completion): Make it an obsolete alias.
7112
7113 * progmodes/octave-mod.el (octave-complete-symbol):
7114 Use choose-completion if mouse-choose-completion is ever removed.
7115
7116 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
7117 use.
7118
7119 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
7120 compiler.
7121
7122 * vc-hooks.el (vc-responsible-backend): Fix declaration.
7123
7124 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7125
7126 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
7127 Ignore `pred' now that we receive one.
7128 Handle test-completion specially.
7129
7130 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
7131
7132 * vc.el (vc-responsible-backend): Throw an error if not backend is
7133 found. Remove the REGISTER argument. Move the code dealing with
7134 REGISTER ...
7135 (vc-get-backend-for-registration): ... here. New function.
7136 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
7137 of vc-responsible-backend, pass the file name instead of the
7138 directory name.
7139
7140 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7141
7142 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
7143 New funs.
7144 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
7145 (pcomplete-comint-setup): Don't modify a global var via
7146 accidental side-effects.
7147 (pcomplete-shell-setup): Adjust call accordingly.
7148 (pcomplete-parse-comint-arguments): Use push.
7149
7150 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
7151
7152 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7153 Allow uncapitalized info node names (Bug#3921).
7154
7155 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
7156 to the DEBUG file (Bug#3781).
7157
7158 2009-10-23 Jari Aalto <jari.aalto@cante.net>
7159
7160 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
7161 dictionary entry (Bug#4579).
7162
7163 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
7164
7165 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
7166 from `rfn-eshadow-update-overlay-hook' when unloading.
7167 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
7168 "rsyncc". Adjust doc string.
7169 (tramp-temp-buffer-file-name): New buffer-local defvar.
7170 (tramp-handle-insert-file-contents, tramp-handle-write-region):
7171 Keep temporary file when indicated by method ("rsync" and
7172 "rsyncc").
7173 (tramp-handle-write-region): Handle APPEND.
7174 (tramp-delete-temp-file-function): New defun. Added to
7175 `kill-buffer-hook'.
7176
7177 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
7178
7179 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
7180
7181 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
7182
7183 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
7184 (color-name-rgb-alist, tty-standard-colors)
7185 (tty-color-mode-alist): Change to defconst.
7186
7187 * simple.el (mark-inactive): Purecopy message.
7188
7189 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
7190 (global-map, yank-menu):
7191 * textmodes/ispell.el (ispell-menu-map):
7192 * net/eudc.el (eudc-tools-menu):
7193 * international/mule-cmds.el (describe-language-environment-map)
7194 (setup-language-environment-map, set-coding-system-map)
7195 (mule-menu-keymap):
7196 * vc-hooks.el (vc-menu-entry, vc-menu-map):
7197 * replace.el (occur-mode-map):
7198 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
7199
7200 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
7201
7202 * calc/calc.el (math-read-number, math-read-number-simple):
7203 Use `save-match-data'.
7204
7205 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7206
7207 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
7208 rather than fiddling with global-map bindings, since it should only
7209 affect per-terminal settings.
7210 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
7211
7212 * minibuffer.el (completion-table-with-terminator): Allow to specify
7213 the terminator-regexp.
7214
7215 * simple.el (switch-to-completions): Look for *Completions* in other
7216 frames as well.
7217
7218 * pcomplete.el: Allow the use of completion-tables.
7219 (pcomplete-std-complete): New command.
7220 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
7221 (pcomplete--here): Use a function for `form' rather than an expression,
7222 so it can be byte-compiled.
7223 (pcomplete-here, pcomplete-here*): Adjust accordingly.
7224 Add edebug declaration.
7225 (pcomplete-show-completions): Remove unused var `curbuf'.
7226 (pcomplete-do-complete, pcomplete-stub):
7227 Don't assume `completions' is a list of strings any more.
7228
7229 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
7230
7231 * find-dired.el (find-name-arg): Fix typo in docstring.
7232
7233 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7234
7235 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
7236 (pcmpl-linux-fs-types): Same, and update to new modules layout.
7237
7238 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
7239 pcomplete-entries.
7240
7241 * comint.el (comint-read-input-ring, comint-write-input-ring)
7242 (comint-substitute-in-file-name)
7243 (comint-dynamic-complete-as-filename)
7244 (comint-dynamic-simple-complete)
7245 (comint-dynamic-list-filename-completions)
7246 (comint-dynamic-list-completions)
7247 (comint-redirect-results-list-from-process): Minor simplifications.
7248
7249 2009-10-21 Kevin Ryde <user42@zip.com.au>
7250
7251 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7252 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
7253 the first form. And insert a blank line after ";;; Code" since
7254 that's usual style. (Bug#4612)
7255
7256 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
7257
7258 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7259
7260 * minibuffer.el (completion-table-with-terminator): Properly implement
7261 boundaries, in case `terminator' appears in the suffix.
7262 (completion--embedded-envvar-table): Don't return boundaries if
7263 there's no valid completion. Simplify.
7264 (completion-file-name-table): New completion table extracted from
7265 completion--file-name-table.
7266 (completion--file-name-table): Use it.
7267 (read-file-name-predicate): Declare obsolete.
7268 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
7269 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
7270 completion-file-name-table, and use the `pred' argument.
7271 * files.el (locate-file-completion-table): Use the `pred' arg rather
7272 than read-file-name-predicate.
7273 (abbreviate-file-name): Use \` rather than ^ for BOS.
7274
7275 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
7276
7277 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
7278 vc-responsible-backend to register, it causes problems.
7279
7280 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7281
7282 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
7283
7284 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
7285
7286 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
7287 (tramp-smb-handle-file-attributes): Use it.
7288 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
7289 (tramp-smb-handle-insert-directory): Use `mapc' rather than
7290 `mapcar'. Use `tramp-smb-get-stat-capability'.
7291 Add `dired-filename' text properties.
7292 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
7293 (tramp-smb-maybe-open-connection): Simplify check for smbclient
7294 version.
7295
7296 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7297
7298 * subr.el (read-key-delay): Reduce to 0.01.
7299 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
7300 (bug#4751).
7301
7302 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7303
7304 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
7305
7306 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
7307 (Info-menu): Remove unused vars `last' and `completions'.
7308 (Info-index-nodes): Remove unused var `node'.
7309
7310 * info.el (Info-complete-menu-item): Use complete-with-action.
7311
7312 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
7313
7314 Make vc-annotate work through copies and renames.
7315 * vc-annotate.el (vc-annotate-extract-revision-at-line):
7316 Return the file name too.
7317 (vc-annotate-revision-at-line)
7318 (vc-annotate-find-revision-at-line)
7319 (vc-annotate-revision-previous-to-line)
7320 (vc-annotate-show-log-revision-at-line): Update to get the file
7321 name from vc-annotate-extract-revision-at-line.
7322 (vc-annotate-show-diff-revision-at-line-internal): Change the
7323 argument to mean whether to show a file diff or not. Get the file
7324 name from vc-annotate-extract-revision-at-line.
7325 (vc-annotate-show-diff-revision-at-line):
7326 Update vc-annotate-show-diff-revision-at-line call.
7327 (vc-annotate-warp-revision): Add an optional file argument.
7328
7329 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
7330 (vc-git-annotate-extract-revision-at-line): Also return the file
7331 name if found.
7332
7333 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
7334 command. Remove unused code.
7335 (vc-hg-annotate-re): Update to match --follow output.
7336 (vc-hg-annotate-extract-revision-at-line): Also return the file
7337 name if found.
7338
7339 * vc.el: Update annotate-extract-revision-at-line documentation.
7340
7341 2009-10-18 Kevin Ryde <user42@zip.com.au>
7342
7343 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
7344 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
7345
7346 * net/browse-url.el (browse-url): Identify alist with "consp and
7347 not functionp" and let all other things go down the `apply' leg,
7348 as suggested by Stefan. (Further to bug#4531.)
7349
7350 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
7351
7352 * minibuffer.el (read-file-name): Check for repeat before putting
7353 a default argument in file-name-history (Bug#4657).
7354
7355 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
7356 read syntax (Bug#4737).
7357
7358 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7359
7360 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7361
7362 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
7363 (html-tag-alist, html-tag-help): Add descriptions for undocumented
7364 entries and make note of obsolete tags.
7365
7366 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7367
7368 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
7369
7370 2009-10-18 Glenn Morris <rgm@gnu.org>
7371
7372 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
7373 grep, so that binary files (eg international/uni-bidi.el) can match.
7374 Remove test for "UnicodeData" files, since it is hopefully unnecessary
7375 now, and in any case the file header format has changed.
7376
7377 2009-10-17 Glenn Morris <rgm@gnu.org>
7378
7379 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
7380 (flyspell-get-word, flyspell-large-region)
7381 (flyspell-auto-correct-previous-word): Doc/error message fixes.
7382
7383 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
7384
7385 * Makefile.in (ELCFILES): Add ede/shell.
7386
7387 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
7388
7389 * term/common-win.el (x-colors): Purecopy it.
7390
7391 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7392
7393 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
7394 permissive for when the buffer is empty.
7395 (tar-header-block-tokenize): Decode the username and groupname.
7396 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
7397
7398 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7399
7400 * international/mule-cmds.el (select-safe-coding-system): If the file
7401 has a coding cookie, use it regardless of any other setting (bug#4712).
7402
7403 2009-10-17 Glenn Morris <rgm@gnu.org>
7404
7405 * foldout.el (foldout-mouse-swallow-events):
7406 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
7407
7408 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
7409 (dired-keep-marker-copy, dired-keep-marker-hardlink)
7410 (dired-keep-marker-symlink, dired-dwim-target)
7411 (dired-copy-preserve-time): Do not autoload these defcustoms.
7412
7413 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
7414 messages from messing up the file coding. (Bug#4623)
7415
7416 2009-10-17 Jari Aalto <jari.aalto@cante.net>
7417
7418 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
7419 if no match is found for the current dictionary. (Bug#4578)
7420
7421 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
7422 optional, since that is how it is documented, and this is often called
7423 with a nil argument. (Bug#4577)
7424 (flyspell-external-point-words, flyspell-auto-correct-word)
7425 (flyspell-correct-word-before-point, flyspell-word-search-forward)
7426 (flyspell-word-search-backward): Remove nil argument in calls to
7427 flyspell-get-word, since it is not needed now.
7428
7429 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
7430
7431 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
7432
7433 2009-10-16 Glenn Morris <rgm@gnu.org>
7434
7435 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
7436
7437 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
7438
7439 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
7440 (ange-ftp-file-size): New function.
7441 (ange-ftp-file-attributes): Use it.
7442
7443 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
7444
7445 * net/tramp-smb.el (tramp-smb-version): New defvar.
7446 (tramp-smb-maybe-open-connection): Use it, in order to avoid
7447 repeated checks.
7448
7449 2009-10-16 Glenn Morris <rgm@gnu.org>
7450
7451 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
7452 Maybe copy some custom properties from old to new name. (Bug#4706)
7453
7454 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
7455
7456 * subr.el (error, sit-for, start-process-shell-command)
7457 (start-file-process-shell-command): Set the calling convention
7458 after the function definition.
7459
7460 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7461
7462 * subr.el (error, sit-for, start-process-shell-command)
7463 (start-file-process-shell-command): Use the new
7464 set-advertised-calling-convention feature.
7465
7466 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
7467
7468 * international/ucs-normalize.el (ucs-normalize-version):
7469 Change to 1.2.
7470 (check-range): Adjust for Unicode 5.2.
7471
7472 2009-10-15 Juri Linkov <juri@jurta.org>
7473
7474 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
7475 to the `menu-item' format.
7476
7477 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
7478
7479 * net/tramp.el (tramp-replace-environment-variables): Do not fail
7480 if the environment variable does not exist.
7481
7482 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7483 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
7484 parameter.
7485 (tramp-smb-handle-add-name-to-file)
7486 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7487 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7488 (tramp-smb-handle-file-attributes)
7489 (tramp-smb-do-file-attributes-with-stat)
7490 (tramp-smb-handle-file-local-copy)
7491 (tramp-smb-handle-insert-directory)
7492 (tramp-smb-handle-make-directory)
7493 (tramp-smb-handle-make-directory-internal)
7494 (tramp-smb-handle-make-symbolic-link)
7495 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
7496 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
7497 (tramp-smb-maybe-open-connection): Apply the changed parameters.
7498 (tramp-smb-read-file-entry): Read Disk names in compressed format.
7499 Handle long file names.
7500 (tramp-smb-get-cifs-capabilities): Check, whether the connection
7501 process is running.
7502 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
7503 Read share names with "-g" option.
7504
7505 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
7506
7507 * net/rcirc.el (rcirc-view-log-file): New command.
7508 (rcirc-track-minor-mode-map): Remove C-c ` binding.
7509 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
7510 specified.
7511
7512 2009-10-15 Glenn Morris <rgm@gnu.org>
7513
7514 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
7515 from the second command-line argument.
7516 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
7517 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
7518 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
7519 w32-batch-update-autoloads.
7520 * emacs-lisp/autoload.el (autoload-make-program): New variable.
7521 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
7522
7523 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
7524 the headers cannot be located. Simplify, subtracting superflous
7525 save-excursions.
7526
7527 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
7528
7529 Replace completion-base-size by completion-base-position to fix bugs
7530 such as (bug#4699).
7531 * simple.el (completion-base-position): New var.
7532 (completion-base-size): Mark as obsolete.
7533 (choose-completion): Make it work for mouse events as well.
7534 Pass the new base-position to choose-completion-string.
7535 (choose-completion-guess-base-position): New function, extracted from
7536 choose-completion-delete-max-match.
7537 (choose-completion-delete-max-match): Use it. Make obsolete.
7538 (choose-completion-string): Use the new base-position info.
7539 (completion-root-regexp): Delete.
7540 (completion-setup-function): Preserve completion-base-position.
7541 Eliminate obsolete base-size manipulation.
7542 * minibuffer.el (display-completion-list): Don't mess with base-size.
7543 (minibuffer-completion-help): Set completion-base-position instead.
7544 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
7545 choose-completion.
7546 * textmodes/bibtex.el (bibtex-complete):
7547 * emacs-lisp/crm.el (crm--choose-completion-string):
7548 Adjust to new calling convention.
7549 * complete.el (partial-completion-mode): Use minibufferp to avoid
7550 bumping into incompatible change to choose-completion-string-functions.
7551 * ido.el (ido-choose-completion-string): Make its calling convention
7552 more permissive.
7553 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
7554 base-size manipulation.
7555 (comint-dynamic-list-input-ring): Use dotimes and push.
7556 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
7557 fundamental-mode. Use `or'.
7558
7559 2009-10-14 Juri Linkov <juri@jurta.org>
7560
7561 * misearch.el (multi-isearch-next-buffer-from-list)
7562 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
7563
7564 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7565
7566 * Makefile.in (compile-onefile): Load `bytecomp' rather than
7567 `bytecomp.el'.
7568
7569 * minibuffer.el (completion-pcm--merge-completions): Make sure the
7570 string we return is all made up of text from the completions rather
7571 than part from the completions and part from the input (bug#4219).
7572
7573 * ido.el (ido-everywhere): Use define-minor-mode.
7574
7575 * buff-menu.el (list-buffers, ctl-x-map):
7576 Mark the entry points with ;;;###autoload cookies.
7577
7578 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7579
7580 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
7581 correctly in the detached head case.
7582 (vc-git-print-log): Remove unused binding.
7583
7584 * vc.el (vc-responsible-backend): When a directory is passed for
7585 for registration create a VC repository if no backend is
7586 responsible for the directory argument.
7587 (vc-deduce-fileset): Tell vc-responsible-backend to register.
7588
7589 * vc.el: Move comments about RCS and SCCS ...
7590 * vc-rcs.el:
7591 * vc-sccs.el: ... here, respectively.
7592
7593 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7594
7595 * minibuffer.el (completion--file-name-table): Return nil if there's
7596 no file completion, even if substitute-in-file-name changed
7597 the string (bug#4708).
7598
7599 2009-10-13 Juri Linkov <juri@jurta.org>
7600
7601 * files-x.el (read-file-local-variable-value): Don't filter out
7602 minor modes from mode name completion (bug#4664).
7603
7604 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7605
7606 * international/mule-cmds.el (ucs-names): Remove exclusion of
7607 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
7608
7609 2009-10-13 Kenichi Handa <handa@m17n.org>
7610
7611 * international/uni-name.el: Regenerated.
7612
7613 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7614
7615 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
7616 should be automatically buffer-local, but isn't.)
7617
7618 2009-10-12 Sam Steingold <sds@gnu.org>
7619
7620 * progmodes/compile.el (compilation-next-error-function): Fix the
7621 timestamps if the buffer has been visited before.
7622 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7623 non-anchored patterns, like the perl one (bug#3928).
7624
7625 2009-10-12 Glenn Morris <rgm@gnu.org>
7626
7627 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
7628 Let-bind `size'.
7629
7630 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
7631
7632 * proced.el (proced-unload-function): New function.
7633
7634 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
7635 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
7636 Doc fix.
7637
7638 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
7639
7640 2009-10-11 Juri Linkov <juri@jurta.org>
7641
7642 * files-x.el (read-file-local-variable-value):
7643 Provide default value only for bound variables (bug#4664).
7644
7645 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
7646
7647 * net/tramp.el (tramp-local-host-p): Function shall return nil for
7648 connection methods like smb.
7649
7650 * net/tramp-cache.el (tramp-flush-connection-property): The hash
7651 can be empty.
7652
7653 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7654 (tramp-smb-file-name-handler-alist): Add handlers for
7655 `add-name-to-file', `make-symbolic-link'.
7656 (tramp-smb-handle-add-name-to-file)
7657 (tramp-smb-do-file-attributes-with-stat)
7658 (tramp-smb-handle-make-symbolic-link)
7659 (tramp-smb-get-cifs-capabilities): New defuns.
7660 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7661 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7662 (tramp-smb-handle-file-local-copy)
7663 (tramp-smb-handle-make-directory-internal)
7664 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7665 The file name syntax depends on cifs capabilities.
7666 (tramp-smb-handle-file-attributes):
7667 Call `tramp-smb-do-file-attributes-with-stat' if possible.
7668 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
7669 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
7670
7671 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
7672
7673 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
7674 (eieio-defclass): Apply deftype handler and setf-method properties
7675 directly.
7676 (eieio-add-new-slot): Avoid union function from cl library.
7677 (eieio--typep): New function.
7678 (eieio-perform-slot-validation): Use it.
7679
7680 2009-10-10 Karl Fogel <kfogel@red-bean.com>
7681
7682 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
7683 Update documentation to refer to the variables documented in r1.135.
7684 (Bug#4188)
7685
7686 2009-10-10 Karl Fogel <kfogel@red-bean.com>
7687
7688 * bookmark.el (Info-suffix-list): Remove this unused variable.
7689 (bookmark-current-point): Remove this obsolete variable.
7690 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
7691 Adjust for removal of bookmark-current-point.
7692
7693 (bookmarks-already-loaded, bookmark-current-buffer)
7694 (bookmark-yank-point): Document. (Bug#4188)
7695
7696 2009-10-10 Glenn Morris <rgm@gnu.org>
7697
7698 * frame.el (frame-height): Doc fix.
7699
7700 * calendar/calendar.el (calendar-split-width-threshold): New option.
7701 (calendar-basic-setup): Use calendar-split-width-threshold.
7702
7703 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
7704
7705 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
7706 Ideographic Supplement" range (U+1F200..U+1F2FF).
7707
7708 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7709
7710 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
7711 since the list will have been rebuilt anyway. (Bug#4349)
7712
7713 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7714
7715 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
7716 (bookmark-bmenu-execute-deletions): Don't save here, as
7717 bookmark-delete will now do so if necessary.
7718 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
7719 (Bug#4348)
7720
7721 2009-10-09 Glenn Morris <rgm@gnu.org>
7722
7723 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
7724
7725 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7726
7727 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
7728 (bookmark-jump-other-window): Just invoke bookmark-jump with new
7729 argument now, so the two function's behaviors will match. (Bug#3645)
7730
7731 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
7732
7733 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
7734 (tramp-file-name-real-host, tramp-file-name-port):
7735 Apply `save-match-data'.
7736
7737 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
7738 case both directories are remote.
7739 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
7740 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
7741
7742 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
7743
7744 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
7745
7746 2009-10-07 Glenn Morris <rgm@gnu.org>
7747
7748 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
7749 of concat.
7750
7751 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7752
7753 * files-x.el (read-file-local-variable): Include some
7754 non-user-variables in the completion table (bug#4664).
7755
7756 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
7757
7758 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
7759 message.
7760
7761 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7762 (tramp-smb-file-name-handler-alist): Add handler for
7763 `copy-directory', `expand-file-name', `set-file-modes'.
7764 (tramp-smb-handle-copy-directory)
7765 (tramp-smb-handle-expand-file-name)
7766 (tramp-smb-handle-set-file-modes): New defuns.
7767 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
7768 (tramp-smb-handle-file-attributes): Simplify check for retrieving
7769 entry.
7770 (tramp-smb-handle-insert-directory): Don't flush the cache.
7771 (tramp-smb-maybe-open-connection): Check for samba client and
7772 server versions.
7773
7774 2009-10-07 Eli Zaretskii <eliz@gnu.org>
7775
7776 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
7777 to not error out of search for "^lisp=" fails.
7778
7779 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
7780
7781 * makefile.w32-in (WINS_UPDATES): New macro.
7782 (custom-deps, finder-data, autoloads): Use it.
7783
7784 2009-10-07 Glenn Morris <rgm@gnu.org>
7785
7786 * Makefile.in (autoloads): Revert previous change.
7787 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
7788 the list of preloaded files passed on the command-line, get
7789 it from src/Makefile.
7790
7791 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
7792 show the original buffer rather than a random one.
7793
7794 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
7795
7796 * help.el (describe-no-warranty): Place point in a slightly better
7797 position in the GPLv3 text.
7798
7799 2009-10-06 Sam Steingold <sds@gnu.org>
7800
7801 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
7802 the comm attribute is present before calling regexp-quote.
7803
7804 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
7805
7806 * play/animate.el (animate-string): For good effect, make sure
7807 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
7808
7809 * play/animate.el (animate-sequence, animate-birthday-present):
7810 * misc.el (butterfly): Don't set `indent-tabs-mode'.
7811
7812 2009-10-06 Glenn Morris <rgm@gnu.org>
7813
7814 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
7815
7816 * emacs-lisp/autoload.el (autoload-excludes): New variable.
7817 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
7818 (batch-update-autoloads): Process a string value of autoload-excludes,
7819 set during the build process.
7820 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
7821
7822 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
7823 inside with-parsed... macro so that `v' is defined.
7824
7825 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
7826 * progmodes/fortran.el (fortran-end-of-block)
7827 (fortran-beginning-of-block):
7828 Also push mark in the macro case.
7829
7830 * emerge.el (emerge-show-file-name):
7831 * calc/calc.el (calc-quit):
7832 * calc/calc-misc.el (calc-big-or-small):
7833 * calc/calc-graph.el (calc-graph-view):
7834 * calc/calc-ext.el (calc-reset):
7835 * calendar/calendar.el (calendar-basic-setup):
7836 Use window-full-height-p.
7837
7838 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
7839 header we don't understand, don't insert another. (Bug#4624)
7840 If changing mime charset, insert the new one in the right place.
7841
7842 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
7843
7844 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
7845 (cal-tex-cursor-month): Correctly increment the end date for diary and
7846 holiday listing. (Bug#4626)
7847
7848 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7849
7850 * help-fns.el (describe-function-1): Don't burp if the function is not
7851 a symbol.
7852
7853 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
7854
7855 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
7856 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
7857 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
7858 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
7859
7860 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
7861 (eieio-default-superclass): Reflow docstrings.
7862 (this, class-option-assoc, defclass, eieio-class-un-autoload)
7863 (eieio-unbind-method-implementations, defmethod)
7864 (eieio-validate-slot-value, eieio-validate-class-slot-value)
7865 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
7866 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
7867 (eieio-slot-originating-class-p, eieio-slot-name-index)
7868 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
7869 (constructor, initialize-instance, no-next-method, object-print)
7870 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
7871 Fix typos in docstrings.
7872 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
7873 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
7874 (next-method-p): Doc fixes.
7875 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
7876 Fix typos in error messages.
7877 (eieio-defmethod): Fix typo in description of generic method.
7878
7879 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
7880 (eieio-persistent-save-interactive, slot-missing):
7881 Fix typos in docstrings.
7882 (eieio-instance-inheritor-slot-boundp): Doc fix.
7883
7884 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
7885 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
7886
7887 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
7888 (eieio-custom-object-apply-reset):
7889 Fix typos in docstrings and error messages.
7890
7891 * emacs-lisp/eieio-datadebug.el (data-debug-show):
7892 Fix typo in docstring.
7893
7894 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7895 (eieio-browse-tree): Doc fix.
7896 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7897 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7898 Fix typos in docstrings.
7899
7900 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7901 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7902 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7903 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7904 Reflow docstrings.
7905
7906 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
7907
7908 * vc-hg.el (log-view-vc-backend): Declare for compiler.
7909 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7910 Set log-view-vc-backend so that diff can work.
7911
7912 * log-view.el (log-view-diff): Use vc-diff-internal instead of
7913 vc-version-diff.
7914 (vc-diff-internal): Autoload this instead of vc-version-diff.
7915
7916 2009-10-05 Eli Zaretskii <eliz@gnu.org>
7917
7918 * simple.el (eval-expression): Doc fix.
7919
7920 * progmodes/cwarn.el (cwarn-mode): Doc fix.
7921
7922 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
7923
7924 * files.el (directory-files-no-dot-files-regexp): New defconst.
7925 (delete-directory): Use it.
7926 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
7927
7928 * net/tramp.el (tramp-verbose): Fix docstring.
7929 (tramp-methods): Add recursive option to `tramp-copy-args'.
7930 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
7931 "scp1_old", "scp2_old", "rsync", "rsyncc".
7932 (tramp-default-method): Check also for `auth-source-user-or-password'.
7933 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7934 Add handler for `copy-directory'.
7935 (tramp-handle-copy-directory): New defun.
7936 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
7937 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7938 Optimize sent command.
7939
7940 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7941
7942 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7943 window if necessary.
7944
7945 * calendar/calendar.el (calendar-basic-setup): Don't call
7946 switch-to-buffer in a dedicated window.
7947
7948 2009-10-05 Karl Fogel <kfogel@red-bean.com>
7949
7950 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
7951 don't do anything related to relocating, just return nil.
7952 (bookmark-error-no-filename): New error.
7953 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
7954 bookmark has no file. Don't even attempt to handle things that
7955 are not files; the whole point of custom handlers is to keep that
7956 knowledge elsewhere anyway. Tighten some comments.
7957 (bookmark-file-or-variation-thereof): Remove now-unused function.
7958 (bookmark-location): Doc string fix.
7959 (Bug#4250)
7960
7961 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7962
7963 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7964 don't use a file dialog, because they usually don't know how to read
7965 a directory target from the user. (Bug#4230)
7966 Also, make sure the prompt can display directories as well as files.
7967
7968 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7969
7970 * bookmark.el (bookmark-set, bookmark-buffer-name):
7971 Improve doc strings. (Bug#1193)
7972
7973 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7974
7975 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7976 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7977 (bookmark-get-annotation, bookmark-set-annotation)
7978 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7979 (bookmark-set-position, bookmark-get-front-context-string)
7980 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7981 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7982 (bookmark-jump-other-window, bookmark-handle-bookmark)
7983 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7984 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7985 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
7986 Improve doc strings to say whether bookmark can be a string or
7987 a record or both, and make other consistency and clarity fixes.
7988 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7989 (bookmark-default-annotation-text, bookmark-yank-word)
7990 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7991 (bookmark-import-new-list, bookmark-maybe-rename)
7992 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7993 (bookmark-bmenu-bookmark): Give these doc strings.
7994 (bookmark-bmenu-check-position): Give this a doc string, but also
7995 add a FIXME comment about how the function may be pointless.
7996 (bookmark-default-handler): Rework doc string and change a
7997 parameter name, to clarify that this takes a bookmark record
7998 not a bookmark name.
7999 (bookmark-set): Change a parameter name to indicate its meaning,
8000 and improve the doc string a bit.
8001 (Bug#4188)
8002
8003 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8004
8005 * bookmark.el (bookmark-alist): Document the new `handler' element
8006 in the param alist.
8007 (bookmark-make-record-function): Adjust documentation for above.
8008 (Bug#4193)
8009
8010 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8011
8012 * info.el (Info-bookmark-make-record): Document this function.
8013 (Info-bookmark-jump): Document with a doc string, not just a comment.
8014 (Bug#4203)
8015
8016 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
8017
8018 * files.el (copy-directory): New defun.
8019
8020 * dired-aux.el (dired-copy-file-recursive): Use it.
8021
8022 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
8023
8024 * files-x.el (modify-dir-local-variable)
8025 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
8026 docstrings.
8027
8028 * recentf.el (recentf-unload-function): New function.
8029
8030 2009-10-04 Glenn Morris <rgm@gnu.org>
8031
8032 * window.el (window-full-height-p): Add doc string.
8033
8034 2009-10-04 Martin Rudalics <rudalics@gmx.at>
8035
8036 * window.el (window-full-height-p): New function. (Bug#4543)
8037
8038 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
8039
8040 * vc.el: Remove commented out code.
8041 (vc-derived-from-dir-mode): Remove, unused.
8042 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
8043
8044 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
8045
8046 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
8047 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
8048 there could be recursive loading when `default-directory' is a
8049 remote file name. (Bug#4614)
8050
8051 2009-10-03 Glenn Morris <rgm@gnu.org>
8052
8053 * calendar/calendar.el (calendar-basic-setup): Handle the case where
8054 the frame is wide.
8055 (calendar-generate-window): Test for shrinkability rather than width.
8056
8057 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
8058 reusing existing buffers, in case we happen to visit two files with the
8059 same basename. (Bug#4593)
8060
8061 2009-10-02 Eli Zaretskii <eliz@gnu.org>
8062
8063 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
8064 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
8065 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
8066 subdirs of cedet as well.
8067 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
8068
8069 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8070
8071 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
8072 Obey advertised-signature-table.
8073
8074 * help-fns.el (help-function-arglist): Don't check
8075 advertised-signature-table.
8076 (describe-function-1): Do it here instead so it also applies to subrs.
8077
8078 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
8079
8080 * simple.el (start-file-process): Say in the doc-string, that file
8081 handlers might not support pty association, if PROGRAM is nil.
8082
8083 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
8084 HOST and USER are strings. They are nil, when there are
8085 incomplete entries in ~/.netrc, for example.
8086 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
8087 root directory ("device busy" error otherwise).
8088
8089 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
8090 Flush file properties of created directory.
8091
8092 2009-10-02 Eli Zaretskii <eliz@gnu.org>
8093
8094 * makefile.w32-in (WINS_BASIC): Remove cedet.
8095 (WINS_CEDET): Add cedet.
8096 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
8097
8098 2009-10-02 Kevin Ryde <user42@zip.com.au>
8099
8100 * net/browse-url.el (browse-url): Pass any symbol in
8101 browse-url-browser-function to `apply', since if you've mistakenly put
8102 an unbound symbol then the error is clearer. (Bug#4531)
8103
8104 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
8105
8106 * allout.el (allout-init, allout-back-to-current-heading)
8107 (allout-beginning-of-current-entry, allout-ascend-to-depth)
8108 (allout-ascend, allout-up-current-level, allout-end-of-level)
8109 (allout-previous-visible-heading, allout-forward-current-level)
8110 (allout-backward-current-level, allout-show-children):
8111 * apropos.el (apropos-describe-plist):
8112 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
8113 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
8114 * completion.el (add-completion, add-permanent-completion):
8115 * descr-text.el (describe-text-category, describe-char):
8116 * desktop.el (desktop-lazy-abort):
8117 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
8118 * dired.el (dired-build-subdir-alist):
8119 * ediff.el (ediff-version):
8120 * elide-head.el (elide-head, elide-head-show):
8121 * emerge.el (emerge-version):
8122 * env.el (getenv):
8123 * face-remap.el (variable-pitch-mode):
8124 * faces.el (describe-face):
8125 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
8126 (dired-at-point):
8127 * files.el (find-file-existing, auto-save-mode):
8128 * font-lock.el (font-lock-fontify-buffer):
8129 * help-fns.el (describe-function, describe-variable)
8130 (describe-syntax, describe-categories):
8131 * help.el (view-lossage, describe-bindings, describe-key)
8132 (describe-mode):
8133 * hexl.el (hexl-current-address):
8134 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
8135 * info.el (Info-goto-emacs-key-command-node):
8136 * log-edit.el (log-edit-insert-cvs-template)
8137 (log-edit-insert-cvs-rcstemplate):
8138 * menu-bar.el (menu-bar-mode):
8139 * mouse.el (mouse-appearance-menu):
8140 * newcomment.el (comment-indent-new-line):
8141 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
8142 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
8143 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
8144 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
8145 * recentf.el (recentf-mode):
8146 * savehist.el (savehist-mode, savehist-save):
8147 * shadowfile.el (shadow-copy-files):
8148 * simple.el (kill-ring-save, next-line, previous-line)
8149 (normal-erase-is-backspace-mode):
8150 * strokes.el (strokes-update-window-configuration)
8151 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
8152 (strokes-xpm-for-stroke):
8153 * time.el (emacs-uptime, emacs-init-time):
8154 * tutorial.el (tutorial--describe-nonstandard-key)
8155 (tutorial--detailed-help):
8156 * type-break.el (type-break-mode)
8157 (type-break-mode-line-message-mode, type-break-query-mode)
8158 (type-break-guesstimate-keystroke-threshold):
8159 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
8160 * version.el (emacs-version):
8161 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
8162 * winner.el (winner-mode):
8163 * calendar/timeclock.el (timeclock-in, timeclock-out)
8164 (timeclock-status-string, timeclock-change)
8165 (timeclock-workday-remaining-string)
8166 (timeclock-workday-elapsed-string)
8167 (timeclock-when-to-leave-string):
8168 * calendar/todo-mode.el (todo-add-category):
8169 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
8170 * emacs-lisp/autoload.el (update-file-autoloads):
8171 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
8172 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
8173 (checkdoc-message-text, checkdoc-defun):
8174 * emacs-lisp/debug.el (debugger-list-functions):
8175 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8176 * emacs-lisp/eieio-opt.el (eieio-describe-class)
8177 (eieio-describe-generic):
8178 * emacs-lisp/lisp-mnt.el (lm-synopsis):
8179 * emacs-lisp/shadow.el (list-load-path-shadows):
8180 * emulation/cua-base.el (cua-mode):
8181 * emulation/edt.el (edt-set-scroll-margins):
8182 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
8183 (tpu-toggle-regexp, tpu-toggle-search-direction)
8184 (tpu-toggle-rectangle, tpu-toggle-control-keys):
8185 * emulation/tpu-extras.el (tpu-set-scroll-margins):
8186 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8187 (viper-set-parsing-style-toggling-macro)
8188 (viper-set-emacs-state-searchstyle-macros):
8189 * emulation/viper.el (viper-set-hooks):
8190 * eshell/esh-mode.el (eshell-truncate-buffer):
8191 * international/mule-cmds.el (prefer-coding-system)
8192 (describe-input-method, describe-language-environment):
8193 * international/mule-diag.el (list-character-sets)
8194 (describe-character-set, describe-coding-system)
8195 (describe-fontset, list-fontsets, list-input-methods):
8196 * mail/sendmail.el (mail-signature):
8197 * net/ange-ftp.el (ange-ftp-copy-file):
8198 * net/browse-url.el (browse-url):
8199 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
8200 * net/quickurl.el (quickurl-add-url):
8201 * net/rcirc.el (names, topic):
8202 * net/xesam.el (xesam-mode):
8203 * play/5x5.el (5x5-new-game):
8204 * play/yow.el (apropos-zippy):
8205 * progmodes/ada-mode.el (ada-mode-version):
8206 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
8207 (f90-end-of-block)
8208 (f90-beginning-of-block):
8209 * progmodes/fortran.el (fortran-end-of-block)
8210 (fortran-beginning-of-block):
8211 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
8212 * progmodes/python.el (python-describe-symbol, python-shell):
8213 * term/ns-win.el (ns-print-buffer):
8214 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
8215 * textmodes/flyspell.el (flyspell-mode-on):
8216 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
8217 (pages-directory-for-addresses):
8218 * textmodes/table.el (table-recognize-cell)
8219 (table-query-dimension, table-generate-source)
8220 (table-insert-sequence, table--warn-incompatibility):
8221 * textmodes/tex-mode.el (tex-validate-buffer):
8222 * textmodes/texinfmt.el (texinfmt-version)
8223 (texinfo-format-buffer):
8224 Use `called-interactively-p' instead of `interactive-p'.
8225
8226 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
8227
8228 * image-mode.el (image-toggle-display):
8229 * emacs-lisp/elp.el (elp-instrument-function):
8230 * emacs-lisp/advice.el (ad-make-advised-definition):
8231 * emacs-lisp/easy-mmode.el (define-minor-mode):
8232 * net/browse-url.el (browse-url-maybe-new-window):
8233 * progmodes/sh-script.el (sh-learn-buffer-indent):
8234 Pass new argument 'any to `called-interactively-p'.
8235
8236 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
8237
8238 * international/uni-bidi.el:
8239 * international/uni-category.el:
8240 * international/uni-combining.el:
8241 * international/uni-comment.el:
8242 * international/uni-decimal.el:
8243 * international/uni-decomposition.el:
8244 * international/uni-digit.el:
8245 * international/uni-lowercase.el:
8246 * international/uni-mirrored.el:
8247 * international/uni-name.el:
8248 * international/uni-numeric.el:
8249 * international/uni-old-name.el:
8250 * international/uni-titlecase.el:
8251 * international/uni-uppercase.el:
8252 Regenerate from Unicode 5.2.0 data.
8253
8254 2009-10-01 Glenn Morris <rgm@gnu.org>
8255
8256 * Makefile.in (ELCFILES): Regenerate.
8257
8258 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8259
8260 * subr.el (interactive-p): Mark obsolete.
8261 (called-interactively-p): Make the optional-ness of `kind' obsolete.
8262 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
8263 advertised-signature-table for subroutines as well.
8264
8265 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
8266 (set-advertised-calling-convention): New function.
8267 (make-obsolete, define-obsolete-function-alias)
8268 (make-obsolete-variable, define-obsolete-variable-alias):
8269 Make the optional-ness of `when' obsolete.
8270 (define-obsolete-face-alias): Make `when' non-optional.
8271 * help-fns.el (help-function-arglist):
8272 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
8273 Use advertised-signature-table.
8274
8275 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
8276
8277 * files.el (delete-directory): New defun. The original function
8278 in fileio.c has been renamed to `delete-directory-internal'.
8279
8280 * dired.el (dired-delete-file): Call `delete-directory' with
8281 RECURSIVE parameter.
8282
8283 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
8284 parameter RECURSIVE. Implementation is missing.
8285
8286 * net/tramp.el (tramp-handle-make-directory): Flush upper
8287 directory's file properties.
8288 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
8289 (tramp-handle-dired-recursive-delete-directory): Flush directory
8290 properties after the remove command only.
8291
8292 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8293 Handle optional parameter RECURSIVE.
8294
8295 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
8296 Handle optional parameter RECURSIVE.
8297
8298 * net/tramp-smb.el (tramp-smb-errors): Add error message for
8299 connection timeout.
8300 (tramp-smb-handle-delete-directory): Handle optional parameter
8301 RECURSIVE.
8302
8303 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8304
8305 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
8306 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
8307 (byte-compile-defmacro): Use backquotes.
8308
8309 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
8310
8311 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
8312 has no associated file.
8313 (vc-resynch-buffer): Use vc-dir-buffers.
8314
8315 2009-10-01 Glenn Morris <rgm@gnu.org>
8316
8317 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
8318 (chart-file-count):
8319 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
8320 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
8321 * emacs-lisp/eieio-opt.el (eieio-describe-class):
8322 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
8323 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
8324 (eieio-copy-parents-into-subclass, make-instance, class-children)
8325 (eieio-generic-form):
8326
8327 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
8328 match-data. (Bug#4555).
8329
8330 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
8331 rather than parsing it as a regexp. This relaxes the layout
8332 requirements and makes errors easier to detect.
8333 (check-declare-verify): Check file is regular.
8334 (check-declare-directory): Doc fix.
8335 * subr.el (declare-function): Doc fix.
8336
8337 * ibuffer.el (ibuffer-format-qualifier):
8338 * isearch.el (hi-lock-regexp-okay):
8339 * calc/calc.el (math-zerop):
8340 * mail/uce.el (rmail-msgbeg, rmail-msgend):
8341 * term/w32-win.el (setup-default-fontset, set-fontset-font):
8342 Remove unused declarations.
8343
8344 2009-09-30 Glenn Morris <rgm@gnu.org>
8345
8346 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
8347
8348 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
8349 filename is not a string.
8350
8351 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
8352
8353 * files.el (safe-local-eval-forms): Fix typo.
8354
8355 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
8356
8357 * vc-hooks.el (vc-dir-buffers): New var.
8358 (vc-state-refresh): New function.
8359 (vc-state): Use it.
8360 (vc-after-save): Always ask the backend to recompute the new state.
8361 Always call vc-dir if necessary, using vc-dir-buffers.
8362 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
8363 Use vc-dir-buffers.
8364 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
8365 (vc-dir-prepare-status-buffer, vc-dir-update)
8366 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
8367 Don't call expand-file-name on default-directory.
8368
8369 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8370
8371 * speedbar.el (speedbar-item-delete):
8372 * calc/calc-prog.el (calc-kbd-if):
8373 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
8374
8375 * epa.el (epa-key-list-mode-map):
8376 * hi-lock.el (hi-lock-menu): Fix typos in menus.
8377
8378 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
8379 (hs-show-hook): Fix typo in docstring.
8380
8381 2009-09-29 Glenn Morris <rgm@gnu.org>
8382
8383 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
8384 file-name-nondirectory call preventing location of cedet files.
8385 (check-declare-verify): Use literal search rather than re-search.
8386 Add basic defmethod and defclass, and define-overloadable-function.
8387
8388 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8389 Use tramp-compat-file-attributes rather than nonexistent
8390 tramp-compat-handle-file-attributes.
8391
8392 * Makefile.in (lisptagsfiles4): New.
8393 (AUTOGENEL): Add cedet loaddefs files.
8394 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
8395 (update-elclist, compile-always, backup-compiled-files)
8396 (bootstrap-clean): Add yet another directory level.
8397 (update-elclist): Use LC_COLLATE rather than COLLATE.
8398 (ELCFILES): Update, via `make update-elclist'.
8399
8400 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8401
8402 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
8403 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
8404 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
8405
8406 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
8407
8408 * Makefile.in (lisptagsfiles3): Define.
8409 (TAGS, TAGS-LISP): Use it.
8410 (update-elclist): Add third directory level to look for elc files.
8411 (compile-always): Likewise.
8412 (backup-compiled-files): Likewise.
8413 (bootstrap-clean): Likewise.
8414 (ELCFILES): Update.
8415
8416 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
8417
8418 * Makefile.in (ELCFILES): Add CEDET files.
8419
8420 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
8421
8422 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
8423
8424 * net/tramp.el (top): Require tramp-imap.
8425
8426 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8427 Use `tramp-compat-handle-file-attributes'.
8428
8429 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
8430
8431 * net/tramp-imap.el: New package.
8432
8433 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8434
8435 * whitespace.el (whitespace-trailing-regexp)
8436 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8437 Fix doc string.
8438
8439 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
8440
8441 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
8442 menu.
8443
8444 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
8445 menu-bar-ediff-menu.
8446
8447 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
8448 define-overloadable-function.
8449
8450 * progmodes/autoconf.el: Provide autoconf as well, so that this
8451 file can be `require'd.
8452
8453 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
8454
8455 * emacs-lisp/autoload.el (generated-autoload-feature)
8456 (generated-autoload-load-name): New vars.
8457 (autoload-rubric, autoload-generate-file-autoloads): Use them.
8458 (make-autoload): Recognize define-overloadable-function and
8459 defclass forms (for EIEIO).
8460
8461 * Makefile.in (update-subdirs): Exclude cedet directory.
8462
8463 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8464
8465 * term/ns-win.el: Don't set the region face background. (Bug#4381)
8466
8467 * faces.el: Default light-background background for region face to
8468 ns_selection_color under NS.
8469
8470 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
8471
8472 * net/imap-hash.el: New library, see NEWS.
8473
8474 * Makefile.in (ELCFILES): Add imap-hash.el.
8475
8476 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8477
8478 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
8479 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
8480 * help-macro.el (make-help-screen): Avoid using an ambiguous function
8481 definition where the docstring could be taken for the return value.
8482
8483 2009-09-26 Glenn Morris <rgm@gnu.org>
8484
8485 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
8486 Add option to only show images below a certain size.
8487 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
8488 save-excursion calls.
8489
8490 2009-09-26 Eli Zaretskii <eliz@gnu.org>
8491
8492 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
8493 subdirectories) and eieio.
8494
8495 2009-09-26 Alan Mackenzie <acm@muc.de>
8496
8497 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8498 Correct buggy bracketing. (Bug#4289)
8499
8500 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
8501 character constants (as case labels). (Bug#4289)
8502
8503 2009-09-25 Juri Linkov <juri@jurta.org>
8504
8505 * files.el (safe-local-eval-forms): Allow time-stamp in
8506 before-save-hook (Bug#4554).
8507
8508 2009-09-25 Drew Adams <drew.adams@oracle.com>
8509
8510 * menu-bar.el (list-buffers-directory): Doc fix.
8511
8512 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
8513
8514 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
8515 Try and avoid copying twice the same paragraph.
8516 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
8517 Remove save-excursion.
8518 (log-edit-changelog-entry): Do it here instead.
8519
8520 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
8521
8522 * bs.el (bs--get-file-name): Use `list-buffers-directory'
8523 when available, instead of hardcoding mode names. Doc fix.
8524
8525 * menu-bar.el (list-buffers-directory): Add docstring.
8526 Make automatically buffer-local.
8527
8528 * dired.el (dired-mode):
8529 * files.el (cd-absolute):
8530 * pcvs.el (cvs-temp-buffer):
8531 * pcvs-util.el (cvs-get-buffer-create):
8532 * shell.el (shell-mode):
8533 * vc-dir.el (vc-dir-mode):
8534 Don't make `list-buffers-directory' buffer local.
8535
8536 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
8537
8538 * comint.el (comint-exec, comint-run, make-comint):
8539 Doc fixes (Bug#4542).
8540
8541 2009-09-25 Glenn Morris <rgm@gnu.org>
8542
8543 * mail/rmailmm.el (rmail-mime): New custom group.
8544 Move all defcustoms in this file into this group.
8545 (rmail-mime-media-type-handlers-alist): Revert previous change.
8546 (rmail-mime-show-images): New option.
8547 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
8548 references to it, since it wasn't actually used for anything.
8549 (rmail-mime-insert-image): New function.
8550 (rmail-mime-image): Use rmail-mime-insert-image.
8551 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
8552 obey the value of `rmail-mime-show-images' option. Print the size of
8553 attachments.
8554
8555 2009-09-25 David Engster <deng@randomsample.de>
8556
8557 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
8558
8559 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8560
8561 * whitespace.el: Does not highlight trailing spaces While point is
8562 at end of line. Does not highligt spaces at beginning of buffer
8563 while point is at beginning of buffer. Does not highlight spaces
8564 at end of buffer while point is at end of buffer. (Bug#4177)
8565 New version 12.0.
8566 (whitespace-display-mappings): Adjust initialization.
8567 (whitespace-point, whitespace-font-lock-refontify): New vars.
8568 (whitespace-color-on, whitespace-color-off): Adjust code.
8569 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
8570 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
8571 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
8572
8573 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
8574
8575 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
8576
8577 * textmodes/sgml-mode.el: Remove xml-mode alias.
8578
8579 * files.el (auto-mode-alist, conf-mode-maybe)
8580 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
8581
8582 2009-09-24 Alan Mackenzie <acm@muc.de>
8583
8584 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
8585 c-forward-conditionals, but it doesn't move point and doesn't set
8586 the mark.
8587 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
8588 (c-down-conditional-with-else, c-backward-conditional)
8589 (c-forward-conditional): Refactor to use c-scan-conditionals.
8590
8591 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8592
8593 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
8594 (help-default-arg-highlight): Remove.
8595 (help-highlight-arg): New function.
8596 (help-do-arg-highlight): Use it.
8597 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
8598
8599 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8600
8601 * term.el (term-set-scroll-region, term-handle-ansi-escape):
8602 Undo last change, which didn't fix the problem and introduced others.
8603
8604 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
8605
8606 * progmodes/gdb-mi.el: Don't require speedbar.
8607 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8608
8609 2009-09-24 Glenn Morris <rgm@gnu.org>
8610
8611 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8612
8613 * term/ns-win.el (ns-reg-to-script): Define for compiler.
8614
8615 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8616 there is no newline after the final mime boundary. (Bug#4539)
8617 Move markers on insertion so that any buttons inserted don't end up in
8618 the next part of a multipart message.
8619 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
8620 (rmail-mime-bulk-handler): Optionally handle images.
8621 (rmail-mime-image): New button action.
8622 (rmail-mime-image-handler): New function.
8623 (rmail-mime-mode): New mode.
8624 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
8625
8626 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8627
8628 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8629 than just dropping elements from it (bug#4504).
8630
8631 * term.el (term-set-scroll-region): Don't move cursor any more.
8632 (term-handle-ansi-escape): Call term-goto here instead.
8633 Suggested by Ivan Kanis <apple@kanis.eu>.
8634
8635 * term.el: Require CL.
8636 (term-ansi-reset): New function.
8637 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8638 (term-handle-colors-array): Simplify.
8639
8640 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8641
8642 * allout.el (allout-overlay-interior-modification-handler)
8643 (allout-obtain-passphrase):
8644 * epa-file.el (epa-file-write-region):
8645 * ps-print.el (ps-begin-job):
8646 * vc-hooks.el (vc-toggle-read-only):
8647 * vc-rcs.el (vc-rcs-rollback):
8648 * vc-sccs.el (vc-sccs-rollback):
8649 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8650 (vc-version-diff, vc-revert, vc-rollback):
8651 * wdired.el (wdired-check-kill-buffer):
8652 * emacs-lisp/authors.el (authors):
8653 * net/socks.el (socks-open-connection):
8654 * net/zeroconf.el (zeroconf-service-add-hook):
8655 * obsolete/vc-mcvs.el (vc-mcvs-register):
8656 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8657 (gdb-select-frame):
8658 * progmodes/grep.el (lgrep, rgrep):
8659 * progmodes/idlw-help.el (idlwave-help-check-locations)
8660 (idlwave-help-html-link, idlwave-help-assistant-open-link):
8661 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8662 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8663 (reftex-toc-rename-label): Fix typos in error messages.
8664
8665 * dired-aux.el (dired-do-shell-command): Reflow docstring.
8666 (dired-copy-how-to-fn): Doc fix.
8667 (dired-files-attributes, dired-read-shell-command):
8668 Fix typos in docstrings.
8669
8670 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8671 (dired-x-find-file-other-window): Reflow docstrings.
8672 (dired-omit-marker-char, dired-read-shell-command)
8673 (dired-x-submit-report): Fix typos in docstrings.
8674
8675 * shell.el (shell-mode-hook):
8676 * view.el (View-scroll-line-forward):
8677 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8678 Fix typos in docstrings.
8679
8680 * net/dig.el (dig-invoke): Fix typo in docstring.
8681 (query-dig): Reflow docstring.
8682
8683 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8684 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8685 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8686 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8687 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8688 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8689 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8690 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8691 (idlwave-completion-map, idlwave-current-indent)
8692 (idlwave-custom-ampersand-surround, idlwave-customize)
8693 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8694 (idlwave-define-abbrev, idlwave-determine-class-special)
8695 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8696 (idlwave-end-block-reg, idlwave-end-of-statement)
8697 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8698 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8699 (idlwave-explicit-class-listed, idlwave-file-header)
8700 (idlwave-fill-paragraph, idlwave-find-class-definition)
8701 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8702 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8703 (idlwave-in-quote, idlwave-indent-action-table)
8704 (idlwave-indent-expand-table, idlwave-indent-line)
8705 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8706 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8707 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8708 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8709 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8710 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8711 (idlwave-outlawed-buffers, idlwave-popup-select)
8712 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8713 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8714 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8715 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8716 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8717 (idlwave-statement-type, idlwave-struct-skip)
8718 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8719 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8720 (idlwave-what-module-find-class): Fix typos in docstrings.
8721 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8722 (idlwave-calculate-cont-indent, idlwave-expand-equal)
8723 (idlwave-find-module, idlwave-find-structure-definition)
8724 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8725 (idlwave-list-load-path-shadows, idlwave-next-statement)
8726 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8727 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8728 (idlwave-template): Reflow docstrings.
8729
8730 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8731 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8732 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8733 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8734 (idlwave-shell-display-line, idlwave-shell-display-wframe)
8735 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8736 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8737 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8738 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8739 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8740 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8741 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8742 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8743 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8744 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8745 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8746 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8747 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8748 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8749 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8750 Fix typos in docstrings.
8751 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8752 (idlwave-shell-hide-output, idlwave-shell-mode)
8753 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8754 Reflow docstrings.
8755
8756 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8757
8758 2009-09-24 Ivan Kanis <apple@kanis.eu>
8759
8760 * term.el (term-bold-attribute): New var.
8761 (term-handle-colors-array): Use it.
8762
8763 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
8764
8765 * progmodes/gdb-mi.el (gdb-version): New variable.
8766 (gdb-non-stop-handler): Set gdb-version.
8767 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8768 Condition "--thread" option on gdb-version.
8769 (gdb-invalidate-threads): Remove unused argument.
8770
8771 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8772
8773 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8774 to looking-back to avoid ridiculous slow down in large files (bug#4511).
8775
8776 2009-09-23 Glenn Morris <rgm@gnu.org>
8777
8778 * mail/rmail.el (rmail-reply): Don't try to add a References header when
8779 replying to mail without References or Message-Id. (Bug#4525)
8780
8781 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8782
8783 * term/ns-win.el (ns-reg-to-script): New variable.
8784
8785 2009-09-23 Daiki Ueno <ueno@unixuser.org>
8786
8787 * epg.el (epg-wait-for-status): Preserve existing 'error results.
8788
8789 2009-09-22 Sam Steingold <sds@gnu.org>
8790
8791 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8792 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8793 to 1 because hg returns status 1 when nothing is found.
8794 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8795
8796 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8797
8798 * textmodes/fill.el: Convert to utf-8 encoding.
8799 (fill-french-nobreak-p): Remove redundant » and « inherited from our
8800 pre-unicode days.
8801
8802 * add-log.el (change-log-fill-forward-paragraph): New function.
8803 (change-log-mode): Use it so fill-region DTRT.
8804 Set fill-indent-according-to-mode here rather than in
8805 change-log-fill-paragraph.
8806 (change-log-fill-paragraph): Remove.
8807
8808 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
8809
8810 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8811 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
8812
8813 2009-09-22 Glenn Morris <rgm@gnu.org>
8814
8815 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8816 the scroll-bar scroll the calendar window rather than the buffer.
8817
8818 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8819 commands that move point (as opposed to scrolling).
8820
8821 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8822
8823 * emacs-lisp/elint.el (elint): New custom group.
8824 (elint-log-buffer): Make it a defcustom.
8825 (elint-scan-preloaded, elint-ignored-warnings)
8826 (elint-directory-skip-re): New options.
8827 (elint-builtin-variables): Doc fix.
8828 (elint-preloaded-env): New variable.
8829 (elint-unknown-builtin-args): Add an entry for encode-time.
8830 (elint-extra-errors): Make it a variable rather than a constant.
8831 (elint-preloaded-skip-re): New constant.
8832 (elint-directory): Skip files matching elint-directory-skip-re.
8833 (elint-features): New variable, local to linted buffers.
8834 (elint-update-env): Initialize elint-features. Possibly add
8835 elint-preloaded-env to the buffer's environment.
8836 (elint-get-top-forms): Bind elint-current-pos, for log messages.
8837 Skip quoted forms.
8838 (elint-init-form): New function, extracted from elint-init-env.
8839 Make non-list forms a warning rather than an error.
8840 Add the mode-map for define-derived-mode. Handle define-minor-mode,
8841 easy-menu-define, put that adds an error-condition, and provide.
8842 When requiring cl, also require cl-macs. Really require cl, to handle
8843 some cl macros. Store required libraries in the list elint-features,
8844 so as not to re-load them. Treat cc-require like require.
8845 (elint-init-env): Call elint-init-form to do the work.
8846 Handle eval-and-compile and such like.
8847 (elint-add-required-env): Do not clear messages.
8848 (elint-special-forms): Add handlers for function, defalias, if, when,
8849 unless, and, or.
8850 (elint-form): Add optional argument to ignore elint-special-forms,
8851 useful to prevent recursive calls from handlers. Doc fix.
8852 Respect elint-ignored-warnings.
8853 (elint-form): Respect elint-ignored-warnings.
8854 (elint-bound-variable, elint-bound-function): New variables.
8855 (elint-unbound-variable): Respect elint-bound-variable.
8856 (elint-get-args): Respect elint-bound-function.
8857 (elint-check-cond-form): Add some simple handling for (f)boundp and
8858 featurep tests.
8859 (elint-check-defalias-form): New handler.
8860 (elint-check-let-form): Make an empty let a warning rather than an
8861 error.
8862 (elint-check-setq-form): Make an empty setq a warning rather than an
8863 error. Respect elint-ignored-warnings.
8864 (elint-check-defvar-form): Accept null doc-strings.
8865 (elint-check-conditional-form): New handler. Does some simple-minded
8866 checking of featurep and (f)boundp tests.
8867 (elint-put-function-args): New function.
8868 (elint-initialize): Use elint-scan-doc-file rather than
8869 elint-find-builtin-variables. Use elint-put-function-args.
8870 Possibly scan preloaded-file-list.
8871 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8872 extend to handle functions as well.
8873
8874 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
8875
8876 * linum.el (linum-delete-overlays, linum-update-window):
8877 Do not modify the right margin. (Bug#3971)
8878
8879 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
8880
8881 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
8882 Use nxml-mode instead of xml-mode.
8883
8884 2009-09-21 Kevin Ryde <user42@zip.com.au>
8885
8886 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
8887
8888 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8889
8890 * net/dig.el (dig-mode): Use define-derived-mode.
8891
8892 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8893
8894 * vc-dispatcher.el (vc-do-command): Return the process object in
8895 the asynchronous case. Use when instead of if. Do not run
8896 vc-exec-after to display a message if not enabled. (Bug#4463)
8897
8898 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8899 properties to the stash strings.
8900 (vc-git-stash-list): Return a list of strings.
8901 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8902 (vc-git-stash-show-at-point): New functions.
8903 (vc-git-stash-map): New keymap.
8904
8905 * register.el (ctl-x-r-map): Define the keys here instead of
8906 using autoload.
8907
8908 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
8909
8910 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8911 list, to workaround performance problem (bug#4485).
8912
8913 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
8914
8915 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8916
8917 2009-09-20 Daiki Ueno <ueno@unixuser.org>
8918
8919 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8920 Document that this option is not recommended to use.
8921
8922 2009-09-19 Glenn Morris <rgm@gnu.org>
8923
8924 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8925 variable `var'.
8926
8927 * calc/calc-alg.el (var):
8928 * calc/calcalg2.el (var): Define for compiler.
8929
8930 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
8931
8932 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8933 Doc fix (Bug#3932).
8934
8935 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8936
8937 * time-stamp.el (time-stamp-month-dd-yyyy)
8938 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8939 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8940 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
8941 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8942 Remove functions that have been obsolete since 1995 (Bug#4436).
8943
8944 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8945 indent buffer only if called interactively (Bug#4452).
8946
8947 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
8948 Eli Zaretskii <eliz@gnu.org>
8949
8950 This fixes bug#4197 (merged to bug#865, though not identical).
8951 * server.el (server-auth-dir): Add docstring note about FAT32.
8952 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8953 but warn against using them.
8954
8955 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
8956
8957 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8958 older GDB where there is no has_more field.
8959
8960 2009-09-19 Glenn Morris <rgm@gnu.org>
8961
8962 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8963
8964 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
8965
8966 * files.el (auto-mode-alist): Change default for XML files to nXML
8967 mode (Bug#4169).
8968
8969 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
8970
8971 * server.el (server-ensure-safe-dir): Pass 'integer
8972 to `file-attributes', as suggested.
8973
8974 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
8975
8976 * dired-aux.el (dired-query-alist): Remove spurious backslash.
8977 (dired-query): Use read-key.
8978
8979 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8980
8981 * cus-start.el (ns-use-qd-smoothing): Remove.
8982
8983 2009-09-18 Glenn Morris <rgm@gnu.org>
8984
8985 * allout.el (top-level): Remove unnecessary progn.
8986
8987 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8988
8989 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8990 definition of abbrev table.
8991
8992 * speedbar.el (speedbar-track-mouse):
8993 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8994 * net/eudc.el (eudc-expand-inline):
8995 * net/newst-backend.el (newsticker--cache-read-feed):
8996 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
8997 condition-case handlers.
8998
8999 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
9000
9001 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
9002 (gdb-var-list): Add an element for has_more field.
9003 (gdb-non-stop-handler): Enable pretty printing for STL containers.
9004 (gdb-var-create-handler, gdb-var-list-children-handler-1)
9005 (gdb-var-update-handler-1): Parse output of dynamic variable
9006 objects (STL containers).
9007 (gdb-var-delete-1): Pass var1 as an explicit second argument.
9008 (gdb-get-field): Delete alias. Use bindat-get-field directly.
9009
9010 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
9011 gdb-var-list.
9012 (gud-speedbar-buttons): Make node expandable if expression "has more"
9013 children.
9014
9015 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
9016
9017 * startup.el (emacs-quick-startup): Remove variable and all uses.
9018 (command-line): Set `inhibit-x-resources' instead.
9019 (command-line-1): Use `inhibit-x-resources' instead.
9020
9021 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
9022
9023 * subr.el: Fix last change to avoid using the `unless' macro,
9024 which breaks bootstrapping.
9025
9026 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9027
9028 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
9029 extended definitions, in case we reload subr.el after having
9030 loaded CL.
9031 (eval-next-after-load): Mark as obsolete.
9032
9033 2009-09-17 Juri Linkov <juri@jurta.org>
9034
9035 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
9036 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
9037 (menu-bar-showhide-menu, menu-bar-tools-menu)
9038 (menu-bar-describe-menu, menu-bar-help-menu)
9039 (minibuffer-local-completion-map, minibuffer-local-map):
9040 Fix list quoting.
9041
9042 2009-09-17 Glenn Morris <rgm@gnu.org>
9043
9044 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
9045 arguments, whether or not it has a handler.
9046
9047 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
9048
9049 * simple.el (hard-newline): Give it a doc-string.
9050
9051 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9052 (lisp-mode-syntax-table): Give them doc-strings.
9053
9054 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
9055
9056 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
9057 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
9058 (menu-bar-options-menu, menu-bar-showhide-menu)
9059 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
9060 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
9061 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
9062 (menu-bar-options-menu, menu-bar-tools-menu)
9063 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
9064 (menu-bar-help-menu):
9065 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
9066 string arguments.
9067
9068 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
9069 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
9070 calls for the menu names and :help.
9071
9072 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9073
9074 * mouse.el (minor-mode-menu-from-indicator): Pay attention
9075 to :minor-mode-function (bug#4455).
9076
9077 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9078
9079 * startup.el (command-line): Initialize the window-system after
9080 processing the command-line.
9081
9082 * textmodes/page.el (what-page): Make sure we don't inf-loop if
9083 page-delimiter matches the empty string.
9084
9085 2009-09-16 Glenn Morris <rgm@gnu.org>
9086
9087 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
9088 byte-compile-not-obsolete-var. It's a list now.
9089 (byte-compile-not-obsolete-funcs): New variable.
9090 (byte-compile-warn-obsolete): Don't warn about functions if they are in
9091 byte-compile-not-obsolete-funcs.
9092 (byte-compile-variable-ref, byte-compile-defvar): Update for
9093 byte-compile-not-obsolete-vars name-change and list nature.
9094 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
9095 and variables behind (f)boundp tests.
9096 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
9097
9098 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
9099
9100 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
9101
9102 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9103
9104 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
9105 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
9106 Don't autoload.
9107
9108 2009-09-15 Stephen Eglen <stephen@gnu.org>
9109
9110 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
9111 the virtual-buffers, use the name of the buffer specified by
9112 find-file-noselect, as the match may be a symlink. (This was a
9113 problem if the target and the symlink had different names.)
9114
9115 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9116
9117 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
9118
9119 * desktop.el (desktop-path): Check user-emacs-directory.
9120
9121 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
9122
9123 * loadup.el: Use after-load-functions to GC after loading each file.
9124 Remove the explicit GC calls that used to be sprinkled around.
9125
9126 * subr.el (after-load-functions): New hook.
9127 (do-after-load-evaluation): Run it. Use string-match-p to detect
9128 `obsolete' packages, rather than painfully extracting the relevant
9129 directory name.
9130
9131 2009-09-15 Glenn Morris <rgm@gnu.org>
9132
9133 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
9134 free variable `doc'.
9135
9136 * dired.el (dired-mode-map): Add menu entry for async shell command.
9137
9138 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
9139 variables, also consider the .elc files, since the .el files are
9140 normally gzipped (subsequent code locates the .el.gz from the .elc).
9141
9142 * calc/calc-prog.el (arglist): Define for compiler.
9143
9144 * calendar/diary-lib.el (diary-display-function): Change the default to
9145 fancy display.
9146 (body): Define for compiler.
9147
9148 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
9149 (byte-compile-file-form, byte-compile-lambda)
9150 (byte-compile-top-level-body, byte-compile-form)
9151 (byte-compile-variable-ref, byte-compile-setq)
9152 (byte-compile-setq-default, byte-compile-body)
9153 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
9154 (batch-byte-compile): Give some more local variables with common names
9155 a "bytecomp-" prefix to avoid masking warnings about free variables.
9156
9157 * startup.el (command-line-1): Give local variables with common names a
9158 distinguishing prefix, so as not to hide free variable warnings during
9159 bootstrap.
9160
9161 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
9162 clever and add a suffix to make a unique name, just let the user decide
9163 whether or not to overwrite it. If the input is a directory, write the
9164 default filename to that directory. (Bug#4388)
9165 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
9166 is a filename-as-a-directory.
9167
9168 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9169
9170 * textmodes/page.el (what-page): Don't move to beginning of line.
9171 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
9172
9173 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
9174
9175 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
9176
9177 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
9178
9179 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
9180 * help.el (help-for-help-internal): Add purecopy calls for text.
9181
9182 * vc.el (top): print-log method now takes an optional SHORTLOG
9183 argument. Add a new method: root.
9184 (vc-root-diff, vc-print-root-log): New functions.
9185 (vc-log-short-style): New variable.
9186 (vc-print-log-internal): Add support for showing short logs.
9187
9188 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
9189 vc-print-root-log and vc-print-root-diff.
9190
9191 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
9192 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
9193 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
9194 short logs.
9195
9196 * vc-cvs.el (vc-cvs-print-log):
9197 * vc-mtn.el (vc-mtn-print-log):
9198 * vc-rcs.el (vc-rcs-print-log):
9199 * vc-sccs.el (vc-sccs-print-log):
9200 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
9201 that is ignored for now.
9202
9203 * vc-mtn.el (vc-mtn-annotate-command):
9204 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
9205
9206 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9207
9208 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
9209 to function-key-map, and give them ascii-character property.
9210 * term/x-win.el (x-alternatives-map):
9211 * term/ns-win.el (ns-alternatives-map):
9212 * term/internal.el (msdos-key-remapping-map):
9213 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
9214
9215 2009-09-14 Glenn Morris <rgm@gnu.org>
9216
9217 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
9218 temp-buffers (2009-09-12).
9219
9220 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9221
9222 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
9223 the new read-key function.
9224
9225 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
9226
9227 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
9228 is defined (Bug#4405).
9229
9230 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
9231
9232 * recentf.el (recentf-cleanup): Use a hash table to find
9233 duplicates (Bug#4407).
9234
9235 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
9236
9237 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
9238 kp-0 to ascii equivalents (Bug#4325).
9239
9240 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
9241
9242 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
9243
9244 * eshell/em-hist.el:
9245 * eshell/em-dirs.el (eshell-complete-user-reference):
9246 Declare pcomplete functions and variables to avoid compiler warnings.
9247
9248 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
9249
9250 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
9251 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
9252 * eshell/em-alias.el (eshell-aliases-file):
9253 * eshell/em-hist.el (eshell-history-file-name):
9254 Use expand-file-name instead of concat to make file names (Bug#4308).
9255
9256 2009-09-13 Glenn Morris <rgm@gnu.org>
9257
9258 * ediff-merg.el (ediff-do-merge):
9259 * filesets.el (filesets-run-cmd):
9260 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
9261 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
9262 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
9263 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
9264 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
9265 Replace empty `let's with `progn'.
9266
9267 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9268
9269 * mail/sendmail.el (send-mail-function):
9270 * tooltip.el (tooltip-mode):
9271 * simple.el (transient-mark-mode):
9272 * rfn-eshadow.el (file-name-shadow-mode):
9273 * frame.el (blink-cursor-mode):
9274 * font-core.el (global-font-lock-mode):
9275 * files.el (temporary-file-directory)
9276 (small-temporary-file-directory, auto-save-file-name-transforms):
9277 * epa-hook.el (auto-encryption-mode):
9278 * composite.el (global-auto-composition-mode):
9279 Use custom-initialize-delay.
9280 * startup.el (command-line): Don't explicitly call
9281 custom-reevaluate-setting for all the above vars.
9282 * custom.el (custom-initialize-safe-set)
9283 (custom-initialize-safe-default): Delete.
9284
9285 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9286
9287 * term/x-win.el (x-initialize-window-system):
9288 * term/w32-win.el (w32-initialize-window-system):
9289 * term/ns-win.el (ns-initialize-window-system): Don't call
9290 mouse-wheel-mode since it's enabled globally by default already.
9291
9292 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
9293 actually define the variable, but only silences the byte-compiler.
9294 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
9295 before looking it up.
9296 (mouse-wheel-scroll-amount): Also reset the bindings if this value
9297 is changed.
9298
9299 2009-09-12 Glenn Morris <rgm@gnu.org>
9300
9301 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
9302 1000.
9303 (elint-add-required-env): Don't beep on error.
9304 (elint-forms): In case of error, return ENV unchanged.
9305 (elint-init-env): Skip non-list forms.
9306 (elint-log): Handle unknown file positions.
9307
9308 2009-09-12 Daiki Ueno <ueno@unixuser.org>
9309
9310 * epg.el (epg-make-context): Add autoload cookie.
9311 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
9312 (epg-decrypt-string, epg-start-verify, epg-verify-file)
9313 (epg-verify-string, epg-start-sign, epg-sign-file)
9314 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
9315 (epg-encrypt-string, epg-start-export-keys)
9316 (epg-export-keys-to-file, epg-export-keys-to-string)
9317 (epg-start-import-keys, epg-import-keys-from-file)
9318 (epg-import-keys-from-string, epg-start-receive-keys)
9319 (epg-receive-keys, epg-import-keys-from-server)
9320 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
9321 (epg-sign-keys, epg-start-generate-key)
9322 (epg-generate-key-from-file, epg-generate-key-from-string):
9323 Remove autoload cookie.
9324
9325 2009-09-12 Eli Zaretskii <eliz@gnu.org>
9326
9327 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
9328 reevaluation of trash-directory.
9329
9330 * mwheel.el: Fix last change.
9331 (mouse-wheel-mode): New defvar.
9332 (mouse-wheel-mode): Remove autoload cookie.
9333
9334 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9335
9336 * mwheel.el (mwheel-installed-bindings): New var.
9337 (mouse-wheel-mode): Use it, so as to make sure we really remove all
9338 the bindings we set last time. Use custom-initialize-delay.
9339 * loadup.el: Load mwheel after term/*-win.el.
9340 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
9341 and mouse-wheel-up-event now that their first evaluation is done
9342 sufficiently late to be correct.
9343
9344 * startup.el (tutorial-directory): Make it a defcustom.
9345 Use custom-initialize-delay rather than eval-at-startup to set it.
9346 * image.el (image-load-path): Make it a defcustom.
9347 Use custom-initialize-delay rather than eval-at-startup to set it.
9348 * subr.el (eval-at-startup): Remove.
9349 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
9350
9351 * subr.el (do-after-load-evaluation): Warn the user after loading an
9352 obsolete package.
9353
9354 2009-09-12 Glenn Morris <rgm@gnu.org>
9355
9356 * proced.el (proced-mark-alt): Remove alias.
9357 (proced-mode-map): Remove proced-mark-alt.
9358
9359 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
9360 Elint file and directory. Remove initialization entry.
9361
9362 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
9363 commands.
9364 (elint-current-buffer): Set mode-line-process.
9365 (elint-init-env): Handle define-derived-mode.
9366 Fix declare-function with unspecified arglist. Guard against odd
9367 defalias statements (eg iso-insert's 8859-1-map).
9368 (elint-add-required-env): Use a temp buffer.
9369 (elint-form): Just print the function/macro name, not the whole form.
9370 Return env unchanged if we fail to parse a macro.
9371 (elint-forms): Guard against parse errors.
9372 (elint-output): New function, to handle batch mode.
9373 (elint-log-message): Add optional argument. Use elint-output.
9374 (elint-set-mode-line): New function.
9375
9376 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
9377
9378 * emacs-lisp/elp.el (elp-not-profilable): Add more
9379 functions (Bug#4233).
9380
9381 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
9382
9383 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
9384 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
9385
9386 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
9387
9388 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
9389 (gdb-var-list-children): Use json parsing.
9390
9391 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
9392
9393 * progmodes/js.el (js--proper-indentation): Handle the case where
9394 char-before is null. Reported by Deniz Dogan.
9395
9396 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
9397
9398 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
9399
9400 2009-09-11 Daiki Ueno <ueno@unixuser.org>
9401
9402 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
9403 (epg-digest-algorithm-alist): Add SHA224.
9404 (epg-context-set-passphrase-callback)
9405 (epg-context-set-progress-callback): Add description about
9406 callback function.
9407
9408 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9409
9410 * custom.el (custom-delayed-init-variables): New var.
9411 (custom-initialize-delay): New function.
9412 * startup.el (command-line): "Re"evaluate all vars in
9413 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
9414 explicitly any more.
9415 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
9416 to avoid creating a ~/.emacs.d at build-time (bug#4347).
9417
9418 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
9419
9420 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
9421
9422 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
9423 (gdb-var-update-handler): Use json parsing.
9424
9425 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
9426
9427 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
9428 decode annotated text, regardless of language environment. (Bug#2741)
9429
9430 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9431
9432 * Makefile.in (autoloads): Make rmail.el writable as well.
9433
9434 2009-09-11 Glenn Morris <rgm@gnu.org>
9435
9436 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
9437 loaddefs.el.
9438 * dired.el: Regenerate with extracted autoloads.
9439 * Makefile.in (autoloads): Make dired.el writable.
9440
9441 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
9442 * ibuffer.el: Regenerate with extracted autoloads.
9443 * Makefile.in (autoloads): Make ibuffer.el writable.
9444
9445 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
9446 * version.el (emacs-copyright, emacs-major-version)
9447 (emacs-minor-version): Reformat doc-strings for make-docfile.
9448
9449 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
9450 functions and variables, since they must be stuff specific to some other
9451 platform.
9452 (apropos-print): Make mouse-click message less specific about button.
9453
9454 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
9455 that records where a macro was defined.
9456 * help-fns.el (describe-function-1): Mention if a function has a
9457 compiler-macro.
9458 * help-mode.el (help-function-cmacro): New button.
9459
9460 * locate.el (top-level): Always require dired.
9461 (locate-mode-map): Initialize inside the defvar.
9462
9463 * net/ange-ftp.el (dired-compress-file): Declare.
9464 (ange-ftp-dired-compress-file): Add doc string.
9465
9466 * term/ns-win.el (x-display-name, x-setup-function-keys):
9467 Unify doc-strings with X versions.
9468
9469 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9470
9471 * emulation/crisp.el (crisp-mode-map): Move initialization
9472 into declaration.
9473 (crisp-mode): Use define-minor-mode.
9474
9475 * progmodes/xscheme.el (xscheme-evaluation-commands):
9476 Put a :advertised-binding property rather than using
9477 advertised-xscheme-send-previous-expression.
9478 (advertised-xscheme-send-previous-expression): Declare obsolete.
9479 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
9480 `advertised-undo'.
9481 (crisp-mode): Add corresponding bindings to
9482 undo's :advertised-binding instead.
9483 * dired.el (dired-mode-map): Put a :advertised-binding property rather
9484 than using dired-advertised-find-file.
9485 (dired-advertised-find-file):
9486 * simple.el (advertised-undo):
9487 * wid-edit.el (advertised-widget-backward): Declare obsolete.
9488 (widget-keymap): Put a :advertised-binding property rather
9489 than using advertised-widget-backward.
9490 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
9491 than using advertised-undo.
9492 * tutorial.el (tutorial--default-keys): Adjust accordingly.
9493
9494 2009-09-10 Simon South <ssouth@slowcomputing.org>
9495
9496 * progmodes/delphi.el (delphi-tab): Indent region when Transient
9497 Mark mode is enabled and region is active; otherwise indent or
9498 insert TAB as usual.
9499 (delphi-mode): Update description of TAB-key binding.
9500
9501 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9502
9503 * subr.el (define-key-rebound-commands): Mark obsolete.
9504 * startup.el (precompute-menubar-bindings): Remove.
9505 (normal-top-level): Remove obsolete code that tried to precompute
9506 menubar bindings.
9507 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
9508 define-key-rebound-commands and precompute-menubar-bindings.
9509
9510 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9511
9512 * net/imap.el (imap-interactive-login): Better messages.
9513 (imap-open): Fix bug with renamed buffer on reconnect.
9514 (imap-authenticate): Add buffer-local imap-last-authenticator variable
9515 for easier debugging and cleaner code. On successful (guessed based on
9516 server capabilities) secondary authentication, set imap-state
9517 correctly.
9518 (imap-last-authenticator): Define imap-last-authenticator as a variable
9519 to avoid warnings.
9520
9521 2009-09-10 Glenn Morris <rgm@gnu.org>
9522
9523 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
9524
9525 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
9526 (byte-compile-file-form-autoload): Don't warn about unknown functions
9527 where the autoload statement comes after the use.
9528 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
9529 that any handlers inside the body (eg require) are in turn respected.
9530
9531 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
9532 effects.
9533
9534 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
9535 and syntax and abbrev tables basic docs, if they don't have any.
9536
9537 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
9538
9539 * international/mule-cmds.el (top-level): Require cl when compiling.
9540 (view-hello-file): Use default-value rather than
9541 default-enable-multibyte-characters.
9542
9543 * progmodes/fortran.el: Move all safe and risky properties into the
9544 defcustoms.
9545
9546 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
9547 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
9548 * mail/undigest.el:
9549 Put autoloads in rmail.el rather than loaddefs.el.
9550 * mail/rmail.el: Regenerate with extracted autoloads.
9551
9552 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
9553 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
9554
9555 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
9556
9557 Reported in thread for Bug#4375.
9558 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
9559 "-data-evaluate-expression" instead of print.
9560 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
9561 (gdb-tooltip-print): Parse output from above MI command.
9562 (gdb): Revert 2009-08-11 change. User should detach inferior
9563 manually.
9564
9565 Remove the word "separate" from IO functions as inferior
9566 output is now never displayed in the GUD buffer.
9567
9568 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
9569
9570 * startup.el (command-line-normalize-file-name): On Windows and
9571 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
9572
9573 2009-09-10 Juri Linkov <juri@jurta.org>
9574
9575 * isearch.el (isearch-text-char-description): Propertize escape
9576 character sequences with the `escape-glyph' face. (Bug#4344)
9577
9578 * simple.el (shell-command): Set asynchronous process filter to
9579 `comint-output-filter'. (Bug#4343)
9580
9581 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
9582 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
9583 the list. Move "asm" to the bottom.
9584 (grep-find-ignored-directories): Add `choice' with nil value
9585 to empty the list easily.
9586 (grep-find-ignored-files): New option.
9587 (grep-files-history): Set to nil by default instead of '("ch" "el").
9588 (grep-compute-defaults): Add "<X>" to `grep-template'.
9589 (grep-read-files): Bind new local variables `default-alias' and
9590 `default-extension'. Use a list of default values for the file prompt.
9591 (lgrep): Add `--exclude=' command line options composed from
9592 `grep-find-ignored-files'.
9593 (rgrep): Add `-name' command line options composed from
9594 `grep-find-ignored-files'. (Bug#4301)
9595
9596 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9597
9598 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9599 (bug#4368).
9600
9601 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9602
9603 * calendar/time-date.el (autoload):
9604 Expand define-obsolete-function-alias into defalias and make-obsolete
9605 for old Emacsen that Gnus supports.
9606 (with-no-warnings): Define it for old Emacsen.
9607 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9608 is available.
9609 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9610 float-time is available; suppress compile warning for time-to-seconds.
9611
9612 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
9613
9614 * net/imap.el (imap-message-map): Docstring fix.
9615
9616 2009-09-09 Glenn Morris <rgm@gnu.org>
9617
9618 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9619 line numbers too. (Bug#4374)
9620
9621 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
9622
9623 * smerge-mode.el (smerge-remove-props, smerge-refine):
9624 Use with-silent-modifications (bug#4342).
9625
9626 * subr.el (with-silent-modifications): New macro.
9627
9628 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
9629
9630 * files.el (top-level): Require `cl' when compiling.
9631
9632 2009-09-07 Glenn Morris <rgm@gnu.org>
9633
9634 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9635
9636 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9637 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
9638
9639 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
9640
9641 * vc-git.el (vc-git-annotate-command): Use separator to parse
9642 arguments correctly.
9643
9644 2009-09-06 Eli Zaretskii <eliz@gnu.org>
9645
9646 * proced.el (proced-mode): Doc fix.
9647
9648 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
9649
9650 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9651 lstat fails.
9652 (tramp-do-file-attributes-with-ls): Check for file existence at
9653 remote end.
9654 (tramp-do-file-attributes-with-stat): Likewise.
9655 (tramp-convert-file-attributes): Return nil when attr is nil.
9656
9657 2009-09-05 Glenn Morris <rgm@gnu.org>
9658
9659 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9660 properties to this button.
9661 (diary-fancy-display): Don't extend the button to the final newline.
9662 (diary-fancy-display-mode): Continue to define "q" as a local key.
9663
9664 * calendar/cal-china.el (holiday-chinese): Make it slightly more
9665 efficient.
9666
9667 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9668
9669 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9670 (byte-compile-dest-file-function): New option.
9671 (byte-compile-dest-file): Doc fix.
9672 Obey byte-compile-dest-file-function.
9673 (byte-compile-cl-file-p): New function.
9674 (byte-compile-eval): Only suppress noruntime warnings about cl functions
9675 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
9676 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9677 than for file being previously loaded.
9678 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9679 (byte-compile-file-form-require): Handle the case where requiring a file
9680 indirectly causes CL to be loaded.
9681
9682 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9683
9684 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9685 before killing the old buffer, since by the time `kill-buffer' is
9686 run so many buffer variables have been set to nil that it may not
9687 behave as expected. (Bug#4061)
9688
9689 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9690
9691 * files.el (find-alternate-file): If the old buffer is modified
9692 and visiting a file, behave similarly to `kill-buffer' when
9693 killing it, thus reverting to the pre-1.878 behavior; see
9694 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9695 for discussion. Also, consult `buffer-file-name' as a variable
9696 not as a function, for consistency with the rest of the code.
9697
9698 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
9699
9700 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9701 also when adding a new directory.
9702
9703 * net/tramp-compat.el (tramp-compat-line-beginning-position):
9704 New defun.
9705
9706 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9707
9708 * files.el (locate-file-completion-table): Make it provide boundary
9709 information, so partial-completion works better.
9710
9711 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
9712
9713 * mail/footnote.el (Footnote-text-under-cursor):
9714 Check footnote-text-marker-alist before using it (bug#4324).
9715
9716 2009-09-04 Glenn Morris <rgm@gnu.org>
9717
9718 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9719 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9720 * play/solitaire.el, play/tetris.el:
9721 Remove leading * from defcustom and defface docs.
9722
9723 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9724 necessary.
9725 (diary-fancy-overriding-map): New variable.
9726 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9727 Use view-mode.
9728
9729 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9730 goto-line.
9731
9732 2009-09-03 Glenn Morris <rgm@gnu.org>
9733
9734 * arc-mode.el (archive-mode):
9735 * dos-fns.el (set-default-process-coding-system):
9736 * man.el (Man-getpage-in-background):
9737 * menu-bar.el (menu-bar-describe-menu):
9738 * server.el (server-process-filter):
9739 * startup.el (command-line):
9740 * tar-mode.el (tar-header-block-tokenize, tar-extract):
9741 * w32-fns.el (set-default-process-coding-system):
9742 * x-dnd.el (x-dnd-handle-file-name):
9743 * international/mule-cmds.el (mule-menu-keymap)
9744 (set-default-coding-systems, language-info-alist, set-language-info)
9745 (set-language-environment, standard-display-european-internal)
9746 (set-locale-environment):
9747 * international/mule-diag.el (mule-diag):
9748 * mail/emacsbug.el (report-emacs-bug):
9749 * mail/rmail.el (rmail-mode):
9750 * mail/sendmail.el (mail-setup):
9751 Use default-value rather than default-enable-multibyte-characters.
9752
9753 * progmodes/f90.el: Move all safe properties into the defcustoms.
9754 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9755
9756 * calendar/appt.el (appt-check):
9757 * calendar/diary-lib.el (diary-set-header, diary-live-p)
9758 (diary-check-diary-file, diary-list-entries)
9759 (diary-include-other-diary-files, diary-simple-display)
9760 (diary-fancy-display, diary-print-entries)
9761 (diary-mark-included-diary-files, diary-make-entry):
9762 Don't call substitute-in-file-name on diary-file.
9763
9764 2009-09-03 Eduard Wiebe <usenet@pusto.de>
9765 Stefan Monnier <monnier@iro.umontreal.ca>
9766
9767 * mail/footnote.el (footnote-prefix): Make it a defcustom.
9768 (footnote-mode-map): Move initialization into the declaration.
9769 (footnote-minor-mode-map): Define it rather than changing global-map.
9770 (footnote-mode): Use define-minor-mode.
9771
9772 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
9773
9774 * net/tramp.el (tramp-handle-file-attributes-with-ls)
9775 (tramp-do-file-attributes-with-perl)
9776 (tramp-do-file-attributes-with-stat): Rename from
9777 `tramp-handle-file-attributes-with-*'.
9778 (tramp-handle-file-attributes): Use them.
9779 (tramp-do-directory-files-and-attributes-with-perl)
9780 (tramp-do-directory-files-and-attributes-with-stat): Rename from
9781 `tramp-handle-directory-files-and-attributes-with-*'.
9782 (tramp-handle-directory-files-and-attributes): Use them.
9783 (tramp-method-out-of-band-p): Additional parameter SIZE.
9784 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9785 (tramp-handle-write-region): Use it.
9786 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
9787 (tramp-handle-vc-registered): Check, whether the first run did
9788 return files to be tested.
9789 (tramp-advice-make-auto-save-file-name): Do not call directly
9790 `tramp-handle-make-auto-save-file-name', because this would bypass
9791 the locking mechanism.
9792
9793 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9794 (file-remote-p, process-file, start-file-process, set-file-times)
9795 (tramp-compat-file-attributes): Compatibility functions shall not
9796 call directly `tramp-handle-*', because this would bypass the
9797 locking mechanism.
9798 (tramp-compat-number-sequence): New defun.
9799
9800 2009-09-02 Glenn Morris <rgm@gnu.org>
9801
9802 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9803 alias for float-time.
9804 (time-to-number-of-days): In Emacs, use float-time.
9805 * net/newst-backend.el (time-add): Suppress warnings from compat
9806 function.
9807 * time.el (emacs-uptime, emacs-init-time):
9808 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9809 Use float-time rather than time-to-seconds.
9810
9811 * minibuffer.el (completion-initials-expand): Fix typo.
9812
9813 * faces.el (modeline, modeline-inactive, modeline-highlight)
9814 (modeline-buffer-id):
9815 * info.el (info-menu-5): Mark these face aliases as obsolete.
9816
9817 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9818
9819 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9820 space ...
9821 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9822 no "--thread" option.
9823 (gdb-stopped): Don't print "Switched to thread" message when it is
9824 unchanged.
9825
9826 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9827
9828 * minibuffer.el (completion-try-completion)
9829 (completion-all-completions): Remove ill-defined (and
9830 mistakenly installed and luckily never used nor documented)
9831 `completion-styles' property.
9832 (completion-initials-expand, completion-initials-all-completions)
9833 (completion-initials-try-completion): New functions.
9834 (completion-styles-alist): Add doc to each entry.
9835 Add new `initials' entry.
9836
9837 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9838
9839 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9840 MI command -var-evaluate-expression.
9841 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9842 and tweak for case of string child.
9843 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9844
9845 2009-09-01 Glenn Morris <rgm@gnu.org>
9846
9847 * add-log.el (change-log-date-face, change-log-name-face)
9848 (change-log-email-face, change-log-file-face, change-log-list-face)
9849 (change-log-conditionals-face, change-log-function-face)
9850 (change-log-acknowledgement-face):
9851 * cus-edit.el (custom-invalid-face, custom-rogue-face)
9852 (custom-modified-face, custom-set-face, custom-changed-face)
9853 (custom-saved-face, custom-button-face, custom-button-pressed-face)
9854 (custom-documentation-face, custom-state-face, custom-comment-face)
9855 (custom-comment-tag-face, custom-variable-tag-face)
9856 (custom-variable-button-face, custom-face-tag-face)
9857 (custom-group-tag-face-1, custom-group-tag-face):
9858 * diff-mode.el (diff-header-face, diff-file-header-face)
9859 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9860 (diff-added-face, diff-changed-face, diff-function-face)
9861 (diff-context-face, diff-nonexistent-face):
9862 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9863 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9864 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9865 (Info-title-4-face):
9866 * isearch.el (isearch-lazy-highlight-face):
9867 * log-view.el (log-view-file-face, log-view-message-face):
9868 * paren.el (show-paren-match-face, show-paren-mismatch-face):
9869 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9870 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9871 (cvs-msg-face):
9872 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9873 (smerge-base-face, smerge-markers-face):
9874 * wid-edit.el (widget-documentation-face, widget-button-face)
9875 (widget-field-face, widget-single-line-field-face)
9876 (widget-inactive-face, widget-button-pressed-face):
9877 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9878 (woman-addition-face):
9879 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9880 (eshell-ls-executable-face, eshell-ls-readonly-face)
9881 (eshell-ls-unreadable-face, eshell-ls-special-face)
9882 (eshell-ls-missing-face, eshell-ls-archive-face)
9883 (eshell-ls-backup-face, eshell-ls-product-face)
9884 (eshell-ls-clutter-face):
9885 * eshell/em-prompt.el (eshell-prompt-face):
9886 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9887 * obsolete/old-whitespace.el (whitespace-highlight-face):
9888 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9889 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9890 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9891 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9892 (antlr-font-lock-literal-face):
9893 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9894 (ebrowse-root-class-face, ebrowse-file-name-face)
9895 (ebrowse-default-face, ebrowse-member-attribute-face)
9896 (ebrowse-member-class-face, ebrowse-progress-face):
9897 * progmodes/make-mode.el (makefile-space-face):
9898 * progmodes/sh-script.el (sh-heredoc-face):
9899 * textmodes/flyspell.el (flyspell-incorrect-face)
9900 (flyspell-duplicate-face):
9901 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9902 * textmodes/texinfo.el (texinfo-heading-face):
9903 Mark face aliases with "-face" suffix as obsolete.
9904
9905 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9906 compiler.
9907
9908 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9909 (eudc-bob-sound-menu): Use defvar rather than defconst, since
9910 easy-menu-define wants to modify these.
9911
9912 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9913
9914 * net/browse-url.el (browse-url-file-url):
9915 * term/internal.el (dos-codepage-setup):
9916 Use default-value rather than default-enable-multibyte-characters.
9917
9918 * progmodes/etags.el (etags-goto-tag-location):
9919 * progmodes/flymake.el (flymake-highlight-line)
9920 (flymake-goto-file-and-line, flymake-goto-line):
9921 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9922 (gdb-goto-breakpoint):
9923 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9924 * progmodes/python.el (python-find-function)
9925 (python-pdbtrack-track-stack-file):
9926 * progmodes/verilog-mode.el (verilog-surelint-off):
9927 * term/ns-win.el (ns-open-file-select-line):
9928 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9929 Use forward-line rather than goto-line.
9930
9931 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9932 * textmodes/reftex-index.el (reftex-display-index):
9933 * textmodes/reftex-ref.el (reftex-offer-label-menu):
9934 * textmodes/reftex-toc.el (reftex-toc):
9935 Remove unnecessary bindings of default-major-mode (all are followed by
9936 major-mode check and possible mode switch).
9937
9938 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9939
9940 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9941 Handle watchpoints (bug#4282).
9942 (def-gdb-thread-buffer-command): Enable thread to be selected by
9943 clicking without selecting threads buffer first.
9944 (gdb-current-context-command): Use selected frame so that "up",
9945 "down" etc work in the GUD buffer.
9946 (gdb-update): Find selected frame before rendering stack buffer.
9947 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9948
9949 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9950
9951 * progmodes/sym-comp.el (displayed-completions): Remove.
9952 (symbol-complete): Use minibuffer-complete.
9953
9954 2009-08-31 Glenn Morris <rgm@gnu.org>
9955
9956 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9957
9958 * apropos.el (apropos-symbols-internal):
9959 Handle (obsolete) face aliases.
9960
9961 * faces.el (describe-face): Adjust the output format to be more like
9962 describe-variable, and to mention (obsolete) face aliases.
9963 Adjust the whitespace so that help-setup-xref works.
9964
9965 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9966 * calendar/diary-lib.el (diary-button-face):
9967 Mark these face aliases as obsolete.
9968
9969 * calendar/calendar.el (calendar-today): Doc fix.
9970
9971 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9972
9973 * progmodes/gdb-mi.el (gdb-control-all-threads)
9974 (gdb-control-current-thread): Force tool bar update.
9975 (gdb-non-stop-handler): New function.
9976 (gdb-init-1): Use it to test if non-stop mode is supported.
9977 Remove unused gdbmi buffer type.
9978
9979 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
9980
9981 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
9982 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
9983
9984 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
9985
9986 * comint.el (comint-exec-1): Check command is non-null first.
9987 Part of gdb-mi.el change (2009-08-28).
9988
9989 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9990
9991 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9992
9993 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
9994
9995 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9996 instead of `dolist' to avoid a recursive require when bootstrapping.
9997
9998 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9999
10000 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
10001
10002 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
10003
10004 * net/imap.el (imap-send-command): Simplify.
10005 (imap-wait-for-tag): point-max -> buffer-size.
10006
10007 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
10008
10009 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
10010 with constant argument.
10011
10012 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
10013
10014 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
10015
10016 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
10017 Change default, since most of our files don't have a history.
10018 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
10019 the user.
10020
10021 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10022 Add comint-run.
10023
10024 * calc/calc.el: Improve commenting convention.
10025 (calc-digit-map, toplevel): Simplify.
10026
10027 * comint.el (comint-insert-input): Be careful to only set point if we
10028 don't delegate to some other command.
10029
10030 * proced.el (proced-signal-list): Make it an alist.
10031 (proced-grammar-alist): Capitalize names.
10032 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
10033 Disable undo manually and make it read-only.
10034 Use completion-annotate-function.
10035
10036 * minibuffer.el (minibuffer-message): If the current buffer is not
10037 a minibuffer, insert the message in the echo area rather than at the
10038 end of the buffer.
10039 (completion-annotate-function): New variable.
10040 (minibuffer-completion-help): Use it.
10041 (completion--embedded-envvar-table): Environment vars are
10042 always case-sensitive.
10043
10044 2009-08-30 Glenn Morris <rgm@gnu.org>
10045
10046 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
10047 from fortran-current-defun.
10048 (fortran-beginning-of-subprogram): Be more precise about finding the
10049 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
10050 (fortran-end-of-subprogram): Simplify.
10051 (fortran-current-defun): Use fortran-start-prog-re.
10052
10053 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
10054
10055 * subr.el (do-after-load-evaluation): Simplify.
10056
10057 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
10058
10059 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
10060
10061 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
10062 (vc-rcs-print-log): Use it.
10063
10064 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
10065
10066 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
10067
10068 * paths.el (abbrev-file-name): Move to abbrev.el.
10069 * abbrev.el (abbrev-file-name): Move from paths.el.
10070 Obey user-emacs-directory.
10071 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
10072 user-emacs-directory.
10073 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
10074 abbrev-file-name and calc-settings-file any more.
10075 * startup.el (command-line): Recompute abbrev-file-name and
10076 abbreviated-home-dir.
10077 (normal-no-mouse-startup-screen): Improve the generic code and get rid
10078 of the special code for when C-h bindings haven't been changed.
10079 (display-startup-echo-area-message): Use with-current-buffer.
10080 (command-line-1): Use a list of strings, rather than a list of lists
10081 of strings for longopts.
10082
10083 * files.el (get-free-disk-space): Use / for default-directory.
10084
10085 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
10086 Use with-current-buffer.
10087
10088 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
10089 Recognize immutable variables like most-positive-fixnum.
10090 (byte-compile-setq-default): Check and warn if trying to assign
10091 to an immutable variable, or a non-variable.
10092
10093 * progmodes/cc-vars.el (c-comment-continuation-stars):
10094 * progmodes/cc-engine.el (c-looking-at-bos):
10095 * progmodes/cc-cmds.el (c-toggle-auto-state)
10096 (c-forward-into-nomenclature, c-backward-into-nomenclature)
10097 (c-comment-line-break-function): Add version of obsolescence.
10098
10099 2009-08-28 Juri Linkov <juri@jurta.org>
10100
10101 * files.el (magic-fallback-mode-alist): Add ZIP magic number
10102 associated with `archive-mode'.
10103
10104 * image.el (image-type-header-regexps): Use only JPEG magic number
10105 to determine JPEG images, and don't use `image-jpeg-p' because
10106 Emacs can display non-JFIF non-Exif JPEG images.
10107
10108 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
10109
10110 * arc-mode.el (archive-mode):
10111 * emacs-lisp/re-builder.el (re-builder-unload-function):
10112 Protect against the default value of `major-mode' being nil.
10113
10114 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
10115
10116 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
10117 Fix typos in docstrings.
10118
10119 * progmodes/js.el (js--macro-decl-re): Doc fix.
10120 (js--plain-method-re, js--split-name): Refloc docstring.
10121 (js--class-styles, js--make-merged-item, js--splice-into-items):
10122 Fix typos in docstrings; reflow docstrings.
10123 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
10124 (js--variable-decl-matcher, js--inside-pitem-p)
10125 (js--parse-state-at-point, js--get-all-known-symbols)
10126 (js--symbol-history, js-find-symbol, js--js-references)
10127 (js--moz-interactor, js--js-encode-value, js--read-tab):
10128 Fix typos in docstrings.
10129
10130 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10131
10132 * textmodes/reftex.el (reftex-get-file-buffer-force):
10133 * progmodes/verilog-mode.el (verilog-batch-execute-func):
10134 * emulation/viper.el (viper-go-away, viper-set-hooks):
10135 * emacs-lisp/re-builder.el (re-builder-unload-function):
10136 * emacs-lisp/bytecomp.el (byte-compile-file):
10137 * ses.el (ses-unload-function):
10138 * hexl.el (hexl-find-file):
10139 * files.el (normal-mode):
10140 * ehelp.el (with-electric-help):
10141 * autoinsert.el (auto-insert-alist):
10142 * arc-mode.el (archive-mode):
10143 Use (default-value 'major-mode) instead of default-major-mode.
10144
10145 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
10146 * international/mule.el (load-with-code-conversion):
10147 * emacs-lisp/debug.el (debug):
10148 * ediff-vers.el (ediff-rcs-get-output-buffer):
10149 * dired.el (dired-internal-noselect): Don't let-bind
10150 default-major-mode around code that doesn't use it.
10151 E.g. buffer creation via get-buffer-create doesn't use it.
10152
10153 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
10154
10155 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
10156 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
10157 when writing the temp file. Otherwise, epa-file gets confused.
10158 (tramp-register-file-name-handlers): Make it a defun. Move also
10159 `epa-file-handler' to the front of `file-name-handler-alist'.
10160
10161 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10162
10163 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
10164 start right after a ^M.
10165 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
10166 (tramp-completion-file-name-regexp-separate)
10167 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
10168 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
10169 Don't modify last-coding-system-used by accident.
10170 (tramp-completion-file-name-handler): Apply the checks here,
10171 instead during registration.
10172 (tramp-register-file-name-handlers): Rename from
10173 `tramp-register-file-name-handler'. Register both
10174 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
10175 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
10176
10177 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
10178
10179 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
10180 Remove variable ...
10181 (gdb-init-1, gdb-display-separate-io-buffer)
10182 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
10183 references to it.
10184 (gdb-inferior-io-mode): Use make-comint-in-buffer.
10185 (gdb-inferior-filter): Use comint-output-filter to stop
10186 echoing and remove ^M characters.
10187
10188 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10189
10190 * emulation/viper-init.el (viper-restore-cursor-type):
10191 * emulation/cua-base.el (cua--update-indications):
10192 Replace default-cursor-type with (default-value 'cursor-type).
10193
10194 * mail/sendmail.el (mail-recover-1):
10195 * international/mule-diag.el (describe-current-coding-system-briefly)
10196 (describe-current-coding-system):
10197 * international/mule-cmds.el (select-safe-coding-system)
10198 (select-message-coding-system)
10199 (set-language-environment-coding-systems, set-locale-environment):
10200 * hexl.el (hexl-insert-multibyte-char):
10201 * dos-w32.el (find-buffer-file-type-coding-system):
10202 * simple.el (what-cursor-position):
10203 Replace uses of default-buffer-file-coding-system
10204 with (default-value 'buffer-file-coding-system).
10205
10206 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
10207 Replace uses of default-cursor-in-non-selected-windows
10208 with (default-value 'cursor-in-non-selected-windows).
10209 Use with-current-buffer.
10210
10211 * mail/feedmail.el: Use CL macros.
10212 (feedmail-run-the-queue, feedmail-send-it-immediately):
10213 * dos-w32.el (find-buffer-file-type): Replace uses of
10214 default-buffer-file-type with (default-value 'buffer-file-type).
10215
10216 2009-08-28 Glenn Morris <rgm@gnu.org>
10217
10218 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
10219 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
10220 Use default-value of major-mode rather than default-major-mode.
10221
10222 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10223
10224 * Makefile.in (update-elcfiles): Report left over elc files.
10225
10226 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
10227 expand-file-name and with-current-buffer.
10228 (mail-get-names, mail-directory): Use with-current-buffer.
10229
10230 * vc.el (vc-read-revision): New function.
10231 (vc-version-diff, vc-merge): Use it.
10232
10233 2009-08-27 Sam Steingold <sds@gnu.org>
10234
10235 * simple.el (kill-do-not-save-duplicates): New user option.
10236 (kill-new): When it is non-nil, and the new string is the same as
10237 the latest kill, set replace to t to avoid duplicates in kill-ring.
10238
10239 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
10240
10241 * net/tramp.el (tramp-handle-process-file): Do not flush all
10242 caches when `process-file-side-effects' is set.
10243 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
10244 instead of `tramp-find-file-exists-command'.
10245 Unset `process-file-side-effects'.
10246
10247 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
10248
10249 * net/tramp.el (tramp-methods): New method "rsyncc".
10250 (top): Add completion function for "rsyncc".
10251 (tramp-message-show-message): New defvar.
10252 (tramp-message, tramp-error): Use it.
10253 (tramp-do-copy-or-rename-file-directly): Extend check for direct
10254 remote copying.
10255 (tramp-do-copy-or-rename-file-out-of-band): Handle new
10256 `tramp-methods' entry `copy-env' of "rsyncc".
10257 (tramp-vc-registered-read-file-names): New defconst.
10258 (tramp-vc-registered-file-names): New defvar.
10259 (tramp-handle-vc-registered): Implement optimization strategy.
10260 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
10261 (tramp-vc-file-name-handler): New defun.
10262 (tramp-get-ls-command, tramp-get-test-command)
10263 (tramp-get-file-exists-command, tramp-get-remote-ln)
10264 (tramp-get-remote-perl, tramp-get-remote-stat)
10265 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
10266
10267 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
10268 (tramp-cache-inhibit-cache): Extend doc string. It allows also
10269 timestamps.
10270 (tramp-get-file-property): Check for timestamps in
10271 `tramp-cache-inhibit-cache'.
10272 (tramp-set-file-property): Write timestamp.
10273
10274 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10275
10276 * language/japan-util.el (japanese-symbol-table): Add entries for
10277 cp932-2-byte.
10278
10279 * international/characters.el: Add category `j' to cp932-2-byte.
10280
10281 2009-08-27 Kenichi Handa <handa@m17n.org>
10282
10283 * international/fontset.el (build-default-fontset-data): New macro.
10284 (setup-default-fontset): Use build-default-fontset-data for CJK,
10285 tibetan, ethiopic, and ipa.
10286
10287 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10288
10289 * cus-start.el (default-major-mode): Customize `major-mode' instead.
10290 (enable-multibyte-characters): Not customizable any more.
10291
10292 * subr.el (default-mode-line-format, default-header-line-format)
10293 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
10294 (default-direction-reversed, default-truncate-lines)
10295 (default-left-margin, default-tab-width, default-case-fold-search)
10296 (default-left-margin-width, default-right-margin-width)
10297 (default-left-fringe-width, default-right-fringe-width)
10298 (default-fringes-outside-margins, default-scroll-bar-width)
10299 (default-vertical-scroll-bar, default-indicate-empty-lines)
10300 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
10301 (default-fringe-cursor-alist, default-scroll-up-aggressively)
10302 (default-scroll-down-aggressively, default-fill-column)
10303 (default-cursor-type, default-buffer-file-type)
10304 (default-cursor-in-non-selected-windows)
10305 (default-buffer-file-coding-system, default-major-mode)
10306 (default-enable-multibyte-characters): Mark as obsolete.
10307
10308 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
10309
10310 * vc-dir.el (vc-dir-update): Remove debug helper.
10311
10312 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
10313
10314 2009-08-26 Sam Steingold <sds@gnu.org>
10315
10316 * simple.el (save-interprogram-paste-before-kill): New user option.
10317 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
10318 save the interprogram-paste into kill-ring before overriding it
10319 with the Emacs kill.
10320
10321 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10322
10323 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
10324 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
10325 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
10326 and move to vc-rcs.el.
10327 (vc-default-next-revision): Rename to vc-rcs-next-revision and
10328 move to vc-rcs.el.
10329 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
10330 (vc-rcs-update-changelog): Remove.
10331 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
10332 and move to vc-rcs.el.
10333
10334 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
10335 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
10336 renaming.
10337 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
10338 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
10339 vc.el, renamed to be RCS specific.
10340
10341 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
10342 New functions.
10343 (vc-cvs-update-changelog): Move here from vc.el.
10344
10345 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
10346 New functions.
10347
10348 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10349
10350 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
10351
10352 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10353
10354 * vc-git.el (vc-git-register): Use "git add" for directories.
10355 (vc-git-stash, vc-git-stash-show): New functions.
10356 (vc-git-extra-menu-map): Bind them.
10357
10358 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
10359 directory correctly in case the item is a directory itself.
10360
10361 * vc.el: Document the desired behavior for reverted files in the
10362 `added' state.
10363 (vc-default-prettify-state-info): Remove function, unused.
10364
10365 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
10366
10367 2009-08-26 Glenn Morris <rgm@gnu.org>
10368
10369 * bindings.el (standard-mode-line-format): Reposition dashes in
10370 which-func entry. (Bug#4217)
10371
10372 * files.el (enable-local-variables, enable-local-eval)
10373 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
10374 the defcustoms.
10375 (auto-mode-alist, ignored-local-variables)
10376 (save-some-buffers-action-alist): Move risky declarations to the
10377 definitions.
10378 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
10379 (font-lock-defaults, format-alist, imenu--index-alist)
10380 (imenu-generic-expression, input-method-alist, minor-mode-alist)
10381 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
10382 (mode-line-modified, mode-line-mule-info, mode-line-position)
10383 (mode-line-process, mode-line-remote, outline-level)
10384 (parse-time-rules, rmail-output-file-alist)
10385 (special-display-buffer-names, vc-mode):
10386 Move risky declarations to the relevant files.
10387 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
10388 (mode-line-modified, mode-line-process, mode-line-position)
10389 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
10390 * font-core.el (font-lock-defaults):
10391 * format.el (format-alist):
10392 * vc-hooks.el (vc-mode):
10393 * window.el (special-display-buffer-names):
10394 * international/mule-cmds.el (input-method-alist):
10395 Define riskiness here (dumped file) rather than in files.el.
10396 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
10397 * imenu.el (imenu-generic-expression, imenu--index-alist):
10398 * outline.el (outline-level):
10399 * time.el (display-time-string):
10400 * calendar/parse-time.el (parse-time-rules):
10401 * mail/rmailout.el (rmail-output-file-alist):
10402 Autoload riskiness here, rather than placing in files.el.
10403
10404 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
10405
10406 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
10407
10408 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
10409
10410 * simple.el (process-file-side-effects): New defvar.
10411
10412 * dired-aux.el (dired-show-file-type):
10413 * vc.el (vc-diff-internal):
10414 * vc-arch.el (vc-arch-diff):
10415 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
10416 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
10417 * vc-git.el (vc-git-registered, vc-git-working-revision)
10418 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
10419 (vc-git--empty-db-p):
10420 * vc-hooks.el (vc-user-login-name):
10421 * vc-svn.el (vc-svn-registered, vc-svn-state)
10422 (vc-svn-dir-extra-headers, vc-svn-find-revision):
10423 * progmodes/grep.el (grep-probe): Let-bind
10424 `process-file-side-effects' with nil.
10425
10426 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
10427
10428 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
10429 daemon. Replace ping by checking for running service for bluez
10430 and zeroconf. (Bug#4239)
10431
10432 2009-08-25 Kevin Ryde <user42@zip.com.au>
10433
10434 * net/dig.el (dig): Add autoload cookie.
10435
10436 2009-08-25 Glenn Morris <rgm@gnu.org>
10437
10438 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
10439 load-history for absolute file-names.
10440 (byte-compile-file-form-require): Warn about use of the cl package.
10441
10442 * format.el (format-alist): Doc fix.
10443
10444 * play/bubbles.el (top-level): Don't require cl at run-time.
10445
10446 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
10447 run-time cl).
10448
10449 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
10450
10451 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
10452 from cl package.
10453 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
10454
10455 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
10456
10457 * calc/calc-alg.el (math-trig-rewrite)
10458 (math-hyperbolic-trig-rewrite): New functions.
10459 (calc-simplify): Simplify trig functions when asked.
10460
10461 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10462
10463 * diff-mode.el (diff-find-source-location): Avoid goto-line.
10464
10465 2009-08-24 Kenichi Handa <handa@m17n.org>
10466
10467 * language/ind-util.el (mapthread): Delete it.
10468 (combinatorial): New function.
10469 (indian--puthash-cv): Use combinatorial instead of mapthread.
10470
10471 2009-08-22 Kevin Ryde <user42@zip.com.au>
10472
10473 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
10474 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
10475 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
10476 Clarify docstring that the value is strings not symbols.
10477 (checkdoc-list-of-strings-p): New function.
10478
10479 2009-08-22 Glenn Morris <rgm@gnu.org>
10480
10481 * files.el (auto-mode-alist):
10482 * hippie-exp.el (he-concat-directory-file-name):
10483 * lpr.el (lpr-windows-system, printer-name):
10484 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
10485 * ps-print.el (ps-windows-system):
10486 * startup.el (command-line):
10487 * emulation/viper-ex.el (viper-glob-function):
10488 * international/mule-cmds.el (set-language-environment-coding-systems):
10489 * net/ange-ftp.el (ange-ftp-write-region):
10490 * obsolete/fast-lock.el (fast-lock-cache-name):
10491 Remove code for defunct system-types emx, macos, mswindows, next-mach,
10492 unisoft-unix, vax-vms, win32, w32.
10493
10494 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
10495 given name if the pattern is not more specific.
10496
10497 * calendar/lunar.el (lunar-phase-names): New option.
10498 (lunar-phase): Doc fix.
10499 (lunar-cycles-per-year): New constant.
10500 (lunar-index): New function.
10501 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
10502 (lunar-phase-name): Use lunar-phase-names.
10503 (calendar-lunar-phases): Use format.
10504 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
10505
10506 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
10507 Copy imenu-example--name-and-position function here for own use.
10508 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
10509
10510 * bs.el (bs--redisplay):
10511 * cus-edit.el (custom-redraw):
10512 * ibuffer.el (ibuffer-bury-buffer):
10513 * server.el (server-goto-line-column):
10514 * startup.el (command-line-1):
10515 * strokes.el (strokes-xpm-for-stroke):
10516 * term.el (term-display-buffer-line):
10517 * view.el (View-goto-line):
10518 * calc/calc.el (calc-do, calc-trail-buffer):
10519 * play/gamegrid.el (gamegrid-add-score-insecure):
10520 * progmodes/ada-mode.el (ada-compile-goto-error):
10521 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
10522 (ebrowse-select-1st-to-9nth):
10523 * progmodes/cperl-mode.el (cperl-time-fontification):
10524 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
10525 * progmodes/gud.el (gud-display-line):
10526 (idlwave-shell-display-line):
10527 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
10528 * progmodes/make-mode.el (makefile-browser-toggle):
10529 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
10530 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
10531 * textmodes/picture.el (picture-draw-rectangle):
10532 * textmodes/reftex-index.el (reftex-index-goto-letter):
10533 (reftex-select-jump-to-previous):
10534 * textmodes/reftex-sel.el (reftex-find-start-point)
10535 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
10536 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
10537 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
10538 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10539 * textmodes/two-column.el (2C-associated-buffer):
10540 Use forward-line rather than goto-line.
10541
10542 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
10543 goto-line.
10544
10545 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
10546 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
10547 (quick-check-list-to-regexp): Declare.
10548
10549 * progmodes/make-mode.el (makefile-browser-insert-selection):
10550 Use goto-char rather than goto-line.
10551
10552 * progmodes/prolog.el (compilation-error-regexp-alist)
10553 (compilation-forget-errors): Declare.
10554
10555 2009-08-22 Juri Linkov <juri@jurta.org>
10556
10557 * progmodes/grep.el (lgrep, rgrep): At the beginning
10558 set `dir' to `default-directory' unless `dir' is a non-nil
10559 readable directory. (Bug#4052)
10560 (lgrep, rgrep): Change a weird way to report an error
10561 from using `read-string' to using `error'.
10562 Instead of using interactive arguments in the function body,
10563 add new argument `confirm'.
10564
10565 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10566
10567 * textmodes/remember.el (remember-buffer):
10568 * progmodes/cperl-mode.el (cperl-vc-header-alist):
10569 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
10570 (icalendar-extract-ical-from-buffer):
10571 * net/newst-treeview.el (newsticker-groups-filename):
10572 * net/newst-backend.el (newsticker-cache-filename):
10573 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
10574 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
10575 (speedbar-add-ignored-path-regexp, speedbar-line-path)
10576 (speedbar-buffers-line-path, speedbar-path-line)
10577 (speedbar-buffers-line-path):
10578 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
10579 (epg-sign-keys):
10580 * epa.el (epa-display-verify-result):
10581 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
10582
10583 2009-08-21 Glenn Morris <rgm@gnu.org>
10584
10585 * progmodes/js.el (inferior-moz-process): Fix declaration.
10586
10587 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
10588
10589 * obsolete/rnewspost.el (news-mail-reply):
10590 Use goto-char rather than goto-line.
10591
10592 * term/ns-win.el (ns-open-file-select-line):
10593 Use line-beginning-position rather than goto-line.
10594
10595 * apropos.el (apropos-command):
10596 * ehelp.el (electric-helpify):
10597 * printing.el (pr-show-setup):
10598 * strokes.el (strokes-help):
10599 * tutorial.el (tutorial--describe-nonstandard-key)
10600 (tutorial--detailed-help):
10601 * woman.el (woman-mini-help, woman-display-extended-fonts):
10602 * calc/calc-help.el (calc-describe-key):
10603 * emulation/edt.el (edt-electric-helpify):
10604 * international/mule-diag.el (mule-diag):
10605 * play/yow.el (apropos-zippy):
10606 * progmodes/python.el (python-describe-symbol):
10607 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10608 * textmodes/table.el (*table--cell-describe-mode)
10609 (*table--cell-describe-bindings):
10610 Use help-print-return-message rather than the now obsolete alias.
10611
10612 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
10613 (calendar-cursor-to-visible-date):
10614 * play/5x5.el (5x5-position-cursor):
10615 * play/decipher.el (decipher):
10616 * play/gomoku.el (gomoku-goto-xy):
10617 * play/landmark.el (lm-goto-xy):
10618 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10619 (mpuz-paint-digit):
10620 Use forward-line, not goto-line.
10621
10622 * mail/rmail.el (rmail-obsolete): Delete custom group.
10623 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10624 (rmail-remote-password, rmail-remote-password-required):
10625 Remove unneeded :set-after and :set properties.
10626
10627 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
10628
10629 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10630
10631 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
10632
10633 * loadup.el: Remove leftover macos code.
10634
10635 * vc-git.el (vc-git-annotate-command): Run asynchronously.
10636 Explicitly pass the date format to git blame so that user local
10637 so that the output format can be parsed.
10638
10639 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
10640
10641 * net/dbus.el (top): Don't check for (getenv
10642 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
10643
10644 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
10645
10646 * log-edit.el (log-edit-strip-single-file-name): New var.
10647 (log-edit-insert-changelog): Use it. Bug#3571
10648
10649 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10650
10651 * subr.el (read-passwd): Use read-key so keypad keys work as well.
10652 Bug#3287
10653
10654 * help.el (help-print-return-message): Rename from
10655 print-help-return-message.
10656
10657 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10658 cvs-mode-map parent hack.
10659 (log-view-mode): Derive from special-mode.
10660
10661 * linum.el (linum-mode): window-size-change-functions is redundant.
10662 Adapt to new window-configuration-change-hook behavior.
10663 (linum-after-size, linum-after-config): Remove.
10664
10665 * imenu.el (imenu-example--name-and-position)
10666 (imenu-example--lisp-extract-index-name)
10667 (imenu-example--create-lisp-index, imenu-example--create-c-index):
10668 Mark as obsolete.
10669
10670 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10671 (inferior-prolog-mode): Use it.
10672 (inferior-prolog-load-file): Reset list of errors.
10673
10674 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10675
10676 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10677
10678 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10679
10680 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
10681
10682 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10683 is running already.
10684
10685 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10686
10687 * subr.el (listify-key-sequence-1): Use normal syntax since those
10688 integers are nowadays always represented by the same (positive) number
10689 on all platforms.
10690 (read-key-empty-map): New const.
10691 (read-key-delay): New var.
10692 (read-key): New function.
10693 (force-mode-line-update): Use with-current-buffer.
10694 (locate-user-emacs-file): Don't forget to abbreviate the file name.
10695 (start-process-shell-command, start-file-process-shell-command):
10696 Discourage the use of command-args.
10697
10698 2009-08-19 Glenn Morris <rgm@gnu.org>
10699
10700 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10701
10702 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10703
10704 * simple.el (choose-completion-string): Don't rely on
10705 minibuffer-completing-file-name and ad-hoc checks to decide whether
10706 to continue completion or not.
10707
10708 * minibuffer.el (minibuffer-hide-completions): New function.
10709 (completion--do-completion): Use it.
10710 (completions-annotations): New face.
10711 (completion--insert-strings): Use it.
10712 (completion-pcm--delim-wild-regex): Add docstring.
10713 (completion-pcm--string->pattern): Add support for 0-width delimiters
10714 in completion-pcm--delim-wild-regex.
10715
10716 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
10717
10718 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10719 Remove unused var `buffer-modified-p'.
10720
10721 * minibuffer.el (completion--do-completion): Move point for the #b001
10722 case as well (bug#4176).
10723 (minibuffer-complete, minibuffer-complete-word): Don't move point.
10724
10725 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
10726
10727 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
10728 and :session buses.
10729
10730 2009-08-18 Kenichi Handa <handa@m17n.org>
10731
10732 * international/ucs-normalize.el (ucs-normalize-version):
10733 Change to 1.1.
10734 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10735 (utf-8-hfs): Make it perform normalization on encoding too.
10736
10737 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
10738 (sentence-end-without-space): Delete duplicated chars.
10739 (sentence-end-base): Likewise.
10740
10741 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
10742 (html-mode): Delete duplicated chars from sentence-end-base.
10743
10744 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
10745 (texinfo-mode): Delete duplicated chars from sentence-end-base.
10746
10747 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
10748
10749 * files.el (hack-one-local-variable): If the mode function is for
10750 a minor mode, pass it an argument (Bug#4148).
10751
10752 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
10753
10754 * net/tramp.el (tramp-register-completion-file-name-handler):
10755 Check also for (member 'partial-completion completion-styles).
10756
10757 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10758
10759 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10760 abbrev (Bug#3943).
10761
10762 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
10763
10764 * progmodes/cperl-mode.el: Merge upstream 6.2.
10765 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10766 (cperl-forward-re): Check cperl-brace-recursing.
10767 (cperl-highlight-charclass): New function.
10768 (cperl-find-pods-heres): Use it.
10769 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10770 (cperl-beautify-regexp-piece): Fix column calculation.
10771 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10772 (cperl-beautify-level): Don't process entire regexp.
10773 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10774 calling man.
10775 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10776 (cperl-init-faces): Build a list in the normal way.
10777
10778 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10779
10780 * calendar/parse-time.el (parse-time-string-chars): Save match
10781 data.
10782
10783 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10784
10785 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10786 (sql-product): Use it.
10787 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10788 (sql-set-product): Add completion.
10789 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10790 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10791 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10792 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10793 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10794 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10795 (sql-highlight-db2-keywords): Remove.
10796 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10797 (sql-highlight-product): Use derived-mode-p.
10798 (sql-set-sqli-buffer): Use with-current-buffer.
10799 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10800 Simplify.
10801
10802 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10803
10804 * term.el: Fix commenting convention, turn comments into docstrings.
10805
10806 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10807
10808 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10809
10810 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
10811
10812 * calendar/parse-time.el (parse-time-string-chars): Compute using
10813 character classes, to handle non-ascii characters (Bug#3190).
10814
10815 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10816
10817 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10818 another heredoc if the user adds another < (Bug#3226).
10819
10820 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10821 Don't initialize based on window-system (Bug#4124).
10822
10823 * facemenu.el (facemenu-read-color): Use a completion function
10824 that accepts any defined color, such as RGB triplets (Bug#3677).
10825
10826 * files.el (get-free-disk-space): Change fallback default
10827 directory to /. Expand DIR argument before switching to fallback.
10828 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10829
10830 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10831
10832 * files.el (load-library): Doc fix.
10833
10834 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
10835
10836 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10837 (viper-if-string): Redefine C-s in the minibuffer to insert the last
10838 incremental search string.
10839
10840 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10841 XEmacs.
10842
10843 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10844 (ediff-merge-region-is-non-clash)
10845 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10846 Also check if the job is really a merge job.
10847
10848 * ediff.el (ediff-current-file): New function.
10849
10850 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10851
10852 * progmodes/js.el: Edit docstrings throughout to follow Emacs
10853 conventions.
10854 (js-insert-and-indent): Delete function.
10855 (js-mode-map): Don't bind keys to js-insert-and-indent.
10856 (js-beginning-of-defun): Rename from js--beginning-of-defun.
10857 (js-end-of-defun): Rename from js--end-of-defun.
10858 (js-auto-indent-flag): Delete variable.
10859
10860 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
10861
10862 * progmodes/js.el: Remove proclaim statement.
10863 Defvar which-func-imenu-joiner-function to silence compiler.
10864
10865 * files.el (auto-mode-alist): Use js-mode for .js files.
10866
10867 * progmodes/js2-mode.el: Remove file.
10868
10869 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10870
10871 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10872
10873 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10874
10875 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
10876 Karl Landstrom <karl.landstrom@brgeight.se>
10877
10878 * progmodes/js.el: New file.
10879
10880 2009-08-14 Mark A. Hershberger <mah@everybody.org>
10881
10882 * timezone.el (timezone-parse-date): Add ability to understand ISO
10883 basic format (minimal separators) dates in addition to the
10884 already-supported extended format dates.
10885
10886 2009-08-14 Eli Zaretskii <eliz@gnu.org>
10887
10888 * international/ucs-normalize.el: Add a `coding' file variable.
10889
10890 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10891
10892 2009-08-14 Sam Steingold <sds@gnu.org>
10893
10894 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10895
10896 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
10897
10898 * faces.el (help-argument-name): Define it here instead of
10899 help-fns.el, because in daemon mode help-fns.el may be loaded when
10900 faces are still uninitialized (Bug#1078).
10901
10902 * help-fns.el (help-argument-name): Move defface to faces.el.
10903
10904 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
10905
10906 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10907 create buffer with a pty but no process so that GDB can make the
10908 inferior the controlling process.
10909
10910 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
10911
10912 * international/ucs-normalize.el: New file.
10913
10914 2009-08-13 Richard Stallman <rms@gnu.org>
10915
10916 * mail/rmail.el (rmail-get-attr-names):
10917 Accept an attribute header that is too short.
10918
10919 * mail/rmail.el (rmail-forget-messages):
10920 Ignore nil elt in rmail-message-vector. Use dotimes.
10921
10922 * progmodes/compile.el (compilation-goto-locus):
10923 Use next-error-move-function.
10924
10925 * simple.el (next-error-move-function): New variable.
10926
10927 2009-08-12 Juri Linkov <juri@jurta.org>
10928
10929 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10930 always non-nil. (Bug#4052)
10931
10932 * replace.el (read-regexp): Return empty string when
10933 `default-value' is nil.
10934 (keep-lines-read-args): Don't use empty string as the
10935 default value for `read-regexp'. (Bug#2495)
10936
10937 2009-08-12 Juri Linkov <juri@jurta.org>
10938
10939 * international/mule-cmds.el (ucs-insert): Change arguments
10940 from `arg' to `character', `count', `inherit' to be the same
10941 as in `insert-char'. Doc fix. (Bug#4039)
10942
10943 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10944
10945 2009-08-12 Juri Linkov <juri@jurta.org>
10946
10947 * files-x.el: New file.
10948
10949 * files.el: Move code that deals with adding/deleting
10950 file/directory-local variables to files-x.el.
10951
10952 * Makefile.in (ELCFILES): Add files-x.elc.
10953
10954 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
10955
10956 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10957 to use `goto-line'.
10958 (gdb-place-breakpoints, gdb-get-location): Rewritten without
10959 `goto-line'.
10960 (gdb-invalidate-disassembly): Do not refresh upon receiving
10961 'update signal. Instead, update all disassembly buffers only after
10962 threads list.
10963 (gdb): Send -target-detach when buffer is killed (Bug#3794).
10964 (gdb-starting): Move -data-list-register-names...
10965 (gdb-stopped): ...here so it's sent when first thread stops.
10966 (gdb-registers-handler-custom): Do nothing if register names are
10967 unknown yet.
10968
10969 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10970 from `gdb-mi.el' to avoid extra tangling.
10971
10972 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
10973 change which breaks `gud-def' definitions used in `gdb'.
10974 (gdb-update-gud-running): No extra fuss for updating frame number.
10975
10976 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10977
10978 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10979 (describe-language-environment-map, setup-language-environment-map)
10980 (set-coding-system-map): Move initialization into declaration.
10981 (set-language-info-alist): Last arg to define-key-after can be skipped.
10982
10983 * international/quail.el (quail-completion-1): Simplify.
10984 (quail-define-rules): Use slightly more compact code.
10985 (quail-insert-decode-map): Propertize keys, compact columns.
10986
10987 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10988 Add goto-line.
10989
10990 2009-08-10 Miles Bader <miles@gnu.org>
10991
10992 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10993 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10994 (js2-instance-member, js2-private-member, js2-private-function-call)
10995 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10996 (js2-magic-paren, js2-external-variable):
10997 Remove "-face" suffix from face names.
10998 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10999 (js2-highlight-undeclared-vars, js2-peek-token)
11000 (js2-parse-function-params, js2-mode-show-errors)
11001 (js2-mode-show-warnings, js2-make-magic-delimiter)
11002 (js2-mode-highlight-magic-parens): Update to use new face names.
11003
11004 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
11005
11006 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
11007 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
11008
11009 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
11010
11011 * subr.el: Provide hashtable-print-readable.
11012
11013 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
11014 hs-c-like-adjust-block-beginning.
11015 (hs-hide-block-at-point): Stop hiding at the beginning of
11016 hs-block-end-regexp (Bug#700).
11017
11018 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
11019
11020 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
11021 a macro.
11022 (gdb-registers-handler-custom): Do not fail when register names
11023 are unavailable.
11024
11025 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
11026
11027 * progmodes/gdb-mi.el (gdb-control-all-threads)
11028 (gdb-control-current-thread): Interactive setters for
11029 `gdb-gud-control-all-threads' to use in menu.
11030 (gdb-show-run-p): Show «Go» when process is not active.
11031 (gud-tool-bar-map): Add non-stop/A,T indicator.
11032 Uses gud/thread.xpm and gud/all.xpm.
11033
11034 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
11035
11036 * net/net-utils.el (net-utils-font-lock-keywords): New var.
11037 (nslookup-font-lock-keywords): Make it a variable.
11038 (net-utils-mode): New mode for viewing diagnostic network output.
11039 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
11040 (net-utils-run-simple): New function.
11041 (ifconfig, iwconfig, netstat, arp, route): Use it.
11042
11043 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
11044
11045 * progmodes/gdb-mi.el (gdb-read-memory-custom)
11046 (gdb-memory-set-address, def-gdb-set-positive-number)
11047 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
11048 after changing settings.
11049 (gdb-invalidate-disassembly): Update when first shown.
11050 (gdb-edit-locals-value): Fixed.
11051 (gdb-registers-handler-custom): Print registers in right order and
11052 allow changing register values (only for current thread yet).
11053 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
11054 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
11055 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
11056 (gdb-locals-handler-custom, gdb-registers-handler-custom):
11057 Thread info in mode name.
11058 (gdb-registers-mode-map): TAB to switch to locals.
11059
11060 2009-08-08 Eli Zaretskii <eliz@gnu.org>
11061
11062 * mail/rmail.el (rmail-add-mbox-headers)
11063 (rmail-set-message-counters-counter): Search for
11064 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
11065
11066 2009-08-08 Glenn Morris <rgm@gnu.org>
11067
11068 * Makefile.in (ELCFILES): Update.
11069
11070 2009-08-07 Eli Zaretskii <eliz@gnu.org>
11071
11072 * mail/sendmail.el (mail-yank-original):
11073 Set buffer-file-coding-system from the one used by the message whose
11074 text is yanked.
11075
11076 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
11077 to "windows" when "pgnuplot" is used.
11078 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
11079 Don't call accept-process-output if "pgnuplot" is used.
11080 (calc-graph-init): Don't send -display and -geometry to
11081 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
11082 running "pgnuplot -V" with shell-command-to-string.
11083
11084 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
11085 the default.
11086
11087 2009-08-07 Eli Zaretskii <eliz@gnu.org>
11088
11089 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
11090 org/org-latex.elc.
11091
11092 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
11093
11094 * vc-dispatcher.el (vc-resynch-window): Update comment.
11095
11096 * term.el (term-handle-ansi-escape): Add comments with the
11097 terminfo capabilities implemented.
11098
11099 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
11100
11101 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
11102 (gdb-var-create-handler): Rewritten using JSON parser.
11103 (gdb-propertize-header): Move earlier.
11104 (gdb-set-header): Remove to avoid duplication.
11105 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
11106 Refresh disassembly buffers only after threads list have been
11107 update.
11108 (gdb-threads-header, gdb-registers-header): Per-buffer header line
11109 variables.
11110
11111 2009-08-04 Juri Linkov <juri@jurta.org>
11112
11113 * files.el: Commands to add/delete file/directory-local variables.
11114 (read-file-local-variable, read-file-local-variable-value)
11115 (read-file-local-variable-mode, modify-file-local-variable)
11116 (modify-file-local-variable-prop-line)
11117 (modify-dir-local-variable): New functions.
11118 (add-file-local-variable, delete-file-local-variable)
11119 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
11120 (add-dir-local-variable, delete-dir-local-variable)
11121 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
11122 (copy-dir-locals-to-file-locals-prop-line): New commands.
11123
11124 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
11125
11126 * abbrev.el (insert-abbrev-table-description): Prettify output.
11127 Suggested by Karl Chen.
11128
11129 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
11130
11131 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
11132 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
11133 (gdb-overlay-arrow-position, gdb-thread-position)
11134 (gdb-disassembly-position): Declare variables.
11135 (gdb-wait-for-pending): Function now.
11136 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
11137 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
11138 compilation goes smoothly.
11139 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
11140 (gdb-non-stop-setting): New customization setting which replaces
11141 `gdb-non-stop' so changing it doesn't break active GDB session.
11142 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
11143 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
11144 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
11145 (gdb-show-threads-by-default): New customization options.
11146 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
11147 routines.
11148 (gdb-get-buffer-create): Send buffers update signal when they are
11149 created.
11150 (gdb-invalidate-locals, gdb-invalidate-registers)
11151 (gdb-invalidate-breakpoints)
11152 (gdb-invalidate-threads, gdb-invalidate-disassembly)
11153 (gdb-invalidate-memory): Accept update signal.
11154 (gdb-current-context-command): Use --frame option.
11155 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
11156 Implement `gdb-frame-number' selection logic.
11157 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
11158 whether to show GUD toolbar buttons.
11159 (gdb-thread-exited): Unselect current thread when it exits.
11160 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
11161 (gdb-mark-line): Routine which sets overlay arrow or inverses
11162 video on fringeless displays.
11163 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
11164 to build aligned columns of data in GDB buffers and set text
11165 properties line-by-line.
11166 (gdb-invalidate-breakpoints)
11167 (gdb-breakpoints-list-handler-custom)
11168 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
11169 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
11170 (gdb-registers-handler-custom): Align data columns.
11171 (gdb-locals-handler-custom): Now prints data like in variable
11172 declarations.
11173 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
11174 Remove confusing buttons.
11175 (gdb-invalidate-threads): Append --frame.
11176 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
11177 between breakpoints/threads buffers.
11178 (gdb-set-window-buffer): Now can ignore dedicated windows.
11179 (gdb-propertize-header): Use `gdb-set-window-buffer'.
11180 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
11181 (def-gdb-thread-buffer-gud-command): Replaces
11182 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
11183 for fine thread control.
11184 (gdb-preempt-existing-or-display-buffer): New function used to
11185 display bound buffers without breaking window layout.
11186 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
11187 (gdb-select-frame): New version of `gdb-frames-select' which now
11188 sets `gdb-frame-number' so commands may use --frame option instead
11189 of inner debugger state.
11190 (gdb-frame-handler): Do not set `gdb-frame-number'.
11191 (gdb-threads-mode-map): Select threads with mouse.
11192
11193 * progmodes/gud.el (gdb-gud-context-call): Declare function to
11194 avoid compilation warning.
11195 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
11196 `gdb-show-stop-p`.
11197
11198 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
11199 Argument `key' renamed to `buffer-type'.
11200 (gdb-current-context-buffer-name): Do not add thread info to
11201 buffer name when no thread is selected.
11202 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
11203 command (bug 3794).
11204 (gdb-thread-selected): Handle `=thread-selected' notification.
11205 (gdb-wait-for-pending): New macro to deal with congestion problems.
11206 (gdb-breakpoints-list-handler-custom): Don't fail on pending
11207 breakpoints.
11208 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
11209 This fixes problem similar to one described in bug 3947.
11210 (gud-menu-map): More menu items.
11211 (gdb-init-1): Reset `gdb-thread-number' to nil.
11212
11213 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
11214 non-stop settings.
11215
11216 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
11217 (gdb-current-context-command): Do not append --thread if
11218 `gdb-thread-number' is nil.
11219 (gdb-running-threads-count, gdb-stopped-threads-count):
11220 New variables.
11221 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
11222 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
11223 New customization options.
11224 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
11225 GUD commands.
11226 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
11227 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
11228 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
11229 set `gdb-thread-number' and update `gud-running' properly.
11230 (gdb-running): Update threads list when new threads appear.
11231 (gdb-stopped): Support non-stop operation and new thread switching
11232 logic.
11233 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
11234 (gdb-json-partial-output): New set of JSON routines.
11235 (def-gdb-auto-update-trigger): New `signal-list' optional
11236 argument.
11237 (gdb-thread-list-handler-custom): Update `gud-running',
11238 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
11239 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
11240 (gdb-continue-thread, gdb-step-thread): New commands for fine
11241 thread execution control.
11242 (gud-menu-map): New menu items to switch non-stop options.
11243 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
11244 (gdb-send): Mimic RET properly (bug 3794).
11245
11246 * progmodes/gdb-mi.el (gdb-rules-name-maker)
11247 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
11248 gdb-buffer-rules.
11249 (def-gdb-auto-update-handler): New nopreserve optional argument.
11250 (gdb-stack-list-frames-custom): Print stack from top to bottom.
11251
11252 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
11253 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
11254 (gdb-parent-mode): New mode to derive other GDB modes from.
11255 (gdb-display-disassembly-for-thread)
11256 (gdb-frame-disassembly-for-thread): New commands for threads
11257 buffer.
11258
11259 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
11260 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
11261 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
11262 (gdb-update): We now store all GDB buffers in a list so that they
11263 can be updated by traversing a list instead of calling invalidate
11264 triggers explicitly.
11265 (def-gdb-trigger-and-handler): New macro to define trigger-handler
11266 pair for GDB buffer.
11267 (gdb-stack-buffer-name): Add thread information.
11268 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
11269 handle pending triggers.
11270 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
11271 (def-gdb-thread-buffer-simple-command)
11272 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
11273 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
11274 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
11275 New commands which show buffers bound to thread.
11276 (gdb-stack-list-locals-regexp): Remove unused regexp.
11277
11278 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
11279 (gdb-locals-buffer-name, gdb-registers-buffer-name)
11280 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
11281 to (gud-comint-buffer) in *-buffer-name functions
11282 because (gdb-get-target-string) already does that.
11283 (gdb-locals-handler-custom, gdb-registers-handler-custom)
11284 (gdb-changed-registers-handler): Rewritten without regexps.
11285
11286 * progmodes/gdb-mi.el: Basic thread selection support.
11287 (gdb-thread-number): New variable.
11288 (gdb-current-context-command): New macro which adds --thread
11289 option to command.
11290 (gdb-threads-mode-map): Select thread with SPC.
11291 (gdb-thread-list-handler-custom): Mark current thread with overlay
11292 arrow. Synchronize GDB thread and Emacs thread.
11293 (gdb-select-thread): New command which selects current thread.
11294 (gdb-invalidate-frames, gdb-invalidate-locals)
11295 (gdb-invalidate-registers): Use --thread option.
11296
11297 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
11298
11299 * net/tramp.el (top): Make check for tramp-gvfs loading more
11300 robust. (Bug#3977)
11301 (tramp-handle-insert-file-contents): `unwind-protect' must be
11302 inside `with-parsed-tramp-file-name'.
11303
11304 * net/tramp-gvfs.el (top): Remove superfluous message when loading
11305 fails.
11306
11307 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
11308
11309 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
11310 directory if CLASSPATH is not set.
11311
11312 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
11313
11314 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
11315 New defconst.
11316 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
11317
11318 2009-08-02 Kevin Ryde <user42@zip.com.au>
11319
11320 * net/newst-backend.el (newsticker--raw-url-list-defaults):
11321 Update freshmeat link. Delete newsforge.com as it seems gone.
11322
11323 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
11324
11325 * select.el (x-set-selection): Doc fix (Bug#4021).
11326
11327 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
11328
11329 * help-fns.el (describe-variable): Treat list return values from
11330 dir-locals-find-file properly (Bug#4005).
11331
11332 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
11333
11334 * net/tramp.el (tramp-debug-message): Print also microseconds.
11335
11336 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
11337
11338 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
11339 or END is non-nil.
11340 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
11341 (tramp-get-debug-buffer): Change `outline-regexp' according to new
11342 format.
11343
11344 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
11345 (tramp-get-file-property): Use it.
11346
11347 * autorevert.el (auto-revert-handler):
11348 Allow `auto-revert-tail-mode' for remote files.
11349
11350 2009-08-02 Jason Rumney <jasonr@gnu.org>
11351
11352 * minibuffer.el (read-file-name): Treat confirm options to
11353 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
11354
11355 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
11356
11357 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
11358 (font-lock-variable-name-face, font-lock-constant-face):
11359 Darken the colors for light backgrounds.
11360
11361 2009-08-01 Eli Zaretskii <eliz@gnu.org>
11362
11363 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
11364 month names. (Bug#3987)
11365
11366 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
11367
11368 * simple.el (line-move-finish): Pass whole number to
11369 line-move-to-column.
11370 (line-move-visual): Perform hscroll to the recorded position.
11371
11372 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
11373
11374 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
11375
11376 2009-07-29 Alan Mackenzie <acm@muc.de>
11377
11378 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
11379
11380 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
11381
11382 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
11383 (gdb-place-breakpoints): Use full path when setting breakpoints.
11384
11385 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
11386
11387 * calc/calc.el (calc-mode-map): Add keybinding for
11388 `calc-transpose-lines'.
11389
11390 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
11391
11392 * calc/calc-misc.el (calc-transpose-lines): New function.
11393
11394 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
11395
11396 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
11397 Simplify check for out-of-band methods.
11398 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
11399 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
11400
11401 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
11402
11403 * vc-git.el (vc-git-checkin): Fix typo.
11404
11405 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
11406
11407 * progmodes/js2-mode.el: New file.
11408
11409 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
11410
11411 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
11412 (gud-menu-map): Adjust tooltip accordingly.
11413
11414 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11415
11416 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
11417 (vc-bzr-log-view-mode): Adjust log-view-file-re.
11418
11419 * add-log.el (change-log-mode-map): Add a menu.
11420
11421 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
11422
11423 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
11424 function returns nil.
11425 (dbus-handle-event): Handle special return value :ignore.
11426 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
11427
11428 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
11429
11430 * view.el (view-mode-enable): Don't define Helper-return-blurb if
11431 it's not needed.
11432
11433 2009-07-25 Eli Zaretskii <eliz@gnu.org>
11434
11435 Fix Bug#3888:
11436
11437 * w32-vars.el (x-select-enable-clipboard): Doc fix.
11438
11439 * term/pc-win.el (x-display-name, x-colors)
11440 (x-select-enable-clipboard, x-select-text): Doc fix.
11441
11442 * term/common-win.el (x-display-name, x-colors): Doc fix.
11443
11444 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
11445 (xw-defined-colors): Doc fix.
11446
11447 * w32-fns.el (x-select-text, x-setup-function-keys)
11448 (x-get-selection, x-set-selection): Doc fix.
11449
11450 * term/x-win.el (x-select-text, x-setup-function-keys)
11451 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
11452
11453 * select.el (x-set-selection): Doc fix.
11454
11455 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
11456
11457 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
11458 instead of "IsNSSSupportAvailable". Avahi ought to work also when
11459 "IsNSSSupportAvailable" method is not available.
11460 Reported by Steve Youngs <steve@sxemacs.org>.
11461
11462 2009-07-24 Kenichi Handa <handa@m17n.org>
11463
11464 * international/characters.el: Fix setting of category ?C, ?|, ?K,
11465 and ?H. Fix setting of case for Latin Extended and Greek Extended.
11466 (build-unicode-category-table): Fix range checks.
11467
11468 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
11469
11470 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
11471 the buffer we try to sync is current when calling
11472 vc-resynch-buffer.
11473
11474 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
11475 not show up to date files.
11476
11477 2009-07-24 Glenn Morris <rgm@gnu.org>
11478
11479 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
11480 Add autoload cookies. If necessary, initialize.
11481 (elint-log): Handle non-file buffers.
11482 (elint-initialize): Add optional argument to reinitialize.
11483 (elint-find-builtin-variables): Save excursion.
11484
11485 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
11486
11487 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11488 for Lint.
11489
11490 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11491
11492 * vc.el (vc-print-log-internal): New function, split out from ...
11493 (vc-print-log): ... here.
11494 (vc-dir-move-to-goal-column): Declare.
11495
11496 * vc-git.el (vc-git-add-signoff): New variable.
11497 (vc-git-checkin): Use it.
11498 (vc-git-toggle-signoff): New function.
11499 (vc-git-extra-menu-map): Bind it to menu.
11500 (vc-git--run-command-string): Accept a nil FILE argument.
11501 (vc-git-stash-list): New function.
11502 (vc-git-dir-extra-headers): Use it.
11503
11504 2009-07-23 Glenn Morris <rgm@gnu.org>
11505
11506 * help-fns.el (describe-variable): Describe ignored and risky local
11507 variables in a similar way to that in which we describe safe ones.
11508
11509 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
11510 (byte-compile-output-file-form, byte-compile-output-docform)
11511 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
11512 Give some more local variables with common names a "bytecomp-" prefix,
11513 so as not to shadow things during compilation.
11514 * emacs-lisp/cl-macs.el (load-time-value)
11515 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
11516 `outbuffer' to `bytecomp-outbuffer'.
11517
11518 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
11519 since the next two variables cover them automatically now.
11520 (elint-builtin-variables, elint-autoloaded-variables): New.
11521 (elint-unknown-builtin-args): Remove all members, since they can be
11522 parsed automatically now.
11523 (elint-extra-errors): New.
11524 (elint-env-add-env, elint-env-add-macro): Use cadr.
11525 (elint-current-buffer): Use or. Change final message.
11526 (elint-get-top-forms): Use line-end-position.
11527 (elint-init-env): Use cadr. Handle autoload, declare-function,
11528 and defalias.
11529 (elint-add-required-env): Doc fix. Use or. Standardize error.
11530 (regexp-assoc): Remove unused function.
11531 (elint-top-form): Set elint-current-pos, to record the start of the
11532 top-level form, for compilation-mode.
11533 (elint-form): Trap errors in macro expansion. Use dolist.
11534 (elint-unbound-variable): Use elint-builtin-variables and
11535 elint-autoloaded-variables.
11536 (elint-get-args): Use cadr, or.
11537 (elint-check-cond-form): Use dolist, cadr.
11538 (elint-check-condition-case-form): Doc fix. Use cadr.
11539 Use elint-extra-errors.
11540 (elint-log): New function.
11541 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
11542 Distinguish errors and warnings.
11543 (elint-log-message): Use with-current-buffer. Inhibit read-only.
11544 Use a bytecomp-style format.
11545 (elint-clear-log): Preserve default-directory. Inhibit read-only.
11546 (elint-get-log-buffer): Use compilation mode. Disable undo.
11547 Don't truncate lines.
11548 (elint-initialize): Set builtin and autoloaded variable lists.
11549 Only process elint-unknown-builtin-args if non-nil.
11550 (elint-find-builtin-variables, elint-find-autoloaded-variables):
11551 New functions.
11552 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
11553
11554 2009-07-22 Kevin Ryde <user42@zip.com.au>
11555
11556 * net/newst-backend.el (newsticker--parse-atom-1.0)
11557 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11558 (newsticker--parse-rss-1.0):
11559 * progmodes/idlwave.el (idlwave-mode):
11560 * progmodes/idlw-shell.el (idlwave-shell-mode):
11561 * progmodes/vera-mode.el (vera-mode):
11562 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
11563 * progmodes/vhdl-mode.el (vhdl-mode):
11564 * textmodes/table.el (table-generate-source)
11565 (table--warn-incompatibility):
11566 Hyperlink urls in docstrings with URL `...'.
11567
11568 2009-07-22 Glenn Morris <rgm@gnu.org>
11569
11570 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
11571 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
11572 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
11573 Remove leading * from defcustom docs.
11574
11575 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
11576
11577 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
11578 defcustom doc.
11579 (list-load-path-shadows): Optionally, just return shadows as a string.
11580
11581 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
11582
11583 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
11584
11585 * mail/rmailedit.el (rmail-edit-mode):
11586 Use auto-save-include-big-deletions.
11587
11588 * mail/rmail.el (rmail-variables):
11589 Use auto-save-include-big-deletions.
11590
11591 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
11592 changes.
11593
11594 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
11595
11596 * calc/calc.el (calc-undo-length): New variable.
11597 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11598
11599 2009-07-21 Richard Stallman <rms@gnu.org>
11600
11601 * files.el (auto-save-mode): Handle buffer-save-size = -2
11602 for toggling mode.
11603
11604 2009-07-21 Glenn Morris <rgm@gnu.org>
11605
11606 * textmodes/ispell.el (ispell-looking-back): Update declaration.
11607
11608 * calendar/todo-mode.el (calendar-current-date): Update declaration.
11609
11610 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11611 silence compiler. Instead...
11612 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11613 (ps-print-ensure-fontified): Update for above function name changes.
11614
11615 * printing.el (pr-mh-get-msg-num, pr-mh-show)
11616 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11617 silence compiler. Instead...
11618 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11619 (mh-show-buffer): Only define for compiler.
11620 (pr-mh-current-message): Update for above function name changes.
11621
11622 * files.el (abort-if-file-too-large): Explicitly pass `filename'
11623 as an argument.
11624 (find-file-noselect, insert-file-1): Update for above change.
11625
11626 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11627
11628 * mail/mailclient.el (mailclient-send-it): Fix message.
11629
11630 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11631 (edebug-eval): Check cl-debug-env is bound.
11632 (print-level, print-circle): Don't redefine built-in variables.
11633
11634 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11635 (custom-print-vectors): Remove old comments from doc.
11636
11637 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11638 (emerge-version): Make the variable an obsolete alias for the
11639 emacs-version variable. Make the function obsolete.
11640 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11641 Emerge options, rather than merging in into the main Options menu.
11642 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
11643 and auto advance modes. Disable edit/fast items when not relevant.
11644
11645 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11646
11647 * term/vt420.el (terminal-init-vt420): Fix typo.
11648
11649 2009-07-20 Sam Steingold <sds@gnu.org>
11650
11651 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11652 variable (removed from compile.el on 2004-03-11).
11653
11654 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
11655
11656 * files.el (hack-local-variables-filter): Fix last change.
11657
11658 2009-07-19 Juri Linkov <juri@jurta.org>
11659
11660 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11661 (dir-local-variables-alist): New buffer-local variable.
11662 (hack-local-variables-filter): If variable is not dir-local,
11663 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11664 because file-local overrides dir-local.
11665 (c-postprocess-file-styles) <declare-function>:
11666 Remove obsolete declaration.
11667 (hack-dir-local-variables): Add dir-local variable/value pair to
11668 `dir-local-variables-alist' and remove duplicates. Doc fix.
11669
11670 * help-fns.el (describe-variable): Add information about
11671 file-local and dir-local variables.
11672
11673 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
11674
11675 * files.el (hack-local-variables-filter): Rewrite.
11676
11677 2009-07-19 Glenn Morris <rgm@gnu.org>
11678
11679 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11680 Silence compiler by only defining on XEmacs.
11681
11682 * international/mule.el (auto-coding-regexp-alist): Only match
11683 BABYL... at the start of buffer, not of lines. (Bug#3790)
11684
11685 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11686 non-calendar buffers (Bug#3862). Restore "not on a date" message.
11687 (cal-menu-context-mouse-menu): Doc fix.
11688
11689 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11690
11691 * simple.el (mail-user-agent): Doc fix. Set :version tag.
11692
11693 2009-07-18 Juri Linkov <juri@jurta.org>
11694
11695 * info.el: Virtual Info keyword finder.
11696 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11697 (Info-finder-file): New variable.
11698 (Info-finder-find-file): New function.
11699 (finder-known-keywords, finder-package-info)
11700 (find-library-name, lm-commentary): Use defvar and
11701 declare-function to silence compiler warnings.
11702 (Info-finder-find-node): New function.
11703 (info-finder): New command.
11704
11705 * subr.el (process-kill-buffer-query-function): New function.
11706 (add-hook)<kill-buffer-query-functions>: Add hook
11707 `process-kill-buffer-query-function'.
11708
11709 2009-07-18 Alan Mackenzie <acm@muc.de>
11710
11711 * progmodes/cc-mode.el (c-before-hack-hook)
11712 (c-postprocess-file-styles): Give invocation of `c-set-style'
11713 DONT-OVERRIDE parameter of t. Already set style variables will
11714 thus not be overridden by style settings given by `c-file-syle'.
11715
11716 * files.el (hack-local-variables-filter): Remove entries with
11717 duplicate keys from `file-local-variables-alist'.
11718
11719 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11720
11721 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11722 x-set-selection if display-selections-p returns nil for the
11723 current frame.
11724
11725 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
11726
11727 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11728
11729 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11730
11731 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11732 Accept nil in addition to a regexp.
11733 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11734 Accept nil in addition to a regexp.
11735 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11736 buffers that have an associated file. Handle nil values of
11737 desktop-buffers-not-to-save and desktop-files-not-to-save.
11738 (Bug#3833)
11739
11740 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11741 (x-disown-selection-internal): New functions.
11742
11743 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
11744
11745 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11746 warning.
11747 (gdb-breakpoints-header): Move forward to avoid compiler warning.
11748 (gdb-make-header-line-mouse-map): Remove duplicate definition.
11749
11750 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
11751
11752 * simple.el (set-mark): Revert last change.
11753
11754 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
11755
11756 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11757 rendering of pngs is not possible instead of messaging a long
11758 description.
11759
11760 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
11761
11762 * w32-fns.el (x-selection-owner-p): New function.
11763
11764 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11765 (mouse-yank-at-click, mouse-yank-primary):
11766 If select-active-regions is non-nil, deactivate the mark before
11767 insertion.
11768
11769 * simple.el (deactivate-mark, set-mark): Only save selection if we
11770 own it.
11771
11772 2009-07-17 Kenichi Handa <handa@m17n.org>
11773
11774 * case-table.el (describe-buffer-case-table): Fix for the case
11775 that KEY is a cons.
11776
11777 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11778
11779 * vc-rcs.el (vc-rcs-find-file-hook):
11780 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11781
11782 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
11783
11784 * net/tramp.el (tramp-wait-for-output): Handle the case when
11785 commands do not return a newline but a null byte before the shell
11786 prompt. (Bug#3858)
11787
11788 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11789
11790 * term/ns-win.el (ns-set-alpha): Don't declare.
11791 (ns-set-background-alpha): Remove function.
11792
11793 2009-07-16 Kevin Ryde <user42@zip.com.au>
11794
11795 * emacs-lisp/copyright.el (copyright-update): Save match-data across
11796 y-or-n-p, for safety.
11797
11798 2009-07-16 Richard Stallman <rms@gnu.org>
11799
11800 * files.el (auto-save-mode): If buffer-saved-size is -2,
11801 don't clobber it.
11802
11803 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11804 (rmail-retry-ignored-headers): Add more uninteresting fields.
11805
11806 2009-07-15 Jari Aalto <jari.aalto@cante.net>
11807
11808 * net/rcirc.el (rcirc): Use history variables.
11809 (rcirc-server-name-history, rcirc-nick-name-history)
11810 (rcirc-server-port-history): New variables.
11811
11812 2009-07-15 Kenichi Handa <handa@m17n.org>
11813
11814 * international/mule-cmds.el (set-language-environment-charset):
11815 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11816 ignore them.
11817
11818 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11819 Delete unibyte-display.
11820
11821 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11822
11823 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11824
11825 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11826
11827 * simple.el (deactivate-mark): Optional argument FORCE.
11828 (set-mark): Use deactivate-mark.
11829
11830 * info.el (Info-search): No need to check transient-mark-mode
11831 before calling deactivate-mark.
11832
11833 * select.el (x-set-selection): Doc fix.
11834 (x-valid-simple-selection-p): Allow buffer values.
11835 (xselect--selection-bounds): Handle buffer values.
11836 Suggested by David De La Harpe Golden.
11837
11838 * mouse.el (mouse-set-region, mouse-drag-track):
11839 Call copy-region-as-kill before setting the mark, to let
11840 select-active-regions work.
11841
11842 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
11843
11844 * simple.el (deactivate-mark): If select-active-regions is
11845 non-nil, copy the selection data into a string.
11846 (activate-mark): If select-active-regions is non-nil, set the
11847 selection to the current buffer.
11848 (set-mark): Update selection if select-active-regions is non-nil.
11849
11850 * select.el (x-valid-simple-selection-p): Allow buffer values.
11851
11852 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
11853
11854 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11855 and more featureful message-mode.
11856
11857 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
11858
11859 * select.el (x-set-selection): Doc fix.
11860 (x-valid-simple-selection-p): Disallow selection data consisting
11861 of a list or cons of integers, since that is not used.
11862 (xselect--selection-bounds, xselect--int-to-cons): New functions.
11863 (xselect-convert-to-string, xselect-convert-to-length)
11864 (xselect-convert-to-filename, xselect-convert-to-charpos)
11865 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11866
11867 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
11868
11869 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11870 output in -break-info command (Emacs bug #3794).
11871
11872 2009-07-14 Glenn Morris <rgm@gnu.org>
11873
11874 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11875 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11876 (edebug-print-length, edebug-print-level, edebug-print-circle)
11877 (edebug-sit-for-seconds, edebug-view-outside)
11878 (edebug-bounce-point, edebug-set-global-break-condition)
11879 (edebug-Go-nonstop-mode, edebug-trace-mode)
11880 (edebug-Trace-fast-mode, edebug-continue-mode)
11881 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11882 (edebug-visit-eval-list): Doc fixes.
11883
11884 * subr.el (def-edebug-spec): Doc fix.
11885
11886 2009-07-14 Kenichi Handa <handa@m17n.org>
11887
11888 * international/characters.el: Fix setting of category ?C.
11889
11890 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
11891
11892 * term/ns-win.el (x-select-font): defalias x-select-font to
11893 ns-popup-font-panel instead of generate-fontset-menu.
11894
11895 2009-07-12 Eli Zaretskii <eliz@gnu.org>
11896
11897 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
11898
11899 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
11900
11901 * arc-mode.el (archive-find-type): Allow for a PK00 string before
11902 the PK\003\004 header (Bug#3770).
11903
11904 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
11905
11906 * pcomplete.el (pcomplete-comint-setup): Check for
11907 shell-dynamic-complete-filename too.
11908
11909 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
11910
11911 * simple.el (temporary-goal-column): Change the value for
11912 line-move-visual to a cons cell.
11913 (line-move-visual): Record or set the window hscroll, if
11914 necessary (Bug#3494).
11915 (line-move-1): Handle cons value of temporary-goal-column.
11916
11917 2009-07-11 Kenichi Handa <handa@m17n.org>
11918
11919 * international/mule-diag.el (describe-character-set): Don't show
11920 width.
11921
11922 2009-07-10 Sam Steingold <sds@gnu.org>
11923
11924 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11925 Omake sometimes indents the errors it prints, so allow all
11926 regexps to start with spaces.
11927
11928 2009-07-10 Eli Zaretskii <eliz@gnu.org>
11929
11930 * cus-edit.el (customize-changed-options-previous-release):
11931 Bump value to 22.1. (Bug#3804)
11932
11933 2009-07-08 Sam Steingold <sds@gnu.org>
11934
11935 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11936 to be a cons cell (test . ignored-directory) to selectively ignore
11937 some directories depending on the location of the search.
11938
11939 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
11940
11941 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11942 remote user is root, on the local host.
11943 (tramp-local-host-p): Either the local user or the remote user
11944 must be root. (Bug#3771)
11945
11946 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11947
11948 * progmodes/gdb-mi.el (gdb): Remove description of
11949 gdb-use-separate-io-buffer.
11950 (menu): Don't allow toggling of or enable
11951 gdb-use-separate-io-buffer from menubar.
11952
11953 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11954
11955 * mail/unrmail.el (unrmail): Make sure the message ends with two
11956 newlines (Bug#3769).
11957
11958 2009-07-08 Glenn Morris <rgm@gnu.org>
11959
11960 * calendar/calendar.el (calendar-current-date): Rework previous change.
11961
11962 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
11963
11964 * calendar/calendar.el (calendar-current-date):
11965 Add an optional argument giving an offset from today.
11966
11967 2009-07-08 Glenn Morris <rgm@gnu.org>
11968
11969 * tutorial.el (tutorial--describe-nonstandard-key):
11970 Adjust the message for when a key has been unbound.
11971 (help-with-tutorial): Hide the arch-tag.
11972
11973 2009-07-08 Kenichi Handa <handa@m17n.org>
11974
11975 * international/fontset.el (setup-default-fontset): For each
11976 script, append (not set) font-specs.
11977
11978 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11979 docstring.
11980
11981 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11982
11983 * progmodes/gdb-mi.el (gdb-init-1): Move sending
11984 -data-list-register-names to ...
11985 (gdb-starting): ... here because GDB 7.0 requires execution to
11986 have started when using this MI command.
11987 (gdb-set-header): New function to distinguish select and
11988 unselected tabs in gdb buffers.
11989 (gdb-propertize-header): New macro that uses gdb-set-header.
11990 (gdb-breakpoints-header, gdb-locals-header): Use it.
11991 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
11992
11993 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
11994
11995 * Makefile.in (ELCFILES): Remove fadr.elc.
11996
11997 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
11998
11999 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
12000 may contain frame information, so `string-match' should be used.
12001 (gdb-update): Disassembly is invalidated through
12002 `gdb-get-selected-frame'.
12003 (gdb-pad-string): New function to pad string with spaces.
12004 (gdb-invalidate-disassembly): Invalidate only if the buffer
12005 exists.
12006 (gdb-disassembly-handler-custom): Column alignment.
12007 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
12008 placing new ones.
12009 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
12010 end of line, too.
12011 (gdb-frame-handler): Match convention to for disassembly buffer
12012 mode name.
12013 (gdb-stack-list-frames-handler): Rewritten without regexps.
12014 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
12015 not highlight breakpoints without line information.
12016 (gdb-input): Add trailing newline to command.
12017
12018 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
12019 buffer properly.
12020 (gdb-breakpoints-list-handler-custom): Replacement for
12021 `gdb-break-list-handler'. Using real parser instead of regexps
12022 now.
12023 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
12024 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
12025 to place breakpoints.
12026 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
12027 functions.
12028 (gdb-disassembly-handler-custom): Show overlay arrow.
12029 (gdb-disassembly-place-breakpoints): Show breakpoints in
12030 disassembly buffer.
12031 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
12032 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
12033 instead of parsing breakpoints buffer. Fixed old menu references
12034 in `gud-menu-map'.
12035
12036 * fadr.el: Remove.
12037
12038 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
12039 (gdb-memory-address): New variable which holds top address of
12040 memory page shown in memory buffer.
12041 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
12042 New customization variables.
12043 New functions:
12044 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
12045 display the memory buffer.
12046 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
12047 buffer display parameters.
12048 (def-gdb-memory-format, gdb-memory-format-binary)
12049 (gdb-memory-format-octal, gdb-memory-format-unsigned)
12050 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
12051 Functions for setting memory buffer format.
12052 (gdb-memory-unit-word, gdb-memory-unit-halfword)
12053 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
12054 unit size used in memory buffer.
12055 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
12056 Switch to next/previous page of memory buffer.
12057 Now using (bindat-get-field) instead of fadr functions.
12058
12059 2009-07-07 Sam Steingold <sds@gnu.org>
12060
12061 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
12062 non-top-level files.
12063
12064 2009-07-07 Kenichi Handa <handa@m17n.org>
12065
12066 * international/mule-cmds.el (reset-language-environment):
12067 Put the highset priority to the charset iso-8859-1.
12068
12069 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
12070
12071 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
12072 to the end of the line when locating the block (Bug#700).
12073
12074 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
12075
12076 * net/tramp.el (tramp-handle-write-region): Flush file properties
12077 in case of short track.
12078
12079 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
12080
12081 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
12082 Coded custom representation of verilog error regular expressions
12083 to work with Emacs-22's new format.
12084 (verilog-error-regexp-xemacs-alist): Coded custom representation
12085 of verilog error regular expressions to work with XEmacs format.
12086 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
12087 error recognition into XEmacs.
12088 (verilog-error-regexp-add-emacs): Hook routine to install verilog
12089 error recognition into Emacs-22.
12090
12091 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
12092
12093 * woman.el: Remove stand-alone closing parentheses.
12094 (woman-file-name, woman2-format-paragraphs)
12095 (woman-leave-blank-lines): Code cleanup.
12096 (woman-use-own-frame): Change default to nil.
12097 (woman-italic, woman-bold, woman-unknown, woman-addition):
12098 Change defaults to inherit from default faces.
12099 (woman2-process-escapes): Consume the newline after a stand-alone
12100 filler character (Bug#3651).
12101
12102 2009-07-06 Glenn Morris <rgm@gnu.org>
12103
12104 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
12105 (top-level): Move provide to the end.
12106 (ffap): Remove defunct URL from custom group.
12107
12108 * subr.el (eval-after-load): Doc fix.
12109
12110 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
12111
12112 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
12113 `calc-embedded-word' is called twice.
12114
12115 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12116
12117 * files.el (find-alternate-file-other-window, find-alternate-file):
12118 Obey confirm-nonexistent-file-or-buffer.
12119
12120 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
12121
12122 * dired-aux.el (dired-show-file-type): Handle remote files.
12123
12124 2009-07-05 Jari Aalto <jari.aalto@cante.net>
12125
12126 * desktop.el (desktop-globals-to-save):
12127 Add file-name-history (Bug#2750).
12128
12129 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
12130
12131 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
12132
12133 2009-07-04 Johan Bockgård <bojohan@gnu.org>
12134
12135 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
12136 property on entire argument since this is what eshell-lisp-command
12137 expects.
12138
12139 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
12140
12141 * net/tramp-gvfs.el (tramp-gvfs-methods)
12142 (tramp-gvfs-zeroconf-domain)
12143 (tramp-bluez-discover-devices-timeout): Add version flag.
12144 (tramp-gvfs-handler-mounted-unmounted)
12145 (tramp-gvfs-connection-mounted-p): Polish handling of
12146 incompatibilities between GVFS 0.2 and 1.0.
12147
12148 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
12149
12150 * cus-start.el (all): Add make-pointer-invisible.
12151
12152 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
12153
12154 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
12155 formatted correctly.
12156
12157 2009-07-02 Juri Linkov <juri@jurta.org>
12158
12159 * info.el: Virtual Info files and nodes.
12160 (Info-virtual-files, Info-virtual-nodes): New variables.
12161 (Info-current-node-virtual): New variable.
12162 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
12163 New functions.
12164 (Info-file-supports-index-cookies): Use Info-virtual-file-p
12165 to check for a virtual file instead of checking a fixed list
12166 of node names.
12167 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
12168 instead of ad-hoc processing of "dir" and (apropos history toc).
12169 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
12170 instead of ad-hoc processing of "dir" and (apropos history toc).
12171 Reread a file when moving from a virtual node.
12172 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
12173 (Info-directory-toc-nodes, Info-directory-find-file)
12174 (Info-directory-find-node): New functions.
12175 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
12176 (Info-history): Move part of code to
12177 `Info-history-find-node'.
12178 (Info-history-toc-nodes, Info-history-find-file)
12179 (Info-history-find-node): New functions.
12180 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
12181 (Info-toc): Move part of code to `Info-toc-find-node'.
12182 (Info-toc-find-node): New function.
12183 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
12184 the current Info file name to references because now the node
12185 "*TOC*" belongs to the same Info manual.
12186 (Info-toc-build): Rename from `Info-build-toc'.
12187 (Info-toc-nodes): Rename input argument `file' to `filename'.
12188 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
12189 instead of ad-hoc processing of ("dir" apropos history toc).
12190 (Info-index-nodes): Use Info-virtual-file-p
12191 to check for a virtual file instead of checking a fixed list
12192 of node names.
12193 (Info-index-node): Add check for `Info-current-node-virtual'.
12194 Raise `save-match-data' higher up the tree to contain
12195 `search-forward' too (bug fix).
12196 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
12197 (Info-virtual-index-nodes): New variable.
12198 (Info-virtual-index-find-node, Info-virtual-index): New functions.
12199 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
12200 (Info-apropos-file, Info-apropos-nodes): New variables.
12201 (Info-apropos-toc-nodes, Info-apropos-find-file)
12202 (Info-apropos-find-node, Info-apropos-matches): New functions.
12203 (info-apropos): Move part of code to `Info-apropos-find-node' and
12204 `Info-apropos-matches'.
12205 (Info-mode-map): Bind "I" to `Info-virtual-index'.
12206 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
12207 for a virtual file instead of checking a fixed list of node names.
12208
12209 * simple.el (async-shell-command): New command.
12210
12211 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
12212
12213 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
12214 instead of `mount-info'.
12215
12216 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
12217
12218 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
12219 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
12220
12221 2009-07-02 Kenichi Handa <handa@m17n.org>
12222
12223 * international/mule.el (set-keyboard-coding-system): Force *-unix
12224 coding-system to avoid eol conversion.
12225
12226 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
12227
12228 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12229 Add handler for `process-file', `shell-command' and
12230 `start-file-process'.
12231 (tramp-gvfs-handle-shell-command)
12232 (tramp-gvfs-handle-start-file-process)
12233 (tramp-gvfs-handle-process-file): New defuns.
12234 (tramp-synce-list-devices): Simplify check for existence of property.
12235
12236 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
12237
12238 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
12239
12240 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
12241
12242 * language/korean.el (set-language-info-alist): Add korean-cp949,
12243 cp949 to spec.
12244
12245 2009-07-01 Kenichi Handa <handa@m17n.org>
12246
12247 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
12248
12249 * international/encoded-kb.el: Deleted.
12250
12251 * international/mule.el (set-keyboard-coding-system): Perform the
12252 necessary setup here instead of calling encoded-kbd-setup-display.
12253
12254 2009-07-01 Glenn Morris <rgm@gnu.org>
12255
12256 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
12257
12258 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
12259
12260 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
12261
12262 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
12263
12264 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
12265 Handle also the 'rename case, when setting file modes. (Bug#3712)
12266 (tramp-default-file-modes): Remove execute permissions.
12267
12268 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
12269 (top): Add a default for "synce" in `tramp-default-user-alist'.
12270 Add completion function for "synce" method.
12271 (tramp-hal-service, tramp-hal-path-manager)
12272 (tramp-hal-interface-manager, tramp-hal-interface-device):
12273 New defconst.
12274 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
12275 (tramp-synce-list-devices, tramp-synce-parse-device-names):
12276 New defuns.
12277
12278 * net/trampver.el: Update release number.
12279
12280 2009-06-30 Kenichi Handa <handa@m17n.org>
12281
12282 * international/fontset.el (setup-default-fontset): Add CJK fonts
12283 for symbols and the other miscellaneous characters.
12284
12285 * language/korea-util.el (setup-korean-environment-internal):
12286 Make char-width-table suitable for Korean environments.
12287 (exit-korean-environment): Cancel above.
12288
12289 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
12290 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
12291 setup-function to make char-width-table suitable for respective
12292 environments, and an exit-function to cancel that.
12293
12294 * language/japan-util.el (setup-japanese-environment-internal):
12295 Call use-cjk-char-width-table with arg `ja_JP'.
12296
12297 * international/characters.el (cjk-char-width-table): Delete it.
12298 (cjk-char-width-table-list): New variable.
12299 (use-cjk-char-width-table): New arg local-name.
12300 (use-default-char-width-table): Fix for the case that Emacs is
12301 already using the default char-width-table.
12302
12303 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
12304
12305 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
12306 modes mandatory. (Bug#3712)
12307
12308 2009-06-29 Alan Mackenzie <acm@muc.de>
12309
12310 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
12311 correction between the visible width of TABs and their number of bytes.
12312
12313 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
12314
12315 * server.el (server-buffer-done): Prevent kill-buffer from
12316 prompting by clearing the buffer modification flag (Bug#3696).
12317
12318 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
12319
12320 * progmodes/verilog-mode.el (verilog-beg-of-statement)
12321 (verilog-endcomment-reason-re): Support unique case and priority case.
12322 (verilog-basic-complete-re): Support localparam lineup.
12323 (verilog-beg-of-statement-1): Fix for robustness, unique case.
12324 (verilog-set-auto-endcomments): Fix for unique case, always_comb
12325 commenting.
12326 (verilog-leap-to-case-head): Now support *nested* unique &
12327 priority case statements.
12328 (verilog-auto-lineup): Make just declarations the default (as it
12329 had been).
12330 (verilog-leap-to-case-head): Support priority/unique case statements.
12331 (verilog-auto-lineup): Rework to give users radio buttons to
12332 select the various styles of automatic lineup.
12333 (verilog-error-regexp-alist): Rework to support the XEmacs style
12334 of error regular expressions from compilers, lint tools &
12335 simulators. Note that GNU Emacs has made it impossible for a mode
12336 to load such things.
12337 (electric-verilog-terminate-line, verilog-indent-declaration)
12338 (verilog-auto-wiure): Rework for radio button selection of
12339 auto-lineup selection of specification of auto lineup.
12340 (verilog-beg-of-statement-1): Redesign to support proper operation
12341 in additional code, based on testing with auto-lineup.
12342 (verilog-calculate-indent, assignments & declarations)
12343 (verilog-backward-token): Enhance to support auto-lineup of
12344 assignments & declarations.
12345 (verilog-in-directive-p, verilog-at-struct-p): New function for
12346 easy test of whether we are.
12347 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
12348 to support safe execution at almost anyline.
12349 (verilog-calc-1): Properly support indenting deep inside generate
12350 blocks.
12351 (verilog-init-font): Remove definition & use of verilog-init-font,
12352 as it is redundant with font-lock-defaults.
12353 (verilog-mode): Alter the definition of verilog-font-lock-defaults
12354 to avoid circular calls if syntax-ppss is a function (as is the
12355 case now in 22.x GNU Emacs) as that function would sometimes call
12356 itself, leading to (nearly) infinite recursion.
12357 (verilog-ovm-begin-re, verilog-ovm-end-re)
12358 (verilog-ovm-statement-re, verilog-leap-to-head)
12359 (verilog-backward-token): Add support for OVM macros. Some are
12360 complete statements, and others open and close scopes like begin
12361 and end.
12362 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
12363 (verilog-defun-level-generate-only-re): Really fix the defun-list
12364 compilation issue.
12365 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
12366 coverpoint, constraint and cross statements.
12367 (verilog-defun-level-list, verilog-generate-defun-level-list)
12368 (verilog-all-defun-level-list): Redo these specifications - it is
12369 too hard to support eval-when compile aggregation of lists also
12370 built at when-compile time.
12371 (verilog-defun-level-list): Place defconsts of variables used in
12372 building regular expressions which are built in eval-when-compile
12373 bodies in the same eval-when-compile body to facilitate compile
12374 without load.
12375 (verilog-beg-block-re-ordered): Support indenting
12376 virtual/protected tasks and functions.
12377 (verilog-defun-level-list, verilog-in-generate-region-p)
12378 (verilog-backward-ws&directives, verilog-calc-1): Speed up
12379 indentation of some module items (generate items).
12380 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
12381 across virtual/protected tasks and functions.
12382
12383 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
12384
12385 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
12386 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
12387 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
12388 in concatenations. Reported by Yishay Belkind.
12389 (verilog-auto-ascii-enum): Support one-hot state machines in
12390 AUTOASCIIENUM. Suggested by Lloyd Gomez.
12391 (verilog-auto-inst, verilog-auto-inst-port): Include interface
12392 modport in AUTOINST and add vl-modport for users.
12393 Reported by David Rogoff.
12394 (verilog-auto-inout-module, verilog-auto-inst)
12395 (verilog-decls-get-interfaces, verilog-insert-definition)
12396 (verilog-insert-one-definition, verilog-read-decls)
12397 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
12398 (verilog-sig-modport, verilog-signals-combine-bus)
12399 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
12400 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
12401 Suggested by David Rogoff.
12402 (verilog-repair-open-comma): Fix non-insertion of comma when
12403 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
12404 (verilog-make-width-expression): Simplify [A-1:0] expression
12405 widths to just {A{1'b0}}.
12406 (verilog-mode): Cleanup checkdoc warnings.
12407 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
12408 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
12409 inputs/outputs or data type. Suggested by Vasu Kandadi.
12410 (next-error-last-buffer): Fix byte-compiler warning.
12411 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
12412 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
12413 or shell command text during AUTO expansion. Suggested by Tad Truex.
12414 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
12415 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
12416 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
12417 in AUTOINOUT. Reported by Matthew Lovell.
12418 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
12419 causing use of <= assignments. Reported by Alex Reed.
12420 (verilog-read-decls): Fix triand, trior, wand, wor to be
12421 recognized by AUTOWIRE. Reported by Spencer Isaacson.
12422 (verilog-extended-complete-re): Support import "DPI-C" functions.
12423 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
12424 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
12425 (verilog-insert-date, verilog-insert-year)
12426 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
12427 Windows systems. Reported by Michael Potts.
12428 (verilog-read-module-name): Fix AUTOINST when the child module
12429 declaration's name is a tick define. Reported by Elliot Mednick.
12430 (verilog-read-decls): Fix V2K parameter bit subscripts getting
12431 passed to next parameter's definition. Reported by Bruce T.
12432 (verilog-read-decls): Fix detecting "parameter int" when using
12433 AUTOINSTPARAM. Reported by Bruce T.
12434 (verilog-goto-defun): Fix goto not finding modules unless first
12435 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
12436 (verilog-mode): Expand -f flag arguments on entry to mode so
12437 verilog-goto-defun will work. Reported by Lawrence Butcher.
12438 (verilog-getopt): Expand environment variables in -f file
12439 arguments. Suggested by Lawrence Butcher.
12440 (verilog-set-define): Fix "Symbol's value as variable is void"
12441 when reading enumerations.
12442 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
12443 Suggested by Stephen Peltan.
12444 (verilog-read-defines): Fix reading of enumerations in include
12445 files. Reported by Steve Peltan.
12446
12447 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
12448
12449 * files.el (trash-directory): Fix defcustom type.
12450
12451 2009-06-28 Juri Linkov <juri@jurta.org>
12452
12453 * help-fns.el (describe-function-1): Correctly locate adviced
12454 functions in hyperlink (Bug#2438).
12455
12456 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
12457
12458 * files.el (trash-directory): Change default to nil.
12459 (move-file-to-trash): If trash-directory is nil and
12460 system-move-file-to-trash is unbound, perform freedesktop-style
12461 trashing.
12462
12463 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
12464
12465 * files.el (move-file-to-trash): Add freedesktop trash
12466 support (Bug#973).
12467
12468 2009-06-28 Glenn Morris <rgm@gnu.org>
12469
12470 * autorevert.el (global-auto-revert-non-file-buffers)
12471 (global-auto-revert-mode): Doc fixes.
12472
12473 2009-06-27 Johan Bockgård <bojohan@gnu.org>
12474
12475 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
12476
12477 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
12478
12479 * faces.el (x-handle-named-frame-geometry): Ensure that we have
12480 opened an X connection before calling x-get-resource (Bug#3194).
12481
12482 * play/doctor.el: Remove reference to obsolete website.
12483 (make-doctor-variables): Correct grammar mistake (Bug#2633).
12484
12485 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
12486
12487 Remove find-file-not-found-hook VC method. (Bug#2757)
12488 * vc-hooks.el (vc-file-not-found-hook)
12489 (vc-default-find-file-not-found-hook): Remove functions.
12490 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
12491 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
12492 * vc.el:
12493 * vc-hg.el:
12494 * vc-git.el: Do not mention find-file-not-found-hook VC method.
12495
12496 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
12497
12498 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
12499 compatibility function for `looking-back'.
12500
12501 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
12502 Use `ispell-looking-back'.
12503
12504 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
12505
12506 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
12507 rather than `filename'.
12508
12509 2009-06-23 Miles Bader <miles@gnu.org>
12510
12511 * face-remap.el (text-scale-set): New function.
12512
12513 2009-06-23 Glenn Morris <rgm@gnu.org>
12514
12515 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
12516
12517 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
12518
12519 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
12520
12521 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
12522
12523 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
12524 Simplify Persian conditionals.
12525
12526 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
12527 variable `filename'.
12528
12529 * comint.el (comint-insert-input): Doc fix.
12530
12531 * Makefile.in (ELCFILES): Fix typo in previous change.
12532
12533 2009-06-23 Miles Bader <miles@gnu.org>
12534
12535 * cus-start.el: Add entry for `recenter-redisplay'.
12536
12537 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12538
12539 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
12540 Add an optional argument for the backend, use it instead of
12541 calling vc-backend.
12542 (vc-mode-line): Add an optional argument for the backend.
12543 Pass the backend to vc-state and vc-working-revision. Move code for
12544 special handling for vc-state being a buffer to ...
12545
12546 * vc-rcs.el (vc-rcs-find-file-hook):
12547 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
12548
12549 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
12550 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
12551 vc-stay-local-p and vc-mode-line calls.
12552
12553 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
12554 (vc-cvs-diff, vc-cvs-annotate-command)
12555 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
12556 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
12557 vc-mode-line calls.
12558
12559 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
12560 direct comparison.
12561 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
12562 backend when calling vc-mode-line.
12563 (vc-register): Do not create a closure for calling the vc register
12564 function, call it directly.
12565
12566 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12567
12568 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
12569 to make it obvious item can be clicked.
12570
12571 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
12572
12573 2009-06-23 Kenichi Handa <handa@m17n.org>
12574
12575 * language/korea-util.el (korean-key-bindings): Change the binding
12576 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
12577 same command.
12578
12579 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
12580
12581 Sync with Tramp 2.1.16.
12582
12583 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
12584
12585 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
12586 when a loading of a package fails. Completion function for rsync
12587 is `tramp-completion-function-alist-ssh'.
12588 (all): Replace all calls of `split-string' and
12589 `tramp-split-string' by `tramp-compat-split-string'.
12590 (tramp-default-method): Use `tramp-compat-process-running-p'.
12591 (tramp-default-proxies-alist): Allow also Lisp forms.
12592 (tramp-remote-path): Add choice "Private Directories".
12593 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
12594 (tramp-domain-regexp): Allow also "-", "_" and ".".
12595 (tramp-end-of-output): Remove newlines, and add "$" at the end.
12596 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12597 (tramp-debug-message): Insert header line in debug buffer.
12598 (tramp-handle-directory-files-and-attributes-with-stat):
12599 Care about filenames with spaces, or starting with "-".
12600 (tramp-handle-dired-uncache): New defun.
12601 (tramp-handle-insert-directory): Don't flush the directory from
12602 cache, this is handled by `dired-uncache' now.
12603 (tramp-handle-insert-file-contents): Improve error handling.
12604 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12605 Quote `tramp-end-of-output'.
12606 (tramp-action-password): Improve trace message.
12607 (tramp-check-for-regexp): Both echoes must be present, before removing.
12608 (tramp-open-connection-setup-interactive-shell): Trace coding system.
12609 (tramp-compute-multi-hops): Eval cons cells of
12610 `tramp-default-proxies-alist'.
12611 (tramp-maybe-open-connection): Use the same command pattern for
12612 first hop and further hops.
12613 (tramp-wait-for-output): Remove handling of newlines.
12614 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12615 (tramp-split-string): Remove function. It is handled in
12616 tramp-compat now.
12617
12618 * net/tramp-cmds.el (tramp-bug):
12619 Recommend `tramp-cleanup-all-connections' in the bug mail.
12620
12621 * net/tramp-compat.el (tramp-compat-split-string)
12622 (tramp-compat-process-running-p): New defuns.
12623
12624 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12625 for `dired-uncache'.
12626
12627 * net/tramp-gvfs.el: New package.
12628
12629 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12630 Add handler for `dired-uncache'.
12631 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12632
12633 * net/trampver.el: Update release number. Make version check fit
12634 for SXEmacs 22.
12635
12636 2009-06-22 Jim Meyering <meyering@redhat.com>
12637
12638 Automatically handle .xz suffix (XZ-compressed files), too.
12639 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12640 XZ is the successor to LZMA: <http://tukaani.org/xz/>
12641
12642 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
12643 Nick Roberts <nickrob@snap.net.nz>
12644
12645 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
12646 repository (http://sphinx.net.ru/hg/gdb-mi/).
12647
12648 2009-06-22 Glenn Morris <rgm@gnu.org>
12649
12650 * files.el (dir-locals-collect-mode-variables): Allow for any number of
12651 `mode' and `eval' entries. (Bug#3430)
12652
12653 * Makefile.in (ELCFILES): Add fadr.elc.
12654
12655 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12656 differing behavior of \n and ^ in strings. (Bug#3385)
12657
12658 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12659
12660 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12661 property.
12662 (lisp-indent-function): Make it a defcustom.
12663
12664 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
12665
12666 * progmodes/gdb-ui.el: Replace with ...
12667 * progmodes/gdb-mi.el: ... this file.
12668 * progmodes/gud.el: Modify for gdb-mi.el.
12669
12670 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
12671
12672 * fadr.el: New file.
12673
12674 See ChangeLog.14 for earlier changes.
12675
12676 ;; Local Variables:
12677 ;; coding: utf-8
12678 ;; End:
12679
12680 Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
12681
12682 This file is part of GNU Emacs.
12683
12684 GNU Emacs is free software: you can redistribute it and/or modify
12685 it under the terms of the GNU General Public License as published by
12686 the Free Software Foundation, either version 3 of the License, or
12687 (at your option) any later version.
12688
12689 GNU Emacs is distributed in the hope that it will be useful,
12690 but WITHOUT ANY WARRANTY; without even the implied warranty of
12691 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12692 GNU General Public License for more details.
12693
12694 You should have received a copy of the GNU General Public License
12695 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.