]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Merge fix for Bug#8879 from trunk
[gnu-emacs] / lisp / ChangeLog
1 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
2
3 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
4
5 2011-06-09 Eli Zaretskii <eliz@gnu.org>
6
7 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
8 buffer-file-type before setting its value, to avoid disastrous
9 global effects on decoding files for DOS/Windows systems.
10 (Bug#8780)
11
12 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
13
14 * progmodes/python.el (python-after-info-look): Add autoload cookie.
15 (python-unload-function): New function. (Bug#8730, bug#8781)
16
17 2011-06-04 Reuben Thomas <rrt@sc3d.org>
18
19 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
20 Doc fix (Bug#8713).
21
22 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
23
24 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
25
26 2011-06-04 Juanma Barranquero <lekktu@gmail.com>
27
28 * loadhist.el (unload-feature-special-hooks):
29 Add `comint-output-filter-functions'.
30
31 2011-05-27 Kenichi Handa <handa@m17n.org>
32
33 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
34 let-binding rfc2047-encode-encoded-words to nil.
35
36 2011-05-23 Kenichi Handa <handa@m17n.org>
37
38 * mail/sendmail.el: Require `rfc2047'.
39 (mail-insert-from-field): Do not perform RFC2047 encoding.
40 (mail-encode-header): New function.
41 (sendmail-send-it): Set buffer-file-coding-system of the work
42 buffer to the return value of select-message-coding-system. Call
43 mail-encode-header.
44
45 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
46
47 2011-05-22 Sean Neakums <sneakums@zork.net> (tiny change)
48
49 * mail/supercite.el (sc-default-cite-frame): Handle
50 sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
51
52 2011-05-16 Andreas Schwab <schwab@linux-m68k.org>
53
54 * diff-mode.el (diff-fixup-modifs): Fix last change.
55
56 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
57
58 * diff-mode.el (diff-fixup-modifs): Locate correct position for
59 hunk-end tags (Bug#8672).
60
61 2011-05-13 Juanma Barranquero <lekktu@gmail.com>
62
63 * progmodes/python.el (python-font-lock-keywords):
64 Add the Python 3.X keyword "nonlocal" (bug#8639).
65
66 2011-05-09 Eli Zaretskii <eliz@gnu.org>
67
68 * smerge-mode.el (smerge-resolve): Use null-device rather than a
69 literal "/dev/null".
70
71 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
72
73 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
74 Fix typo.
75
76 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
77
78 * progmodes/which-func.el (which-function):
79 Use add-log-current-defun instead of add-log-current-defun-function,
80 which might not be defined (Bug#8260).
81
82 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
83
84 * net/tramp.el (tramp-process-actions): Add POS argument.
85 Delete region between POS and (pos).
86 (tramp-do-copy-or-rename-file-out-of-band): Use `nil' position in
87 `tramp-process-actions' call.
88 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
89
90 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
91 position in `tramp-process-actions' call.
92
93 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
94
95 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
96 Use correct match group (bug#8438).
97
98 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
99
100 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
101
102 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
103
104 * play/mpuz.el (mpuz-silent): Doc fix.
105 (mpuz-mode-map): Move initialization into declaration.
106 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
107 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
108 Fix typos in docstrings.
109
110 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
111 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
112
113 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
114
115 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
116
117 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
118
119 * minibuffer.el (completion--do-completion): Avoid the "Next char
120 not unique" prompt if icomplete-mode is enabled (Bug#5849).
121
122 2011-04-10 Stephen Berman <stephen.berman@gmx.net>
123
124 * textmodes/page.el (what-page): Use line-number-at-pos to
125 calculate line number (Bug#6825).
126
127 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
128
129 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
130 mouse-2 into unread-command-events, it is interpreted correctly.
131
132 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
133
134 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
135 (image-toggle-display): Doc fix.
136
137 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
138
139 Backport revno:103823 and revno:103824 from trunk.
140 * help-fns.el (describe-variable): Complete all variables having
141 documentation, including keywords.
142 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
143
144 2011-03-24 Juanma Barranquero <lekktu@gmail.com>
145
146 * vc-annotate.el (vc-annotate-show-log-revision-at-line):
147 Fix typo in docstring.
148
149 2011-03-19 Eli Zaretskii <eliz@gnu.org>
150
151 * emerge.el (emerge-metachars): Separate value for ms-dos and
152 windows-nt systems.
153 (emerge-protect-metachars): Quote correctly for ms-dos and
154 windows-nt systems.
155
156 2011-03-15 Ralph Schleicher <rs@ralph-schleicher.de> (tiny change)
157
158 * info.el (info-initialize): Replace all uses of `:' with
159 path-separator for compatibility with non-Unix systems.
160 Cache quoting of path-separator. (Bug#8258)
161
162 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
163
164 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
165 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
166 (mouse-avoidance-mode): Fix typos in docstrings.
167
168 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
169
170 * net/tramp.el (tramp-progress-reporter-update):
171 Use `tramp-compat-funcall'.
172 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
173 (tramp-handle-insert-file-contents): Make `file-remote-p' call
174 compatible.
175 (tramp-open-connection-setup-interactive-shell):
176 Use `tramp-compat-process-put'.
177
178 * net/tramp-compat.el (tramp-compat-process-get)
179 (tramp-compat-process-put): New defuns.
180
181 * net/trampver.el: Update release number.
182
183 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
184
185 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
186 into declaration. Remove redundant and harmful binding.
187
188 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
189
190 Backport revno:103463 from trunk.
191 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
192
193 Backport revno:103622 from trunk.
194 * help-fns.el (describe-variable): Don't complete keywords.
195 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
196
197 2011-03-11 Eli Zaretskii <eliz@gnu.org>
198
199 * files.el (file-ownership-preserved-p): Pass `integer' as an
200 explicit 2nd argument to `file-attributes'. If the file's owner
201 is the Administrators group on Windows, and the current user is
202 Administrator, consider that a match.
203
204 * server.el (server-ensure-safe-dir): Consider server directory
205 safe on MS-Windows if its owner is the Administrators group while
206 the current Emacs user is Administrator. Use `=' to compare
207 numerical UIDs, since they could be integers or floats.
208
209 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
210
211 * Version 23.3 released.
212
213 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
214
215 * progmodes/cc-cmds.el (c-beginning-of-statement): Fix 2011-01-31
216 change; patch supplied by Alan Mackenzie was applied incorrectly.
217
218 2011-02-26 Eli Zaretskii <eliz@gnu.org>
219
220 * international/mule-cmds.el (set-default-coding-systems): Use the
221 -unix variant of encoding in default-keyboard-coding-system.
222 (Bug#8122)
223
224 2011-02-23 Kenichi Handa <handa@m17n.org>
225
226 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
227 error when a multipart boundary in the nested multipart is found.
228
229 2011-02-22 Kenichi Handa <handa@m17n.org>
230
231 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
232 header components.
233
234 2011-02-19 Kenichi Handa <handa@m17n.org>
235
236 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
237 get the header copy into the temporary buffer.
238 (rmail-mime-insert-decoded-text): Ignore us-ascii.
239 (rmail-show-mime): When rmail-mime-coding-system is nil, set
240 buffer-file-coding-system to undecided.
241
242 2011-02-18 Eli Zaretskii <eliz@gnu.org>
243
244 * image-mode.el (image-toggle-display-image):
245 Disable require-final-newline in buffers visiting binary image files.
246 (Bug#8047)
247
248 * international/mule-cmds.el (read-char-by-name, ucs-insert):
249 Document completion with asterisk and a substring.
250
251 2011-02-18 Glenn Morris <rgm@gnu.org>
252
253 * files.el (find-file-literally): Doc fix.
254
255 2011-02-17 Glenn Morris <rgm@gnu.org>
256
257 * simple.el (rfc822-goto-eoh): Give it a doc-string.
258
259 * log-edit.el (log-edit-insert-changelog):
260 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
261
262 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
263
264 * pgg-gpg.el (pgg-gpg-process-region):
265 Bind delete-by-moving-to-trash to nil.
266
267 * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
268 (pgg-pgp-snarf-keys-region):
269 * pgg-pgp5.el (pgg-pgp5-process-region, pgg-pgp5-verify-region)
270 (pgg-pgp5-snarf-keys-region): Likewise.
271
272 2011-02-12 Chong Yidong <cyd@stupidchicken.com>
273
274 * files.el (copy-directory): Revert to pre-2011-01-29 version.
275
276 2011-02-12 Chong Yidong <cyd@stupidchicken.com>
277
278 * epg.el (epg-delete-output-file, epg-decrypt-string)
279 (epg-verify-string, epg-sign-string, epg-encrypt-string):
280 Bind delete-by-moving-to-trash to nil.
281
282 * epa-file.el (epa-file-insert-file-contents): Likewise.
283
284 2011-02-10 Glenn Morris <rgm@gnu.org>
285
286 * emacs-lisp/cl-seq.el (union, nunion, intersection)
287 (nintersection, set-difference, nset-difference)
288 (set-exclusive-or, nset-exclusive-or): Doc fix.
289
290 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
291
292 2011-02-08 Glenn Morris <rgm@gnu.org>
293
294 * faces.el (face-attr-match-p): Handle the obsolete :bold and
295 :italic props, so that frame-set-background-mode works. (Bug#7966)
296
297 2011-02-07 Glenn Morris <rgm@gnu.org>
298
299 * simple.el (next-error): Doc fix.
300
301 2011-02-06 Chong Yidong <cyd@stupidchicken.com>
302 Thierry Volpiatto <thierry.volpiatto@gmail.com>
303
304 * files.el (copy-directory): New arg COPY-AS-SUBDIR. If nil,
305 don't copy as a subdirectory.
306
307 2011-02-05 Glenn Morris <rgm@gnu.org>
308
309 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
310
311 2011-02-04 Glenn Morris <rgm@gnu.org>
312
313 * calendar/diary-lib.el (diary-font-lock-keywords):
314 Tweak diary-time-regexp match. (Bug#7891)
315
316 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
317 (f90-mode): Use it for mode's `find-tag-default-function' property.
318
319 2011-02-03 Glenn Morris <rgm@gnu.org>
320
321 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
322
323 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
324
325 2011-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
326
327 * pcomplete.el (pcomplete-here*): Backport fix for mistaken change
328 (bug#7959) and (bug#5935).
329
330 2011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
331
332 * net/rcirc.el: Clean log filenames (Bug#7933).
333 (rcirc-log-write): Use convert-standard-filename.
334 (rcirc-log-filename-function): Documentation updates.
335
336 2011-01-31 Alan Mackenzie <acm@muc.de>
337
338 * progmodes/cc-cmds.el (c-forward-over-illiterals):
339 Continue parsing if we encounter a naked # (Bug#7595).
340 (c-beginning-of-statement): Avoid loop in locating the beginning
341 of a macro.
342
343 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
344
345 * files.el (copy-directory): Fix arguments to recursive call.
346
347 2011-01-29 Daiki Ueno <ueno@unixuser.org>
348
349 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
350 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
351 (Bug#7931).
352
353 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
354
355 * files.el (copy-directory): If destination is an existing
356 directory, copy into a subdirectory there.
357
358 2011-01-29 Andreas Schwab <schwab@linux-m68k.org>
359
360 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
361 files.
362
363 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
364
365 * image-dired.el (image-dired-mouse-display-image): No-op if no
366 file is found (Bug#7817).
367
368 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
369
370 2011-01-28 Kenichi Handa <handa@m17n.org>
371
372 * international/quail.el (quail-keyboard-layout-alist):
373 Remove superfluous SPC for "pc105-uk" (bug#7927).
374
375 2011-01-27 Glenn Morris <rgm@gnu.org>
376
377 * msb.el (msb-menu-bar-update-buffers): Update for changed
378 argument handling of menu-bar-select-frame. (Bug#7902)
379
380 2011-01-27 Chong Yidong <cyd@stupidchicken.com>
381
382 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
383 to the recursion depth (Bug#7722).
384
385 2011-01-26 Roy Liu <carsomyr@gmail.com> (tiny change)
386
387 * term/ns-win.el (ns-find-file): Expand ns-input-file with
388 command-line-default-directory (Bug#7872).
389
390 2011-01-25 Glenn Morris <rgm@gnu.org>
391
392 * comint.el (comint-mode): Doc fix. (Bug#7897)
393
394 2011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
395
396 * files.el (file-name-non-special): Only change buffer-file-name after
397 insert-file-contents if it's `visit'ing the file (bug#7854).
398
399 2011-01-23 Chong Yidong <cyd@stupidchicken.com>
400
401 * dired.el (dired-revert): Doc fix (Bug#7758).
402
403 2011-01-23 Nobuyoshi Nakada <nobu@ruby-lang.org>
404
405 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
406 here-doc which ends with an underscore.
407 (ruby-mode-set-encoding): Skip shebang line always.
408 (ruby-mode-map): Bind C-c C-c to comment-region.
409 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
410 (ruby-forward-sexp): Stop after literal hash key labels.
411 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
412 bracket.
413
414 2011-01-22 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
415
416 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
417 the correct buffer (Bug#7650).
418
419 2011-01-22 Glenn Morris <rgm@gnu.org>
420
421 * simple.el (do-auto-fill): Give it a doc string.
422
423 * button.el (make-text-button): Doc fix. (See bug#7881)
424
425 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
426
427 * simple.el (line-move-visual): Doc fix (Bug#7594).
428
429 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
430 "Case sensitive" menu item.
431
432 2011-01-21 Roland McGrath <roland@frob.com>
433
434 * comint.el (comint-replace-by-expanded-history-before-point): Fix
435 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
436
437 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
438
439 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
440
441 2011-01-21 Jari Aalto <jari.aalto@cante.net>
442
443 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
444 Assume foo(bar) is a manpage reference rather than some unquoted
445 symbol (bug#7705).
446
447 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
448
449 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
450 Suggested by Flo <sensorflo@gmail.com>.
451
452 2011-01-21 Glenn Morris <rgm@gnu.org>
453
454 * progmodes/compile.el (compilation-error-regexp-alist):
455 Fix custom type. (Bug#7812)
456
457 2011-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
458
459 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
460 keymap expression. Improve docstring.
461
462 2011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
463
464 * files.el (backup-buffer): Make last-resort backup file in
465 .emacs.d (Bug#6953).
466
467 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
468 make it with permission 700.
469
470 2011-01-14 Kenichi Handa <handa@m17n.org>
471
472 * mail/rmailmm.el (rmail-mime-insert-header):
473 Set rmail-mime-coding-system to a cons whose car is the last coding
474 system used to decode the header.
475 (rmail-mime-find-header-encoding): New function.
476 (rmail-mime-insert-decoded-text):
477 Override rmail-mime-coding-system if it is a cons.
478 (rmail-show-mime): If only a header part was decoded, find the
479 coding system while ignoring mm-charset-override-alist.
480
481 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
482
483 * subr.el (event-start, event-end): Doc fix (Bug#7826).
484
485 2011-01-12 Kenichi Handa <handa@m17n.org>
486
487 * mail/rmailmm.el (rmail-mime-next-item)
488 (rmail-mime-previous-item): Delete them.
489 (rmail-mime-shown-mode): Recursively call for children.
490 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
491 Callers changed.
492 (rmail-mime-raw-mode): Recursively call for children.
493 (rmail-mode-map): Change mapping of tab and backtab to
494 forward-button and backward-button respectively.
495 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
496 button.
497 (rmail-mime-update-tagline): New function.
498 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
499 body display is changed.
500 (rmail-mime-toggle-button): Rename from rmail-mime-image.
501 (rmail-mime-image): Delete this button type.
502 (rmail-mime-toggle): New button type.
503 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
504 body display is changed. Change the save button label to "Save".
505 Don't process show/hide button here.
506 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
507 the body display is changed. Unconditionally call
508 rmail-mime-insert for children.
509 (rmail-mime-handle): Update `display' vector of the just inserted
510 entity.
511 (rmail-mime-process): If mail-header-parse-content-type returns
512 nil, use "text/plain" as the fallback type.
513 (rmail-mime-insert): For raw-mode, recursively call
514 rmail-mim-insert for children.
515 (rmail-mime): Handle the case that the current buffer is not rmail
516 buffer (e.g. in summary buffer).
517
518 2011-01-05 Kenichi Handa <handa@m17n.org>
519
520 * mail/rmailmm.el (rmail-mime-next-item)
521 (rmail-mime-previous-item): Skip the body of a non-multipart
522 entity if a tagline is shown.
523
524 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
525
526 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
527 (tmm-prompt): Simplify.
528 (tmm-add-prompt): Remove unused var `win'.
529
530 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
531 to minor mode which used nil accidentally to mean "turn off".
532
533 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
534
535 * net/tramp.el (tramp-find-inline-compress)
536 (tramp-get-inline-coding): Quote command after pipe symbol for
537 local calls under W32. (Bug#6784)
538
539 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
540
541 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
542 only when running under W32.
543
544 2011-01-09 Eli Zaretskii <eliz@gnu.org>
545
546 * progmodes/grep.el (grep-compute-defaults): Quote the program
547 file name after the pipe symbol in Grep templates. (Bug#6784)
548 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
549
550 2011-01-08 Lennart Borgman <lennart.borgman@gmail.com>
551
552 * buff-menu.el (Buffer-menu-buffer-list): New var.
553 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
554 restricted buffer list is not lost on revert (Bug#7749).
555
556 2011-01-08 Eric Hanchrow <eric.hanchrow@gmail.com>
557
558 * net/ldap.el (ldap-search-internal): Discard stderr output.
559
560 2011-01-07 Eli Zaretskii <eliz@gnu.org>
561
562 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
563
564 2011-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
565
566 * vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time):
567 Author names can have spaces (bug#7792).
568
569 2011-01-04 Kenichi Handa <handa@m17n.org>
570
571 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
572 part as a plain text.
573 (rmail-mime-process-multipart): Set the default content-type to
574 nil for unknown multipart subtypes (bug#7651).
575
576 2011-01-03 Brent Goodrick <bgoodr@gmail.com> (tiny change)
577
578 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
579 table, get the value before switching to the output buffer. (Bug#7733)
580
581 2011-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
582
583 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
584
585 2011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
586
587 * files.el (file-local-variables-alist):
588 Make permanent-local (bug#7767).
589
590 2011-01-02 Glenn Morris <rgm@gnu.org>
591
592 * version.el (emacs-copyright): Set short copyright year to 2011.
593
594 2011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
595
596 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
597 an existing temp buffer. (Bug#7746)
598
599 2011-01-02 Glenn Morris <rgm@gnu.org>
600
601 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
602 multiple addresses. (Bug#7760)
603
604 2010-12-31 Michael Albinus <michael.albinus@gmx.de>
605
606 * net/tramp.el (tramp-methods): Add recursive options to "scpc",
607 "scpx", "pscp" and "psftp".
608
609 2010-12-31 Eli Zaretskii <eliz@gnu.org>
610
611 * term/w32-win.el (image-library-alist): Set up correctly for
612 libpng versions both before and after 1.4.0. (Bug#7716)
613
614 2010-12-25 Eli Zaretskii <eliz@gnu.org>
615
616 * time.el (display-time-mode): Mention display-time-interval in
617 the doc string. (Bug#7713)
618
619 * simple.el (select-active-regions): Doc fix. (Bug#7702)
620
621 2010-12-24 Kenichi Handa <handa@m17n.org>
622
623 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
624 condition-case and return an error message string if something
625 goes wrong.
626 (rmail-show-mime): Adjust for the above change. Insert the
627 header by rmail-mime-insert-header.
628
629 2010-12-24 Kenichi Handa <handa@m17n.org>
630
631 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
632 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
633 (rmail-mime-mbox-buffer)
634 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
635 (rmail-mime-entity): Argument changed. All codes handling an
636 entity object are changed.
637 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
638 the above change.
639 (rmail-mime-entity-children, rmail-mime-entity-handler)
640 (rmail-mime-entity-tagline): New functions.
641 (rmail-mime-message-p): New function.
642 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
643 (rmail-mime-entity-segment, rmail-mime-next-item)
644 (rmail-mime-previous-item, rmail-mime-shown-mode)
645 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
646 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
647 (rmail-mime-insert-tagline, rmail-mime-insert-header):
648 New functions.
649 (rmail-mime-text-handler): Call rmail-mime-insert-text.
650 (rmail-mime-insert-decoded-text): New function.
651 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
652 (rmail-mime-insert-image): Argument changed. Caller changed.
653 (rmail-mime-image): Call rmail-mime-toggle-hidden.
654 (rmail-mime-set-bulk-data): New function.
655 (rmail-mime-insert-bulk): Argument changed.
656 (rmail-mime-multipart-handler): Return t.
657 (rmail-mime-process-multipart): Argument changed.
658 Handle "multipart/alternative" here.
659 (rmail-mime-process): Argument changed.
660 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
661 (rmail-mime-insert): Argument changed. Handle raw display mode.
662 (rmail-mime): Argument changed. Handle toggling of raw display
663 mode.
664 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
665 rmail-mime-view-buffer.
666 (rmail-insert-mime-forwarded-message): Likewise.
667 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
668
669 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
670 non-nil, handle the header in rmail-show-mime-function.
671
672 2010-12-20 Leo <sdl.web@gmail.com>
673
674 * help-fns.el (describe-variable): Fix 2010-12-17 change.
675
676 2010-12-20 Juri Linkov <juri@jurta.org>
677
678 * isearch.el (isearch-lazy-highlight-error): New variable.
679 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
680 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
681 to the current value of `isearch-error' (Bug#7468).
682
683 2010-12-17 Chong Yidong <cyd@stupidchicken.com>
684
685 * help-fns.el (describe-variable): Don't emit trailing whitespace
686 (Bug#7511).
687
688 2010-12-17 Leo <sdl.web@gmail.com>
689
690 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
691 if point is not behind eshell-last-output-end (Bug#7585).
692
693 2010-12-16 Chong Yidong <cyd@stupidchicken.com>
694
695 * textmodes/rst.el (rst-compile-pdf-preview)
696 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
697
698 2010-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
699
700 * emulation/edt-mapper.el: Override mapping of function keys so
701 that the later call to read-key-sequence works.
702
703 2010-12-13 Eli Zaretskii <eliz@gnu.org>
704
705 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
706 Unix EOLs. (Bug#7589)
707
708 2010-12-12 Eli Zaretskii <eliz@gnu.org>
709
710 * subr.el (posn-col-row): Evaluate header-line-format in the
711 context of the POSITION window's buffer.
712
713 2010-12-11 Glenn Morris <rgm@gnu.org>
714
715 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
716 (with-silent-modifications): Doc fixes.
717
718 2010-12-10 Michael Albinus <michael.albinus@gmx.de>
719
720 * net/tramp.el (tramp-action-password, tramp-process-actions):
721 Revert patch from 2010-12-08. Use `save-restriction'.
722
723 2010-12-09 Eli Zaretskii <eliz@gnu.org>
724
725 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
726 New functions.
727 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>: Use
728 them instead of `nil' and `>', respectively. (Bug#1077)
729
730 2010-12-09 Stephen Berman <stephen.berman@gmx.net>
731
732 * calendar/diary-lib.el (diary-list-sexp-entries):
733 Handle case of no newline at end of file. (Bug#7536)
734
735 2010-12-09 Glenn Morris <rgm@gnu.org>
736
737 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
738
739 2010-12-08 Michael Albinus <michael.albinus@gmx.de>
740
741 * net/tramp.el (tramp-handle-start-file-process):
742 Protect buffer-modified value. (Bug#7557)
743 (tramp-action-password): Delete region, do not narrow.
744 (tramp-process-actions): Do not widen.
745
746 2010-12-08 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
747
748 * log-edit.el (log-edit-changelog-entries):
749 Regexp quote filename. (Bug#7505)
750
751 2010-12-08 Tom Breton <tehom@panix.com>
752
753 * cus-edit.el (custom-save-all):
754 Bind print-length and print-level to nil. (Bug#7581)
755
756 2010-12-08 Glenn Morris <rgm@gnu.org>
757
758 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
759 Run hooks to update menu contents. (Bug#7586)
760
761 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
762 file names, for the sake of MS Windows. (Bug#7588)
763
764 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
765
766 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
767 empty lines without a leading space.
768
769 2010-12-06 Leo <sdl.web@gmail.com>
770
771 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
772 while mapping over marks (Bug#6810).
773
774 2010-12-06 Chong Yidong <cyd@stupidchicken.com>
775
776 * image-dired.el (image-dired-db-file)
777 (image-dired-temp-image-file, image-dired-gallery-dir)
778 (image-dired-temp-rotate-image-file): Set default values relative
779 to image-dired-dir (Bug#7518).
780
781 2010-12-06 Lawrence Mitchell <wence@gmx.li>
782
783 * format.el (format-decode-run-method): Pass args FROM and TO, not
784 point-min and point-max, to shell-command-on-region (Bug#7488).
785
786 2010-12-06 Jan Djärv <jan.h.d@swipnet.se>
787
788 * frame.el (blink-cursor-mode): Make default t for ns.
789
790 2010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
791
792 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
793
794 2010-12-05 Chong Yidong <cyd@stupidchicken.com>
795
796 * comint.el (comint-dynamic-list-input-ring)
797 (comint-dynamic-complete-filename)
798 (comint-replace-by-expanded-filename)
799 (comint-dynamic-simple-complete)
800 (comint-dynamic-list-filename-completions)
801 (comint-dynamic-list-completions): Doc fix (Bug#7499).
802
803 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
804 Doc fix (Bug#7471).
805
806 2010-12-04 Martin Rudalics <rudalics@gmx.at>
807
808 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
809 (Bug#7533).
810
811 2010-12-04 W. Martin Borgert <debacle@debian.org> (tiny change)
812
813 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
814 (Bug#7491).
815
816 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
817
818 * simple.el (transient-mark-mode): Doc fix (Bug#7465).
819
820 2010-12-04 Eli Zaretskii <eliz@gnu.org>
821
822 * files.el (file-relative-name): Handle UNC file names on
823 DOS/Windows. (Bug#4674)
824
825 2010-12-03 Daiki Ueno <ueno@unixuser.org>
826
827 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
828 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
829 (epg-context-set-passphrase-callback): Mention that the callback
830 is not called when used with GnuPG 2.x.
831
832 2010-12-02 Glenn Morris <rgm@gnu.org>
833
834 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
835 Ensure ps-footer-font-size-internal is initialized.
836 Call ps-get-page-dimensions before trying to use ps-font-for-text.
837
838 2010-12-01 Kenichi Handa <handa@m17n.org>
839
840 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
841 within condition-case.
842 (rmail-show-mime): Don't use condition-case.
843 (rmail-search-mime-message): New function.
844 (rmail-search-mime-message-function): Set to
845 rmail-search-mime-message.
846
847 2010-12-01 Leo <sdl.web@gmail.com>
848
849 * ido.el (ido-common-initialization): New function. (bug#3274)
850 (ido-mode): Use it.
851 (ido-completing-read): Call it.
852
853 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
854
855 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
856 stand-alone lines, since that is handled by log-edit-match-to-eoh
857 (Bug#6465).
858
859 2010-11-27 Eduard Wiebe <usenet@pusto.de>
860
861 * dired.el (dired-get-filename): Replace backslashes with slashes
862 in file names on MS-Windows, needed by `locate'. (Bug#7308)
863 * locate.el (locate-default-make-command-line): Don't consider
864 drive letter and root directory part of
865 `directory-listing-before-filename-regexp'. (Bug#7308)
866 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
867
868 2010-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
869
870 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
871 of :smie-open/close-alist.
872 (smie-next-sexp): Make it accept a "start token" as argument.
873 (smie-indent-keyword): Be careful not to misidentify tokens that span
874 more than one line, as empty lines. Add argument `token'.
875
876 2010-11-26 Kenichi Handa <handa@m17n.org>
877
878 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
879 multipart subtypes, insert all as usual.
880
881 * mail/rmail.el: Require rfc2047.
882
883 2010-11-26 Kenichi Handa <handa@m17n.org>
884
885 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
886 (rmail-mime-entity-disposition)
887 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
888 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
889 (rmail-mime-save): Handle the case that the button's `data' is a
890 MIME entity.
891 (rmail-mime-insert-text): New function.
892 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
893 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
894 (rmail-mime-insert-bulk): New function mostly copied from the old
895 rmail-mime-bulk-handler.
896 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
897 (rmail-mime-process-multipart): New function mostly copied from
898 the old rmail-mime-multipart-handler.
899 (rmail-mime-show): Just call rmail-mime-process.
900 (rmail-mime-process): New function mostly copied from the old
901 rmail-mime-show.
902 (rmail-mime-insert-multipart, rmail-mime-parse)
903 (rmail-mime-insert, rmail-show-mime)
904 (rmail-insert-mime-forwarded-message)
905 (rmail-insert-mime-resent-message): New functions.
906 (rmail-insert-mime-forwarded-message-function): Set to
907 rmail-insert-mime-forwarded-message.
908 (rmail-insert-mime-resent-message-function): Set to
909 rmail-insert-mime-resent-message.
910
911 * mail/rmailsum.el: Require rfc2047.
912 (rmail-header-summary): Handle multiline Subject: field.
913 (rmail-summary-line-decoder): Change the default to
914 rfc2047-decode-string.
915
916 * mail/rmail.el (rmail-enable-mime): Change the default to t.
917 (rmail-mime-feature): Change the default to `rmailmm'.
918 (rmail-quit): Delete the specifal code for rmail-enable-mime.
919 (rmail-display-labels): Likewise.
920 (rmail-show-message-1): Check rmail-enable-mime, and use
921 rmail-show-mime-function for a MIME message. Decode the headers
922 according to RFC2047.
923
924 2010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
925
926 * progmodes/which-func.el (which-func-imenu-joiner-function):
927 Return a string, as expected.
928 (which-function-mode): Make sure we stop any previous timer before
929 starting a new one.
930
931 2010-11-23 Michael Albinus <michael.albinus@gmx.de>
932
933 * net/tramp.el (tramp-default-method-alist)
934 (tramp-default-user-alist, tramp-default-proxies-alist):
935 Adapt custom options type. (Bug#7445)
936
937 2010-11-21 Chong Yidong <cyd@stupidchicken.com>
938
939 * progmodes/python.el: Add Ipython support (Bug#5390).
940 (python-shell-prompt-alist)
941 (python-shell-continuation-prompt-alist): New options.
942 (python--set-prompt-regexp): New function.
943 (inferior-python-mode, run-python, python-shell):
944 Require ansi-color. Use python--set-prompt-regexp to set the comint
945 prompt based on the Python interpreter.
946 (python--prompt-regexp): New var.
947 (python-check-comint-prompt)
948 (python-comint-output-filter-function): Use it.
949 (run-python): Use a pipe (Bug#5694).
950
951 2010-11-21 Chong Yidong <cyd@stupidchicken.com>
952
953 * progmodes/python.el (run-python): Doc fix.
954 (python-keep-current-directory-in-path): New var (Bug#7454).
955
956 2010-11-20 Chong Yidong <cyd@stupidchicken.com>
957
958 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
959 Prompt user before actually printing.
960
961 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
962
963 * simple.el (kill-new, kill-append, kill-region):
964 * comint.el (comint-kill-region): Make the yank-handler argument
965 obsolete.
966
967 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
968
969 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
970 that are both openers (resp. closers) and something else.
971 (smie-grammar): Loosen definition of valid values.
972 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
973 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
974 (smie-indent-after-keyword): Adjust users.
975 (smie-indent-keyword): Don't indent empty lines.
976
977 * vc-hg.el (vc-hg-program): New var.
978 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
979 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
980
981 2010-11-17 Glenn Morris <rgm@gnu.org>
982
983 * emacs-lisp/autoload.el (autoload-find-destination): The function
984 coding-system-eol-type may return non-numeric values. (Bug#7414)
985
986 2010-11-16 Ulrich Mueller <ulm@gentoo.org>
987
988 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
989
990 2010-11-13 Eli Zaretskii <eliz@gnu.org>
991
992 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
993
994 2010-11-13 Chong Yidong <cyd@stupidchicken.com>
995
996 * textmodes/picture.el (picture-mouse-set-point): Don't use
997 posn-col-row; explicitly compute the motion based on the posn at
998 the window-start (Bug#7390).
999
1000 2010-11-13 Michael Albinus <michael.albinus@gmx.de>
1001
1002 * net/tramp.el (tramp-remote-coding-commands): Add an alternative
1003 using "base64 -d -i". This is needed for older base64 versions
1004 from GNU coreutils. Reported by Klaus Reichl
1005 <Klaus.Reichl@thalesgroup.com>.
1006
1007 2010-11-13 Glenn Morris <rgm@gnu.org>
1008
1009 * novice.el (disabled-command-function):
1010 Fix 2009-11-15 change. (Bug#7384)
1011
1012 2010-11-12 Glenn Morris <rgm@gnu.org>
1013
1014 * calendar/calendar.el (diary-iso-date-forms): Make elements
1015 mutually exclusive. (Bug#7377)
1016
1017 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1018
1019 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
1020 when filling the remaining "unconstrained" values.
1021
1022 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1023
1024 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
1025 safety predicate.
1026
1027 * files.el (safe-local-variable-p): Gracefully handle errors.
1028
1029 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
1030 Use smie-indent-virtual when indenting relative to an opener.
1031 (smie-rule-separator): Use smie-rule-parent.
1032 (smie-indent-keyword): Consult rules, even for openers at bol.
1033 (smie-indent-comment-close): Try to align closer's content.
1034
1035 2010-11-11 Glenn Morris <rgm@gnu.org>
1036
1037 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
1038
1039 2010-11-10 Glenn Morris <rgm@gnu.org>
1040
1041 * printing.el (pr-menu-bind): Doc fix.
1042
1043 * speedbar.el (speedbar-toggle-images): Doc fix.
1044
1045 * progmodes/python.el (python-shell): Doc fix.
1046
1047 * wid-edit.el (widget-field-use-before-change)
1048 (widget-use-overlay-change): Doc fixes.
1049
1050 2010-11-09 Glenn Morris <rgm@gnu.org>
1051
1052 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
1053
1054 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1055
1056 * minibuffer.el (minibuffer-completion-help): Specify the end of the
1057 completion field (bug#7211).
1058
1059 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
1060 Fix handling of backslash escapes.
1061 (python-quote-syntax): Adjust accordingly.
1062
1063 2010-11-08 Richard Levitte <richard@levitte.org> (tiny change)
1064
1065 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
1066 (vc-mtn-workfile-branch): Adjust to new output format.
1067
1068 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1069
1070 * international/mule-cmds.el (princ-list): Mark as obsolete.
1071
1072 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
1073
1074 * emacs-lisp/smie.el: New package.
1075
1076 2010-11-06 Michael Albinus <michael.albinus@gmx.de>
1077
1078 * files.el (backup-by-copying-when-mismatch):
1079 Set `permanent-local' property.
1080
1081 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
1082 `permanent-local' property for `backup-by-copying-when-mismatch'.
1083
1084 2010-11-06 Eli Zaretskii <eliz@gnu.org>
1085
1086 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
1087 (ls-lisp-classify-file): New function.
1088 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
1089 (ls-lisp-classify): Call ls-lisp-classify-file.
1090 (insert-directory): Remove blanks from switches.
1091
1092 2010-11-07 Wilson Snyder <wsnyder@wsnyder.org>
1093
1094 * progmodes/verilog-mode.el (verilog-insert-one-definition)
1095 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
1096 AUTOINOUT for SV style multidimensional arrays, bug294.
1097 Reported by Eric Mastromarchi.
1098 (verilog-preprocess): Use with-current-buffer and
1099 font-lock-fontify-buffer to cleanup style issues.
1100
1101 2010-11-05 Michael Albinus <michael.albinus@gmx.de>
1102
1103 * net/trampver.el: Update release number.
1104
1105 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1106
1107 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
1108 beginning of the string. Use `string-match-p'. (Bug#6765)
1109
1110 2010-11-01 Glenn Morris <rgm@gnu.org>
1111
1112 * locate.el (locate, locate-mode): Doc fixes.
1113
1114 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
1115
1116 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
1117 user for confirmation.
1118 (server-force-stop): Use it.
1119 (server-start): Use server-force-stop for kill-emacs-hook, to
1120 avoid user interaction while killing Emacs.
1121
1122 2010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1123
1124 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
1125 (log-edit-author): New dynamic var.
1126 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries):
1127 Use it to return the author if different from committer.
1128 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
1129
1130 2010-10-31 Eli Zaretskii <eliz@gnu.org>
1131
1132 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
1133
1134 2010-10-31 Chong Yidong <cyd@stupidchicken.com>
1135
1136 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
1137 (vc-root-diff, vc-print-root-log, vc-log-incoming)
1138 (vc-log-outgoing): Use it.
1139 (vc-diff-internal): Set diff-vc-backend.
1140
1141 * vc/diff-mode.el (diff-vc-backend): New var.
1142
1143 2010-10-31 Juri Linkov <juri@jurta.org>
1144
1145 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
1146 buffer-locally to lambda that re-runs the vc diff command.
1147 (Bug#6447)
1148
1149 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1150
1151 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
1152
1153 Make 'g' (AKA revert-buffer) rerun VC log, log-incoming and
1154 log-outgoing commands.
1155 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
1156 to create a buffer local revert-buffer-function variable.
1157 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
1158 revert-buffer-function lambda.
1159
1160 Improve VC create/retrieve tag/branch.
1161 * vc.el (vc-create-tag): Do not read the directory name for VCs
1162 with repository revision granularity. Adjust the tag/branch
1163 prompt. Reset VC properties.
1164 (vc-retrieve-tag): Do not read the directory name for VCs
1165 with repository revision granularity. Reset VC properties.
1166
1167 Add optional support for resetting VC properties.
1168 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
1169 call vc-file-clearprops when true.
1170 (vc-resynch-buffer): Add new optional argument, pass it down.
1171 (vc-resynch-buffers-in-directory): Likewise.
1172
1173 Improve support for special markup in the VC commit message.
1174 * vc-mtn.el (vc-mtn-checkin): Support Author: and Date: markup.
1175 * vc-hg.el (vc-hg-checkin): Add support for Date:.
1176 * vc-git.el (vc-git-checkin):
1177 * vc-bzr.el (vc-bzr-checkin): Likewise.
1178
1179 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
1180 * vc-git.el (vc-git-log-view-mode): Fix font lock for
1181 incoming/outgoing logs.
1182 (vc-git-log-outgoing, vc-git-log-incoming): New functions.
1183
1184 * vc-git.el (vc-git-log-outgoing): Use the same format as the
1185 short log.
1186 (vc-git-log-incoming): Likewise. Run "git fetch" before the log
1187 command
1188
1189 Add bindings for vc-log-incoming and vc-log-outgoing.
1190 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
1191 and vc-log-outgoing.
1192 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
1193 and vc-log-outgoing.
1194
1195 Improve state updating for VC tag commands.
1196 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
1197 to update the state of all buffers in the directory.
1198
1199 2010-05-19 Glenn Morris <rgm@gnu.org>
1200
1201 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
1202
1203 2010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1204
1205 * vc.el (vc-checkin, vc-modify-change-comment):
1206 Adjust to new vc-start/finish-logentry.
1207 (vc-find-conflicted-file): New command.
1208 (vc-transfer-file): Adjust to new vc-checkin.
1209 (vc-next-action): Improve scoping.
1210
1211 * vc-git.el (vc-git-checkin): Use log-edit-extract-headers.
1212 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
1213
1214 * vc-dispatcher.el (vc-log-edit): Shorten names for
1215 log-edit-show-files.
1216
1217 * vc-bzr.el (vc-bzr-checkin): Use log-edit-extract-headers.
1218 (vc-bzr-conflicted-files): New function.
1219
1220 * log-edit.el (log-edit-summary, log-edit-header)
1221 (log-edit-unknown-header): New faces.
1222 (log-edit-headers-alist): New var.
1223 (log-edit-header-contents-regexp): New const.
1224 (log-edit-match-to-eoh): New function.
1225 (log-edit-font-lock-keywords): Use them.
1226 (log-edit): Insert a "Summary:" header as default.
1227 (log-edit-mode): Mark font-lock rules as case-insensitive.
1228 (log-edit-done): Cleanup headers.
1229 (log-edit-extract-headers): New function to replace it.
1230
1231 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with
1232 the windows/frames.
1233
1234 * vc-bzr.el (vc-bzr-shelve-apply): Don't use *vc-bzr-shelve*.
1235
1236 * vc-dir.el (vc-dir-kill-line): New command.
1237 (vc-dir-mode-map): Bind it to C-k.
1238 (vc-dir-headers): Abbreviate the working dir.
1239
1240 * vc-git.el (vc-git-revision-table): Include remote branches.
1241
1242 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1243
1244 New VC methods: vc-log-incoming and vc-log-outgoing.
1245 * vc.el (vc-print-log-setup-buttons, vc-log-internal-common)
1246 (vc-incoming-outgoing-internal, vc-log-incoming, vc-log-outgoing):
1247 New functions.
1248 (vc-print-log-internal): Just call vc-log-internal-common.
1249 (vc-log-view-type): New permanent local variable.
1250
1251 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
1252
1253 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
1254 of the dynamic bound vc-short-log.
1255 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
1256
1257 * vc-git.el (vc-git-log-outgoing): New function.
1258 (vc-git-log-view-mode): Use vc-log-view-type instead
1259 of the dynamic bound vc-short-log.
1260
1261 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead of
1262 the dynamic bound vc-short-log. Highlight the tag.
1263 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
1264 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
1265 (vc-hg-incoming-mode): Remove.
1266 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
1267
1268 Fix default-directory for vc-root-diff.
1269 * vc.el (vc-root-diff): Bind default-directory to the root
1270 directory for the diff command.
1271
1272 2010-10-31 Sam Steingold <sds@gnu.org>
1273
1274 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
1275 `vc-hg-command' with a list of flags.
1276
1277 2010-10-31 Glenn Morris <rgm@gnu.org>
1278
1279 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
1280 log-edit-before-checkin-process.
1281
1282 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
1283
1284 * vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
1285
1286 * vc-dispatcher.el (vc-start-logentry): Doc fix.
1287 (log-view-process-buffer, log-edit-extra-flags): Declare.
1288
1289 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1290
1291 Add special markup processing for commit logs.
1292 * log-edit.el (log-edit): Add new argument MODE. Use that mode
1293 when non-nil instead of the log-view-mode.
1294
1295 * vc.el (vc-default-log-edit-mode): New function.
1296
1297 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
1298 log-edit.
1299
1300 Support for shelving snapshots and for showing shelves.
1301 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
1302 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
1303 New functions.
1304 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1305 (vc-bzr-extra-menu-map): Map them.
1306
1307 2010-10-30 Michael Albinus <michael.albinus@gmx.de>
1308
1309 * net/tramp.el (tramp-handle-insert-file-contents): For root,
1310 preserve owner and group when editing files. (Bug#7289)
1311
1312 2010-10-29 Glenn Morris <rgm@gnu.org>
1313
1314 * speedbar.el (speedbar-mode):
1315 * play/fortune.el (fortune-in-buffer, fortune):
1316 * play/gomoku.el (gomoku-mode):
1317 * play/landmark.el (lm-mode):
1318 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
1319 Replace inappropriate uses of toggle-read-only. (Bug#7292)
1320
1321 2010-10-28 Glenn Morris <rgm@gnu.org>
1322
1323 * select.el (x-selection): Mark it as an obsolete alias.
1324
1325 2010-10-27 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1326
1327 * add-log.el (find-change-log): Use derived-mode-p rather than
1328 major-mode (bug#7284).
1329
1330 2010-10-27 Glenn Morris <rgm@gnu.org>
1331
1332 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
1333 rather than just an unused variable that inherits from the real one.
1334
1335 2010-10-23 Michael McNamara <mac@mail.brushroad.com>
1336
1337 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
1338 auto-built for efficiency of execution and updating.
1339 (verilog-extended-complete-re): Support 'pure' fucntion & task
1340 declarations (these have no bodies).
1341 (verilog-beg-of-statement): General cleanup to enable support of
1342 'pure' fucntion & task declarations (these have no bodies).
1343 These efforts together fix Verilog bug210 from veripool; which was also
1344 noticed by Steve Pearlmutter.
1345 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
1346 (verilog-directive-nest-re, verilog-set-auto-endcomments):
1347 Support `elsif. Reported by Shankar Giri.
1348 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
1349 attribute handling for lining up declarations and assignments.
1350 (verilog-beg-of-statement-1): Fix issue where continued declaration
1351 is indented differently if it is after a begin..end clock.
1352 (verilog-in-attribute-p, verilog-skip-backward-comments)
1353 (verilog-skip-forward-comment-p): Support proper treatment of
1354 attributes by indent code. Reported by Jeff Steele.
1355 (verilog-in-directive-p): Fix comment to correctly describe function.
1356 (verilog-backward-up-list, verilog-in-struct-region-p)
1357 (verilog-backward-token, verilog-in-struct-p)
1358 (verilog-in-coverage-p, verilog-do-indent)
1359 (verilog-pretty-declarations): Use verilog-backward-up-list as
1360 wrapper around backward-up-list inorder to properly skip comments.
1361 Reported by David Rogoff.
1362 (verilog-property-re, verilog-endcomment-reason-re)
1363 (verilog-beg-of-statement, verilog-set-auto-endcomments)
1364 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
1365 of if). Reported by Max Bjurling and
1366 (verilog-calc-1): Fix for clocking block in modport
1367 declaration. Reported by Brian Hunter.
1368
1369 2010-10-23 Wilson Snyder <wsnyder@wsnyder.org>
1370
1371 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
1372 (verilog-gate-keywords, verilog-read-sub-decls)
1373 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
1374 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
1375 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
1376 (verilog-read-decls): Fix spaces in V2K module parameters causing
1377 mis-identification as interfaces, bug287.
1378 (verilog-read-decls): Fix not treating "parameter string" as a
1379 parameter in AUTOINSTPARAM.
1380 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
1381 treating `elsif similar to `endif inside AUTOSENSE.
1382 (verilog-do-indent): Implement correct automatic or static task or
1383 function end comment highlight. Reported by Steve Pearlmutter.
1384 (verilog-font-lock-keywords-2): Fix highlighting of single
1385 character pins, bug264. Reported by Michael Laajanen.
1386 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
1387 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
1388 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
1389 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
1390 (verilog-pretty-expr): Fix interactive arguments, bug272.
1391 Reported by Mark Johnson.
1392 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
1393 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
1394 bug269. Suggested by Gary Delp.
1395 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
1396 (verilog-preprocessor, verilog-set-compile-command):
1397 Create verilog-preprocess and verilog-preprocessor to show
1398 preprocessed output.
1399 (verilog-get-beg-of-line, verilog-get-end-of-line)
1400 (verilog-modi-file-or-buffer, verilog-modi-name)
1401 (verilog-modi-point, verilog-within-string): Move defmacro's
1402 before first use to avoid warning. Reported by Steve Pearlmutter.
1403 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
1404 (verilog-colorize-region, verilog-highlight-buffer)
1405 (verilog-highlight-includes, verilog-highlight-modules)
1406 (verilog-highlight-region, verilog-mode): Rename colorize to
1407 highlight to match other packages. Disable module highlighting,
1408 as received speed complaints, reenable for experimentation only
1409 using new verilog-highlight-modules.
1410 (verilog-read-decls): Fix regexp stack overflow in very large
1411 AUTO_TEMPLATEs, bug250.
1412 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
1413 (verilog-scan): Create verilog-save-buffer-state to standardize
1414 making insignificant changes that shouldn't call hooks.
1415 (verilog-save-no-change-functions, verilog-save-scan-cache)
1416 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
1417 Create verilog-save-no-change-functions to wrap verilog-scan
1418 preservation, and fix to work with nested preserved calls.
1419 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
1420 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
1421 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
1422 (verilog-submit-bug-report): Update variable list to be complete.
1423 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
1424 breaking on-the-fly font-locking.
1425 (verilog-colorize-buffer, verilog-colorize-include-files)
1426 (verilog-colorize-include-files-buffer, verilog-colorize-region)
1427 (verilog-load-file-at-mouse, verilog-load-file-at-point)
1428 (verilog-mode, verilog-read-inst-module-matcher): With point on a
1429 AUTOINST cell instance name, middle mouse button now finds-file on
1430 it. Suggested by Brad Dobbie.
1431 (verilog-alw-get-temps, verilog-auto-reset)
1432 (verilog-auto-sense-sigs, verilog-read-always-signals)
1433 (verilog-read-always-signals-recurse): Fix loop indexes being
1434 AUTORESET. AUTORESET now assumes any variables in the
1435 initialization section of a for() should be ignored.
1436 Reported by Dan Dever.
1437 (verilog-error-font-lock-keywords)
1438 (verilog-error-regexp-emacs-alist)
1439 (verilog-error-regexp-xemacs-alist): Fix error detection of
1440 Cadence HAL, reported by David Asher. Repair drift between the
1441 three similar error variables.
1442 (verilog-modi-lookup, verilog-modi-lookup-cache)
1443 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
1444 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
1445 Fix slow verilog-auto expansion on very large files.
1446 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
1447 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
1448 "{1*2{...". Broke in last revision.
1449 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
1450 submodule connections with replications "{#{a},#{b}}".
1451
1452 2010-10-23 Glenn Morris <rgm@gnu.org>
1453
1454 * comint.el (comint-password-prompt-regexp):
1455 Match "enter the password". (Bug#7224)
1456
1457 2010-10-22 Juanma Barranquero <lekktu@gmail.com>
1458
1459 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
1460 Fix typo in docstring.
1461
1462 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
1463
1464 * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
1465 errors.
1466
1467 * net/trampver.el: Update release number.
1468
1469 2010-10-20 Kenichi Handa <handa@m17n.org>
1470
1471 * face-remap.el (text-scale-adjust): Call read-event with a proper
1472 prompt.
1473
1474 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
1475
1476 * net/tramp.el (tramp-do-file-attributes-with-stat)
1477 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
1478 order to make stat results a float. Patch by Andreas Schwab
1479 <schwab@linux-m68k.org>.
1480
1481 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1482
1483 * repeat.el (repeat): Use read-key (bug#6256).
1484
1485 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
1486
1487 * emacs-lisp/unsafep.el: Don't mark functions that display
1488 messages as safe. Suggested by Johan Bockgård.
1489
1490 2010-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1491
1492 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
1493 Turn comments into docstrings.
1494
1495 * minibuffer.el (completion--replace): Move point where it belongs
1496 when there's a common suffix (bug#7215).
1497
1498 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
1499
1500 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1501 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
1502 <dale@codefu.org>.
1503
1504 2010-10-15 Kenichi Handa <handa@m17n.org>
1505
1506 * international/characters.el: Add category '|' (word breakable)
1507 to fullwidth characters.
1508
1509 2010-10-14 Kenichi Handa <handa@m17n.org>
1510
1511 * mail/rmail.el (rmail-show-message-1): Catch an error of
1512 base64-decode-region and just show an error message (bug#7165).
1513
1514 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
1515 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
1516 a font-spec (bug#7197).
1517
1518 2010-10-13 Glenn Morris <rgm@gnu.org>
1519
1520 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
1521
1522 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
1523
1524 * international/mule.el (define-coding-system):
1525 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1526 * composite.el (compose-region): Fix typo in docstring.
1527
1528 2010-10-10 Jan Djärv <jan.h.d@swipnet.se>
1529
1530 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
1531 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
1532 (mac-right-option-modifier): New alias for ns-right-option-modifier.
1533
1534 * cus-start.el (all): ns-right-alternate-modifier is new.
1535
1536 2010-10-10 Andreas Schwab <schwab@linux-m68k.org>
1537
1538 * Makefile.in (ELCFILES): Update.
1539
1540 2010-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1541
1542 * emacs-lisp/lisp.el (lisp-completion-at-point):
1543 Use emacs-lisp-mode-syntax-table for the whole function.
1544
1545 2010-10-09 Richard Sharman <richard_sharman@mitel.com> (tiny change)
1546
1547 * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
1548 (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
1549 work when breakpoint number exceeds nine.
1550
1551 2010-10-05 David Koppelman <koppel@ece.lsu.edu>
1552
1553 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
1554 instead of font-lock-mode before adding keywords.
1555 Remove hi-lock-mode off code. Remove inhibit hack.
1556 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
1557 non-nil; removed hook inhibit hack.
1558
1559 2010-10-09 Glenn Morris <rgm@gnu.org>
1560
1561 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
1562 (load-path-shadows-find): ... to this.
1563 (list-load-path-shadows): Update for above change.
1564
1565 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
1566
1567 2010-10-08 Glenn Morris <rgm@gnu.org>
1568
1569 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
1570
1571 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
1572 (shadows-compare-text-p): Make it an obsolete alias for...
1573 (load-path-shadows-compare-text): ... new name.
1574 (find-emacs-lisp-shadows): Update for above name change.
1575 (load-path-shadows-same-file-or-nonexistent): New name for the old
1576 shadow-same-file-or-nonexistent.
1577
1578 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
1579
1580 * minibuffer.el (completion--some, completion--do-completion)
1581 (minibuffer-complete-and-exit, minibuffer-completion-help)
1582 (completion-basic-try-completion)
1583 (completion-basic-all-completions)
1584 (completion-pcm--find-all-completions): Use lexical-let to
1585 avoid some false matches in variable completion (Bug#7056)
1586
1587 2010-10-03 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
1588
1589 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
1590
1591 2010-10-03 Leo <sdl.web@gmail.com>
1592
1593 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
1594 return non-nil if the file exists (Bug#7090).
1595
1596 2010-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1597
1598 * minibuffer.el (completion--replace):
1599 Better preserve markers (bug#7138).
1600
1601 2010-09-29 Juanma Barranquero <lekktu@gmail.com>
1602
1603 * server.el (server-process-filter): Doc fix.
1604
1605 2010-09-27 Drew Adams <drew.adams@oracle.com>
1606
1607 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
1608
1609 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
1610
1611 * Makefile.in (ELCFILES): Update.
1612
1613 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1614 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
1615
1616 2010-09-27 Kenichi Handa <handa@m17n.org>
1617
1618 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
1619 "ustar" format.
1620
1621 2010-09-27 Kenichi Handa <handa@m17n.org>
1622
1623 * international/mule.el (define-coding-system): Docstring fixed.
1624
1625 * international/mule-diag.el (describe-character-set): Use princ
1626 with proper print-length and print-level instead of insert.
1627
1628 2010-09-26 Juanma Barranquero <lekktu@gmail.com>
1629
1630 * window.el (walk-windows): Doc fix (bug#7105).
1631
1632 2010-09-23 Glenn Morris <rgm@gnu.org>
1633
1634 * isearch.el (isearch-lazy-highlight-cleanup)
1635 (isearch-lazy-highlight-initial-delay)
1636 (isearch-lazy-highlight-interval)
1637 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
1638 * net/net-utils.el (ipconfig-program-options):
1639 Move aliases to options before the associated definitions.
1640
1641 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1642
1643 * newcomment.el (comment-normalize-vars): Better test validity of
1644 comment-end-skip.
1645
1646 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1647
1648 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
1649 (float-e): New name for `e'.
1650 (degrees-to-radians, radians-to-degrees):
1651 * calendar/solar.el (solar-longitude):
1652 * calculator.el (calculator-registers, calculator-funcall):
1653 * textmodes/artist.el (artist-spray-random-points):
1654 * play/bubbles.el (bubbles--initialize-images): Use new names.
1655
1656 2010-09-19 Eric M. Ludlam <zappo@gnu.org>
1657
1658 Update to CEDET 1.0's version of EIEIO.
1659
1660 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
1661 New function.
1662 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
1663 (eieio-default-eval-maybe): Eval val instead of unquoting only.
1664 (class-precedence-list): If class is nil, return nil.
1665 (eieio-generic-call): If class of first input arg is nil, don't
1666 look up static methods, and do check for primary methods.
1667 (initialize-instance): See if the default needs to be evaluated
1668 during the constructor.
1669 (eieio-perform-slot-validation-for-default): Don't do the check
1670 for values that will eventually be evaluated.
1671 (eieio-eval-default-p): New function.
1672 (eieio-default-eval-maybe): Use it.
1673
1674 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
1675
1676 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
1677 method-invocation-order.
1678 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
1679 (eieio-class-precedence-dfs): Compute class precedence list using
1680 dfs algorithm.
1681 (eieio-class-precedence-bfs): Compute class precedence list using
1682 bfs algorithm.
1683 (eieio-class-precedence-c3): Compute class precedence list using
1684 c3 algorithm.
1685 (class-precedence-list): New function.
1686 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
1687 (inconsistent-class-hierarchy): New error symbol.
1688 (call-next-method): Stow the replacement argument list for future
1689 call-next-method invocations.
1690
1691 2010-09-15 Glenn Morris <rgm@gnu.org>
1692
1693 * calendar/appt.el (appt-check): If not displaying the diary,
1694 use (diary 1) to only get the entries we need.
1695 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
1696 that it is in day order. (Bug#7019)
1697
1698 * calendar/appt.el (appt-check): Rather than showing the diary,
1699 just turn off invisible display, and only if needed.
1700
1701 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
1702
1703 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1704
1705 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1706 Add `when' argument. Update callers.
1707
1708 * subr.el (unintern): Declare the obarray arg mandatory.
1709
1710 2010-09-14 Glenn Morris <rgm@gnu.org>
1711
1712 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1713 Doc fixes.
1714
1715 * calendar/diary-lib.el (diary-included-files): New variable.
1716 (diary-list-entries): Maybe initialize diary-included-files.
1717 (diary-include-other-diary-files): Append to diary-included-files.
1718 * calendar/appt.el (appt-update-list): Also check the members of
1719 diary-included-files. (Bug#6999)
1720 (appt-check): Doc fix.
1721
1722 2010-09-12 David Reitter <david.reitter@gmail.com>
1723
1724 * simple.el (line-move-visual): Do not truncate goal column to
1725 integer size. (Bug#7020)
1726
1727 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1728
1729 * repeat.el (repeat): Allow repeating when the last event is a click.
1730 Suggested by Drew Adams (bug#6256).
1731
1732 2010-09-11 Sascha Wilde <wilde@sha-bang.de>
1733
1734 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1735 Replace setting HGRCPATH to "" by some less invasive --config options.
1736
1737 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1738
1739 * font-lock.el (font-lock-beginning-of-syntax-function):
1740 Mark as obsolete.
1741
1742 2010-09-10 Glenn Morris <rgm@gnu.org>
1743
1744 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1745 and tool-bar modes. (Bug#6211)
1746 (menu-bar-mode): Move setting of standard-value after the
1747 minor-mode definition, otherwise it seems to have no effect.
1748
1749 2010-09-08 Masatake YAMATO <yamato@redhat.com>
1750
1751 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1752 Fix typo. (Bug#6976)
1753
1754 2010-09-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1755
1756 * whitespace.el: Allow cleaning up blanks without blank
1757 visualization (Bug#6651). Adjust help window for
1758 whitespace-toggle-options (Bug#6479). Allow to use fill-column
1759 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
1760 (whitespace-style): Add new value 'face. Adjust docstring.
1761 (whitespace-space, whitespace-hspace, whitespace-tab):
1762 Adjust foreground property face.
1763 (whitespace-line-column): Adjust docstring and type declaration.
1764 (whitespace-style-value-list, whitespace-toggle-option-alist)
1765 (whitespace-help-text): Adjust const initialization.
1766 (whitespace-toggle-options, global-whitespace-toggle-options):
1767 Adjust docstring.
1768 (whitespace-display-window, whitespace-interactive-char)
1769 (whitespace-style-face-p, whitespace-color-on): Adjust code.
1770 (whitespace-help-scroll): New fun.
1771
1772 2010-09-05 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1773
1774 * files.el (directory-abbrev-alist): Use \` as default regexp.
1775
1776 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1777 chars like - or ] (bug#6984).
1778 (rx-any-condense-range): Explode 2-char ranges.
1779
1780 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1781
1782 * textmodes/bibtex.el:
1783 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1784
1785 2010-09-02 Glenn Morris <rgm@gnu.org>
1786
1787 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1788
1789 2010-08-31 Kenichi Handa <handa@m17n.org>
1790
1791 * international/mule-cmds.el (standard-display-european-internal):
1792 Setup standard-display-table for 8-bit characters by storing 8-bit
1793 characters in the element vector.
1794
1795 * disp-table.el (standard-display-8bit):
1796 Setup standard-display-table for 8-bit characters by storing 8-bit
1797 characters in the element vector.
1798 (standard-display-european): Likewise.
1799
1800 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
1801
1802 Sync with Tramp 2.1.19.
1803
1804 * net/tramp-cmds.el (tramp-cleanup-all-connections)
1805 (tramp-reporter-dump-variable, tramp-load-report-modules)
1806 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1807 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1808
1809 * net/tramp-compat.el (top): Do not autoload
1810 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
1811 only when `start-file-process' is not bound.
1812 (byte-compile-not-obsolete-vars): Define if not bound.
1813 (tramp-compat-funcall): New defmacro.
1814 (tramp-compat-line-beginning-position)
1815 (tramp-compat-line-end-position)
1816 (tramp-compat-temporary-file-directory)
1817 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1818 (tramp-compat-copy-file, tramp-compat-copy-directory)
1819 (tramp-compat-delete-file, tramp-compat-delete-directory)
1820 (tramp-compat-number-sequence, tramp-compat-process-running-p):
1821 Use it.
1822 (tramp-advice-file-expand-wildcards): Do not use
1823 `tramp-handle-file-remote-p'.
1824 (tramp-compat-make-temp-file): Simplify fallback implementation.
1825 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1826 (tramp-compat-copy-tree): Remove function.
1827 (tramp-compat-delete-file): New defun.
1828 (tramp-compat-delete-directory): Provide implementation for older
1829 Emacsen.
1830 (tramp-compat-file-attributes): Handle only
1831 `wrong-number-of-arguments' error.
1832
1833 * net/tramp-fish.el (tramp-fish-handle-copy-file):
1834 Add PRESERVE_SELINUX_CONTEXT.
1835 (tramp-fish-handle-delete-file): Add TRASH arg.
1836 (tramp-fish-handle-directory-files-and-attributes):
1837 Do not use `tramp-fish-handle-file-attributes.
1838 (tramp-fish-handle-file-local-copy)
1839 (tramp-fish-handle-insert-file-contents)
1840 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1841
1842 * net/tramp-gvfs.el (top): Require url-util.
1843 (tramp-gvfs-mount-point): Remove.
1844 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1845 and `set-file-selinux-context'.
1846 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1847 (tramp-gvfs-handle-file-selinux-context)
1848 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1849 (with-tramp-dbus-call-method): Format trace message.
1850 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1851 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1852 Implement backup call, when operation on local files fails.
1853 Use progress reporter. Flush properties of changed files.
1854 (tramp-gvfs-handle-delete-file): Add TRASH arg.
1855 Use `tramp-compat-delete-file'.
1856 (tramp-gvfs-handle-expand-file-name): Expand "~/".
1857 (tramp-gvfs-handle-make-directory): Make more traces.
1858 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1859 (tramp-gvfs-url-file-name): Hexify file name in url.
1860 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1861 into account for the resulting file name.
1862 (tramp-gvfs-handler-askquestion): Preserve current message, in
1863 order to let progress reporter continue afterwards. (Bug#6257)
1864 Return dummy mountpoint, when the answer is "no".
1865 See `tramp-gvfs-maybe-open-connection'.
1866 (tramp-gvfs-handler-mounted-unmounted)
1867 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1868 attribute "default_location". Set "prefix" property.
1869 Handle default-location.
1870 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1871 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1872 exists. Raise an error, if not (due to a corresponding answer
1873 "no" in interactive questions, for example).
1874 Use `tramp-compat-funcall'.
1875
1876 * net/tramp-imap.el (top): Autoload `epg-make-context'.
1877 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1878 (tramp-imap-do-copy-or-rename-file)
1879 (tramp-imap-handle-insert-file-contents)
1880 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1881 (tramp-imap-handle-delete-file): Add TRASH arg.
1882
1883 * net/tramp-smb.el (tramp-smb-handle-copy-file):
1884 Add PRESERVE-SELINUX-CONTEXT.
1885 (tramp-smb-handle-copy-file)
1886 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1887 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1888 Use `with-progress-reporter'.
1889 (tramp-smb-handle-delete-file): Add TRASH arg.
1890
1891 * net/tramp.el (tramp-methods): Move hostname to the end in all
1892 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
1893 appropriate.
1894 (tramp-verbose): Describe verbose level 9.
1895 (tramp-completion-function-alist)
1896 (tramp-file-name-regexp, tramp-chunksize)
1897 (tramp-local-coding-commands, tramp-remote-coding-commands)
1898 (with-connection-property, tramp-completion-mode-p)
1899 (tramp-action-process-alive, tramp-action-out-of-band)
1900 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1901 (tramp-exists-file-name-handler): Fix docstring.
1902 (tramp-remote-process-environment): Use `format' instead of
1903 `concat'. Protect version string by apostroph.
1904 (tramp-shell-prompt-pattern): Do not use a shy group in case of
1905 XEmacs.
1906 (tramp-file-name-regexp-unified)
1907 (tramp-completion-file-name-regexp-unified): On W32 systems, do
1908 not regard the volume letter as remote filename. (Bug#5447)
1909 (tramp-perl-file-attributes)
1910 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1911 (tramp-vc-registered-read-file-names): Read input as
1912 here-document, otherwise the command could exceed maximum length
1913 of command line.
1914 (tramp-file-name-handler-alist): Add `file-selinux-context' and
1915 `set-file-selinux-context'.
1916 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
1917 backtrace functions.
1918 (tramp-error-with-buffer): Don't show the connection buffer when
1919 we are in completion mode.
1920 (tramp-progress-reporter-update, tramp-remote-selinux-p)
1921 (tramp-handle-file-selinux-context)
1922 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
1923 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
1924 New defuns.
1925 (with-progress-reporter): New defmacro.
1926 (tramp-debug-outline-regexp): New defconst.
1927 (top, tramp-rfn-eshadow-setup-minibuffer)
1928 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1929 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1930 (tramp-completion-mode-p, tramp-check-for-regexp)
1931 (tramp-open-connection-setup-interactive-shell)
1932 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1933 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1934 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
1935 Use `tramp-compat-funcall'.
1936 (tramp-handle-make-symbolic-link): Flush file properties.
1937 (tramp-handle-load, tramp-handle-file-local-copy)
1938 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1939 (tramp-handle-vc-registered, tramp-maybe-send-script)
1940 (tramp-find-shell): Use `with-progress-reporter'.
1941 (tramp-do-file-attributes-with-stat): Add space in format string,
1942 in order to work around a bug in pdksh. Reported by Gilles Pion
1943 <gpion@lfdj.com>.
1944 (tramp-handle-verify-visited-file-modtime): Do not send a command
1945 when the connection is not established.
1946 (tramp-handle-set-file-times): Simplify the check for utc.
1947 (tramp-handle-directory-files-and-attributes)
1948 (tramp-get-remote-path): Use `copy-tree'.
1949 (tramp-completion-handle-file-name-all-completions): Ensure, that
1950 non remote files are still checked. Oops.
1951 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1952 Handle PRESERVE-SELINUX-CONTEXT.
1953 (tramp-do-copy-or-rename-file): Add progress reporter.
1954 (tramp-do-copy-or-rename-file-directly): Do not use
1955 `tramp-handle-file-remote-p'.
1956 (tramp-do-copy-or-rename-file-out-of-band):
1957 Use `tramp-compat-delete-directory'.
1958 (tramp-do-copy-or-rename-file-out-of-band)
1959 (tramp-compute-multi-hops, tramp-maybe-open-connection):
1960 Use `format-spec-make'.
1961 (tramp-handle-delete-file): Add TRASH arg.
1962 (tramp-handle-dired-uncache): Flush directory cache, not only file
1963 cache.
1964 (tramp-handle-expand-file-name)
1965 (tramp-completion-handle-file-name-all-completions)
1966 (tramp-completion-handle-file-name-completion):
1967 Use `tramp-connectable-p'.
1968 (tramp-handle-start-file-process): Set connection property "vec".
1969 Use it, in order to invalidate file caches. Check only for
1970 `remote-tty' process property.
1971 Implement tty setting. (Bug#4604, Bug#6360)
1972 (tramp-file-name-for-operation): Add `call-process-region' and
1973 `set-file-selinux-context'.
1974 (tramp-find-foreign-file-name-handler)
1975 (tramp-advice-make-auto-save-file-name)
1976 (tramp-set-auto-save-file-modes): Remove superfluous check for
1977 `stringp'. This is done inside `tramp-tramp-file-p'.
1978 (tramp-file-name-handler): Trace 'quit. Catch the error for some
1979 operations when we are in completion mode. This gives the user
1980 the chance to correct the file name in the minibuffer.
1981 (tramp-completion-mode-p): Use `non-essential'.
1982 (tramp-handle-file-name-all-completions): Backward/ XEmacs
1983 compatibility: Use `completion-ignore-case' if
1984 `read-file-name-completion-ignore-case' does not exist.
1985 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1986 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1987 `tramp-open-shell'.
1988 (tramp-action-password): Hide password prompt before next run.
1989 (tramp-process-actions): Widen connection buffer for the trace.
1990 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1991 process property. Trace stty settings if `tramp-verbose' >= 9.
1992 Apply workaround for IRIX64 bug. Move argument of last
1993 `tramp-send-command' where it belongs to.
1994 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1995 front of `login-args'.
1996 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1997 on "/dev/null" instead of "/".
1998 (tramp-get-ls-command-with-dired): Make test for "--dired"
1999 stronger.
2000 (tramp-set-auto-save-file-modes): Adapt version check.
2001 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
2002 (tramp-handle-process-file): Call the program in a subshell, in
2003 order to preserve working directory.
2004 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
2005 `tramp-remote-sh' from `tramp-methods'.
2006 (tramp-get-ls-command): Make test for "--color=never" stronger.
2007 (tramp-check-for-regexp): Use (forward-line 1).
2008
2009 * net/trampver.el: Update release number.
2010
2011 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
2012
2013 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
2014 empty argument to gvfs-copy.
2015
2016 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
2017
2018 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
2019 handle new TRASH arg of `delete-file'.
2020
2021 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
2022
2023 * net/tramp.el (tramp-handle-insert-directory): Don't use
2024 `forward-word', its default syntax could be changed.
2025
2026 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2027 Michael Albinus <michael.albinus@gmx.de>
2028
2029 Implement compression for inline methods.
2030
2031 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
2032 (tramp-copy-size-limit): Allow also nil.
2033 (tramp-inline-compress-commands): New defconst.
2034 (tramp-find-inline-compress, tramp-get-inline-compress)
2035 (tramp-get-inline-coding): New defuns.
2036 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2037 replaced by `tramp-get-inline-coding'.
2038 (tramp-handle-file-local-copy, tramp-handle-write-region)
2039 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
2040
2041 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
2042
2043 Detect ssh 'ControlMaster' argument automatically in some cases.
2044
2045 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2046 (tramp-default-method): Use it.
2047
2048 2010-08-26 Karel Klíč <kklic@redhat.com>
2049
2050 * net/tramp.el (tramp-file-name-for-operation):
2051 Add file-selinux-context.
2052
2053 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
2054
2055 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
2056
2057 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
2058
2059 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
2060 (Bug#6907).
2061
2062 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
2063
2064 * progmodes/python.el (python-block-pairs): Allow use of "finally"
2065 with "else" (Bug#3991).
2066
2067 2010-08-22 Leo <sdl.web@gmail.com>
2068
2069 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
2070 (ignore, bright, dim, keyword): Split list of nicknames before
2071 passing to rcirc-add-or-remove (Bug#6894).
2072
2073 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2074
2075 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
2076
2077 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2078
2079 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
2080 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
2081 New version 13.0.
2082 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
2083 Adjust initialization.
2084 (whitespace-bob-marker, whitespace-eob-marker)
2085 (whitespace-buffer-changed): New vars.
2086 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
2087 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
2088 (whitespace-post-command-hook, whitespace-display-char-on):
2089 Adjust code.
2090 (whitespace-looking-back, whitespace-buffer-changed): New funs.
2091 (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
2092
2093 2010-08-21 Leo <sdl.web@gmail.com>
2094
2095 Fix buffer-list rename&refresh after killing a buffer in ido.
2096 * ido.el: Revert Óscar's.
2097 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
2098 Remember the buffers at head, rather than their name.
2099 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
2100
2101 2010-08-21 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
2102 Stefan Monnier <monnier@iro.umontreal.ca>
2103
2104 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
2105 extra backslash added to each line (bug#6890).
2106
2107 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2108
2109 * subr.el (read-key): Don't echo keystrokes (bug#6883).
2110
2111 2010-08-21 Glenn Morris <rgm@gnu.org>
2112
2113 * menu-bar.el (menu-bar-games-menu): Add landmark.
2114
2115 2010-08-20 Glenn Morris <rgm@gnu.org>
2116
2117 * align.el (align-regexp): Make group and spacing arguments
2118 use the interactive defaults when non-interactive. (Bug#6698)
2119
2120 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
2121 expansion, so as not to need sendmail.
2122 (mail-text-start): Remove declaration.
2123 (rmail-retry-failure): Require sendmail.
2124
2125 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2126
2127 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
2128
2129 2010-08-18 Michael Albinus <michael.albinus@gmx.de>
2130
2131 * progmodes/flymake.el (flymake-start-syntax-check-process):
2132 Use `start-file-process' in order to let it run also on remote hosts.
2133
2134 2010-08-18 Kenichi Handa <handa@m17n.org>
2135
2136 * files.el: Add `word-wrap' as safe local variable.
2137
2138 2010-08-18 Glenn Morris <rgm@gnu.org>
2139
2140 * woman.el (woman-translate): Case matters. (Bug#6849)
2141
2142 2010-08-14 Chong Yidong <cyd@stupidchicken.com>
2143
2144 * simple.el (kill-region): Doc fix (Bug#6787).
2145
2146 2010-08-14 Glenn Morris <rgm@gnu.org>
2147
2148 * calendar/diary-lib.el (diary-header-line-format):
2149 Fit it to the window, not the frame.
2150
2151 2010-08-11 Andreas Schwab <schwab@linux-m68k.org>
2152
2153 * subr.el (ignore-errors): Add debug declaration.
2154
2155 2010-08-09 Geoff Gole <geoffgole@gmail.com> (tiny change)
2156
2157 * whitespace.el (whitespace-color-off): Remove post-command-hook
2158 locally.
2159
2160 2010-08-08 Johan Bockgård <bojohan@gnu.org>
2161
2162 * replace.el (replace-highlight): Bind isearch-forward and
2163 isearch-error, ensuring that highlighting is updated if the user
2164 switches the search direction (Bug#6808).
2165
2166 * isearch.el (isearch-lazy-highlight-forward): New var.
2167 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2168 (isearch-lazy-highlight-update): Use it.
2169
2170 2010-08-06 Kenichi Handa <handa@m17n.org>
2171
2172 * international/mule.el (define-charset): Store NAME as :base property.
2173 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
2174 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
2175 current priority. Force using the designation of the specific
2176 charset by adding `charset' text property. Improve the whole
2177 algorithm.
2178
2179 2010-08-05 Juanma Barranquero <lekktu@gmail.com>
2180
2181 * emulation/pc-select.el (pc-selection-mode-hook)
2182 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
2183 (pc-selection-mode): Fix typos in docstrings.
2184
2185 2010-08-04 Kenichi Handa <handa@m17n.org>
2186
2187 * language/cyrillic.el: Don't add "microsoft-cp1251" to
2188 ctext-non-standard-encodings-alist here.
2189
2190 * international/mule.el (ctext-non-standard-encodings-alist):
2191 Add "koi8-r" and "microsoft-cp1251".
2192 (ctext-standard-encodings): New variable.
2193 (ctext-non-standard-encodings-table): List only elements for
2194 non-standard encodings.
2195 (ctext-pre-write-conversion): Adjust for the above change.
2196 Check ctext-standard-encodings.
2197
2198 * international/mule-conf.el (compound-text): Doc fix.
2199 (ctext-no-compositions): Doc fix.
2200 (compound-text-with-extensions): Doc fix.
2201
2202 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
2203
2204 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
2205
2206 2010-08-03 Juanma Barranquero <lekktu@gmail.com>
2207
2208 * progmodes/which-func.el (which-func-format): Split help-echo text
2209 into lines, like other mode-line tooltips.
2210
2211 * server.el (server-start): When using TCP sockets, force IPv4
2212 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
2213
2214 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2215
2216 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
2217
2218 2010-08-02 Juanma Barranquero <lekktu@gmail.com>
2219
2220 * term.el (term-delimiter-argument-list): Reflow docstring.
2221 (term-read-input-ring, term-write-input-ring, term-send-input)
2222 (term-bol, term-erase-in-display, serial-supported-or-barf):
2223 Fix typos in docstrings.
2224
2225 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2226
2227 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
2228
2229 2010-08-01 Juanma Barranquero <lekktu@gmail.com>
2230
2231 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
2232
2233 2010-08-01 MON KEY <monkey@sandpframing.com> (tiny change)
2234
2235 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
2236 Fix typo in docstring (bug#6747).
2237
2238 2010-07-30 Leo <sdl.web@gmail.com>
2239
2240 * eshell/esh-io.el (eshell-get-target): Better detection of
2241 read-only file (Bug#6762).
2242
2243 2010-07-30 Juanma Barranquero <lekktu@gmail.com>
2244
2245 * align.el (align-default-spacing): Doc fix.
2246 (align-region-heuristic, align-regexp): Fix typos in docstrings.
2247
2248 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
2249
2250 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
2251
2252 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
2253
2254 * time.el (display-time-day-and-date): Remove spurious * in docstring.
2255 (display-time-world-buffer-name, display-time-world-mode-map):
2256 Fix typos in docstrings.
2257
2258 2010-07-17 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
2259
2260 * image-mode.el (image-display-size): New function.
2261 (image-forward-hscroll, image-next-line, image-eol, image-eob)
2262 (image-mode-fit-frame): Use it (Bug#6639).
2263
2264 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
2265
2266 * dired.el (dired-buffers-for-dir): Handle list values of
2267 dired-directory (Bug#6636).
2268
2269 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
2270
2271 * vc.el (vc-coding-system-inherit-eol): New defvar.
2272 (vc-coding-system-for-diff): Use it to decide whether to inherit
2273 from the file the EOL format for reading the diffs of that file.
2274 (Bug#4451)
2275
2276 2010-07-16 Eli Zaretskii <eliz@gnu.org>
2277
2278 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
2279 unibyte, so compressed attachments are not compressed again.
2280
2281 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
2282
2283 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
2284 now that unicode is used (Bug#6594).
2285
2286 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
2287
2288 * simple.el (push-mark-command): Set the selection if
2289 select-active-regions is non-nil.
2290
2291 2010-07-10 Glenn Morris <rgm@gnu.org>
2292
2293 * calendar/calendar.el (calendar-week-end-day): New function.
2294 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
2295 Respect calendar-week-start-day. (Bug#6606)
2296 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
2297 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
2298 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
2299 respect calendar-week-start-day.
2300
2301 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
2302
2303 * simple.el (use-region-p): Doc fix (Bug#6607).
2304
2305 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
2306
2307 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
2308 builtins (BufferError, BytesWarning, WindowsError; callables
2309 bin, bytearray, bytes, format, memoryview, next, print; __package__).
2310
2311 2010-07-07 Glenn Morris <rgm@gnu.org>
2312
2313 * play/zone.el (zone-fall-through-ws): Fix next-line ->
2314 forward-line fallout.
2315
2316 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
2317
2318 * mouse.el (mouse-appearance-menu): Add docstring.
2319
2320 * help.el (describe-key): Print up-event using key-description.
2321
2322 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
2323
2324 * net/zeroconf.el (zeroconf-resolve-service)
2325 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
2326 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
2327
2328 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
2329
2330 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
2331
2332 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
2333
2334 Avoid displaying files with a nil state in vc-dir.
2335 * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
2336 cases that cause insertion.
2337 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
2338 with a nil state.
2339
2340 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
2341
2342 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
2343
2344 2010-06-29 Leo <sdl.web@gmail.com>
2345
2346 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
2347
2348 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
2349
2350 * generic-x.el (bat-generic-mode): Fix regexp for command line
2351 switches (Bug#5719).
2352
2353 2010-06-27 Masatake YAMATO <yamato@redhat.com>
2354
2355 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
2356 of nconc to avoid pure storage error (Bug#6239).
2357
2358 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
2359
2360 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
2361 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
2362 bindings of bookmark-automatically-show-annotations (Bug#6515).
2363
2364 2010-06-25 Eli Zaretskii <eliz@gnu.org>
2365
2366 * arc-mode.el (archive-zip-extract): Don't quote the file name on
2367 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
2368
2369 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
2370
2371 * comint.el (make-comint, make-comint-in-buffer): Mention return
2372 value in the docstrings. (Bug#6498)
2373
2374 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
2375
2376 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
2377 since it is not present when using some non-default switches.
2378
2379 2010-06-23 Karl Fogel <kfogel@red-bean.com>
2380
2381 * simple.el (compose-mail): Fix doc string to refer to
2382 `compose-mail-user-agent-warnings', instead of to the
2383 nonexistent `compose-mail-check-user-agent'.
2384
2385 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2386
2387 Fix vc-annotate for renamed files when using Git.
2388 * vc-git.el (vc-git-find-revision): Deal with empty results from
2389 ls-files. Doe not pass the object as a file name to cat-file, it
2390 is not a file name.
2391 (vc-git-annotate-command): Pass the file name using -- to avoid
2392 ambiguity with the revision.
2393 (vc-git-previous-revision): Pass a relative file name.
2394
2395 2010-06-22 Glenn Morris <rgm@gnu.org>
2396
2397 * progmodes/js.el (js-mode-map): Use standard capitalization and
2398 ellipses for menu entries.
2399
2400 * wid-edit.el (widget-complete): Doc fix.
2401
2402 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
2403
2404 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
2405
2406 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2407
2408 Fix annotating other revisions for renamed files in vc-annotate.
2409 * vc-annotate.el (vc-annotate): Add an optional argument for the
2410 VC backend. Use it when non-nil.
2411 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate
2412 (Bug#6487).
2413
2414 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
2415 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
2416 Do not pass the file name to the 'previous-revision call when we
2417 don't want a file diff. (Bug#6489)
2418
2419 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
2420
2421 Fix finding revisions for renamed files in vc-annotate.
2422 * vc.el (vc-find-revision): Add an optional argument for
2423 the VC backend. Use it when non-nil.
2424 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
2425 backend to vc-find-revision. (Bug#6487)
2426
2427 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
2428
2429 Fix reading file names in Git annotate buffers.
2430 * vc-git.el (vc-git-annotate-extract-revision-at-line):
2431 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
2432
2433 2010-06-20 Alan Mackenzie <acm@muc.de>
2434
2435 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
2436 in file local variables, set it first.
2437
2438 2010-06-19 Glenn Morris <rgm@gnu.org>
2439
2440 * descr-text.el (describe-char-unicode-data): Insert separating
2441 space when needed. (Bug#6422)
2442
2443 * progmodes/idlwave.el (idlwave-action-and-binding):
2444 Fix typo in 2009-12-03 change. (Bug#6450)
2445
2446 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
2447
2448 * subr.el (read-quoted-char): Fix up last change (bug#6290).
2449
2450 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
2451
2452 * font-lock.el (font-lock-major-mode): Rename from
2453 font-lock-mode-major-mode to distinguish it from
2454 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
2455 (font-lock-set-defaults):
2456 * font-core.el (font-lock-default-function): Adjust users.
2457 (font-lock-mode): Don't set it at all.
2458
2459 2010-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2460
2461 * vc-annotate.el (vc-annotate): Use vc-read-revision.
2462
2463 2010-06-15 Glenn Morris <rgm@gnu.org>
2464
2465 * calendar/appt.el (appt-time-msg-list): Doc fix.
2466 (appt-check): Let-bind appt-warn-time.
2467 (appt-add): Make the 3rd argument optional.
2468 Simplify argument names. Doc fix. Check for integer WARNTIME.
2469 Only add WARNTIME to the output list if non-nil.
2470
2471 2010-06-15 Ivan Kanis <apple@kanis.eu>
2472
2473 * calendar/appt.el (appt-check): Let the 3rd element of
2474 appt-time-msg-list specify the warning time.
2475 (appt-add): Add new argument with the warning time. (Bug#5176)
2476
2477 2010-06-12 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
2478
2479 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
2480 older than version 1.6. (Bug#6361)
2481
2482 2010-06-12 Helmut Eller <eller.helmut@gmail.com>
2483
2484 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
2485 used by cl-do-arglist. (Bug#6408)
2486
2487 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2488
2489 * emacs-lisp/advice.el (ad-compile-function):
2490 Define warning-suppress-types before we let-bind it (bug#6275).
2491
2492 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
2493 declare it, make it buffer-local and permanent-local (bug#6324).
2494 (vc-resynch-window): Adjust name.
2495 * vc-hooks.el (vc-find-file-hook): Adjust name.
2496
2497 2010-06-07 Jonathan Rockway <jon@jrock.us>
2498
2499 * net/rcirc.el: Add support for password authentication.
2500 (rcirc-server-alist): Add :password keyword.
2501 (rcirc): Ask for a password, or get it from the server's alist.
2502 (rcirc-connect): Add password argument. Pass it to server.
2503
2504 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
2505
2506 * net/dbus.el (dbus-register-method): Declare function.
2507 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
2508 (dbus-introspect): Doc fix.
2509 (dbus-event-bus-name, dbus-introspect-get-interface)
2510 (dbus-introspect-get-argument): Reflow docstrings.
2511
2512 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
2513
2514 * term/common-win.el (x-colors): Add "dark green" and "dark
2515 turquoise" (Bug#6332).
2516
2517 2010-06-03 Glenn Morris <rgm@gnu.org>
2518
2519 * desktop.el (desktop-clear-preserve-buffers):
2520 Add "*Warnings*" buffer. (Bug#6336)
2521
2522 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
2523
2524 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
2525
2526 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2527
2528 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
2529 `file-directory-p' to the filename part rather than to the whole text.
2530
2531 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2532
2533 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
2534
2535 2010-05-31 Drew Adams <drew.adams@oracle.com>
2536
2537 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
2538
2539 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
2540
2541 * subr.el (momentary-string-display): Just use read-event to read
2542 the exit event (Bug#6238).
2543
2544 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
2545
2546 * ansi-color.el: Delete unused escape sequences (Bug#6085).
2547 (ansi-color-drop-regexp): New constant.
2548 (ansi-color-apply, ansi-color-filter-region)
2549 (ansi-color-apply-on-region): Delete unrecognized control sequences.
2550 (ansi-color-apply): Build string list before calling concat.
2551
2552 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
2553
2554 * progmodes/verilog-mode.el (verilog-type-font-keywords):
2555 Use font-lock-constant-face, not obsolete font-lock-reference-face.
2556
2557 2010-05-27 Masatake YAMATO <yamato@redhat.com>
2558
2559 * htmlfontify.el (hfy-face-resolve-face): New function.
2560 (hfy-face-to-style): Use it (Bug#6279).
2561
2562 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2563
2564 * epa.el (epa--select-keys): Don't explicitly delete the window since
2565 that can fail (e.g. sole window in frame). Use dedication instead.
2566
2567 2010-05-19 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
2568
2569 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
2570
2571 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2572
2573 * subr.el (read-quoted-char): Resolve modifiers after key
2574 remapping (bug#6212).
2575
2576 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2577
2578 * tmm.el (tmm-prompt): Don't try to precompute bindings.
2579 (tmm-get-keymap): Compute shortcuts (bug#6171).
2580
2581 2010-05-10 Glenn Morris <rgm@gnu.org>
2582
2583 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
2584 all dired buffers, even tramp ones. (Bug#5755) [Backport from trunk]
2585
2586 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2587
2588 * Version 23.2 released.
2589
2590 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
2591
2592 * international/mule.el (auto-coding-alist): Only purecopy
2593 car of each item, not the whole list (Bug#6083).
2594
2595 2010-05-02 Chong Yidong <cyd@stupidchicken.com>
2596
2597 * progmodes/js.el (js-mode): Make paragraph variables local before
2598 calling c-setup-paragraph-variables (Bug#6071).
2599
2600 2010-05-01 Eli Zaretskii <eliz@gnu.org>
2601
2602 * composite.el (compose-region, reference-point-alist): Fix typos
2603 in the doc strings.
2604
2605 2010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2606
2607 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2608 gnuplot's "set" command.
2609
2610 2010-04-26 Juanma Barranquero <lekktu@gmail.com>
2611
2612 * abbrev.el (last-abbrev-text): Doc fix.
2613 (abbrev-prefix-mark): Don't escape parenthesis.
2614
2615 2010-04-24 Andreas Schwab <schwab@linux-m68k.org>
2616
2617 * composite.el (find-composition): Doc fix.
2618
2619 2010-04-24 Juanma Barranquero <lekktu@gmail.com>
2620
2621 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2622 (sql-oracle-program, sql-sqlite-options)
2623 (sql-query-placeholders-and-send): Doc fixes.
2624 (sql-set-product, sql-interactive-mode): Reflow docstrings.
2625 (sql-imenu-generic-expression, sql-buffer)
2626 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2627 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2628 (sql-mode-sybase-font-lock-keywords)
2629 (sql-mode-informix-font-lock-keywords)
2630 (sql-mode-interbase-font-lock-keywords)
2631 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2632 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2633 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2634 (sql-product-feature, sql-highlight-product)
2635 (comint-line-beginning-position, sql-rename-buffer)
2636 (sql-toggle-pop-to-buffer-after-send-region)
2637 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2638 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2639 Fix typos in docstrings.
2640
2641 2010-04-23 Juri Linkov <juri@jurta.org>
2642
2643 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2644 property instead of `invisible' and `after-string' (bug#5998).
2645
2646 2010-04-23 Juri Linkov <juri@jurta.org>
2647
2648 * image-mode.el (image-mode-as-text): Fix typo in docstring.
2649
2650 2010-04-23 Juanma Barranquero <lekktu@gmail.com>
2651
2652 * filecache.el (file-cache-add-directory-list)
2653 (file-cache-add-directory-recursively): Fix typos in docstrings.
2654
2655 2010-04-22 Kenichi Handa <handa@m17n.org>
2656
2657 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2658 (gujarati-composable-pattern): Fix typo.
2659
2660 2010-04-20 Kenichi Handa <handa@m17n.org>
2661
2662 * language/indian.el (oriya-composable-pattern)
2663 (tamil-composable-pattern, malayalam-composable-pattern):
2664 Add two-part vowels to "v" (vowel sign).
2665
2666 2010-04-20 Chong Yidong <cyd@stupidchicken.com>
2667
2668 * files.el (copy-directory): Handle symlinks (Bug#5982).
2669
2670 * progmodes/compile.el (compilation-next-error-function):
2671 Revert 2009-10-12 change (Bug#5983).
2672
2673 2010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2674
2675 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2676 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
2677 (Bug#5846).
2678
2679 2010-04-20 Glenn Morris <rgm@gnu.org>
2680
2681 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2682
2683 * minibuffer.el (completion-at-point): Doc fix.
2684
2685 2010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
2686
2687 Fix the version number for added files.
2688 * vc-hg.el (vc-hg-working-revision): Check if the file is
2689 registered after hg parent fails (Bug#5961).
2690
2691 2010-04-17 Glenn Morris <rgm@gnu.org>
2692
2693 * htmlfontify.el (htmlfontify-buffer)
2694 (htmlfontify-copy-and-link-dir): Autoload entry points.
2695
2696 2010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
2697
2698 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
2699 name relative to the project root (Bug#5960).
2700
2701 2010-04-16 Glenn Morris <rgm@gnu.org>
2702
2703 * vc-git.el (vc-git-print-log): Doc fix.
2704
2705 2010-04-14 Óscar Fuentes <ofv@wanadoo.es>
2706
2707 * ido.el (ido-file-internal): Fix 2009-12-02 change.
2708
2709 2010-04-14 Christoph <cschol2112@googlemail.com> (tiny change)
2710
2711 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
2712 default settings (Bug#5928).
2713
2714 2010-04-10 Glenn Morris <rgm@gnu.org>
2715
2716 * progmodes/fortran.el (fortran-match-and-skip-declaration):
2717 New function.
2718 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
2719
2720 2010-04-07 Kenichi Handa <handa@m17n.org>
2721
2722 * language/indian.el (malayalam-composable-pattern): Fix previous
2723 change (add U+0D4D "SIGN VIRAMA").
2724 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2725 (tamil-composable-pattern): Fix typo in the regexp.
2726 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2727 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2728 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2729
2730 2010-04-06 Chong Yidong <cyd@stupidchicken.com>
2731
2732 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2733 paragraph-separate (Bug#5821).
2734
2735 2010-04-05 Juri Linkov <juri@jurta.org>
2736
2737 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2738
2739 * info.el (Info-find-node-2): Comment out code that skips
2740 breadcrumbs line.
2741 (Info-mouse-follow-link): New command.
2742 (Info-link-keymap): New keymap.
2743 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2744 Return a string with links instead of inserting breadcrumbs
2745 to the Info buffer.
2746 (Info-fontify-node): Comment out code that inserts breadcrumbs.
2747 Instead of putting the `invisible' text property over the Info
2748 header, make an overlay over the Info header with the `invisible'
2749 property and `after-string' set to the string returned by
2750 `Info-breadcrumbs'.
2751
2752 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
2753
2754 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2755 Reported by monkey@sandpframing.com.
2756
2757 2010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
2758
2759 * textmodes/artist.el (artist-mode): Fix typo in docstring.
2760 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
2761
2762 2010-03-30 Kenichi Handa <handa@m17n.org>
2763
2764 * language/sinhala.el (composition-function-table): Fix regexp for
2765 the new Unicode specification.
2766
2767 * language/indian.el (devanagari-composable-pattern)
2768 (tamil-composable-pattern, kannada-composable-pattern)
2769 (malayalam-composable-pattern): Adjust for the new Unicode
2770 specification.
2771 (bengali-composable-pattern, gurmukhi-composable-pattern)
2772 (gujarati-composable-pattern, oriya-composable-pattern)
2773 (telugu-composable-pattern): New variables to cope with the new
2774 Unicode specification. Use them in composition-function-table.
2775
2776 2010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2777
2778 Make tmm-menubar work for the Buffers menu again (bug#5726).
2779 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2780 vectors rather than cons cells, as used in menu-bar-update-buffers.
2781
2782 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
2783
2784 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2785 (js-insert-and-indent): Revert 2009-08-15 change, restoring
2786 electric punctuation for "{}();,:" (Bug#5586).
2787
2788 * mail/sendmail.el (mail-default-directory): Doc fix.
2789
2790 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
2791
2792 * mail/sendmail.el (mail-default-directory): Doc fix.
2793
2794 2010-03-27 Eli Zaretskii <eliz@gnu.org>
2795
2796 * subr.el (version-regexp-alist, version-to-list)
2797 (version-list-<, version-list-=, version-list-<=)
2798 (version-list-not-zero, version<, version<=, version=): Doc fix.
2799 (Bug#5744).
2800
2801 2010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2802 Nick Roberts <nickrob@snap.net.nz>
2803
2804 * progmodes/gdb-ui.el (gdb-apple-test): New function.
2805 (gdb-init-1): Use it.
2806
2807 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2808
2809 * vc.el (vc-root-diff): Doc fix.
2810
2811 2010-03-25 Chong Yidong <cyd@stupidchicken.com>
2812
2813 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2814
2815 * simple.el (append-to-buffer): Fix last change.
2816
2817 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
2818
2819 * simple.el (append-to-buffer): Ensure that point is preserved if
2820 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
2821 (Bug#5749)
2822
2823 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2824
2825 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2826 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2827 not be present any more.
2828
2829 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
2830
2831 * faces.el (set-face-attribute): Fix typo in docstring.
2832 (face-valid-attribute-values): Reflow docstring.
2833
2834 2010-03-23 Glenn Morris <rgm@gnu.org>
2835
2836 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
2837
2838 2010-03-21 Chong Yidong <cyd@stupidchicken.com>
2839
2840 * indent.el (indent-for-tab-command): Doc fix.
2841
2842 2010-03-22 Juanma Barranquero <lekktu@gmail.com>
2843
2844 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2845 (image-dired-read-comment): Doc fix.
2846
2847 * json.el (json-object-type, json-array-type, json-key-type)
2848 (json-false, json-null, json-read-number):
2849 * minibuffer.el (completion-in-region-functions):
2850 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2851 (cal-tex-cursor-week):
2852 * emacs-lisp/trace.el (trace-function):
2853 * eshell/em-basic.el (eshell/printnl):
2854 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2855 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2856 * obsolete/levents.el (allocate-event, event-key, event-object)
2857 (event-point, event-process, event-timestamp, event-to-character)
2858 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2859 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2860 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2861 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2862 (reftex-highlight-selection): Fix typos in docstrings.
2863
2864 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
2865
2866 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2867
2868 2010-03-18 Glenn Morris <rgm@gnu.org>
2869
2870 * mail/rmail.el (rmail-highlight-face): Restore option deleted
2871 2008-02-13 without comment; mark it obsolete.
2872 (rmail-highlight-headers): Use rmail-highlight-face once more.
2873
2874 2010-03-16 Chong Yidong <cyd@stupidchicken.com>
2875
2876 * woman.el (woman2-process-escapes): Only consume the newline if
2877 the filler character is on a line by itself (Bug#5729).
2878
2879 2010-03-16 Kenichi Handa <handa@m17n.org>
2880
2881 * language/indian.el (devanagari-composable-pattern): Add more
2882 consonants.
2883
2884 2010-03-14 Michael Albinus <michael.albinus@gmx.de>
2885
2886 * net/trampver.el: Update release number.
2887
2888 2010-03-13 Glenn Morris <rgm@gnu.org>
2889
2890 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2891
2892 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
2893
2894 * net/tramp.el (tramp-find-executable):
2895 Use `tramp-get-connection-buffer'. Make the regexp for checking
2896 output of "wc -l" more robust.
2897 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2898 (tramp-open-connection-setup-interactive-shell): Remove workaround
2899 for OpenSolaris bug, it is not needed anymore.
2900
2901 2010-03-12 Glenn Morris <rgm@gnu.org>
2902
2903 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
2904
2905 2010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
2906
2907 * files.el (auto-mode-alist): Accept more verilog file patterns.
2908
2909 2010-03-09 Miles Bader <miles@gnu.org>
2910
2911 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
2912 instead of "format:"; this ensures that the output is
2913 newline-terminated.
2914
2915 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
2916
2917 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
2918 that all errors are caught, and that the return value is always a
2919 list (Bug#5692).
2920
2921 2010-03-08 Kenichi Handa <handa@m17n.org>
2922
2923 * language/misc-lang.el (windows-1256): New coding system.
2924 (cp1256): New alias of windows-1256 (bug#5690).
2925
2926 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
2927
2928 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
2929 call to rfc822-bad-address. (Bug#5692)
2930
2931 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
2932
2933 * vc-git.el (vc-git-annotate-extract-revision-at-line):
2934 Use vc-git-root as default directory for revision path (Bug#5657).
2935
2936 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
2937
2938 * calculator.el (calculator): Don't bind split-window-keep-point
2939 (Bug#5674).
2940
2941 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
2942
2943 * vc-git.el: Re-flow to fit into 80 columns.
2944 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
2945 Remove spurious `quote' element in each case alternative.
2946 (vc-git-show-log-entry): Use prog1.
2947 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
2948
2949 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2950
2951 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
2952
2953 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
2954
2955 * macros.el (insert-kbd-macro): Look up keyboard macro using the
2956 definition, not the name (Bug#5481).
2957
2958 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
2959
2960 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
2961 argument with a local variable. (Bug#5670)
2962
2963 2010-03-02 Juri Linkov <juri@jurta.org>
2964
2965 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
2966
2967 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
2968
2969 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
2970 error when FILENAME and NEWNAME are existing remote directories.
2971
2972 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
2973 parameter DIR-FLAG.
2974
2975 2010-03-02 Glenn Morris <rgm@gnu.org>
2976
2977 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
2978 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
2979
2980 2010-03-01 Kenichi Handa <handa@m17n.org>
2981
2982 * language/burmese.el (burmese-composable-pattern): Rename from
2983 myanmar-composable-pattern.
2984
2985 * international/characters.el (script-list):
2986 * international/fontset.el (script-representative-chars):
2987 Change myanmar to burmese.
2988 (otf-script-alist): Likewise.
2989 (setup-default-fontset): Likewise. Re-fix :otf spec.
2990
2991 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2992
2993 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
2994
2995 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
2996
2997 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
2998
2999 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
3000
3001 * net/tramp.el (tramp-handle-write-region): START can be a string.
3002 Take care in the checks. Reported by Dan Davison
3003 <davison@stats.ox.ac.uk>.
3004
3005 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
3006
3007 * net/dbus.el (dbus-introspect, dbus-get-property)
3008 (dbus-set-property, dbus-get-all-properties):
3009 Use `dbus-call-method' when noninteractive. (Bug#5645)
3010
3011 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
3012
3013 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
3014 * emacs-lisp/elint.el (elint-add-required-env):
3015 * calendar/icalendar.el (icalendar--add-diary-entry):
3016 * calc/calcalg2.el (math-tracing-integral):
3017 * files.el (recover-session-finish): Use with-current-buffer
3018 instead of save-excursion.
3019
3020 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
3021
3022 Fix in-buffer completion when after-change-functions modify the buffer.
3023 * minibuffer.el (completion--replace): New function.
3024 (completion--do-completion): Use it and use relative movement.
3025
3026 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
3027
3028 * international/fontset.el (setup-default-fontset): Fix :otf spec.
3029
3030 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
3031
3032 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
3033 Allow the characters _<> in the stack entry (Bug#5653).
3034
3035 2010-02-26 Kenichi Handa <handa@m17n.org>
3036
3037 * language/burmese.el: Fix entries in composition-function-table.
3038 (myanmar-composable-pattern): New variable.
3039
3040 * international/fontset.el (setup-default-fontset): Add an entry
3041 for myanmar.
3042
3043 * international/characters.el (script-list): Add Myanmar
3044 Extended-A.
3045
3046 2010-02-26 Glenn Morris <rgm@gnu.org>
3047
3048 * custom.el (custom-initialize-delay): Doc fix.
3049
3050 * mail/sendmail.el (send-mail-function): Autoload the call
3051 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
3052
3053 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
3054
3055 * files.el (hack-local-variables-filter): For eval forms, also
3056 check safe-local-variable-p (Bug#5636).
3057
3058 2010-02-24 Eduard Wiebe <usenet@pusto.de>
3059
3060 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
3061 and use c(ad)r of cddr (Bug#5640).
3062
3063 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
3064
3065 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
3066 setting the modes by `ignore-errors'. It might fail, for example
3067 if the file is not owned by the user but the group.
3068 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
3069
3070 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
3071
3072 * files.el (directory-listing-before-filename-regexp):
3073 Use stricter matching for iso-style dates, to avoid false matches with
3074 date-like filenames (Bug#5597).
3075
3076 * htmlfontify.el (htmlfontify): Doc fix.
3077
3078 * eshell/eshell.el (eshell): Doc fix.
3079
3080 * startup.el (fancy-about-screen): In mode-line, apply
3081 mode-line-buffer-id face only to the buffer name (Bug#5613).
3082
3083 2010-02-20 Kevin Ryde <user42@zip.com.au>
3084
3085 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3086 In `watcom' anchor regexp to start of line, to avoid slowness
3087 (Bug#5599).
3088
3089 2010-02-20 Eli Zaretskii <eliz@gnu.org>
3090
3091 * subr.el (remove-yank-excluded-properties): Explain in a comment
3092 why `category' property is removed.
3093
3094 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
3095
3096 * isearch.el (isearch-update-post-hook, isearch-update):
3097 Revert 2010-02-17 change.
3098
3099 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
3100
3101 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
3102 (icalendar--convert-weekly-to-ical)
3103 (icalendar--convert-yearly-to-ical)
3104 (icalendar--convert-block-to-ical)
3105 (icalendar--convert-cyclic-to-ical)
3106 (icalendar--convert-anniversary-to-ical): Take care of time
3107 specifications where hour has 1-digit only (Bug#5549).
3108
3109 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
3110
3111 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
3112 of disassemble output in GDB 7.1.
3113
3114 2010-02-19 Glenn Morris <rgm@gnu.org>
3115
3116 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
3117 property. (Bug#5593)
3118
3119 2010-02-18 Sam Steingold <sds@gnu.org>
3120
3121 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
3122
3123 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
3124
3125 Use abbreviated file names in bookmarks (bug#5591).
3126 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
3127 calls to expand-file-name.
3128 (bookmark-relocate): Use abbreviated file names in bookmarks.
3129 (bookmark-load): Use abbreviated file names in messages.
3130
3131 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
3132
3133 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
3134 expand "." and "..". Reported by Thierry Volpiatto
3135 <thierry.volpiatto@gmail.com>.
3136
3137 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
3138
3139 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
3140 permissions of the temporary file to "0600". In case the remote
3141 file has no read permissions for the owner, there might be
3142 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
3143
3144 22010-02-18 Glenn Morris <rgm@gnu.org>
3145
3146 * emacs-lisp/authors.el (authors-renamed-files-alist):
3147 Add entries for INSTALL.CVS.
3148
3149 2010-02-17 Mark A. Hershberger <mah@everybody.org>
3150
3151 * vc-bzr.el: Fix typo in Known Bugs section.
3152
3153 * isearch.el (isearch-update-post-hook): New hook.
3154 (isearch-update): Use the new hook.
3155
3156 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
3157
3158 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3159 Fix errors in copying directories.
3160 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
3161 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
3162 (tramp-handle-delete-file)
3163 (tramp-handle-dired-recursive-delete-directory)
3164 (tramp-handle-write-region): Flush also the cache for the upper
3165 directory.
3166
3167 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
3168
3169 * simple.el (save-interprogram-paste-before-kill): Doc fix.
3170
3171 * cus-edit.el (hardware): Doc fix.
3172
3173 * man.el (man): Add to external custom group.
3174
3175 * delim-col.el (columns): Move to wp custom group.
3176
3177 * doc-view.el (doc-view): Add to data custom group.
3178
3179 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
3180
3181 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
3182 by ispell-parse-output (Bug#5575).
3183
3184 2010-02-16 Kenichi Handa <handa@m17n.org>
3185
3186 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
3187 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
3188 (skkdic-convert): Use `euc-japan' coding system for writing.
3189
3190 2010-02-16 Glenn Morris <rgm@gnu.org>
3191
3192 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
3193 tex-main-file before using it. (Bug#5562)
3194
3195 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3196
3197 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
3198 warnings, since it is annoying for the user to see them each time he
3199 runs the code.
3200
3201 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
3202
3203 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
3204 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
3205 instead of PROC for caching "first-password-request". Otherwise,
3206 new processes would not profit from passwords already entered.
3207
3208 * net/tramp-cache.el (tramp-dump-connection-properties):
3209 Don't save "first-password-request" property.
3210
3211 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
3212
3213 * outline.el (outline-head-from-level):
3214 * simple.el (with-wrapper-hook):
3215 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
3216 (elint-defun, elint-buffer-env, elint-top-form-logged)
3217 (elint-unbound-variable):
3218 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
3219 Fix typos in docstrings.
3220
3221 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
3222
3223 * files.el (insert-directory): When WILDCARD-REGEXP and
3224 FULL-DIRECTORY-P are nil, insert the file entry instead of the
3225 whole directory. (Bug#5551)
3226
3227 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
3228 dired's alignment sanity. (Bug#5516)
3229
3230 2010-02-14 Juri Linkov <juri@jurta.org>
3231
3232 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
3233 Remove remaining ^H with their preceding chars. (Bug#5566)
3234
3235 2010-02-13 Glenn Morris <rgm@gnu.org>
3236
3237 * simple.el (transpose-subr): Give it a doc-string.
3238
3239 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
3240 Doc fixes.
3241
3242 2010-02-12 Juri Linkov <juri@jurta.org>
3243
3244 * arc-mode.el (archive-unique-fname): Make directories for nested
3245 archives. (Bug#5540)
3246
3247 2010-02-12 Juri Linkov <juri@jurta.org>
3248
3249 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
3250
3251 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3252
3253 * subr.el (copy-overlay): Handle deleted overlays.
3254
3255 * man.el (Man-completion-table): Don't signal an error if we can't run
3256 manual-program (bug#4056).
3257
3258 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
3259
3260 * textmodes/artist.el (artist-mt): Fix typos in docstring.
3261
3262 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3263
3264 * info.el (Info-bookmark-jump): Simplify.
3265
3266 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
3267 (bookmark-default-handler): Accept new bookmark field `buffer'.
3268
3269 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
3270
3271 * iswitchb.el (iswitchb-completions): Revert last change.
3272
3273 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
3274
3275 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
3276 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
3277 This prevents file names like "~/" being listed literally.
3278
3279 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
3280
3281 * term/xterm.el (xterm-maybe-set-dark-background-mode):
3282 Remove dead code. (Bug#5546)
3283
3284 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
3285
3286 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
3287 correctly (Bug#5548).
3288
3289 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
3290
3291 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
3292 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
3293
3294 2010-02-08 Kenichi Handa <handa@m17n.org>
3295
3296 * international/mule-util.el (with-coding-priority): Add autoload
3297 cookie for putting `lisp-indent-function'.
3298
3299 2010-02-07 Glenn Morris <rgm@gnu.org>
3300
3301 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
3302 Move F2003 named interfaces from keywords-2 to keywords-1, and
3303 use function-name-face rather than constant-face.
3304 Simplify "abstract interface" regexp.
3305
3306 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
3307
3308 * eshell/esh-util.el (eshell-file-attributes): New optional arg
3309 ID-FORMAT. Pass it to `file-attributes'.
3310
3311 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
3312
3313 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
3314
3315 * faces.el (set-face-attribute): Allow calling
3316 internal-set-lisp-face-attribute with 'unspecified family and
3317 foundry argument (Bug#5536).
3318
3319 2010-02-07 Glenn Morris <rgm@gnu.org>
3320
3321 * progmodes/f90.el (f90-font-lock-keywords-2)
3322 (f90-looking-at-type-like, f90-looking-at-program-block-end):
3323 Handle F2003 named interfaces.
3324
3325 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
3326
3327 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
3328 beg and end before calling c-get-state-before-change-functions.
3329
3330 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
3331
3332 * vc-bzr.el (vc-bzr-dir-extra-headers):
3333 Disable the pending merges header.
3334
3335 2010-02-05 Juri Linkov <juri@jurta.org>
3336
3337 * doc-view.el (doc-view-mode):
3338 * image-mode.el (image-mode): Put property mode-class=special.
3339 (Bug#4896)
3340
3341 2010-02-05 Mark A. Hershberger <mah@everybody.org>
3342
3343 * vc-svn.el (vc-svn-revision-table): New function.
3344
3345 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
3346
3347 * net/ange-ftp.el (ange-ftp-insert-directory):
3348 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3349 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3350 Handle also directories. (Bug#5478)
3351
3352 2010-02-05 Glenn Morris <rgm@gnu.org>
3353
3354 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
3355
3356 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
3357
3358 * startup.el (command-line-1): Convert options beginning with a
3359 single dash as well (Bug#5519).
3360
3361 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
3362
3363 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
3364 * minibuffer.el (completion-initials-expand): Only check the presence
3365 of delims *within* the boundaries, since otherwise the / delim is
3366 always found for files.
3367
3368 Fix up various corner case problems.
3369 * doc-view.el (doc-view-last-page-number): New function.
3370 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
3371 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
3372 (doc-view-kill-proc): Avoid inf-loop in freak cases.
3373 (doc-view-reconvert-doc): Use the new recursive delete-directory.
3374 (doc-view-convert-current-doc): Don't create the resolution.el file
3375 here any more.
3376 (doc-view-pdf/ps->png): Do it here instead.
3377 (doc-view-already-converted-p): Check that resolution.el is present.
3378 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
3379 windows that are not yet showing images.
3380
3381 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
3382
3383 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
3384 `dired-uncache' for every elemnt which is an absolute file name.
3385
3386 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
3387 directory, handle its directory component.
3388 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
3389 function is called permanently and creates noise, otherwise.
3390
3391 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3392 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3393 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
3394
3395 2010-02-04 David Burger <dburger@google.com> (tiny change)
3396
3397 * macros.el (apply-macro-to-region-lines):
3398 Minor simplification. (Bug#5485)
3399
3400 2010-02-04 Glenn Morris <rgm@gnu.org>
3401
3402 * mail/rmail.el (rmail-show-message-1): Handle malformed
3403 quoted-printable text. (Bug#5441)
3404
3405 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
3406
3407 * simple.el (visual-line-mode): Capitalize lighter.
3408
3409 2010-02-03 John Wiegley <jwiegley@gmail.com>
3410
3411 * iswitchb.el (iswitchb-completions): Add bookmark files to the
3412 list of files considered for "virtual buffer" completions.
3413
3414 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
3415
3416 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
3417 also in case of (and (not full) (not wildcard)). This is needed,
3418 when dired is called with a list of files, which are not in
3419 `default-directory'. (Bug#5478)
3420
3421 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
3422
3423 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
3424
3425 2010-02-02 Juri Linkov <juri@jurta.org>
3426
3427 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
3428 from unidiff to allow function-line after @@.
3429
3430 2010-02-02 Juri Linkov <juri@jurta.org>
3431
3432 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
3433 '(RCS SCCS) with inverted condition.
3434
3435 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
3436
3437 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
3438 messages.
3439
3440 2010-02-01 Juri Linkov <juri@jurta.org>
3441
3442 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
3443 compare with "pkunzip" and "pkzip" instead of only "pkzip".
3444 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
3445 only when (car archive-zip-extract) is "unzip". (Bug#5475)
3446
3447 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3448
3449 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
3450 (doc-view-revert-buffer): New command.
3451 (doc-view-mode-map): Use it.
3452
3453 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
3454
3455 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
3456 pending merge is detected.
3457
3458 2010-01-31 Juri Linkov <juri@jurta.org>
3459
3460 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
3461 beginning of interactive spec like all other grep commands do.
3462 Put "all" in front of "gz". (Bug#5260)
3463
3464 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
3465
3466 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
3467
3468 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
3469
3470 * dirtrack.el (dirtrack): Warn instead of signalling error if the
3471 regexp is incorrect (Bug#5476).
3472
3473 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
3474
3475 * net/tramp.el (tramp-handle-insert-directory): Handle also
3476 symlinks, when FILENAME is not in `default-directory'.
3477
3478 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
3479
3480 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
3481 FILE is not in `default-directory'. (Bug#5478)
3482
3483 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
3484 of SWITCHES. Handle the case, FILENAME is not in
3485 `default-directory'. (Bug#5478)
3486 (tramp-register-file-name-handlers): Add safe-magic property.
3487
3488 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
3489
3490 * arc-mode.el (archive-zip-extract): Quote the argument passed to
3491 unzip (Bug#5475).
3492
3493 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
3494
3495 * progmodes/flymake.el (flymake-allowed-file-name-masks)
3496 (flymake-master-make-header-init): Add other C++ filename masks.
3497 (flymake-find-possible-master-files)
3498 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
3499
3500 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
3501
3502 Fix some busybox annoyances.
3503
3504 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
3505 not responding." string.
3506 (tramp-open-connection-setup-interactive-shell): Dump stty
3507 settings. Enable "neveropen" arg for all `tramp-send-command'
3508 calls. Handle "=" in variable values properly.
3509 (tramp-find-inline-encoding): Raise an error, when no encoding is
3510 found.
3511 (tramp-wait-for-output): Check, whether PROC buffer is available.
3512 Remove spurious " ^H" sequences, sent by busybox.
3513 (tramp-get-ls-command): Suppress coloring, if possible.
3514
3515 2010-01-28 Glenn Morris <rgm@gnu.org>
3516
3517 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
3518
3519 * log-edit.el (log-edit-strip-single-file-name): Add missing
3520 :safe, :group, and :version tags.
3521
3522 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
3523
3524 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
3525 buffers. (Bug#5477)
3526
3527 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
3528
3529 * files.el (delete-directory): Handle moving to trash without
3530 first doing recursion (Bug#5436).
3531
3532 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
3533
3534 * vc-hooks.el (vc-path): Mark as obsolete.
3535
3536 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
3537
3538 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
3539 names too.
3540
3541 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
3542 for the short log.
3543 (vc-bzr-log-view-mode): Adjust regexp for the above change.
3544
3545 2010-01-25 Mark A. Hershberger <mah@everybody.org>
3546
3547 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
3548
3549 * vc-bzr.el (vc-bzr-revision-table): New function.
3550
3551 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
3552
3553 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
3554 diff-index command. This requires at least git-1.5.5. (Bug#1589).
3555
3556 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
3557
3558 Remove support for adding --signoff on commit.
3559 Future support will use an incompatible generic mechanism.
3560 * vc-git.el (vc-git-add-signoff): Remove variable.
3561 (vc-git-toggle-signoff): Remove function.
3562 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
3563
3564 * term/xterm.el (xterm-maybe-set-dark-background-mode):
3565 Rename from xterm-set-background-mode. Return t if the background mode
3566 was set.
3567 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
3568 earlier, call it again in case the background mode has changed.
3569
3570 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
3571
3572 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
3573 (Bug#3541).
3574
3575 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
3576
3577 * emacs-lisp/assoc.el (aelement): Doc fix.
3578 (aput, adelete, amake): Use lexical-let (Bug#5450).
3579
3580 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
3581
3582 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
3583 is the same as subprogram call, not declaration. (Bug#5435).
3584
3585 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
3586
3587 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3588 (tramp-smb-maybe-open-connection): Use it.
3589
3590 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
3591
3592 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
3593
3594 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3595
3596 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3597 just because we see "encoding: 8bit".
3598 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3599
3600 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
3601
3602 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3603
3604 2010-01-22 Eli Zaretskii <eliz@gnu.org>
3605
3606 * jka-compr.el (jka-compr-load): If load-file is not in
3607 load-history, try its file-truename version. (bug#5447)
3608
3609 2010-01-21 Alan Mackenzie <acm@muc.de>
3610
3611 Fix a situation where deletion of a cpp construct throws an error.
3612 * progmodes/cc-engine.el (c-invalidate-state-cache):
3613 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3614 special cpp construct is still in the buffer.
3615 (c-parse-state): Record the special cpp with markers, not numbers.
3616
3617 2010-01-21 Kenichi Handa <handa@m17n.org>
3618
3619 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3620 process last-command-event, as it is now decoded first (Bug#5380).
3621
3622 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
3623
3624 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3625
3626 2010-01-20 Glenn Morris <rgm@gnu.org>
3627
3628 * indent.el (tab-always-indent): Fix custom-type.
3629
3630 2010-01-19 Alan Mackenzie <acm@muc.de>
3631
3632 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3633 buffer throws "args out of range".
3634 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3635 playing the role of delimiter.
3636
3637 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
3638
3639 * progmodes/ada-mode.el: Fix bug#5400.
3640 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3641 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3642 changed. Delete RECURSIVE parameter; never used. Improve doc string.
3643 Improve comments in "is" portion. Handle null procedure declaration.
3644 (ada-move-to-end): Improve doc string.
3645
3646 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
3647
3648 * ido.el (ido-cur-list): Initialize to nil.
3649 Remove obsolete information from commentary.
3650 (ido-choice-list): Initialize to nil.
3651 (ido-get-bufname): Reject minibuffers.
3652 (ido-make-buffer-list): If "default" is a nonexistent
3653 buffer, ignore it, as per the function's comment.
3654 (ido-kill-buffer-internal): New function.
3655 (ido-kill-buffer-at-head): Use it.
3656 (ido-visit-buffer): Likewise.
3657
3658 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
3659
3660 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3661
3662 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
3663
3664 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3665 Fix typos in chart titles.
3666
3667 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
3668 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
3669 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
3670 (describe-class, eieio-describe-generic, describe-generic):
3671 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
3672 (eieio-speedbar-expand):
3673 * emulation/viper-cmd.el (viper-exec-form-in-vi)
3674 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
3675 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
3676 (viper-del-backward-char-in-replace, viper-backward-indent)
3677 (viper-brac-function, viper-register-to-point, viper-submit-report):
3678 * net/tramp.el (tramp-remote-coding-commands):
3679 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
3680 Fix typos in docstrings.
3681
3682 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
3683
3684 * mail/sendmail.el (mail-yank-original): Set the mark if the
3685 specified function for yanking does not do it.
3686
3687 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
3688
3689 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
3690
3691 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
3692 resyncing a directory.
3693
3694 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
3695
3696 * progmodes/ada-mode.el: Fix bug#1920.
3697 (ada-ident-re): Delete ., allow multibyte characters.
3698 (ada-goto-label-re): New; matches goto labels.
3699 (ada-block-label-re): New; matches block labels.
3700 (ada-label-re): New; matches both.
3701 (ada-named-block-re): Delete; callers changed to use
3702 `ada-block-label-re' instead.
3703 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
3704 Use `ada-block-label-re'.
3705 (ada-indent-on-previous-lines): Improve handling of goto labels.
3706 (ada-get-indent-block-start): Special-case block label.
3707 (ada-get-indent-label): Split into `ada-indent-block-label' and
3708 `ada-indent-goto-label'.
3709 (ada-goto-stmt-start, ada-goto-next-non-ws):
3710 Optionally ignore goto labels.
3711 (ada-goto-next-word): Simplify.
3712 (ada-indent-newline-indent-conditional): Insert newline before
3713 trying to fix indentation; doc fix.
3714
3715 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
3716
3717 * calc/calc.el (calc-command-flags): Give it an initial value.
3718
3719 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
3720
3721 * files.el (minibuffer-with-setup-hook):
3722 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
3723 (artist-key-draw-continously, artist-key-do-continously-continously)
3724 (artist-key-set-point-continously, artist-mouse-draw-continously):
3725 Fix typos in docstrings.
3726
3727 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
3728
3729 * nxml/nxml-mode.el (nxml-extend-after-change-region):
3730 Never return t (Bug#3898).
3731
3732 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
3733
3734 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
3735 can parse the output of the external commands (Bug#5279).
3736
3737 2010-01-16 Jari Aalto <jari.aalto@cante.net>
3738
3739 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
3740
3741 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
3742
3743 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
3744
3745 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
3746
3747 * startup.el (command-line): Remove unused --icon-type arg.
3748 Handle --display arg, passing it to command-line-1 (Bug#5392).
3749
3750 2010-01-16 Mario Lang <mlang@delysid.org>
3751
3752 * emacs-lisp/chart.el (chart-translate-namezone):
3753 * textmodes/artist.el (artist-compute-popup-menu-table):
3754 Remove duplicated words in doc-strings.
3755
3756 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
3757
3758 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
3759 to mairix-search to suppress threading (Bug#5342).
3760
3761 2010-01-15 Kenichi Handa <handa@m17n.org>
3762
3763 * international/mule-cmds.el (canonicalize-coding-system-name):
3764 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
3765
3766 2010-01-15 Glenn Morris <rgm@gnu.org>
3767
3768 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
3769
3770 * wid-edit.el (widget-keymap): Doc fix.
3771
3772 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
3773 former seems to be more widely accepted by various svn versions.
3774
3775 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3776
3777 * find-cmd.el (find-constituents):
3778 * vc-arch.el (vc-arch-root):
3779 * window.el (window-body-height, pop-up-frames):
3780 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
3781 * progmodes/ada-stmt.el (ada-if):
3782 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
3783 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
3784 (ispell-encoding8-command, ispell-aspell-supports-utf8)
3785 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
3786
3787 * progmodes/flymake.el (flymake-post-syntax-check):
3788 Fix typo in error message.
3789
3790 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3791
3792 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
3793 which is always a string. (Bug#5313)
3794
3795 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3796
3797 * progmodes/ada-xref.el (ada-default-prj-properties):
3798 Simplify previous change.
3799
3800 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3801
3802 * progmodes/ada-xref.el (ada-default-prj-properties):
3803 Default ada_project_path to $ADA_PROJECT_PATH.
3804
3805 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3806
3807 * progmodes/ada-mode.el (ada-create-keymap):
3808 Override `narrow-to-defun' with `ada-narrow-to-defun'.
3809
3810 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3811
3812 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
3813 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
3814 (ada-get-current-indent, ada-imenu-generic-expression)
3815 (ada-which-function): Check for it.
3816
3817 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3818
3819 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
3820 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
3821
3822 2010-01-14 Glenn Morris <rgm@gnu.org>
3823
3824 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
3825
3826 2010-01-14 Kenichi Handa <handa@m17n.org>
3827
3828 * composite.el (auto-composition-mode): Make it a buffer local
3829 variable (permanent-local).
3830 (auto-composition-function): Set the default value to
3831 auto-compose-chars.
3832 (auto-composition-mode): Make it a simple function, not a minor mode.
3833 (global-auto-composition-mode): Likewise.
3834 (turn-on-auto-composition-if-enabled): Delete it.
3835
3836 2010-01-13 Karl Fogel <kfogel@red-bean.com>
3837
3838 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
3839
3840 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
3841
3842 * files.el (copy-directory): Compute target for recursive
3843 directories with identical names. (Bug#5343)
3844
3845 2010-01-12 Glenn Morris <rgm@gnu.org>
3846
3847 * mail/emacsbug.el (report-emacs-bug-pretest-address):
3848 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
3849
3850 2010-01-11 Sam Steingold <sds@gnu.org>
3851
3852 * imenu.el (imenu-default-create-index-function): Detect infinite
3853 loops caused by imenu-prev-index-position-function.
3854
3855 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
3856
3857 * htmlfontify.el (htmlfontify-load-rgb-file)
3858 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
3859 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
3860 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
3861 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
3862 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
3863 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
3864 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
3865 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
3866 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
3867 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
3868 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
3869 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
3870 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
3871 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
3872 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
3873 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
3874 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
3875 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
3876 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
3877 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
3878 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
3879 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
3880 backslash-quoting from parentheses, etc.
3881
3882 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
3883
3884 * progmodes/js.el: Autoload javascript-mode alias.
3885
3886 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
3887
3888 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
3889 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
3890 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
3891 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
3892 Fix typos in docstrings.
3893 (ffap-url-regexp): Doc fix.
3894 (ffap-at-mouse): Fix typo in message.
3895
3896 2010-01-11 Glenn Morris <rgm@gnu.org>
3897
3898 * version.el (emacs-copyright): Set copyright year to 2010.
3899
3900 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3901
3902 * format.el (format-annotate-function): Only set
3903 write-region-post-annotation-function after running to-fn so as not to
3904 affect nested write-region calls (bug#5273).
3905
3906 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
3907
3908 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
3909 wisent/python.el.
3910
3911 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
3912
3913 * man.el (Man-goto-section): Signal error if the section is not
3914 found (Bug#5317).
3915
3916 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
3917
3918 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
3919 URLs with a leading triple slash in the file: scheme. (Bug#5345)
3920
3921 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
3922
3923 * progmodes/compile.el: Don't treat compile-command as safe if
3924 compilation-read-command might be nil (Bug#4218).
3925
3926 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
3927
3928 * startup.el (command-line-1): Use orig-argi to check for ignored X and
3929 NS options.
3930
3931 2010-01-08 Kenichi Handa <handa@m17n.org>
3932
3933 * international/fontset.el (build-default-fontset-data):
3934 Exclude characters in scripts kana, hangul, han, or cjk-misc.
3935
3936 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
3937
3938 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
3939 to `create-file-buffer' as it expects, not just a buffer name.
3940 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
3941 to help uniquify. (Bug#3224)
3942
3943 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
3944
3945 * font-setting.el (font-setting-change-default-font): Use user-spec
3946 instead of name.
3947
3948 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3949
3950 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
3951
3952 2010-01-05 Tom Tromey <tromey@redhat.com>
3953
3954 * progmodes/python.el (python-font-lock-keywords):
3955 Handle qualified decorators (Bug#881).
3956
3957 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3958
3959 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
3960 in a lightweight checkout.
3961
3962 2010-01-05 Kenichi Handa <handa@m17n.org>
3963
3964 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
3965
3966 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3967
3968 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
3969
3970 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
3971
3972 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
3973 checkouts. (Bug#618)
3974 (vc-bzr-log-view-mode): Also highlight the author.
3975 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
3976 (vc-bzr-shelve-menu-map):
3977 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
3978 (vc-bzr-shelve-apply): Make prompt more explicit.
3979
3980 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
3981
3982 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
3983 They are valid characters in URL paths (rfc3986), and at least
3984 Firefox does not understand the encoded version (Bug#3166).
3985
3986 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
3987
3988 * progmodes/octave-mod.el (octave-end-keywords)
3989 (octave-block-begin-or-end-regexp, octave-block-match-alist):
3990 Add "end" keyword (Bug#3061).
3991 (octave-end-as-array-index-p): New function.
3992 (calculate-octave-indent): Use it.
3993
3994 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3995
3996 * bookmark.el: Consistently put the text property on the bookmark name.
3997 (bookmark-bmenu-marks-width): Bump back to 2, to include
3998 annotation marks.
3999 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
4000 property on the bookmark name, instead of not putting it at all.
4001 (bookmark-bmenu-list): Fix where we put the text property.
4002
4003 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4004
4005 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
4006 for showing buffer modified state (as added in the previous change).
4007
4008 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4009
4010 * bookmark.el: Show modified state of bookmark buffer more accurately.
4011 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
4012 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
4013 (with-buffer-modified-unmodified): New macro.
4014 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
4015 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
4016 Use new macro to preserve the buffer modified state.
4017
4018 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4019
4020 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
4021 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
4022 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
4023 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
4024 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4025 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
4026 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
4027
4028 2010-01-02 Eli Zaretskii <eliz@gnu.org>
4029
4030 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4031 Make the lines in the generated doc string shorter. (Bug#4668)
4032
4033 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
4034
4035 * net/rcirc.el: Add follow-link binding (Bug#4738).
4036
4037 2010-01-02 Eli Zaretskii <eliz@gnu.org>
4038
4039 * Makefile.in (bzr-update): Rename from cvs-update.
4040 (cvs-update): New target for backward compatibility.
4041
4042 * makefile.w32-in (bzr-update): Rename from cvs-update.
4043 (cvs-update): New target for backward compatibility.
4044
4045 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4046
4047 * bookmark.el: Remove gratuitous gratitude.
4048
4049 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4050
4051 * bookmark.el (bookmark-bmenu-any-marks): New function
4052 (bookmark-bmenu-save): Clear buffer modification if no marks.
4053
4054 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4055
4056 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
4057 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
4058 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
4059 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
4060
4061 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
4062 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
4063 To: emacs-devel {_AT_} gnu.org
4064 Subject: bookmark.el bug report
4065 Date: Mon, 28 Dec 2009 14:19:16 +0800
4066 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
4067
4068 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4069
4070 * bookmark.el: Improvements suggested by Drew Adams:
4071 (bookmark-bmenu-ensure-position): New name for
4072 `bookmark-bmenu-check-position'. Just ensure the position,
4073 don't return any meaningful value.
4074 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
4075 New constants.
4076
4077 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
4078
4079 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
4080 (bookmark-yank-point, bookmark-bmenu-check-position):
4081 Fix typos in docstrings.
4082 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
4083 (bookmark-name-from-full-record, bookmark-get-position)
4084 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
4085 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
4086 Remove useless quoting of parenthesis, etc. in docstrings.
4087
4088 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
4089 (ediff-append-custom-diff): Fix typo in error message.
4090 (ediff-meta-mark-equal-files): Fix typos in messages.
4091
4092 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
4093
4094 * net/imap-hash.el (imap-hash-make): Doc fix.
4095 (imap-hash-test): Fix typo in error message; reflow docstring.
4096 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
4097 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
4098 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
4099 Fix typos in docstrings.
4100 (imap-hash-open-connection): Fix typo in error message.
4101
4102 * play/gomoku.el (gomoku): Fix typos in docstring.
4103
4104 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
4105 (gdb-jsonify-buffer): Fix typos in docstring.
4106 (gdb-goto-breakpoint): Fix typo in error message.
4107 ("Display Other Windows"): Fix typo in help message.
4108 (gdb-speedbar-expand-node): Fix typo in question.
4109
4110 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
4111 (idlwave-html-system-help-location, idlwave-html-help-location)
4112 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
4113 (idlwave-help-browser-generic-args, idlwave-help-directory)
4114 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
4115 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
4116 (idlwave-online-help, idlwave-help-html-link)
4117 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
4118 Fix typos in docstrings.
4119 (idlwave-help-with-source, idlwave-help-find-routine-definition):
4120 Reflow docstrings.
4121 (idlwave-help-assistant-start): Fix typo in error message.
4122
4123 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
4124 (octave-electric-space): Fix typos in docstrings.
4125
4126 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
4127
4128 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
4129
4130 2010-01-01 Juri Linkov <juri@jurta.org>
4131
4132 * comint.el (comint-input-ring-size): Make it a defcustom and
4133 increase the default to 500 (Bug#5148).
4134
4135 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
4136
4137 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
4138 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
4139 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
4140
4141 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
4142
4143 Show working revision correctly for mercurial.
4144 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
4145 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
4146
4147 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
4148
4149 Declare some functions for the byte-compiler.
4150 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
4151 (speedbar-timer-fn, speedbar-change-expand-button-char)
4152 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
4153
4154 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
4155
4156 This changeset reverts GDB Graphical Interface to use annotations.
4157 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
4158
4159 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
4160
4161 Make vc-dir work on subdirectories of the bzr root.
4162 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
4163 Return file names relative to it.
4164 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
4165 relative directory to vc-bzr-after-dir-status.
4166
4167 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
4168
4169 * font-lock.el (font-lock-refresh-defaults): New function, which
4170 can be used to let font-lock react to external changes in
4171 variables like font-lock-defaults and keywords.
4172 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
4173
4174 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
4175
4176 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
4177
4178 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
4179
4180 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
4181
4182 Supersede color.diff settings in git log (bug#5211).
4183
4184 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
4185 escape chars in its output when the user has color.diff set to `always'.
4186 This fix works on git 1.4.2 and newer (released on 2006-08-13).
4187
4188 2009-12-26 Kevin Ryde <user42@zip.com.au>
4189
4190 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
4191 node. Keep previous "Index" name to work with past coreutils too.
4192
4193 * man.el (man): Revise docstring a bit to show -a and -l as
4194 examples. Add -k description since support for it has otherwise
4195 been a secret. (Further to bug#3717.)
4196 (Man-bgproc-sentinel): When "-k foo" produces no output show error
4197 "no matches" rather than "Can't find manpage", as the latter reads
4198 like -k was interpreted as a page name, which is not so. (Bug#5431)
4199
4200 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
4201
4202 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
4203 switches. Check also for //SUBDIRED// line.
4204
4205 2009-12-25 Kenichi Handa <handa@m17n.org>
4206
4207 * language/indian.el (devanagari-composable-pattern): Fix to
4208 handle ZWNJ and ZWJ. Use it in composition-function-table for
4209 Devanagari.
4210 (malayalam-composable-pattern): Fix previous change.
4211
4212 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4213
4214 * ps-print.el (ps-face-attributes): It was not returning the
4215 attribute face for faces specified as string. Reported by harven
4216 <harven@free.fr>. (Bug#5254)
4217 (ps-print-version): New version 7.3.5.
4218
4219 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
4220
4221 * calendar/icalendar.el (icalendar--convert-tz-offset):
4222 Fix timezone names.
4223 (icalendar--convert-tz-offset): Fix the "last-day-problem".
4224 (icalendar--add-diary-entry): Remove the trailing blank that
4225 diary-make-entry inserts.
4226
4227 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
4228
4229 Make `file-expand-wildcards' work for remote files.
4230
4231 * files.el (file-expand-wildcards): In case of remote files, check
4232 only local file name part for wildcards. Provide feature 'files
4233 and subfeature 'remote-wildcards. (Bug#5198)
4234
4235 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
4236 if there is already an established connection.
4237 (tramp-advice-file-expand-wildcards): Remove it.
4238
4239 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
4240 (tramp-advice-file-expand-wildcards): Move from tramp.el.
4241 Activate advice for older GNU Emacs versions. (Bug#5237)
4242
4243 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
4244
4245 Some doc fixes (more needed).
4246
4247 * find-cmd.el (find-constituents): Reflow docstring.
4248 (find-cmd, find-prune, find-command): Fix typos in docstrings.
4249 (find-generic): Doc fix.
4250
4251 2009-12-17 Juri Linkov <juri@jurta.org>
4252
4253 Fix regression from 23.1 to allow multiple modes in Local Variables.
4254
4255 * files.el (hack-local-variables-filter): While ignoring duplicates,
4256 don't take `mode' into account.
4257 (hack-local-variables-filter, hack-dir-local-variables):
4258 Don't remove duplicate `mode' from local-variables-alist (like `eval').
4259
4260 2009-12-17 Juri Linkov <juri@jurta.org>
4261
4262 Make `dired-diff' more safe. (Bug#5225)
4263
4264 * dired-aux.el (dired-diff): Signal an error when `file' equals to
4265 `current' or when `file' is a directory of the `current' file.
4266
4267 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
4268
4269 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
4270 unconditionally preloaded files.
4271
4272 2009-12-16 Juri Linkov <juri@jurta.org>
4273
4274 Revert to old 23.1 logic of using the file at the mark as default.
4275 * dired-aux.el (dired-diff): Use the file at the mark as default
4276 if it's not the same as the current file, and the target dir is
4277 the current dir or the mark is active. Add the current file
4278 as the arg of `dired-dwim-target-defaults'. Use the default file
4279 in the prompt. (Bug#5225)
4280
4281 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
4282
4283 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
4284 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
4285 (tramp-check-for-regexp): Check also, when an echoing shell stops
4286 to echo sent commands.
4287
4288 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
4289
4290 * Makefile.in: Revert last change (Bug#5191).
4291
4292 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
4293
4294 * vc-hg.el (vc-hg-print-log): Fix argument order.
4295 (vc-hg-working-revision): Make sure the command is executed in a
4296 known environment so that we can parse the output. (Bug#4417)
4297
4298 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
4299
4300 * progmodes/python.el (python-symbol-completions): Remove text
4301 properties from symbol string before calling python-send-receive.
4302
4303 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
4304
4305 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
4306 when there are values for both file and line. (Bug#5060)
4307
4308 2009-12-14 Juri Linkov <juri@jurta.org>
4309
4310 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
4311 whitespace after the file name of the first line of unified format,
4312 because git-diff doesn't output whitespace and file modification time
4313 after the file name.
4314
4315 2009-12-14 David Kastrup <dak@gnu.org>
4316
4317 * info.el (Info-hide-cookies-node): Before hiding a cookie,
4318 check if it already has the `display' property added by
4319 `Info-display-images-node', and not put the `invisible' property
4320 in this case.
4321
4322 2009-12-13 Glenn Morris <rgm@gnu.org>
4323
4324 * mail/emacsbug.el (message-sort-headers): Define for compiler.
4325 (report-emacs-bug): In message-mode, sort manually before storing
4326 original report text. (Bug#5178)
4327 Remove superfluous save-excursion.
4328
4329 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
4330
4331 * net/dbus.el (dbus-property-handler): Filter lambda forms out
4332 when responding to "GetAll" properties.
4333
4334 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
4335
4336 * simple.el (compose-mail): Remove mail-setup-with-from from
4337 customization checks.
4338
4339 2009-12-12 Eli Zaretskii <eliz@gnu.org>
4340
4341 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
4342 RAR archives created on Unix systems.
4343
4344 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4345
4346 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
4347 the varalias that was accidentally removed by the 2009-11-19 change
4348 (bug#5186).
4349
4350 2009-12-12 Kenichi Handa <handa@m17n.org>
4351
4352 * language/indian.el (indian-compose-regexp): New function.
4353 (malayalam-composable-pattern): Fix the pattern.
4354 (composition-function-table): Set malayalam-composable-pattern for
4355 Malayalam characters.
4356
4357 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
4358
4359 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
4360 rather than down-mouse-1, based on follow-link conventions.
4361
4362 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
4363 are compiled.
4364
4365 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
4366
4367 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
4368 (verilog-vmm-statement-re, verilog-ovm-statement-re)
4369 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
4370 (verilog-leap-to-head, verilog-backward-token):
4371 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
4372
4373 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
4374
4375 * progmodes/verilog-mode.el (verilog-auto-lineup)
4376 (verilog-nameable-item-re): Cleanup user-visible spelling and
4377 documentation errors. One reported by Gary Delp.
4378 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
4379 (verilog-read-decls): Fix AUTOWIRE with types declared in a
4380 package, bug195. Reported by Pierre-David Pfister.
4381
4382 2009-12-11 Glenn Morris <rgm@gnu.org>
4383
4384 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
4385
4386 * mail/emacsbug.el: No longer require sendmail.
4387 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
4388 (report-emacs-bug-orig-text): Doc fix.
4389 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
4390 New local variables, to adapt to different mail-user-agents.
4391 (report-emacs-bug): Fix test for a gnu.org address.
4392 Use overlays for emphasis, since font-lock defeats 'face property.
4393 Pretest bugs also end up at the newsgroup these days.
4394 Stop message-mode stripping text properties.
4395 Set and use the new buffer-local variables.
4396 (report-emacs-bug-hook): Add doc-string.
4397 Remove some unnecessary save-excursions and simplify.
4398 Use the appropriate hook and send-command.
4399
4400 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
4401 capitalization of some menu entries.
4402
4403 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4404
4405 * whitespace.el (whitespace-display-char-on):
4406 Ensure `buffer-display-table' is unique when two or more windows are
4407 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
4408 New version 12.1.
4409
4410 2009-12-10 Eli Zaretskii <eliz@gnu.org>
4411
4412 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
4413 characters in the Attribute field.
4414
4415 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
4416
4417 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
4418
4419 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4420
4421 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
4422 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4423 Disregard autoload-excludes.
4424 (update-directory-autoloads): Obey autoload-excludes here instead.
4425 But don't store its contents in no-autoloads and remove entries that
4426 refer to excludes files.
4427
4428 2009-12-10 Glenn Morris <rgm@gnu.org>
4429
4430 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
4431 (expand-mail-aliases): Define for compiler.
4432
4433 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
4434 Define for compiler.
4435
4436 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
4437 appropriate for the mail-user-agent in use.
4438
4439 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
4440
4441 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
4442
4443 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
4444
4445 Fix short log parsing and fontification.
4446 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
4447 Fix fontification for the [merge] label.
4448
4449 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
4450
4451 Drop some properties to avoid surprises.
4452 * htmlfontify.el (hfy-ignored-properties): New defcustom.
4453 (hfy-fontify-buffer): Use it.
4454
4455 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
4456
4457 Minor cleanup.
4458 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
4459 Adjust all callers.
4460 (ffap-locate-file): Remove unused arg `dir-ok' and make other
4461 args compulsory. Adjust callers.
4462 (ffap-gopher-at-point): Remove unused var `name'.
4463
4464 Get rid of the ELCFILES abomination.
4465 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4466 (compile-elcfiles): New phony target.
4467 (compile-main): Compute ELCFILES dynamically.
4468 (compile-clean): New target to remove left-over elc files.
4469 (compile, all): Use it.
4470
4471 2009-12-09 Kenichi Handa <handa@etlken>
4472
4473 * international/mule-diag.el: Require help-mode instead of help-fns.
4474
4475 2009-12-09 Kenichi Handa <handa@m17n.org>
4476
4477 * international/mule-cmds.el (ucs-names): Supply sufficiently
4478 fine ranges instead of pre-calculating accurate ranges.
4479 Iterate with bigger gc-cons-threshold.
4480
4481 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
4482
4483 Add support for stashing a snapshot of the current tree.
4484 * vc-git.el (vc-git-stash-snapshot): New function.
4485 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
4486
4487 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
4488
4489 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
4490 instead of `(beginning|end)-of-line'.
4491
4492 2009-12-08 Glenn Morris <rgm@gnu.org>
4493
4494 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
4495
4496 * Makefile.in (ELCFILES): Regenerate.
4497
4498 2009-12-07 Juri Linkov <juri@jurta.org>
4499
4500 Don't lazy-highlight the comint output in history Isearch mode.
4501
4502 * comint.el (comint-history-isearch-search): Instead of
4503 `comint-line-beginning-position', use `comint-after-pmark-p'
4504 to check if point if before the process mark, and go to
4505 `process-mark' in this case.
4506
4507 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4508
4509 * textmodes/tex-mode.el (latex-complete)
4510 (latex-indent-or-complete): Remove.
4511 (latex-mode): Set completion-at-point-functions instead.
4512
4513 Provide a standard completion command and hook it into TAB.
4514 * minibuffer.el (completion-at-point-functions): New var.
4515 (completion-at-point): New command.
4516 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
4517 * progmodes/python.el (python-mode-map): Use completion-at-point.
4518 (python-completion-at-point): Rename from python-partial-symbol and
4519 adjust for use in completion-at-point-functions.
4520 (python-mode): Setup completion-at-point for Python completion.
4521 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
4522 extracted from lisp-complete-symbol.
4523 (lisp-complete-symbol): Use it.
4524 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
4525 setup completion-at-point for Elisp completion.
4526 (emacs-lisp-mode-map, lisp-interaction-mode-map):
4527 Use completion-at-point.
4528 * ielm.el (ielm-map): Use completion-at-point.
4529 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
4530 * progmodes/sym-comp.el: Move to...
4531 * obsolete/sym-comp.el: Move from progmodes.
4532
4533 2009-12-07 Eli Zaretskii <eliz@gnu.org>
4534
4535 Prevent save-buffer in Rmail buffers from using the coding-system
4536 of the current message, and from clobbering the encoding mnemonics
4537 in the mode line (Bug#4623).
4538
4539 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
4540 flag, too.
4541 (rmail-message-encoding): New variable.
4542 (rmail-write-region-annotate): Record the encoding of the current
4543 message in rmail-message-encoding.
4544 (rmail-after-save-hook): New function, restores the encoding of
4545 the current message after the message collection is saved.
4546
4547 2009-12-07 Juri Linkov <juri@jurta.org>
4548
4549 * progmodes/grep.el (grep-read-files): Use `completing-read'
4550 instead of `read-string'. Set its `collection' arg to
4551 `read-file-name-internal'. (Bug#4301)
4552
4553 2009-12-07 Juri Linkov <juri@jurta.org>
4554
4555 Correctly restore original Isearch point. (Bug#4994)
4556
4557 * isearch.el (isearch-mode): Move `isearch-push-state' after
4558 `(run-hooks 'isearch-mode-hook)'.
4559 (isearch-cancel): When `isearch-push-state-function' is defined,
4560 let-bind `isearch-cmds' to the first state (the last element of
4561 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
4562 function and restores the original point). Otherwise, move point
4563 to `isearch-opoint'.
4564
4565 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4566
4567 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
4568 chars that don't have names, so the table can be built much faster at
4569 run-time.
4570
4571 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
4572
4573 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
4574 change. Suggested by David Kastrup.
4575
4576 * simple.el (compose-mail): Check for incompatibilities and warn.
4577 (compose-mail-user-agent-warnings): New option.
4578
4579 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4580
4581 Support showing a single log entry from vc-annotate.
4582 * vc.el (print-log): Add a new argument: START-REVISION.
4583 (vc-print-log-internal): Add a new optional argument and
4584 pass it to the backend.
4585 (vc-print-log, vc-print-root-log): Adjust callers.
4586 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
4587 buffer already displays the requested log entry, use it.
4588 Otherwise display only the log entry in question.
4589 * vc-svn.el (vc-svn-print-log):
4590 * vc-mtn.el (vc-mtn-print-log):
4591 * vc-hg.el (vc-hg-state):
4592 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
4593 (vc-git-show-log-entry): Return t on success.
4594 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
4595 (vc-bzr-show-log-entry): Return t on success.
4596 * vc-rcs.el (vc-rcs-print-log):
4597 * vc-sccs.el (vc-sccs-print-log):
4598 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
4599
4600 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4601
4602 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
4603 Add menus to the meta mode. (Bug#5043)
4604
4605 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
4606
4607 * ediff-init.el (ediff-event-key): Use event-to-character instead of
4608 event-key.
4609
4610 * ediff.el (ediff-buffers-internal): Add unwind-protect.
4611
4612 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
4613
4614 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
4615 Berbain <raphael.berbain@gmail.com>.
4616
4617 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
4618 characters.
4619 (tramp-initial-end-of-output): New defconst.
4620 (tramp-methods, tramp-find-shell)
4621 (tramp-open-connection-setup-interactive-shell)
4622 (tramp-maybe-open-connection): Use it.
4623 (tramp-shell-prompt-pattern, tramp-wait-for-output):
4624 Handle existence of `#' and `$'.
4625
4626 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
4627 Use `tramp-initial-end-of-output'.
4628
4629 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4630
4631 Get the background mode from the terminal for xterm, and set
4632 faces accordingly.
4633 * term/xterm.el (xterm-set-background-mode): New function.
4634 (terminal-init-xterm): Use it in case xterm supports background
4635 color queries. Recompute faces after getting the background
4636 color.
4637
4638 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
4639
4640 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
4641 number comment back on its own line, for easier parsing.
4642
4643 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4644
4645 Make it work for non-file buffers (bug#5102).
4646 * doc-view.el (doc-view-current-cache-dir):
4647 Use doc-view-buffer-file-name rather than buffer-file-name.
4648 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
4649
4650 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
4651
4652 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
4653 author field is too short.
4654
4655 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
4656
4657 * vc-git.el (vc-git-print-log): Handle a limit argument.
4658 Display the short log in graph form and with labels.
4659 (vc-git-log-view-mode): Handle labels.
4660
4661 Make vc-revert change VC state from 'added to 'unregistered.
4662 * vc-git.el (vc-git-revert): Call git reset first.
4663
4664 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
4665
4666 * net/newst-backend.el, net/newst-plainview.el:
4667 * net/newst-reader.el, net/newst-ticker.el:
4668 * net/newst-treeview.el, net/newsticker.el:
4669 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
4670
4671 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
4672
4673 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
4674
4675 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
4676 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
4677 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4678 Update annotation regexp.
4679
4680 * simple.el (beginning-of-visual-line): Constrain to field
4681 boundaries (Bug#5106).
4682
4683 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
4684
4685 * xml.el (xml-substitute-numeric-entities):
4686 Move newsticker--decode-numeric-entities in newst-backend.el to
4687 xml-substitute-numeric-entities in xml.el. (Bug#5008)
4688 * net/newst-backend.el (newsticker--parse-generic-feed)
4689 (newsticker--parse-generic-items)
4690 (newsticker--decode-numeric-entities):
4691 Move newsticker--decode-numeric-entities in newst-backend.el to
4692 xml-substitute-numeric-entities in xml.el. (Bug#5008)
4693
4694 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
4695
4696 * progmodes/js.el (js--js-not): Add null to the list of values.
4697
4698 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
4699
4700 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
4701
4702 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4703
4704 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
4705 delimiter if it is at the end of the current line.
4706 (bibtex-generate-url-list): Fix docstring.
4707
4708 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4709
4710 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
4711 minibuffer's content with itself.
4712 Fold the confirm-after-completion case into the `confirm' case.
4713 (completion-pcm-word-delimiters): Add : and / to the delimiters.
4714
4715 2009-12-06 Kevin Ryde <user42@zip.com.au>
4716
4717 * ffap.el (ffap-rfc-path): Make this a defcustom since
4718 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
4719
4720 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
4721 manuals, similar to existing setup for help-mode. (Bug#3913.)
4722
4723 2009-12-05 Juri Linkov <juri@jurta.org>
4724
4725 Save and restore dired buffer's point positions too. (Bug#4880)
4726
4727 * dired.el (dired-save-positions): Return in the first element
4728 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
4729 Doc fix.
4730 (dired-restore-positions): First restore buffer's position.
4731 While restoring window's positions, check if window still displays
4732 the original buffer.
4733
4734 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
4735
4736 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
4737 if possible.
4738
4739 * shell.el (shell): Require ansi-color (Bug#5113).
4740
4741 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
4742
4743 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
4744
4745 2009-12-05 Alan Mackenzie <acm@muc.de>
4746
4747 * progmodes/cc-mode.el (c-before-hack-hook)
4748 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
4749 `c-file-style' to work again. This reversion restores the current
4750 software to its state in Emacs 23.1. (Bug#4146)
4751
4752 2009-12-05 Kevin Ryde <user42@zip.com.au>
4753
4754 * textmodes/sgml-mode.el (sgml-lexical-context):
4755 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
4756
4757 2009-12-05 Juri Linkov <juri@jurta.org>
4758
4759 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
4760 for virtual nodes. (Bug#4147)
4761 (Info-find-node-2): Set `Info-current-node-virtual' to nil
4762 when moving from a virtual node.
4763 (Info-mode-menu): Add `Info-virtual-index' to the menu.
4764 (Info-mode): Add `Info-virtual-index' to the docstring.
4765
4766 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4767
4768 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
4769 track of the buffer position of the end of a BibTeX entry as this
4770 position may change during reformatting.
4771 (bibtex-format-entry): Remove whitespace before processing
4772 numerical fields so that we recognize the latter properly.
4773 (bibtex-reformat): Do not use push which changes the global value
4774 of bibtex-entry-format.
4775 (bibtex-field-braces-alist, bibtex-field-strings-alist)
4776 (bibtex-field-re-init): Replace only space characters by regexp
4777 for whitespace.
4778 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
4779 (bibtex-initialize): Also update bibtex-strings.
4780 (bibtex-kill-field): Preserve white space at end of entry.
4781 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
4782 Update bibtex-reference-keys.
4783
4784 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4785
4786 * minibuffer.el (completion-pcm--merge-try): Also consider placing
4787 point after a star, if that's the only place where modifications can
4788 make progress.
4789
4790 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
4791
4792 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
4793 in docstrings.
4794
4795 2009-12-04 Juri Linkov <juri@jurta.org>
4796
4797 * proced.el (proced): Call `(proced-update t)' to update process
4798 information instead of only running proced-post-display-hook.
4799 (proced-send-signal): Add a leading space to the buffer name
4800 " *Marked Processes*" to make this buffer ephemeral.
4801
4802 2009-12-04 Juri Linkov <juri@jurta.org>
4803
4804 * dired.el (dired-auto-revert-buffer): New defcustom.
4805 (dired-internal-noselect): Use it.
4806
4807 2009-12-04 Juri Linkov <juri@jurta.org>
4808
4809 Change roles of modes and functions in image-mode.el (Bug#5062).
4810
4811 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
4812 in `auto-mode-alist'.
4813 (image-mode-previous-major-mode): New variable.
4814 (image-minor-mode-map): Rename from `image-mode-text-map'.
4815 (image-mode): Move graceful error-handling code from
4816 `image-minor-mode' to here. On errors call `image-mode-as-text'.
4817 (image-minor-mode): Remove all image-handling code.
4818 Replace `image-mode-text-map' with `image-minor-mode-map'.
4819 Check for `image-type' in mode-line format string.
4820 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
4821 (image-mode-as-text): New function with most code from
4822 `image-mode-maybe'.
4823 (image-toggle-display-text): Move code that removes image
4824 properties from `image-toggle-display' to here.
4825 (image-toggle-display-image): New function with code that adds
4826 image properties copied from `image-toggle-display'.
4827 (image-toggle-display): Remove most code with leaving only code
4828 that toggles between `image-mode-as-text' and `image-mode'.
4829
4830 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
4831
4832 * net/newst-treeview.el
4833 (newsticker--treeview-list-highlight-start): Restored call to
4834 save-excursion: Selected item was stuck.
4835 (newsticker--treeview-list-select): New.
4836 (newsticker--treeview-item-show-text)
4837 (newsticker--treeview-item-show)
4838 (newsticker--treeview-item-update): Use new
4839 newsticker-treeview-item-mode.
4840 (newsticker-treeview-update): Keep current item.
4841 (newsticker-treeview-next-new-or-immortal-item): Doc change.
4842 (newsticker--treeview-first-feed): Doc change.
4843 (newsticker-treeview-list-menu)
4844 (newsticker-treeview-item-menu): Add menu entries.
4845 (newsticker-treeview-item-mode): New.
4846
4847 * net/newst-backend.el (newsticker-customize): Delete other
4848 windows.
4849
4850 2009-12-04 Sam Steingold <sds@gnu.org>
4851
4852 * log-view.el (log-view-mode-map): "q" calls quit-window,
4853 like in all the other non-self-insert buffers.
4854
4855 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4856
4857 Minor cleanup.
4858 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
4859 key decoding rather than do it manually via last-input-event +
4860 ascii-character.
4861 (term-exec): Use delete-and-extract-region.
4862 (term-handle-ansi-terminal-messages): Remove unused var `end'.
4863 (term-process-pager): Remove unused var `i'.
4864 (term-dynamic-simple-complete): Make obsolete.
4865 (serial-update-config-menu): Remove unused vars `y' and `str'.
4866 (term-update-mode-line): Remove unused var `temp'.
4867
4868 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4869
4870 Limit the number of log entries displayed by default.
4871 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
4872 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
4873 using a prefix argument.
4874
4875 2009-12-03 Glenn Morris <rgm@gnu.org>
4876
4877 * progmodes/idlwave.el (class): Restore still useful declaration.
4878
4879 2009-12-03 Alan Mackenzie <acm@muc.de>
4880
4881 Enhance `c-parse-state' to run efficiently in "brace deserts".
4882
4883 * progmodes/cc-mode.el (c-basic-common-init):
4884 Call c-state-cache-init.
4885 (c-neutralize-syntax-in-and-mark-CPP): Rename from
4886 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
4887 placing `category' properties value 'c-cpp-delimiter at its boundaries.
4888
4889 * progmodes/cc-langs.el (c-before-font-lock-function):
4890 c-extend-and-neutralize-syntax-in-CPP has been renamed
4891 c-neutralize-syntax-in-and-mark-CPP.
4892
4893 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
4894 with `category' properties now, not `syntax-table' ones.
4895
4896 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
4897 enhanced (but slower) version of c-end-of-macro that won't land
4898 inside a literal or on another awkward character.
4899 (c-state-cache-too-far, c-state-cache-start)
4900 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
4901 (c-state-nonlit-pos-cache-limit, c-state-point-min)
4902 (c-state-point-min-lit-type, c-state-point-min-lit-start)
4903 (c-state-min-scan-pos, c-state-brace-pair-desert)
4904 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
4905 buffer local variables.
4906 (c-state-literal-at, c-state-lit-beg)
4907 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
4908 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
4909 (c-state-cache-top-paren, c-state-cache-after-top-paren)
4910 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
4911 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
4912 (c-renarrow-state-cache)
4913 (c-append-lower-brace-pair-to-state-cache)
4914 (c-state-push-any-brace-pair, c-append-to-state-cache)
4915 (c-remove-stale-state-cache)
4916 (c-remove-stale-state-cache-backwards, c-state-cache-init)
4917 (c-invalidate-state-cache-1, c-parse-state-1)
4918 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
4919 (c-parse-state): Enhance and refactor.
4920 (c-debug-parse-state): Amend to deal with all the new variables.
4921
4922 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
4923 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
4924 modify to use category text properties rather than syntax-table ones.
4925 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
4926 to switch off/on the syntactic paren property of C++ template
4927 delimiters using the category property.
4928 (c-with-<->-as-parens-suppressed): Macro to invoke code with
4929 template delims suppressed.
4930 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
4931 New constant/macros which apply category properties to the start
4932 and end of preprocessor constructs.
4933 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
4934 "comment out" the syntactic value of characters in preprocessor
4935 constructs.
4936 (c-with-cpps-commented-out)
4937 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
4938 with characters in all or all but one preprocessor constructs
4939 "commented out".
4940
4941 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4942
4943 * proced.el (proced-filter-alist): Use regexp-quote.
4944
4945 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
4946
4947 Cleanup.
4948 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
4949 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
4950 arguments. Expand `default-directory'.
4951
4952 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
4953 the benefit of returning an expanded localname.
4954 (tramp-tramp-file-p): Handle the case NAME is not a string.
4955
4956 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4957
4958 Add support for bzr shelve/unshelve.
4959 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4960 (vc-bzr-extra-menu-map): New variables.
4961 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
4962 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
4963 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
4964 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
4965 (vc-bzr-dir-extra-headers): Display shelves.
4966
4967 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
4968
4969 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4970
4971 * textmodes/bibtex.el (bibtex-complete-internal):
4972 Use completion-in-region.
4973 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
4974
4975 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4976
4977 Support applying stashes. Improve UI.
4978 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
4979 (vc-git-stash-apply, vc-git-stash-pop)
4980 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
4981 (vc-git-stash-menu): New functions.
4982 (vc-git-stash-menu-map): New variable.
4983 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
4984
4985 2009-12-03 Glenn Morris <rgm@gnu.org>
4986
4987 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
4988 (vc-print-log-internal): Fix previous change.
4989 (vc-revert): Correct pluralization.
4990
4991 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4992
4993 * progmodes/make-mode.el (makefile-special-targets-list): No need for
4994 it to be an alist any more.
4995 (makefile-complete): Use completion-in-region.
4996
4997 * progmodes/octave-mod.el (octave-complete-symbol):
4998 Use completion-in-region.
4999
5000 Misc cleanup.
5001 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
5002 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
5003 (idlwave-complete-class): Don't quote lambda.
5004 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
5005 (idlwave-mode-map): Move initialization into declaration.
5006 (idlwave-action-and-binding): Use backquotes.
5007 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
5008 Simplify.
5009 (idlwave-is-pointer-dereference): Remove unused var `pos'.
5010 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
5011 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
5012 `parts', and `all-parts'.
5013 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
5014 (idlwave-convert-xml-system-routine-info): Remove unused string
5015 `version-string'.
5016 (idlwave-display-user-catalog-widget): Use dolist.
5017 (idlwave-scanning-lib): Declare dynamically-scoped var.
5018 (idlwave-scan-library-catalogs): Remove unused var `flags'.
5019 (completion-highlight-first-word-only): Declare to silence bytecomp.
5020 (idlwave-popup-select): Tighten scope of `resp'.
5021 (idlwave-find-struct-tag): Remove unused var `beg'.
5022 (idlwave-after-load-rinfo-hook): Declare.
5023 (idlwave-sintern-class-info): Remove unused var `taglist'.
5024 (idlwave-find-class-definition): Remove unused var `list'.
5025 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
5026 (idlwave-what-module-find-class): Remove unused var `classes'.
5027
5028 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
5029
5030 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
5031
5032 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5033
5034 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
5035 buffers visited. Remove redundant current-buffer-saving.
5036
5037 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5038
5039 Use completion-in-buffer and remove uses of dynamic scoping.
5040 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
5041 (pascal-buffer-to-use, pascal-flag): Don't declare.
5042 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
5043 (pascal-get-completion-decl, pascal-keyword-completion):
5044 Add `pascal-str' argument, save-excursion,
5045 return the found completions, and don't filter with pascal-pred.
5046 (pascal-completion-cache): New var.
5047 (pascal-completion): Don't switch buffer any more (it was never
5048 necessary). Don't save-excursion any more (it's done by the called
5049 subroutines). Use a cache to avoid redundant computations.
5050 Use complete-with-action rather than pascal-completion-response and
5051 let it apply the predicate as well.
5052 (pascal-complete-word): Use completion-in-buffer when
5053 pascal-toggle-completions is nil.
5054 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
5055 not used any more.
5056 (pascal-comp-defun): Don't change buffer any more.
5057 Use complete-with-action rather than pascal-completion-response and
5058 let it apply the predicate as well.
5059 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
5060 when neded.
5061
5062 2009-12-02 Kenichi Handa <handa@m17n.org>
5063
5064 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
5065 shape for all Indic scripts.
5066
5067 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5068
5069 Use completion-in-buffer.
5070 * wid-edit.el (widget-field-text-end): New function.
5071 (widget-field-value-get): Use it.
5072 (widget-string-complete, widget-file-complete)
5073 (widget-color-complete): Use it and completion-in-region.
5074 (widget-complete): Don't narrow the buffer.
5075
5076 2009-12-02 Glenn Morris <rgm@gnu.org>
5077
5078 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
5079 (rmail-select-summary): Use rmail-pop-to-buffer.
5080 * mail/rmailsum.el: Replace all pop-to-buffer calls with
5081 rmail-pop-to-buffer, to prevent horizontal splits.
5082
5083 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
5084 save-excursion with save-current-buffer.
5085 Widen before searching. (Bug#5093)
5086 (diary-list-sexp-entries): Remove superfluous save-excursion.
5087
5088 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
5089
5090 * woman.el (woman-make-bufname): Handle man-pages with "." in the
5091 name. (Bug#5038)
5092
5093 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
5094
5095 * ido.el (ido-file-internal): Handle filenames at point that do
5096 not have a directory part. (Bug#5049)
5097
5098 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
5099
5100 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
5101 (mpc-songs-jump-to, mpc-resume): Doc fixes.
5102
5103 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
5104
5105 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
5106 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
5107 any more.
5108
5109 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5110
5111 * comint.el (comint-insert-input): Ignore clicks to the right of
5112 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
5113
5114 * vc.el (vc-print-log-internal): Don't wait for the process to
5115 terminate before setting up the major mode.
5116
5117 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
5118 in case.
5119
5120 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
5121 the last element.
5122
5123 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
5124
5125 2009-12-01 Glenn Morris <rgm@gnu.org>
5126
5127 * window.el (window--display-buffer-2): Fix previous changes.
5128
5129 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
5130
5131 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
5132
5133 2009-12-01 Glenn Morris <rgm@gnu.org>
5134
5135 * Makefile.in (ELCFILES): Add mpc.elc.
5136
5137 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5138
5139 * mpc.el: New file.
5140
5141 2009-12-01 Glenn Morris <rgm@gnu.org>
5142
5143 * window.el (window-to-use): Define for compiler.
5144
5145 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
5146 consistent with others (no final period).
5147
5148 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
5149 (rmail-mime-show): Downcase the encoding. (Bug#5070)
5150
5151 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
5152
5153 Make vc-print-log buttons work.
5154 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
5155
5156 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
5157
5158 * savehist.el (savehist-autosave-interval): Allow setting to nil
5159 through customize. (Bug#5056)
5160
5161 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
5162
5163 Fix references to jit-lock properties.
5164 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5165 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
5166 (perl-font-lock-special-syntactic-constructs):
5167 Quote jit-lock-defer-multiline property.
5168
5169 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
5170
5171 * vc-git.el (vc-git-registered): Call vc-git-root only once.
5172
5173 2009-11-30 Juri Linkov <juri@jurta.org>
5174
5175 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
5176 value `buffer' of `multi-isearch-next-buffer-current-function'.
5177 Use `(current-buffer)' when `buffer' is nil.
5178 (multi-isearch-next-buffer-from-list): Don't fallback to
5179 `(current-buffer)' when `buffer' is nil. (Bug#4947)
5180
5181 2009-11-30 Juri Linkov <juri@jurta.org>
5182
5183 * misearch.el (multi-isearch-read-buffers): Move canonicalization
5184 of buffers with `get-buffer' to `multi-isearch-buffers'.
5185 (multi-isearch-buffers, multi-isearch-buffers-regexp):
5186 Canonicalize BUFFERS with `get-buffer'. Doc fix.
5187 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
5188 FILES with `expand-file-name' converting relative file names
5189 to absolute. Doc fix. (Bug#4727)
5190
5191 2009-11-30 Juri Linkov <juri@jurta.org>
5192
5193 * misearch.el (multi-isearch-read-buffers)
5194 (multi-isearch-read-matching-buffers): New functions.
5195 (multi-isearch-buffers, multi-isearch-buffers-regexp):
5196 Use them in the `interactive' spec. Doc fix.
5197 (multi-isearch-read-files, multi-isearch-read-matching-files):
5198 New functions.
5199 (multi-isearch-files, multi-isearch-files-regexp):
5200 Use them in the `interactive' spec. Doc fix. (Bug#4725)
5201
5202 2009-11-30 Juri Linkov <juri@jurta.org>
5203
5204 * doc-view.el (doc-view-continuous):
5205 Rename from `doc-view-continuous-mode'.
5206 (doc-view-menu): Move "Toggle display" to the top.
5207 Add submenu "Continuous" with radio buttons "Off"/"On"
5208 and "Save as Default".
5209 (doc-view-scroll-up-or-next-page)
5210 (doc-view-scroll-down-or-previous-page)
5211 (doc-view-next-line-or-next-page)
5212 (doc-view-previous-line-or-previous-page):
5213 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
5214
5215 2009-11-30 Juri Linkov <juri@jurta.org>
5216
5217 * comint.el (comint-mode-map): Rebind `M-r' from
5218 `comint-previous-matching-input' to
5219 `comint-history-isearch-backward-regexp'.
5220 Unbind `M-s' to allow global key binding `M-s'.
5221 Add menu items for `comint-history-isearch-backward' and
5222 `comint-history-isearch-backward-regexp'. (Bug#3746)
5223
5224 2009-11-30 Juri Linkov <juri@jurta.org>
5225
5226 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
5227 For def=recenter, replace `recenter' with `recenter-top-bottom'
5228 that is called with `this-command' and `last-command' let-bound
5229 to `recenter-top-bottom'. When the last `def' was not `recenter',
5230 set `recenter-last-op' to nil. (Bug#4981)
5231
5232 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
5233
5234 Minor cleanup and simplification.
5235 * filecache.el (file-cache-add-directory)
5236 (file-cache-add-directory-recursively)
5237 (file-cache-add-from-file-cache-buffer)
5238 (file-cache-delete-file-regexp, file-cache-delete-directory)
5239 (file-cache-files-matching-internal, file-cache-display): Use dolist.
5240 (file-cache-temp-minibuffer-message): Delete function.
5241 (file-cache-minibuffer-complete): Use minibuffer-message instead.
5242
5243 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
5244 Don't signal an error when bumping into EOB in tr, s, or y.
5245
5246 2009-11-29 Juri Linkov <juri@jurta.org>
5247
5248 * startup.el (fancy-about-text): Fix wording of Guided Tour.
5249 (Bug#4960)
5250
5251 * descr-text.el (describe-char-unidata-list): Use lowercase name
5252 for "Unicode name" like in other tags.
5253
5254 2009-11-29 Juri Linkov <juri@jurta.org>
5255
5256 * ediff-util.el (ediff-minibuffer-with-setup-hook):
5257 New compatibility macro.
5258 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
5259
5260 2009-11-29 Juri Linkov <juri@jurta.org>
5261
5262 Add defcustom to define the cycling order of `recenter-top-bottom'.
5263 (Bug#4981)
5264
5265 * window.el (recenter-last-op): Doc fix.
5266 (recenter-positions): New defcustom.
5267 (recenter-top-bottom): Rewrite to use `recenter-positions'.
5268 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
5269
5270 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
5271
5272 Improve integration of Tramp and ange-ftp in eshell.
5273
5274 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
5275 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
5276 (eshell/sudo): Flatten args. Let-bind `default-directory'.
5277
5278 * eshell/esh-util.el (top): Require also Tramp when compiling.
5279 (eshell-directory-files-and-attributes): Check for FTP remote
5280 connection.
5281 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
5282 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
5283 (eshell-file-attributes): Handle ".". Return `entry'.
5284
5285 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
5286 (ange-ftp-directory-files-and-attributes)
5287 (ange-ftp-real-directory-files-and-attributes): New defuns.
5288
5289 * net/tramp.el (tramp-maybe-open-connection): Open the remote
5290 shell with "exec" when possible. This prevents trailing prompts
5291 in `start-file-process'.
5292
5293 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5294
5295 Try and remove assumptions about point-min==1.
5296 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
5297 (rng-compute-mode-line-string): Show the validation percentage in
5298 terms of the narrowed text, not the widened text.
5299 (rng-do-some-validation): Don't catch internal errors when debugging.
5300 (rng-first-error): Simplify.
5301 (rng-after-change-function): Remove work around. AFAIK the bug has
5302 been fixed a while ago.
5303
5304 * image-mode.el (image-minor-mode): Exit more gracefully when the image
5305 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
5306
5307 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
5308
5309 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
5310 `cd' doesn't always do it for us (bug#5067).
5311
5312 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
5313 on 2009-10-25 as part of some other change (bug#5067).
5314
5315 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5316
5317 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
5318 `suspicious'.
5319 (byte-compile-warnings): Use byte-compile-warning-types.
5320 (byte-compile-save-excursion): Warn about use of set-buffer right
5321 after save-excursion.
5322
5323 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
5324 the excursion as well.
5325
5326 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
5327
5328 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
5329 providing a Tramp related implementation of "su" and "sudo".
5330 (eshell-unix-initialize): Add "su" and "sudo".
5331
5332 2009-11-27 Daiki Ueno <ueno@unixuser.org>
5333
5334 * net/socks.el (socks-send-command): Convert binary request to
5335 unibyte before sending. This fixes mishandling of some port
5336 numbers such as 129.
5337
5338 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5339
5340 * help.el (describe-bindings-internal): Remove `interactive'.
5341
5342 * man.el (Man-completion-table): Trim a terminating "(".
5343 Remove the space between name page a section.
5344 Add the command's description on the `help-echo' property.
5345 Remove `process-connection-type' binding since it's unused by
5346 call-process.
5347 Provide completion for the "<section> <name>" format as well.
5348 (Man-default-man-entry): Remove spurious var shadowing the argument.
5349
5350 2009-11-26 Kevin Ryde <user42@zip.com.au>
5351
5352 * log-view.el: Add "Keywords: tools", since its other keywords
5353 aren't in finder-known-keywords, and following vc.el.
5354
5355 * sha1.el (sha1-string-external): default-directory "/" in case
5356 otherwise non-existent. process-connection-type pipe for touch of
5357 efficiency recommended by elisp manual. (An aside in Bug#3911.)
5358
5359 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5360
5361 Misc coding convention cleanups.
5362 * htmlfontify.el (hfy-init-kludge-hook): Rename from
5363 hfy-init-kludge-hooks.
5364 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
5365 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
5366 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
5367 and push.
5368 (hfy-slant, hfy-weight): Use tables rather than code.
5369 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
5370 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
5371 (hfy-face-attr-for-class): Initialize `face-spec' directly.
5372 (hfy-face-to-css): Remove `nconc' with single arg.
5373 (hfy-p-to-face-lennart): Use `or'.
5374 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
5375 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
5376 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
5377 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
5378 (hfy-force-fontification): Use run-hooks.
5379
5380 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
5381
5382 Various minor fixes.
5383 * htmlfontify.el (hfy-default-header): Add toggle_invis since
5384 Javascript belongs in the header, not the body.
5385 (hfy-javascript): Remove.
5386 (hfy-fontify-buffer): Don't insert it any more.
5387 (hfy-face-at): Handle (face0 face1 face2) style face properties.
5388 Fix bug in invis handling when there were no invis props in a chunk.
5389
5390 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5391
5392 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
5393
5394 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
5395
5396 * finder.el (finder-mode-map): Add a menu.
5397
5398 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
5399
5400 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
5401 "unsigned" structs.
5402
5403 (verilog-leap-to-head, verilog-backward-token): Handle "disable
5404 fork" statement better.
5405
5406 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
5407
5408 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
5409 (verilog-delete-auto, verilog-delete-empty-auto-pair)
5410 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
5411 Reported by Clay Douglass.
5412
5413 (verilog-auto-inst, verilog-auto-star-safe)
5414 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
5415 Fix removing "// Interfaces" when saving .* expansions.
5416 Reported by Pierre-David Pfister.
5417
5418 2009-11-26 Glenn Morris <rgm@gnu.org>
5419
5420 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
5421 the scope.
5422
5423 2009-11-25 Johan Bockgård <bojohan@gnu.org>
5424
5425 * vc-annotate.el (vc-annotate-revision-previous-to-line):
5426 Really use previous revision.
5427
5428 2009-11-25 Kevin Ryde <user42@zip.com.au>
5429
5430 * man.el (Man-completion-table): default-directory "/" in case
5431 doesn't otherwise exist. process-environment COLUMNS=999 so as
5432 not to truncate long names. process-connection-type pipe to avoid
5433 any chance of hitting the pseudo-tty TIOCGWINSZ.
5434 (man): completion-ignore-case t for friendliness and since man
5435 itself is case-insensitive on the command line.
5436 Further to Bug#3717.
5437
5438 * arc-mode.el: Add "Keywords: files", so the details in its
5439 commentary can be reached from finder-by-keyword.
5440 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
5441 editing mode, but it's comms related and sgml-mode.el has "comm"
5442 on that basis too.
5443 * textmodes/bibtex-style.el: Add "Keywords: tex".
5444 * international/isearch-x.el, international/ja-dic-cnv.el:
5445 * international/ja-dic-utl.el, international/kkc.el:
5446 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
5447
5448 2009-11-25 Juri Linkov <juri@jurta.org>
5449
5450 * man.el (Man-completion-table): Modify regexp to include
5451 section names to completion strings. (Bug#3717)
5452
5453 2009-11-25 Juri Linkov <juri@jurta.org>
5454
5455 Search recursively in gzipped files. (Bug#4982)
5456
5457 * progmodes/grep.el (grep-highlight-matches): Add new options
5458 `always' and `auto'. Doc fix.
5459 (grep-process-setup): Check `grep-highlight-matches' for
5460 `auto-detect' to determine the need to compute grep defaults.
5461 Move Windows/DOS specific --colors settings handling
5462 to `grep-compute-defaults'. Check `grep-highlight-matches'
5463 to get the value of "--color=".
5464 (grep-compute-defaults): Compute `grep-highlight-matches' when it
5465 has the value `auto-detect'. Move Windows/DOS specific settings
5466 from `grep-process-setup'.
5467 (zrgrep): New command with alias `rzgrep'.
5468
5469 2009-11-25 Juri Linkov <juri@jurta.org>
5470
5471 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
5472 to nil instead of switching off view-mode. (Bug#4896)
5473
5474 2009-11-25 Juri Linkov <juri@jurta.org>
5475
5476 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
5477
5478 * mwheel.el (mwheel-scroll-up-function)
5479 (mwheel-scroll-down-function): New defvars.
5480 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
5481 `scroll-up', and `mwheel-scroll-down-function' instead of
5482 `scroll-down'.
5483
5484 * doc-view.el (doc-view-scroll-up-or-next-page)
5485 (doc-view-scroll-down-or-previous-page): Add optional ARG.
5486 Use this ARG in the call to image-scroll-up/image-scroll-down.
5487 Change `interactive' spec to "P". Goto next/previous page only
5488 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
5489 SPC/DEL case). Doc fix.
5490 (doc-view-next-line-or-next-page)
5491 (doc-view-previous-line-or-previous-page): Rename arg to ARG
5492 for consistency.
5493 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
5494 `doc-view-scroll-up-or-next-page', and buffer-local
5495 `mwheel-scroll-down-function' to
5496 `doc-view-scroll-down-or-previous-page'.
5497
5498 2009-11-25 Juri Linkov <juri@jurta.org>
5499
5500 Provide additional default values (directories at other Dired
5501 windows) via M-n in the minibuffer of some Dired commands.
5502
5503 * dired-aux.el (dired-diff, dired-compare-directories)
5504 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
5505 `minibuffer-default' in `minibuffer-with-setup-hook'.
5506 (dired-dwim-target-directory): Find a window that displays Dired
5507 buffer instead of failing when the next window is not Dired.
5508 Use `get-window-with-predicate' to find for the next Dired window.
5509 (dired-dwim-target-defaults): New function.
5510
5511 * ediff-util.el (ediff-read-file-name):
5512 Use `dired-dwim-target-defaults' to set `minibuffer-default'
5513 in `minibuffer-with-setup-hook'.
5514
5515 2009-11-25 Juri Linkov <juri@jurta.org>
5516
5517 Provide additional default values (file name at point or at the
5518 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
5519
5520 * minibuffer.el (read-file-name-defaults): New function.
5521 (read-file-name): Reset `minibuffer-default' to nil when
5522 it duplicates initial input `insdef'.
5523 Bind `minibuffer-default-add-function' to lambda that
5524 calls `read-file-name-defaults' in `minibuffer-selected-window'.
5525 (minibuffer-insert-file-name-at-point): New command.
5526
5527 * files.el (file-name-at-point-functions): New defcustom.
5528 (find-file-default): Remove defvar.
5529 (find-file-read-args): Don't use `find-file-default'.
5530 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5531 to `read-file-name'.
5532 (find-file-literally): Use `read-file-name' with
5533 `confirm-nonexistent-file-or-buffer'.
5534
5535 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
5536
5537 * dired.el (dired-read-dir-and-switches):
5538 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5539 to `read-file-name'.
5540 (dired-file-name-at-point): New function.
5541 (dired-mode): Add hook `dired-file-name-at-point' to
5542 `file-name-at-point-functions'.
5543
5544 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5545
5546 Really make the *Completions* window soft-dedicated (bug#5030).
5547 * window.el (window--display-buffer-2): Add `dedicated' argument.
5548 (display-buffer): Pass it when needed so the dedicated flag is set
5549 after calling set-window-buffer, which would otherwise reset it.
5550
5551 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5552
5553 * progmodes/meta-mode.el (meta-complete-symbol):
5554 * progmodes/etags.el (complete-tag):
5555 * mail/mailabbrev.el (mail-abbrev-complete-alias):
5556 Use completion-in-region.
5557
5558 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
5559 (dabbrev-completion): Use completion-in-region.
5560 (dabbrev--abbrev-at-point): Simplify regexp.
5561
5562 * abbrev.el (abbrev--before-point): Use word-motion functions
5563 if :regexp is not specified (bug#5031).
5564
5565 * subr.el (string-prefix-p): New function.
5566
5567 * man.el (Man-completion-cache): New var.
5568 (Man-completion-table): Use it.
5569
5570 * vc.el (vc-print-log-internal): Make `limit' optional for better
5571 compatibility (e.g. with vc-annotate.el).
5572
5573 2009-11-24 Kevin Ryde <user42@zip.com.au>
5574
5575 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
5576 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
5577
5578 * emacs-lisp/elint.el (elint-add-required-env): Better error message
5579 when .el source file not found or other error.
5580
5581 2009-11-24 Markus Triska <markus.triska@gmx.at>
5582
5583 * linum.el (linum-update-window): Ignore intangible (bug#4996).
5584
5585 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5586
5587 Handle the [back] button properly (bug#4979).
5588 * descr-text.el (describe-text-properties): Add a `buffer' argument.
5589 Use help-setup-xref, help-buffer, and with-help-window.
5590 (describe-char): Add `buffer' argument.
5591 Pass proper command to help-setup-xref. Don't meddle with
5592 help-xref-stack-item directly.
5593 (describe-text-category): Use with-help-window and help-buffer.
5594
5595 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
5596 for the displayed buffer (bug#4887).
5597
5598 * man.el (Man-completion-table): New function.
5599 (man): Use it.
5600
5601 2009-11-24 David Reitter <david.reitter@gmail.com>
5602
5603 * vc-git.el (vc-git-registered): Use checkout directory (where
5604 .git is) rather than the file's directory and a relative path spec
5605 to work around a bug in git.
5606
5607 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
5608
5609 Improve handling of processes on remote hosts.
5610
5611 * eshell/esh-util.el (eshell-path-env): New defvar.
5612 (eshell-parse-colon-path): New defun.
5613 (eshell-file-attributes): Use `eshell-parse-colon-path'.
5614
5615 * eshell/esh-ext.el (eshell-search-path):
5616 Use `eshell-parse-colon-path'.
5617 (eshell-remote-command): Remove argument HANDLER.
5618 (eshell-external-command): Check for FTP remote connection.
5619
5620 * eshell/esh-proc.el (eshell-gather-process-output):
5621 Use `file-truename', in order to start also symlinked files.
5622 Apply `start-file-process' instead of `start-process'.
5623 Shorten `command' to the local file name part.
5624
5625 * eshell/em-cmpl.el (eshell-complete-commands-list):
5626 Use `eshell-parse-colon-path'.
5627
5628 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
5629
5630 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
5631 to `eshell-directory-change-hook'.
5632
5633 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
5634
5635 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
5636 because it could be enabled automatically if view-read-only is non-nil.
5637
5638 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
5639
5640 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
5641 made on 2009-11-22.
5642
5643 2009-11-24 Glenn Morris <rgm@gnu.org>
5644
5645 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
5646 deleted variable bookmark-bmenu-bookmark-column.
5647
5648 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5649
5650 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
5651
5652 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
5653
5654 * net/browse-url.el (browse-url-filename-alist): On Windows, add
5655 two slashes to the "file:" prefix.
5656 (browse-url-file-url): De-munge Cygwin filenames before passing
5657 them to Windows browser.
5658 (browse-url-default-windows-browser): Use call-process.
5659
5660 2009-11-23 Juri Linkov <juri@jurta.org>
5661
5662 Implement DocView Continuous mode. (Bug#4896)
5663 * doc-view.el (doc-view-continuous-mode): New defcustom.
5664 (doc-view-mode-map): Bind C-n/<down> to
5665 `doc-view-next-line-or-next-page', C-p/<up> to
5666 `doc-view-previous-line-or-previous-page'.
5667 (doc-view-next-line-or-next-page)
5668 (doc-view-previous-line-or-previous-page): New commands.
5669
5670 2009-11-23 Juri Linkov <juri@jurta.org>
5671
5672 Implement Isearch in comint input history. (Bug#3746)
5673 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
5674 `isearch-mode-hook'.
5675 (comint-history-isearch): New defcustom.
5676 (comint-history-isearch-backward)
5677 (comint-history-isearch-backward-regexp): New commands.
5678 (comint-history-isearch-message-overlay): New buffer-local variable.
5679 (comint-history-isearch-setup, comint-history-isearch-end)
5680 (comint-goto-input, comint-history-isearch-search)
5681 (comint-history-isearch-message, comint-history-isearch-wrap)
5682 (comint-history-isearch-push-state)
5683 (comint-history-isearch-pop-state): New functions.
5684
5685 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
5686
5687 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
5688 return.
5689 (tramp-handle-make-symbolic-link)
5690 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
5691 Quote file names.
5692 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
5693 (tramp-handle-process-file): Use it.
5694
5695 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5696
5697 * window.el (move-to-window-line-last-op): Remove.
5698 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
5699
5700 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
5701
5702 Make M-r mirror the new cycling behavior of C-l.
5703 * window.el (move-to-window-line-last-op): New var.
5704 (move-to-window-line-top-bottom): New command.
5705 (global-map): Bind M-r move-to-window-line-top-bottom.
5706
5707 2009-11-23 Sven Joachim <svenjoac@gmx.de>
5708
5709 * dired-x.el (dired-guess-shell-alist-default):
5710 Support xz format. (Bug#4953)
5711
5712 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
5713
5714 * emulation/viper-cmd.el: Use viper-last-command-char instead of
5715 last-command-char/last-command-event.
5716 (viper-prefix-arg-value): Do correct conversion of event-char for
5717 XEmacs.
5718
5719 * emulation/viper-util.el, emulation/viper.el:
5720 Use viper-last-command-char instead of
5721 last-command-char/last-command-event.
5722
5723 * ediff-init.el, ediff-mult.el, ediff-util.el:
5724 Replace last-command-char and last-command-event
5725 with (ediff-last-command-char) everywhere.
5726
5727 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
5728 created in fundamental mode.
5729
5730 * ediff.el (ediff-version): Revert the change of interactive-p to
5731 called-interactively-p.
5732
5733 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
5734
5735 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
5736 generation from word-movement command names.
5737
5738 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
5739
5740 * cus-start.el (all): Add native condition for font-use-system-font.
5741
5742 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
5743
5744 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5745 Correct the patch from 2009-11-18. (Bug#3910)
5746
5747 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
5748
5749 * progmodes/subword.el: Rename from lisp/subword.el.
5750
5751 * subword.el: Rename to progmodes/subword.el.
5752
5753 * Makefile.in (ELCFILES): Adapt to subword.el move.
5754
5755 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5756 Stefan Monnier <monnier@iro.umontreal.ca>
5757
5758 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
5759 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
5760 (bookmark-bmenu-show-filenames): Use push.
5761 (bookmark-bmenu-hide-filenames): Use local var instead of
5762 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
5763 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
5764 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
5765 filenames now that the bookmark names are always available.
5766
5767 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5768
5769 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
5770 (bookmark-search-pattern): Move and leave unbound.
5771 (bookmark-bmenu-mode-map): Change binding.
5772 (bookmark-read-search-input): Simplify.
5773 Don't use text-char-description. Don't error on non-char events.
5774 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
5775 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
5776 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
5777 Use a local var for the timer.
5778 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
5779 (i.e. bookmark-bmenu-search).
5780
5781 2009-11-21 Glenn Morris <rgm@gnu.org>
5782
5783 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
5784
5785 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
5786
5787 * net/browse-url.el (browse-url-default-windows-browser):
5788 Use cygstart for cygwin.
5789
5790 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
5791
5792 * bookmark.el: Formatting and doc fixes only:
5793 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
5794 (bookmark-bmenu-search): Wrap to fit within 80 columns.
5795 Minor grammar and punctuation fixes in doc string.
5796 (bookmark-read-search-input): Adjust to fit within 80 columns.
5797
5798 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5799
5800 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
5801 (c-backward-into-nomenclature): Adapt to subword renaming.
5802
5803 * subword.el (subword-forward, subword-backward, subword-mark)
5804 (subword-kill, subword-backward-kill, subword-transpose)
5805 (subword-downcase, subword-upcase, subword-capitalize)
5806 (subword-forward-internal, subword-backward-internal):
5807 Rename from forward-subword, backward-subword, mark-subword,
5808 kill-subword, backward-kill-subword, transpose-subwords,
5809 downcase-subword, upcase-subword, capitalize-subword,
5810 forward-subword-internal, backward-subword-internal.
5811
5812 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5813
5814 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
5815 New options.
5816 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
5817 New vars.
5818 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
5819 (bookmark-bmenu-filter-alist-by-regexp)
5820 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
5821 (bookmark-bmenu-search): New command.
5822 (bookmark-bmenu-mode-map): Bind it.
5823
5824 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5825
5826 * progmodes/cc-cmds.el: declare-functioned forward-subword and
5827 backward-subword to quit the byte-compiler.
5828
5829 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
5830
5831 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
5832
5833 * progmodes/cc-cmds.el (c-update-modeline)
5834 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5835 Refer to subword.el functions instead of cc-subword.el.
5836
5837 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
5838 subword.el functions instead of cc-subword.el.
5839
5840 * progmodes/cc-subword.el: Rename to subword.el.
5841 * subword.el: Rename from progmodes/cc-subword.el.
5842 (subword-mode-map): Rename from c-subword-mode-map.
5843 (subword-mode): Rename from c-subword-mode.
5844 (global-subword-mode): New global minor mode.
5845 (forward-subword): Rename from c-forward-subword.
5846 (backward-subword): Rename from c-backward-subword.
5847 (mark-subword): Rename from c-mark-subword.
5848 (kill-subword): Rename from c-kill-subword.
5849 (backward-kill-subword): Rename from c-backward-kill-subword.
5850 (transpose-subwords): Rename from c-tranpose-subword.
5851 (downcase-subword): Rename from c-downcase-subword.
5852 (capitalize-subword): Rename from c-capitalize-subword.
5853 (forward-subword-internal): Rename from c-forward-subword-internal.
5854 (backward-subword-internal): Rename from c-backward-subword-internal.
5855
5856 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
5857
5858 * vc.el (vc-deduce-fileset): Allow non-state changing operations
5859 from a dired buffer.
5860 (vc-dired-deduce-fileset): New function.
5861 (vc-root-diff, vc-print-root-log): Use it.
5862
5863 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
5864 nil LIMIT argument to vc-print-log-internal.
5865
5866 2009-11-20 Glenn Morris <rgm@gnu.org>
5867
5868 * Makefile.in (ELCFILES): Regenerate.
5869
5870 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
5871
5872 * calc/calc.el (calc-set-mode-line):
5873 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5874 (math-format-number): Rename `math-format-complement-signed' to
5875 `math-format-twos-complement'.
5876
5877 * calc/calc-bin.el (math-format-twos-complement): Rename from
5878 math-format-complement-signed.
5879 (calc-radix): Rename `calc-complement-signed-mode' to
5880 `calc-twos-complement-mode'.
5881 (calc-octal-radix, calc-hex-radix): Add an argument for
5882 two's complement.
5883
5884 * calc/calc-embed.el (calc-embedded-mode-vars):
5885 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5886
5887 * calc/calc-ext.el (calc-init-extensions):
5888 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5889 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
5890
5891 * calc/calc-units.el (math-build-units-table-buffer):
5892 Let `calc-twos-complement-mode' be nil.
5893
5894 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
5895 entries.
5896
5897 * calc/calc-vec.el (calcFunc-vunpack):
5898 * calc/calc-aent.el (calc-do-calc-eval):
5899 * calc/calc-forms.el (math-format-date):
5900 * calc/calc-graph.el (calc-graph-plot):
5901 * calc/calc-math.el (math-use-emacs-fn):
5902 * calc/calccomp.el (math-compose-expr):
5903 Let `calc-twos-complement-mode' be nil.
5904
5905 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5906
5907 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
5908 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
5909 * minibuffer.el (completion-in-region-functions): New hook.
5910 (completion-in-region): New function.
5911 * emacs-lisp/lisp.el (lisp-complete-symbol):
5912 * pcomplete.el (pcomplete-std-complete): Use it.
5913
5914 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5915
5916 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
5917 (latex-complete-alist): New vars.
5918 (latex-string-prefix-p, latex-complete-bibtex-keys)
5919 (latex-complete-envnames, latex-complete-refkeys)
5920 (latex-complete-data): New functions.
5921 (latex-complete, latex-indent-or-complete): New commands.
5922
5923 * window.el (display-buffer-mark-dedicated): New var.
5924 (display-buffer): Obey it.
5925 * minibuffer.el (minibuffer-completion-help): Use it.
5926
5927 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
5928
5929 * filecache.el (file-cache-add-file): Use push and cons.
5930 (file-cache-delete-file-regexp): Use push.
5931 (file-cache-complete): Use completion-in-region.
5932
5933 * simple.el (with-wrapper-hook): Fix thinko.
5934
5935 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
5936 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
5937 Use with-current-buffer and string-to-number.
5938 (hfy-fallback-colour-values): Use assoc-string.
5939 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
5940 (hfy-face-at): Remove unused var `found-face'.
5941 (hfy-compile-stylesheet): Remove unused var `css'.
5942 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
5943 and `orig-buffer'.
5944 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
5945 Use with-current-buffer.
5946 (hfy-text-p): Use expand-file-name and fewer setq.
5947
5948 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
5949
5950 * htmlfontify.el, hfy-cmap.el: New files.
5951
5952 2009-11-19 Juri Linkov <juri@jurta.org>
5953
5954 * minibuffer.el (completions-format): New defcustom.
5955 (completion--insert-strings): Implement vertical format.
5956
5957 * simple.el (switch-to-completions): Move point to the first
5958 completion when point was at the beginning of the buffer.
5959
5960 2009-11-19 Juri Linkov <juri@jurta.org>
5961
5962 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
5963
5964 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
5965
5966 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
5967
5968 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
5969 (mail-signature): Change default to t.
5970 (mail-from-style): Deprecate `system-default' value.
5971 (mail-insert-from-field): For default value of mail-from-style,
5972 default to `angles' unless `angles' needs quoting and `parens'
5973 does not.
5974 (mail-citation-prefix-regexp): Use citation regexp from
5975 message-mode.
5976
5977 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
5978
5979 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5980 Set variables for computing the prompt for reading password.
5981
5982 2009-11-19 Glenn Morris <rgm@gnu.org>
5983
5984 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
5985
5986 * textmodes/flyspell.el (sgml-lexical-context): Declare.
5987
5988 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
5989 (newsticker-treeview-listwindow-height): Fix custom type.
5990
5991 2009-11-19 Kenichi Handa <handa@m17n.org>
5992
5993 * descr-text.el (describe-char-padded-string): Compose with TAB
5994 only if there's a font for CH.
5995 (describe-char): Fix the condition for detecting a trivial composition.
5996
5997 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
5998
5999 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
6000 more accurate version of the regexp. (Bug#3910)
6001
6002 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
6003
6004 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
6005
6006 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
6007
6008 * font-setting.el (font-use-system-font): Declare for byte-compiler.
6009 (font-setting-change-default-font): Fix typo in docstring.
6010
6011 2009-11-18 Alan Mackenzie <acm@muc.de>
6012
6013 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
6014
6015 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
6016
6017 * font-setting.el (font-use-system-font): Move ...
6018
6019 * cus-start.el (all): ... to here.
6020
6021 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
6022
6023 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
6024 Don't set `ad-return-value' if `ad-do-it' doesn't.
6025
6026 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
6027 modification time.
6028
6029 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
6030
6031 * menu-bar.el: Put "Use system font" in Option-menu.
6032 (menu-bar-options-save): Add font-use-system-font.
6033
6034 * loadup.el: If feature system-font-setting or font-render-setting is
6035 there, load font-setting.
6036
6037 * Makefile.in (ELCFILES): Add font-settings.el.
6038 * font-setting.el: New file.
6039
6040 2009-11-17 Glenn Morris <rgm@gnu.org>
6041
6042 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
6043
6044 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
6045 Preserve point in the list buffer. (Bug#4939)
6046 Use point-at-eol.
6047 (newsticker--treeview-list-update-highlight)
6048 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
6049
6050 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
6051
6052 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
6053 Remove.
6054
6055 * calc/calc-ext.el (calc-init-extensions): Remove references to
6056 symclip.
6057
6058 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
6059
6060 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
6061 * calc/calc-help.el (calc-b-prefix-help): Remove references to
6062 `calc-symclip'.
6063
6064 2009-11-16 Kevin Ryde <user42@zip.com.au>
6065
6066 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
6067 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
6068
6069 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
6070 (lm-keywords-list): Allow comma-only separator like "foo,bar".
6071 Ignore trailing spaces by omit-nulls to split-string (fixing
6072 regression from Emacs 21 due to the incompatible split-string
6073 change). (Bug #4928.)
6074
6075 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
6076
6077 * vc.el (vc-log-show-limit): Default to 2000.
6078 (vc-print-log-internal): Insert buttons to request more entries
6079 when limiting the output.
6080
6081 * vc-sccs.el (vc-sccs-print-log):
6082 * vc-rcs.el (vc-rcs-print-log):
6083 * vc-cvs.el (vc-cvs-print-log):
6084 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
6085 LIMIT is non-nil.
6086
6087 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
6088
6089 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
6090 error when `tramp-gvfs-dbus-event-vector' is set.
6091 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
6092
6093 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6094
6095 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
6096
6097 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
6098
6099 * net/dbus.el (dbus-unregister-service): New defun.
6100 (dbus-register-property): Register the handlers of
6101 "org.freedesktop.DBus.Properties" for SERVICE.
6102 (dbus-property-handler): Fix docstring.
6103
6104 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6105
6106 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
6107 Quote doc string reference in defvaralias as it is not in special form.
6108 (byte-compile-output-docform): Doc fix.
6109
6110 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
6111
6112 * calc/calc.el (math-2-word-size, math-half-2-word-size)
6113 (calc-complement-signed-mode): New variables.
6114 (calc-set-mode-line): Add indicator for twos-complements.
6115 (math-format-number): Format twos-complement notation.
6116
6117 * calc/calc-bin.el (calc-word-size): Reset the variables
6118 `math-2-word-size' and `math-half-2-word-size'.
6119 (math-format-complement-signed, math-symclip, calcFunc-symclip)
6120 (calc-symclip): New functions.
6121
6122 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
6123
6124 * calc/calc-embed.el (calc-embedded-mode-vars):
6125 Add `calc-complement-signed-mode' to the list of modes.
6126
6127 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
6128 (calc-b-oper-keys): Add `calc-symclip' to list.
6129
6130 * calc/calc-ext.el (math-read-number-fancy): Read complement
6131 signed numbers.
6132 (calc-init-extensions): Add binding for `calc-symclip'.
6133 Add autoload for `calcFunc-symclip' and `calc-symclip'.
6134
6135 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
6136 `calc-symclip'.
6137 (calc-modes-menu): Add item for twos complement mode.
6138
6139 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
6140
6141 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
6142
6143 * register.el (jump-to-register, insert-register): Handle Semantic
6144 tags. From commented-out advice in semantic/senator.el.
6145
6146 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
6147
6148 * vc.el (vc-log-show-limit): New variable.
6149 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
6150 when using a prefix argument.
6151 (vc-print-log-internal): Add new argument LIMIT.
6152
6153 * vc-svn.el (vc-svn-print-log):
6154 * vc-mtn.el (vc-mtn-print-log):
6155 * vc-hg.el (vc-hg-print-log):
6156 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
6157 pass it to the log command when set. Make the BUFFER argument
6158 non-optional.
6159
6160 * vc-sccs.el (vc-sccs-print-log):
6161 * vc-rcs.el (vc-rcs-print-log):
6162 * vc-git.el (vc-git-print-log):
6163 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
6164 ignore it. Make the BUFFER argument non-optional
6165
6166 * bindings.el (mode-line-buffer-identification): Do not purecopy.
6167
6168 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
6169
6170 * dired.el (dired-mode-map): Move encryption items to "Operate"
6171 menu (Bug#4703).
6172
6173 * strokes.el (strokes-update-window-configuration): Make strokes
6174 buffer current before erasing (Bug#4906).
6175
6176 2009-11-15 Juri Linkov <juri@jurta.org>
6177
6178 * simple.el (set-mark-default-inactive): Add :type, :group
6179 and :version. (Bug#4876)
6180
6181 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
6182
6183 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
6184 (archive-unique-fname): ... here. (Bug#4929)
6185
6186 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6187
6188 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
6189 with a real fix.
6190
6191 * novice.el (disabled-command-function): Add useful args.
6192 Setup the help buffer so that [back] works.
6193 Remove redundant call to help-mode.
6194 (disabled-command-function): Use `case'.
6195 (en/disable-command): New function extracted from enable-command.
6196 (enable-command, disable-command): Use it.
6197
6198 2009-11-14 Glenn Morris <rgm@gnu.org>
6199
6200 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
6201 constants. (Bug#4913)
6202
6203 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
6204
6205 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
6206
6207 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
6208 defined in C that have no doc-strings. (Bug#1063)
6209
6210 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
6211
6212 * cus-edit.el (data, files):
6213 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
6214
6215 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
6216
6217 * simple.el (shell-command): Doc fix (Bug#4891).
6218
6219 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
6220
6221 2009-11-14 Glenn Morris <rgm@gnu.org>
6222
6223 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
6224 statements for vc-diff, emerge-quit, and rmail-cease-edit.
6225 If they are already loaded, eval-after-load will do the right thing.
6226
6227 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
6228 compiling.
6229
6230 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
6231
6232 * simple.el (x-selection-owner-p): Declare.
6233 (read-mail-command): Use custom radio type rather than choice.
6234 (completion-no-auto-exit): Doc fix.
6235
6236 * custom.el (defgroup):
6237 * epg-config.el (epg): Doc fixes.
6238
6239 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
6240
6241 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
6242 * international/ccl.el (define-ccl-program): Do not purecopy the
6243 docstring, defconst does it anyway.
6244
6245 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6246
6247 * add-log.el (add-change-log-entry): Avoid displaying the changelog
6248 a second time.
6249
6250 * x-dnd.el (x-dnd-maybe-call-test-function):
6251 * window.el (split-window-vertically):
6252 * whitespace.el (whitespace-help-on):
6253 * vc-rcs.el (vc-rcs-consult-headers):
6254 * userlock.el (ask-user-about-lock-help)
6255 (ask-user-about-supersession-help):
6256 * type-break.el (type-break-force-mode-line-update):
6257 * time-stamp.el (time-stamp-conv-warn):
6258 * terminal.el (te-set-output-log, te-more-break, te-filter)
6259 (te-sentinel, terminal-emulator):
6260 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
6261 (term-write-input-ring, term-check-source, term-start-output-log):
6262 (term-display-buffer-line, term-dynamic-list-completions):
6263 (term-ansi-make-term, serial-term):
6264 * subr.el (selective-display):
6265 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6266 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
6267 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
6268 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
6269 (speedbar-remove-localized-speedbar-support)
6270 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
6271 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
6272 (speedbar-buffers-line-directory):
6273 * simple.el (shell-command-on-region, append-to-buffer)
6274 (prepend-to-buffer):
6275 * shadowfile.el (shadow-save-todo-file):
6276 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
6277 (scroll-bar-maybe-set-window-start):
6278 * sb-image.el (speedbar-image-dump):
6279 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
6280 (load-save-place-alist-from-file):
6281 * ps-samp.el (ps-print-message-from-summary):
6282 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
6283 (ps-background-image, ps-begin-job, ps-do-despool):
6284 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
6285 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
6286 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
6287 (pr-call-process, pr-file-list, pr-interface-save):
6288 * novice.el (disabled-command-function)
6289 (enable-command, disable-command):
6290 * mouse.el (mouse-buffer-menu-alist):
6291 * mouse-copy.el (mouse-kill-preserving-secondary):
6292 * macros.el (kbd-macro-query):
6293 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
6294 * informat.el (batch-info-validate):
6295 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
6296 * hippie-exp.el (try-expand-dabbrev-visible):
6297 * help-mode.el (help-make-xrefs):
6298 * help-fns.el (describe-variable):
6299 * generic-x.el (bat-generic-mode-run-as-comint):
6300 * finder.el (finder-mouse-select):
6301 * find-dired.el (find-dired-sentinel):
6302 * filesets.el (filesets-file-close):
6303 * files.el (list-directory):
6304 * faces.el (list-faces-display, describe-face):
6305 * facemenu.el (list-colors-display):
6306 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
6307 * epg.el (epg--process-filter, epg-cancel):
6308 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
6309 (epa--read-signature-type):
6310 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
6311 (emerge-file-names):
6312 * ehelp.el (electric-helpify):
6313 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
6314 * ediff-vers.el (rcs-ediff-view-revision):
6315 * ediff-util.el (ediff-setup):
6316 * ediff-mult.el (ediff-append-custom-diff):
6317 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
6318 (ediff-wordify):
6319 * echistory.el (Electric-command-history-redo-expression):
6320 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6321 * disp-table.el (describe-display-table):
6322 * dired.el (dired-find-buffer-nocreate):
6323 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
6324 * dabbrev.el (dabbrev--same-major-mode-p):
6325 * chistory.el (list-command-history):
6326 * apropos.el (apropos-documentation):
6327 * allout.el (allout-obtain-passphrase):
6328 (allout-copy-exposed-to-buffer):
6329 (allout-verify-passphrase): Use with-current-buffer.
6330
6331 2009-11-13 Glenn Morris <rgm@gnu.org>
6332
6333 * Makefile.in (ELCFILES): Regenerate.
6334
6335 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
6336
6337 * net/dbus.el (dbus-registered-objects-table): Rename from
6338 `dbus-registered-functions-table', because it contains also properties.
6339 (dbus-unregister-object): Unregister also properties.
6340 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6341 Use a timeout of 500 msec, in order to not block.
6342 (dbus-register-property, dbus-property-handler): New defuns.
6343
6344 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6345
6346 * simple.el (minibuffer-default-add-completions): Drop deprecated
6347 4th arg.
6348
6349 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
6350
6351 * textmodes/artist.el (artist-mouse-choose-operation):
6352 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
6353 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
6354 (artist-compute-up-event-key): New function.
6355 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
6356
6357 2009-11-13 Kenichi Handa <handa@m17n.org>
6358
6359 * language/japan-util.el: Make sure that the value of jisx0208
6360 property is jisx0208 character.
6361
6362 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
6363
6364 * international/mule.el (auto-coding-regexp-alist): Only purecopy
6365 car or each item, not the whole list.
6366
6367 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
6368
6369 * minibuffer.el (minibuffer-completion-help):
6370 Use minibuffer-hide-completions.
6371
6372 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
6373
6374 * dired.el (dired-save-positions, dired-restore-positions): New funs.
6375 (dired-revert): Use them (bug#4880).
6376
6377 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6378
6379 * tooltip.el (tooltip-frame-parameters): Undo previous change.
6380
6381 2009-11-12 Juri Linkov <juri@jurta.org>
6382
6383 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
6384 New functions.
6385 (find-file-literally-at-point): Alias of `ffap-literally'.
6386
6387 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6388
6389 * textmodes/ispell.el (ispell-skip-region-alist):
6390 * textmodes/css-mode.el (auto-mode-alist):
6391 * progmodes/compile.el (auto-mode-alist):
6392 * international/mule.el (ctext-non-standard-encodings-alist)
6393 (ctext-non-standard-encodings-regexp):
6394 * simple.el (shell-command-switch, text-read-only):
6395 * replace.el (occur-mode-map):
6396 * paths.el (rmail-file-name):
6397 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
6398 * find-file.el (ff-special-constructs):
6399 * files.el (file-name-handler-alist):
6400 * composite.el: Purecopy strings.
6401
6402 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
6403
6404 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6405
6406 * widget.el (define-widget): Purecopy the docstring.
6407 * international/mule-cmds.el (charset): Do not purecopy the
6408 docstring here, define-widget does it.
6409
6410 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6411 * textmodes/bibtex-style.el (auto-mode-alist):
6412 * progmodes/inf-lisp.el (inferior-lisp-prompt):
6413 * progmodes/compile.el (compile-command):
6414 * language/korea-util.el (default-korean-keyboard):
6415 * international/mule-conf.el (file-coding-system-alist):
6416 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
6417 * tooltip.el (tooltip-frame-parameters):
6418 * newcomment.el (comment-end, comment-padding):
6419 * dired.el (dired-trivial-filenames):
6420 * comint.el (comint-file-name-prefix): Purecopy initial values.
6421
6422 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
6423
6424 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
6425 (tramp-advice-minibuffer-electric-tilde): Unload advices via
6426 `tramp-unload'.
6427 (tramp-advice-make-auto-save-file-name)
6428 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
6429 after removing the advice.
6430
6431 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6432
6433 * progmodes/grep.el (grep-regexp-alist):
6434 * international/mule-cmds.el (iso-2022-control-alist):
6435 * emacs-lisp/timer.el (timer-duration-words):
6436 * subr.el (version-separator, version-regexp-alist):
6437 * minibuffer.el (completion-styles-alist):
6438 * faces.el (face-attribute-name-alist, list-faces-sample-text):
6439 Change defvars to defconsts.
6440
6441 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
6442 * loadup.el ("international/mule-conf"): Load the byte compiled version.
6443 * international/mule-conf.el: Allow to be byte compiled.
6444
6445 * international/mule.el (define-charset): Purecopy props.
6446 (load-with-code-conversion): Purecopy doc string and file name.
6447 (put-charset-property): Purecopy strings.
6448 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
6449
6450 * international/mule-cmds.el (register-input-method): Purecopy arguments.
6451 (define-char-code-property): Correctly purecopy the table.
6452
6453 * international/ccl.el (define-ccl-program): Purecopy the docstring.
6454
6455 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
6456
6457 * subr.el (add-hook): Purecopy strings.
6458 (eval-after-load): Purecopy load-history-regexp and the form.
6459
6460 * custom.el (custom-declare-group): Purecopy load-file-name.
6461
6462 * subr.el (menu-bar-separator): New defconst.
6463 * net/eudc.el (eudc-tools-menu):
6464 * international/mule-cmds.el (set-coding-system-map)
6465 (mule-menu-keymap):
6466 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6467 * vc-hooks.el (vc-menu-map):
6468 * replace.el (occur-mode-map):
6469 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
6470 (menu-bar-edit-menu, menu-bar-goto-menu)
6471 (menu-bar-custom-menu, menu-bar-showhide-menu)
6472 (menu-bar-options-menu, menu-bar-tools-menu)
6473 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
6474 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
6475 (menu-bar-help-menu):
6476 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
6477 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
6478
6479 * term/x-win.el (x-gtk-stock-map):
6480 * progmodes/vera-mode.el (auto-mode-alist):
6481 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6482 (inferior-lisp-program, inferior-lisp-load-command):
6483 * progmodes/hideshow.el (hs-special-modes-alist):
6484 * progmodes/gud.el (same-window-regexps):
6485 * progmodes/grep.el (grep-program, find-program, xargs-program):
6486 * net/telnet.el (same-window-regexps):
6487 * net/rlogin.el (same-window-regexps):
6488 * language/ethiopic.el (font-ccl-encoder-alist):
6489 * vc-sccs.el (vc-sccs-master-templates):
6490 * vc-rcs.el (vc-rcs-master-templates):
6491 * subr.el (cl-assertion-failed):
6492 * simple.el (next-error-overlay-arrow-position):
6493 * lpr.el (lpr-command):
6494 * locate.el (locate-ls-subdir-switches):
6495 * info.el (same-window-regexps, info)
6496 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
6497 * image-mode.el (image-mode, auto-mode-alist):
6498 * hippie-exp.el (hippie-expand-ignore-buffers):
6499 * format.el (format-alist):
6500 * find-dired.el (find-ls-subdir-switches, find-grep-options)
6501 (find-name-arg):
6502 * facemenu.el (facemenu-keybindings):
6503 * dired.el (dired-listing-switches, dired-chown-program):
6504 * diff.el (diff-switches, diff-command):
6505 * cus-edit.el (same-window-regexps):
6506 * bindings.el (mode-line-mule-info)
6507 (mode-line-buffer-identification): Purecopy strings.
6508
6509 2009-11-11 Juri Linkov <juri@jurta.org>
6510
6511 * simple.el (dired-get-filename) <declare-function>:
6512 Tell the byte-compiler about dired-get-filename.
6513 (shell-command): In Dired mode, get filename from the current line
6514 as the default value.
6515
6516 2009-11-10 Glenn Morris <rgm@gnu.org>
6517
6518 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
6519 * calendar/holidays.el, progmodes/cperl-mode.el:
6520 Update x-popup-menu declarations.
6521
6522 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
6523 (list-load-path-shadows): Use dolist.
6524 (list-load-path-shadows): Use with-current-buffer.
6525
6526 2009-11-10 Juri Linkov <juri@jurta.org>
6527
6528 * minibuffer.el (read-file-name): Support a list of default values
6529 in `default-filename'. Use the first file name where only one
6530 element is required. Doc fix.
6531
6532 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
6533
6534 * net/dbus.el (dbus-unregister-object): Release service, if no
6535 other method is registered for it.
6536
6537 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
6538
6539 * bookmark.el (bookmark-completing-read): Sort bookmark names if
6540 bookmark-sort-flag is non-nil (Bug#4653).
6541
6542 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
6543
6544 * emulation/cua-base.el: Add CUA property to some CC mode commands
6545 (Bug#4100).
6546
6547 2009-11-08 Kevin Ryde <user42@zip.com.au>
6548
6549 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
6550 at end of sentence (Bug#4818).
6551
6552 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
6553
6554 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6555 Handle "see declaration of" MSFT statements (Bug#4100).
6556
6557 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
6558
6559 * net/tramp.el (tramp-advice-make-auto-save-file-name)
6560 (tramp-advice-file-expand-wildcards): Unload via
6561 `ad-remove-advice'.
6562
6563 * net/trampver.el: Update release number.
6564
6565 2009-11-08 Kevin Ryde <user42@zip.com.au>
6566
6567 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
6568 `ad-do-it'.
6569
6570 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
6571
6572 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
6573 in order to keep context in SELinux.
6574
6575 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
6576
6577 * dired-aux.el (dired-query): Place cursor in echo area and allow
6578 C-g.
6579
6580 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
6581 menu item if not on a directory (Bug#4701).
6582
6583 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
6584
6585 Sync with Tramp 2.1.17.
6586
6587 * net/tramp.el (tramp-handle-copy-directory): Don't use
6588 `file-remote-p' (due to compatibility).
6589
6590 * net/tramp-compat.el (tramp-compat-copy-directory)
6591 (tramp-compat-delete-directory): New defuns.
6592
6593 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6594 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6595 Use `tramp-compat-delete-directory'.
6596
6597 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6598 (tramp-smb-handle-delete-directory):
6599 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
6600
6601 * net/trampver.el: Update release number.
6602
6603 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
6604
6605 * tar-mode.el (tar-copy): Call write-region on the right buffer
6606 (Bug#4857).
6607
6608 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
6609 by hand, if necessary (Bug#4878).
6610
6611 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
6612
6613 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
6614 align size column (Bug#4839).
6615
6616 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
6617 statement.
6618
6619 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6620
6621 * progmodes/ld-script.el (auto-mode-alist):
6622 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
6623
6624 * cus-face.el (custom-declare-face): Purecopy face spec.
6625
6626 2009-11-06 Kenichi Handa <handa@m17n.org>
6627
6628 * international/uni-bidi.el: Re-generated.
6629 * international/uni-category.el: Re-generated.
6630 * international/uni-combining.el: Re-generated.
6631 * international/uni-mirrored.el: Re-generated.
6632
6633 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6634
6635 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
6636 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
6637 (tex-start-options, slitex-run-command, latex-run-command)
6638 (tex-run-command, tex-directory):
6639 * textmodes/ispell.el (ispell-html-skip-alists)
6640 (ispell-tex-skip-alists, ispell-tex-skip-alists):
6641 * textmodes/fill.el (adaptive-fill-first-line-regexp):
6642 (adaptive-fill-regexp):
6643 * textmodes/dns-mode.el (auto-mode-alist):
6644 * progmodes/python.el (interpreter-mode-alist):
6645 * progmodes/etags.el (tags-compression-info-list):
6646 * progmodes/etags.el (tags-file-name):
6647 * net/browse-url.el (browse-url-galeon-program)
6648 (browse-url-firefox-program):
6649 * mail/sendmail.el (mail-signature-file)
6650 (mail-citation-prefix-regexp):
6651 * international/mule-conf.el (eight-bit):
6652 * international/latexenc.el (latex-inputenc-coding-alist):
6653 * international/fontset.el (x-pixel-size-width-font-regexp):
6654 * emacs-lisp/warnings.el (warning-type-format):
6655 * emacs-lisp/trace.el (trace-buffer):
6656 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
6657 (emacs-lisp-mode-map):
6658 * calendar/holidays.el (holiday-solar-holidays)
6659 (holiday-bahai-holidays, holiday-islamic-holidays)
6660 (holiday-christian-holidays, holiday-hebrew-holidays)
6661 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
6662 (hebrew-holidays-1, holiday-oriental-holidays)
6663 (holiday-general-holidays):
6664 * x-dnd.el (x-dnd-known-types):
6665 * tool-bar.el (tool-bar):
6666 * startup.el (site-run-file):
6667 * shell.el (shell-dumb-shell-regexp):
6668 * rfn-eshadow.el (file-name-shadow-tty-properties)
6669 (file-name-shadow-properties):
6670 * paths.el (remote-shell-program, news-directory):
6671 * mouse.el ([C-down-mouse-3]):
6672 * menu-bar.el (menu-bar-tools-menu):
6673 * jka-cmpr-hook.el (jka-compr-load-suffixes)
6674 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
6675 (jka-compr-compression-info-list):
6676 * isearch.el (search-whitespace-regexp):
6677 * image-file.el (image-file-name-extensions):
6678 * find-dired.el (find-ls-option):
6679 * files.el (directory-listing-before-filename-regexp)
6680 (directory-free-space-args, insert-directory-program)
6681 (list-directory-brief-switches, magic-fallback-mode-alist)
6682 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
6683 (automount-dir-prefix):
6684 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
6685 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
6686 (face-font-registry-alternatives, face-font-registry-alternatives)
6687 (face-font-family-alternatives):
6688 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
6689 (facemenu-foreground-menu, facemenu-face-menu):
6690 * epa-hook.el (epa-file-name-regexp):
6691 * dnd.el (dnd-protocol-alist):
6692 * textmodes/rst.el (auto-mode-alist):
6693 * button.el (default-button): Purecopy strings.
6694
6695 2009-11-06 Glenn Morris <rgm@gnu.org>
6696
6697 * Makefile.in (ELCFILES): Update.
6698
6699 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
6700
6701 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
6702 * emacs-lisp/levents.el: Move to obsolete/levents.el.
6703
6704 * nxml/xsd-regexp.el (xsdre-gen-categories):
6705 * nxml/xmltok.el (xmltok-parse-entity):
6706 * nxml/rng-parse.el (rng-parse-validate-file):
6707 * nxml/rng-maint.el (rng-format-manual)
6708 (rng-manual-output-force-new-line):
6709 * nxml/rng-loc.el (rng-save-schema-location-1):
6710 * nxml/rng-cmpct.el (rng-c-parse-file):
6711 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
6712 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
6713
6714 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
6715
6716 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
6717 Remove extra save-excursions and make-variable-buffer-local's.
6718 Suggested by Stefan Monnier.
6719
6720 (verilog-getopt-file, verilog-module-inside-filename-p)
6721 (verilog-set-define): Merge GNU 1.35 and repair changes from
6722 switching to using with-current-buffer.
6723
6724 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
6725 being treated as a number and confusing AUTORESET.
6726 Reported by Dan Dever.
6727
6728 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
6729 Add verilog-auto-ignore-concat to fix backward compatibility with
6730 older verilog-modes. Reported by Dan Katz.
6731
6732 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
6733 containing closing anchors "...$".
6734
6735 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
6736 Reported by Wade Smith.
6737
6738 (verilog-batch-execute-func): Comment on function usage.
6739
6740 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
6741
6742 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
6743 for labels.
6744
6745 (verilog-label-re, verilog-calc-1): Support proper indent of named
6746 asserts.
6747
6748 (verilog-backward-token, verilog-basic-complete-re)
6749 (verilog-beg-of-statement, verilog-indent-re): Support proper
6750 indent of the assert statement at the beginning of a block of text.
6751
6752 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
6753 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
6754 tokens as begins.
6755
6756 2009-11-05 Glenn Morris <rgm@gnu.org>
6757
6758 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
6759 Emacs 19. (Bug#1531)
6760 (byte-compile-fix-header): Update for the above change.
6761 Drop test for epoch::version.
6762
6763 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
6764 * cus-dep.el (custom-make-dependencies):
6765 * finder.el (finder-compile-keywords):
6766 Use autoload-rubric's feature argument.
6767
6768 * calendar/diary-lib.el (top-level): Make load behave more like require.
6769
6770 * vc-git.el (vc-git-stash-map): Move definition before use.
6771
6772 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
6773
6774 * custom.el (custom-declare-group): Purecopy standard-value.
6775 (custom-declare-group): Purecopy custom-prefix.
6776
6777 * international/mule.el (load-with-code-conversion):
6778 Call do-after-load-evaluation unconditionally.
6779
6780 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
6781
6782 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6783
6784 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
6785
6786 2009-11-04 Glenn Morris <rgm@gnu.org>
6787
6788 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
6789 (byte-compile-compatibility): Remove option.
6790 (byte-compile-close-variables, byte-compile-fix-header)
6791 (byte-compile-insert-header, byte-compile-output-docform)
6792 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
6793 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
6794 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
6795 (byte-compile-insert, byte-compile-defun):
6796 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
6797 (byte-defop-compiler19): Remove.
6798 Without byte-compile-compatibility, the 'emacs19-opcode property is not
6799 used by anything. Replace all calls with byte-defop-compiler.
6800
6801 2009-11-04 Juri Linkov <juri@jurta.org>
6802
6803 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
6804 (menu-bar-options-menu): Don't quote the `prop' arg of
6805 `menu-bar-make-mm-toggle'.
6806
6807 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
6808
6809 * calendar/calendar.el (cal-loaddefs):
6810 * calendar/diary-lib.el (diary-loaddefs):
6811 * calendar/holidays.el (hol-loaddefs):
6812 * eshell/esh-module.el (esh-groups): Load rather than require.
6813
6814 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6815
6816 * calendar/todo-mode.el (todo-add-category): Don't hardcode
6817 point-min==1.
6818 (todo-top-priorities): Only display-buffer when called interactively.
6819 (todo-item-start): Don't save excursion point.
6820 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
6821 (todo-insert-item-here, todo-file-item, todo-remove-item):
6822 Adjust uses of todo-item-start and todo-item-end.
6823
6824 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
6825 (autoload-rubric): Don't use any more.
6826
6827 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
6828 and only put a prop if it is non-nil.
6829
6830 2009-11-03 Juri Linkov <juri@jurta.org>
6831
6832 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
6833 (menu-bar-options-menu): Fix list quoting (Bug#4429).
6834
6835 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
6836 and "Menu" to make top-level menu item visually one unit (like
6837 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
6838 multi-word menu items). Fix :help string for quit-window.
6839
6840 2009-11-03 Glenn Morris <rgm@gnu.org>
6841
6842 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6843 (byte-compile-file-form-define-abbrev-table)
6844 (byte-compile-file-form-custom-declare-variable)
6845 (byte-compile-variable-ref, byte-compile-defvar):
6846 Whether or not a warning is enabled should only affect whether we issue
6847 the warning, not whether or not we collect the relevant data.
6848 Eg warnings can be turned on and off throughout the course of a file.
6849
6850 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
6851 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
6852
6853 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6854
6855 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
6856 * play/mpuz.el (mpuz-create-buffer):
6857 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
6858 (lm-print-y,s,noise, lm-print-w0, lm-init):
6859 * play/gomoku.el (gomoku-prompt-for-move):
6860 * play/fortune.el (fortune-in-buffer):
6861 * play/dissociate.el (dissociated-press):
6862 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
6863 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
6864 * mail/supercite.el (sc-eref-show):
6865 * mail/smtpmail.el (smtpmail-send-it):
6866 * mail/rmailsum.el (rmail-summary-next-labeled-message)
6867 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
6868 (rmail-summary-undelete-many, rmail-summary-rmail-update)
6869 (rmail-summary-goto-msg, rmail-summary-expunge)
6870 (rmail-summary-get-new-mail, rmail-summary-search-backward)
6871 (rmail-summary-add-label, rmail-summary-output-menu)
6872 (rmail-summary-output-body):
6873 * mail/rfc822.el (rfc822-addresses):
6874 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
6875 * mail/mailpost.el (post-mail-send-it):
6876 * mail/hashcash.el (hashcash-generate-payment):
6877 * mail/feedmail.el (feedmail-run-the-queue)
6878 (feedmail-queue-send-edit-prompt-help-first)
6879 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
6880 (feedmail-deduce-address-list):
6881 * eshell/esh-ext.el (eshell-remote-command):
6882 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
6883 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
6884 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
6885 (viper-save-string-in-file, viper-valid-marker):
6886 * emulation/viper-keym.el (viper-toggle-key):
6887 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
6888 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
6889 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
6890 * emulation/viper-cmd.el (viper-exec-form-in-vi)
6891 (viper-exec-form-in-emacs, viper-brac-function):
6892 * emulation/viper.el (viper-delocalize-var):
6893 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
6894 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
6895 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
6896 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
6897 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
6898 * emulation/edt.el (edt-electric-helpify):
6899 * emulation/cua-rect.el (cua--rectangle-aux-replace):
6900 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
6901 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
6902 (cua-indent-to-global-mark-column):
6903 * calendar/diary-lib.el (calendar-mark-1):
6904 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
6905 Use with-current-buffer.
6906 * emulation/viper.el (viper-delocalize-var): Use dolist.
6907
6908 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
6909
6910 * comint.el (comint-replace-by-expanded-history-before-point):
6911 Replace !! with the previous input string literally (Bug#1795).
6912
6913 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
6914
6915 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
6916 to be made up of whitespace.
6917
6918 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
6919
6920 * minibuffer.el (read-file-name): Don't use file dialogs for
6921 remote directories (Bug#99).
6922
6923 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
6924
6925 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
6926
6927 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
6928
6929 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
6930 instead of deleting the window or frame.
6931
6932 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
6933
6934 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
6935 Support face colors.
6936
6937 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
6938 New function. Support face colors (Bug#1168).
6939 (tex-common-initialization): Use it.
6940
6941 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
6942 mode allows it (Bug#1168).
6943
6944 2009-10-31 Juri Linkov <juri@jurta.org>
6945
6946 * facemenu.el (list-colors-display): Don't mark buffer as
6947 modified (Bug#3948).
6948
6949 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
6950
6951 * international/mule-diag.el (list-character-sets-1):
6952 Minor message fix (Bug#3526).
6953
6954 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
6955 Fix face property (Bug#4834).
6956 (etags-list-tags, etags-tags-apropos-additional)
6957 (etags-tags-apropos, tags-select-tags-table): Add follow-link
6958 property.
6959
6960 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
6961 items.
6962
6963 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
6964
6965 * textmodes/two-column.el (2C-split):
6966 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
6967 * textmodes/tex-mode.el (tex-set-buffer-directory):
6968 * textmodes/spell.el (spell-region, spell-string):
6969 * textmodes/reftex.el (reftex-erase-buffer):
6970 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
6971 * textmodes/reftex-toc.el (reftex-toc-promote-action):
6972 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
6973 (reftex-select-item):
6974 * textmodes/reftex-ref.el (reftex-label-info-update)
6975 (reftex-offer-label-menu):
6976 * textmodes/reftex-index.el (reftex-index-change-entry)
6977 (reftex-index-phrases-info):
6978 * textmodes/reftex-global.el (reftex-create-tags-file)
6979 (reftex-save-all-document-buffers, reftex-ensure-write-access):
6980 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
6981 (reftex-view-crossref-from-bibtex):
6982 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
6983 (reftex-extract-bib-entries-from-thebibliography)
6984 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
6985 * textmodes/refbib.el (r2b-capitalize-title):
6986 (r2b-convert-buffer, r2b-help):
6987 * textmodes/page-ext.el (pages-directory)
6988 (pages-directory-goto-with-mouse):
6989 * textmodes/bibtex.el (bibtex-validate-globally):
6990 * textmodes/bib-mode.el (bib-capitalize-title):
6991 * textmodes/artist.el (artist-clear-buffer, artist-system):
6992 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
6993 (local-set-scheme-interaction-buffer, xscheme-process-filter)
6994 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
6995 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
6996 (xscheme-send-control-g-interrupt, xscheme-start-process)
6997 (xscheme-process-sentinel, xscheme-cd):
6998 * progmodes/verilog-mode.el (verilog-read-always-signals)
6999 (verilog-set-define, verilog-getopt-file)
7000 (verilog-module-inside-filename-p):
7001 * progmodes/sh-script.el:
7002 * progmodes/python.el (python-pdbtrack-get-source-buffer)
7003 (python-pdbtrack-grub-for-buffer, python-execute-file):
7004 * progmodes/octave-inf.el (inferior-octave):
7005 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
7006 (idlwave-shell-compile-helper-routines, idlwave-set-local)
7007 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
7008 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
7009 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
7010 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
7011 (idlwave-shell-filter, idlwave-shell-examine-highlight)
7012 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
7013 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
7014 (idlwave-shell-examine-display, idlwave-shell-run-region)
7015 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
7016 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
7017 * progmodes/idlw-help.el (idlwave-help-get-special-help)
7018 (idlwave-help-get-help-buffer):
7019 * progmodes/gud.el (gud-basic-call, gud-find-class)
7020 (gud-tooltip-activate-mouse-motions-if-enabled):
7021 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
7022 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
7023 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
7024 (ebrowse-tags-next-file):
7025 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
7026 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
7027 (ebnf-eps-finish-and-write):
7028 * progmodes/cpp.el (cpp-edit-save):
7029 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
7030 * progmodes/cc-defs.el (c-emacs-features):
7031 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
7032 (antlr-directory-dependencies):
7033 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
7034 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
7035 (ada-find-any-references, ada-make-filename-from-adaname)
7036 (ada-make-body-gnatstub):
7037 * obsolete/rnews.el (news-list-news-groups):
7038 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
7039 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
7040 * net/rcirc.el (rcirc-debug):
7041 * net/newst-treeview.el (newsticker--treeview-list-add-item)
7042 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
7043 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
7044 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
7045 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
7046 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
7047 (newsticker--treeview-list-clear-highlight)
7048 (newsticker--treeview-list-update-highlight)
7049 (newsticker--treeview-list-highlight-start)
7050 (newsticker--treeview-tree-update-highlight)
7051 (newsticker--treeview-get-selected-item)
7052 (newsticker-treeview-mark-list-items-old)
7053 (newsticker--treeview-set-current-node):
7054 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
7055 * net/newst-backend.el (newsticker--get-news-by-funcall)
7056 (newsticker--get-news-by-wget, newsticker--image-get)
7057 (newsticker--image-sentinel):
7058 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
7059 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
7060 (eudc-ph-close-session):
7061 * net/eudc.el (eudc-save-options):
7062 * language/thai-word.el (thai-update-word-table):
7063 * language/japan-util.el (japanese-string-conversion):
7064 * international/titdic-cnv.el (tsang-quick-converter)
7065 (ziranma-converter, ctlau-converter):
7066 * international/mule-cmds.el (describe-language-environment):
7067 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
7068 (skkdic-convert-postfix, skkdic-convert-prefix):
7069 (skkdic-convert-okuri-nasi, skkdic-convert):
7070 * emacs-lisp/re-builder.el (reb-update-overlays):
7071 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
7072 * emacs-lisp/gulp.el (gulp-send-requests):
7073 * emacs-lisp/find-gc.el (trace-call-tree):
7074 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
7075 (eieio-describe-generic):
7076 * emacs-lisp/eieio-base.el (eieio-persistent-read):
7077 * emacs-lisp/edebug.el (edebug-outside-excursion):
7078 * emacs-lisp/debug.el (debugger-make-xrefs):
7079 * emacs-lisp/cust-print.el (custom-prin1-to-string):
7080 * emacs-lisp/chart.el (chart-new-buffer):
7081 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
7082 Use with-current-buffer.
7083 * textmodes/artist.el (artist-system): Don't call
7084 copy-sequence on a fresh string.
7085 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
7086
7087 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
7088
7089 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
7090 is no item to edit. (Bug#4820)
7091 (todo-top-priorities): Restore point and restore narrowing in Todo
7092 buffer. (Bug#4820)
7093
7094 2009-10-31 Glenn Morris <rgm@gnu.org>
7095
7096 * net/ange-ftp.el (top-level): Don't require dired when compiling.
7097 (comint-last-output-start, comint-last-input-start)
7098 (comint-last-input-end): Don't defvar when compiling.
7099 (ange-ftp-process-file): Use bound-and-true-p.
7100
7101 * pcmpl-rpm.el (top-level): Move provide statement to end.
7102 (pcmpl-rpm): Remove unused custom group.
7103
7104 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
7105
7106 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
7107
7108 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
7109 (byte-compile-warnings): Add `constants' as an option.
7110 (byte-compile-callargs-warn, byte-compile-arglist-warn)
7111 (display-call-tree): Update for byte-compile-fdefinition possibly
7112 returning `(macro lambda ...)'. (Bug#4778)
7113 (byte-compile-variable-ref, byte-compile-setq-default):
7114 Respect `constants' member of byte-compile-warnings.
7115
7116 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7117
7118 * vc-bzr.el (vc-bzr-revision-keywords): New var.
7119 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
7120 to "submit:".
7121
7122 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
7123
7124 * textmodes/ispell.el (ispell-skip-region-alist):
7125 * international/mule-conf.el (eight-bit):
7126 * international/fontset.el (font-encoding-alist):
7127 * startup.el (pure-space-overflow-message):
7128 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
7129 * paths.el (gnus-nntp-service, rmail-spool-directory)
7130 (term-file-prefix):
7131 * files.el (save-some-buffers-action-alist):
7132 * cmuscheme.el (same-window-buffer-names):
7133 * ielm.el (same-window-buffer-names):
7134 * shell.el (same-window-buffer-names):
7135 * mail/sendmail.el (same-window-buffer-names):
7136 * progmodes/inf-lisp.el (same-window-buffer-names):
7137 * bindings.el (mode-line-client)
7138 (mode-line-column-line-number-mode-map):
7139 * language/tibetan.el (tibetan-precomposition-rule-regexp)
7140 (tibetan-precomposed-regexp): Purecopy string arguments.
7141
7142 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7143
7144 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
7145 (calcDigit-nondigit):
7146 * calc/calc-yank.el (calc-copy-to-buffer):
7147 * calc/calc-units.el (calc-invalidate-units-table):
7148 * calc/calc-trail.el (calc-trail-yank):
7149 * calc/calc-store.el (calc-insert-variables):
7150 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
7151 * calc/calc-prog.el (calc-read-parse-table):
7152 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
7153 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
7154 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
7155 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
7156 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
7157 (calc-graph-name, calc-graph-find-command, calc-graph-view)
7158 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
7159 * calc/calc-ext.el (calc-realign):
7160 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
7161 (calc-embedded-finish-edit, calc-embedded-make-info)
7162 (calc-embedded-finish-command, calc-embedded-stack-change):
7163 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
7164
7165 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
7166 shell-dynamic-complete-filename in preference to
7167 comint-dynamic-complete-filename.
7168
7169 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7170 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7171 Don't consider whether the display supports colors.
7172 (bookmark-import-new-list): Use dolist.
7173 (bookmark-bmenu-mode-map): Move initialization into declaration.
7174 (bookmark-bmenu-list): Use dolist, simplify.
7175 (bookmark-show-all-annotations): Use save-selected-window and dolist.
7176 (menu-bar-final-items): Use push.
7177
7178 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
7179
7180 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
7181 it works on remote files.
7182 (vc-hg-diff): Don't pass any `--cwd' argument.
7183
7184 2009-10-27 Kevin Ryde <user42@zip.com.au>
7185
7186 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7187 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
7188 (Further to Bug#3921).
7189
7190 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
7191
7192 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
7193 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
7194 calling `tramp-imap-put-file'. Add file size to the call.
7195 (tramp-imap-get-file-entries): Compute also user name, file size,
7196 and date.
7197 (tramp-imap-handle-insert-directory): Insert uid and gid.
7198 (tramp-imap-handle-file-attributes): Transform uid and gid
7199 according to `id-format'.
7200 (tramp-imap-put-file): New optional parameter SIZE. Encode file
7201 size in header X-Size.
7202
7203 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
7204
7205 * simple.el (transpose-subr): Give clearer error when the mark
7206 is not set. (Bug#4807)
7207
7208 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
7209
7210 * net/tramp.el (tramp-perl-file-truename): New defconst.
7211 Perl code contributed by yary <not.com@gmail.com> (tiny change).
7212 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
7213 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
7214 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
7215
7216 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
7217 Ignore `dired-call-process'.
7218 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
7219
7220 2009-10-26 Julian Scheid <julians37@gmail.com>
7221
7222 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
7223 (tramp-get-remote-readlink): New defun.
7224 (tramp-handle-file-truename): Use it.
7225 (tramp-handle-file-exists-p): Check file-attributes cache, assume
7226 file exists if cache value present.
7227 (tramp-check-cached-permissions): New defun.
7228 (tramp-handle-file-readable-p): Use it.
7229 (tramp-handle-file-writable-p): Likewise.
7230 (tramp-handle-file-executable-p): Likewise.
7231 (tramp-handle-file-name-all-completions): Try using Perl to get
7232 partial completions. When perl not available, combine `cd' and
7233 `ls' into single remote operation and use shell expansion to get
7234 partial remote directory contents. Set `file-exists-p' cache for
7235 directory and any files returned by ls. Change cache handling to
7236 support partial directory contents. Use error message emitted by
7237 remote `cd' or Perl code for local tramp-error.
7238 (tramp-do-copy-or-rename-file-directly): Avoid separate
7239 tramp-send-command-and-check call.
7240 (tramp-handle-process-file): Merge three remote ops into one.
7241 Do not flush all caches when `process-file-side-effects' is set.
7242 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
7243 file-attributes shows uid/gid to be set already.
7244
7245 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
7246
7247 * textmodes/tex-mode.el (tex-dvi-view-command)
7248 (tex-show-queue-command, tex-open-quote):
7249 * progmodes/ruby-mode.el (auto-mode-alist)
7250 (interpreter-mode-alist): Purecopy strings.
7251
7252 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
7253
7254 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
7255 string for the hook, keymap and abbrev table.
7256
7257 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
7258
7259 * x-dnd.el (x-dnd-xdnd-to-action):
7260 * startup.el (fancy-startup-text, fancy-about-text): Change to
7261 defconst from defvar.
7262
7263 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
7264
7265 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
7266 Purecopy initialization strings.
7267
7268 * mail/sendmail.el (mail-header-separator)
7269 (mail-personal-alias-file):
7270 * mail/rmail.el (rmail-default-dont-reply-to-names)
7271 (rmail-ignored-headers, rmail-retry-ignored-headers)
7272 (rmail-highlighted-headers, rmail-secondary-file-directory)
7273 (rmail-secondary-file-regexp):
7274 * files.el (null-device, file-name-invalid-regexp)
7275 (locate-dominating-stop-dir-regexp)
7276 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
7277 (interpreter-mode-alist): Use mapcar instead of mapc.
7278
7279 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
7280
7281 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
7282 (completion-ignored-extensions):
7283 (debug-ignored-errors): Purecopy strings.
7284
7285 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7286
7287 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
7288 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
7289 (pcomplete--here): Use push.
7290
7291 * subr.el (all-completions): Declare the 4th arg obsolete.
7292
7293 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7294
7295 * pcomplete.el (pcomplete-unquote-argument-function): New var.
7296 (pcomplete-unquote-argument): New function.
7297 (pcomplete--common-suffix): Always pay attention to case.
7298 (pcomplete--table-subvert): Quote and unquote the text.
7299 (pcomplete--common-quoted-suffix): New function.
7300 (pcomplete-std-complete): Use it and pcomplete-begin.
7301
7302 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
7303 we're inside a dedicated or minibuffer window.
7304
7305 2009-10-24 Karl Fogel <kfogel@red-bean.com>
7306
7307 * bookmark.el: Update documentation, especially documentation
7308 of `bookmark-alist' and of the bookmark file format.
7309 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
7310
7311 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
7312
7313 * mail/emacsbug.el (report-emacs-bug): Clarify that the
7314 keybindings apply to the mail buffer (Bug#4003). Shrink help
7315 window to buffer.
7316
7317 * whitespace.el (whitespace-mode, whitespace-newline-mode)
7318 (global-whitespace-mode, global-whitespace-newline-mode)
7319 (whitespace-toggle-options, global-whitespace-toggle-options):
7320 Doc fix (Bug#3660).
7321
7322 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
7323 of xmltok-start before the end tag was inserted (Bug#2840).
7324
7325 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
7326 patterns that are preceded by an open-paren (Bug#1320).
7327
7328 2009-10-24 Sven Joachim <svenjoac@gmx.de>
7329
7330 * files.el (delete-directory): Delete symlinks to directories with
7331 delete-file (Bug#4739).
7332
7333 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
7334
7335 * vc.el (vc-backend-for-registration): Rename from
7336 vc-get-backend-for-registration. Update callers.
7337
7338 * international/mule-cmds.el (set-language-info-alist):
7339 Purecopy lang-env.
7340 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
7341 (charset): Purecopy the name.
7342 (define-char-code-property): Purecopy string arguments.
7343
7344 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7345 Purecopy string arguments.
7346
7347 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7348 * ediff-hook.el (menu-bar-ediff-menu):
7349 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
7350 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
7351
7352 2009-10-24 Glenn Morris <rgm@gnu.org>
7353
7354 * comint.el (comint-dynamic-list-completions):
7355 * term.el (term-dynamic-list-completions): Use choose-completion rather
7356 than obsolete alias mouse-choose-completion.
7357
7358 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
7359 file-cache-choose-completion.
7360 (file-cache-choose-completion): Handle an optional event argument.
7361 (file-cache-mouse-choose-completion): Make it an obsolete alias.
7362
7363 * progmodes/octave-mod.el (octave-complete-symbol):
7364 Use choose-completion if mouse-choose-completion is ever removed.
7365
7366 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
7367 use.
7368
7369 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
7370 compiler.
7371
7372 * vc-hooks.el (vc-responsible-backend): Fix declaration.
7373
7374 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7375
7376 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
7377 Ignore `pred' now that we receive one.
7378 Handle test-completion specially.
7379
7380 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
7381
7382 * vc.el (vc-responsible-backend): Throw an error if not backend is
7383 found. Remove the REGISTER argument. Move the code dealing with
7384 REGISTER ...
7385 (vc-get-backend-for-registration): ... here. New function.
7386 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
7387 of vc-responsible-backend, pass the file name instead of the
7388 directory name.
7389
7390 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7391
7392 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
7393 New funs.
7394 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
7395 (pcomplete-comint-setup): Don't modify a global var via
7396 accidental side-effects.
7397 (pcomplete-shell-setup): Adjust call accordingly.
7398 (pcomplete-parse-comint-arguments): Use push.
7399
7400 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
7401
7402 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7403 Allow uncapitalized info node names (Bug#3921).
7404
7405 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
7406 to the DEBUG file (Bug#3781).
7407
7408 2009-10-23 Jari Aalto <jari.aalto@cante.net>
7409
7410 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
7411 dictionary entry (Bug#4579).
7412
7413 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
7414
7415 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
7416 from `rfn-eshadow-update-overlay-hook' when unloading.
7417 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
7418 "rsyncc". Adjust doc string.
7419 (tramp-temp-buffer-file-name): New buffer-local defvar.
7420 (tramp-handle-insert-file-contents, tramp-handle-write-region):
7421 Keep temporary file when indicated by method ("rsync" and
7422 "rsyncc").
7423 (tramp-handle-write-region): Handle APPEND.
7424 (tramp-delete-temp-file-function): New defun. Added to
7425 `kill-buffer-hook'.
7426
7427 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
7428
7429 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
7430
7431 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
7432
7433 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
7434 (color-name-rgb-alist, tty-standard-colors)
7435 (tty-color-mode-alist): Change to defconst.
7436
7437 * simple.el (mark-inactive): Purecopy message.
7438
7439 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
7440 (global-map, yank-menu):
7441 * textmodes/ispell.el (ispell-menu-map):
7442 * net/eudc.el (eudc-tools-menu):
7443 * international/mule-cmds.el (describe-language-environment-map)
7444 (setup-language-environment-map, set-coding-system-map)
7445 (mule-menu-keymap):
7446 * vc-hooks.el (vc-menu-entry, vc-menu-map):
7447 * replace.el (occur-mode-map):
7448 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
7449
7450 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
7451
7452 * calc/calc.el (math-read-number, math-read-number-simple):
7453 Use `save-match-data'.
7454
7455 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7456
7457 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
7458 rather than fiddling with global-map bindings, since it should only
7459 affect per-terminal settings.
7460 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
7461
7462 * minibuffer.el (completion-table-with-terminator): Allow to specify
7463 the terminator-regexp.
7464
7465 * simple.el (switch-to-completions): Look for *Completions* in other
7466 frames as well.
7467
7468 * pcomplete.el: Allow the use of completion-tables.
7469 (pcomplete-std-complete): New command.
7470 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
7471 (pcomplete--here): Use a function for `form' rather than an expression,
7472 so it can be byte-compiled.
7473 (pcomplete-here, pcomplete-here*): Adjust accordingly.
7474 Add edebug declaration.
7475 (pcomplete-show-completions): Remove unused var `curbuf'.
7476 (pcomplete-do-complete, pcomplete-stub):
7477 Don't assume `completions' is a list of strings any more.
7478
7479 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
7480
7481 * find-dired.el (find-name-arg): Fix typo in docstring.
7482
7483 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7484
7485 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
7486 (pcmpl-linux-fs-types): Same, and update to new modules layout.
7487
7488 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
7489 pcomplete-entries.
7490
7491 * comint.el (comint-read-input-ring, comint-write-input-ring)
7492 (comint-substitute-in-file-name)
7493 (comint-dynamic-complete-as-filename)
7494 (comint-dynamic-simple-complete)
7495 (comint-dynamic-list-filename-completions)
7496 (comint-dynamic-list-completions)
7497 (comint-redirect-results-list-from-process): Minor simplifications.
7498
7499 2009-10-21 Kevin Ryde <user42@zip.com.au>
7500
7501 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7502 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
7503 the first form. And insert a blank line after ";;; Code" since
7504 that's usual style. (Bug#4612)
7505
7506 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
7507
7508 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7509
7510 * minibuffer.el (completion-table-with-terminator): Properly implement
7511 boundaries, in case `terminator' appears in the suffix.
7512 (completion--embedded-envvar-table): Don't return boundaries if
7513 there's no valid completion. Simplify.
7514 (completion-file-name-table): New completion table extracted from
7515 completion--file-name-table.
7516 (completion--file-name-table): Use it.
7517 (read-file-name-predicate): Declare obsolete.
7518 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
7519 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
7520 completion-file-name-table, and use the `pred' argument.
7521 * files.el (locate-file-completion-table): Use the `pred' arg rather
7522 than read-file-name-predicate.
7523 (abbreviate-file-name): Use \` rather than ^ for BOS.
7524
7525 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
7526
7527 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
7528 vc-responsible-backend to register, it causes problems.
7529
7530 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7531
7532 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
7533
7534 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
7535
7536 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
7537 (tramp-smb-handle-file-attributes): Use it.
7538 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
7539 (tramp-smb-handle-insert-directory): Use `mapc' rather than
7540 `mapcar'. Use `tramp-smb-get-stat-capability'.
7541 Add `dired-filename' text properties.
7542 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
7543 (tramp-smb-maybe-open-connection): Simplify check for smbclient
7544 version.
7545
7546 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7547
7548 * subr.el (read-key-delay): Reduce to 0.01.
7549 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
7550 (bug#4751).
7551
7552 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7553
7554 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
7555
7556 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
7557 (Info-menu): Remove unused vars `last' and `completions'.
7558 (Info-index-nodes): Remove unused var `node'.
7559
7560 * info.el (Info-complete-menu-item): Use complete-with-action.
7561
7562 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
7563
7564 Make vc-annotate work through copies and renames.
7565 * vc-annotate.el (vc-annotate-extract-revision-at-line):
7566 Return the file name too.
7567 (vc-annotate-revision-at-line)
7568 (vc-annotate-find-revision-at-line)
7569 (vc-annotate-revision-previous-to-line)
7570 (vc-annotate-show-log-revision-at-line): Update to get the file
7571 name from vc-annotate-extract-revision-at-line.
7572 (vc-annotate-show-diff-revision-at-line-internal): Change the
7573 argument to mean whether to show a file diff or not. Get the file
7574 name from vc-annotate-extract-revision-at-line.
7575 (vc-annotate-show-diff-revision-at-line):
7576 Update vc-annotate-show-diff-revision-at-line call.
7577 (vc-annotate-warp-revision): Add an optional file argument.
7578
7579 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
7580 (vc-git-annotate-extract-revision-at-line): Also return the file
7581 name if found.
7582
7583 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
7584 command. Remove unused code.
7585 (vc-hg-annotate-re): Update to match --follow output.
7586 (vc-hg-annotate-extract-revision-at-line): Also return the file
7587 name if found.
7588
7589 * vc.el: Update annotate-extract-revision-at-line documentation.
7590
7591 2009-10-18 Kevin Ryde <user42@zip.com.au>
7592
7593 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
7594 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
7595
7596 * net/browse-url.el (browse-url): Identify alist with "consp and
7597 not functionp" and let all other things go down the `apply' leg,
7598 as suggested by Stefan. (Further to bug#4531.)
7599
7600 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
7601
7602 * minibuffer.el (read-file-name): Check for repeat before putting
7603 a default argument in file-name-history (Bug#4657).
7604
7605 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
7606 read syntax (Bug#4737).
7607
7608 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7609
7610 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7611
7612 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
7613 (html-tag-alist, html-tag-help): Add descriptions for undocumented
7614 entries and make note of obsolete tags.
7615
7616 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7617
7618 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
7619
7620 2009-10-18 Glenn Morris <rgm@gnu.org>
7621
7622 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
7623 grep, so that binary files (eg international/uni-bidi.el) can match.
7624 Remove test for "UnicodeData" files, since it is hopefully unnecessary
7625 now, and in any case the file header format has changed.
7626
7627 2009-10-17 Glenn Morris <rgm@gnu.org>
7628
7629 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
7630 (flyspell-get-word, flyspell-large-region)
7631 (flyspell-auto-correct-previous-word): Doc/error message fixes.
7632
7633 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
7634
7635 * Makefile.in (ELCFILES): Add ede/shell.
7636
7637 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
7638
7639 * term/common-win.el (x-colors): Purecopy it.
7640
7641 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7642
7643 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
7644 permissive for when the buffer is empty.
7645 (tar-header-block-tokenize): Decode the username and groupname.
7646 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
7647
7648 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7649
7650 * international/mule-cmds.el (select-safe-coding-system): If the file
7651 has a coding cookie, use it regardless of any other setting (bug#4712).
7652
7653 2009-10-17 Glenn Morris <rgm@gnu.org>
7654
7655 * foldout.el (foldout-mouse-swallow-events):
7656 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
7657
7658 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
7659 (dired-keep-marker-copy, dired-keep-marker-hardlink)
7660 (dired-keep-marker-symlink, dired-dwim-target)
7661 (dired-copy-preserve-time): Do not autoload these defcustoms.
7662
7663 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
7664 messages from messing up the file coding. (Bug#4623)
7665
7666 2009-10-17 Jari Aalto <jari.aalto@cante.net>
7667
7668 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
7669 if no match is found for the current dictionary. (Bug#4578)
7670
7671 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
7672 optional, since that is how it is documented, and this is often called
7673 with a nil argument. (Bug#4577)
7674 (flyspell-external-point-words, flyspell-auto-correct-word)
7675 (flyspell-correct-word-before-point, flyspell-word-search-forward)
7676 (flyspell-word-search-backward): Remove nil argument in calls to
7677 flyspell-get-word, since it is not needed now.
7678
7679 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
7680
7681 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
7682
7683 2009-10-16 Glenn Morris <rgm@gnu.org>
7684
7685 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
7686
7687 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
7688
7689 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
7690 (ange-ftp-file-size): New function.
7691 (ange-ftp-file-attributes): Use it.
7692
7693 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
7694
7695 * net/tramp-smb.el (tramp-smb-version): New defvar.
7696 (tramp-smb-maybe-open-connection): Use it, in order to avoid
7697 repeated checks.
7698
7699 2009-10-16 Glenn Morris <rgm@gnu.org>
7700
7701 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
7702 Maybe copy some custom properties from old to new name. (Bug#4706)
7703
7704 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
7705
7706 * subr.el (error, sit-for, start-process-shell-command)
7707 (start-file-process-shell-command): Set the calling convention
7708 after the function definition.
7709
7710 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7711
7712 * subr.el (error, sit-for, start-process-shell-command)
7713 (start-file-process-shell-command): Use the new
7714 set-advertised-calling-convention feature.
7715
7716 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
7717
7718 * international/ucs-normalize.el (ucs-normalize-version):
7719 Change to 1.2.
7720 (check-range): Adjust for Unicode 5.2.
7721
7722 2009-10-15 Juri Linkov <juri@jurta.org>
7723
7724 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
7725 to the `menu-item' format.
7726
7727 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
7728
7729 * net/tramp.el (tramp-replace-environment-variables): Do not fail
7730 if the environment variable does not exist.
7731
7732 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7733 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
7734 parameter.
7735 (tramp-smb-handle-add-name-to-file)
7736 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7737 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7738 (tramp-smb-handle-file-attributes)
7739 (tramp-smb-do-file-attributes-with-stat)
7740 (tramp-smb-handle-file-local-copy)
7741 (tramp-smb-handle-insert-directory)
7742 (tramp-smb-handle-make-directory)
7743 (tramp-smb-handle-make-directory-internal)
7744 (tramp-smb-handle-make-symbolic-link)
7745 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
7746 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
7747 (tramp-smb-maybe-open-connection): Apply the changed parameters.
7748 (tramp-smb-read-file-entry): Read Disk names in compressed format.
7749 Handle long file names.
7750 (tramp-smb-get-cifs-capabilities): Check, whether the connection
7751 process is running.
7752 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
7753 Read share names with "-g" option.
7754
7755 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
7756
7757 * net/rcirc.el (rcirc-view-log-file): New command.
7758 (rcirc-track-minor-mode-map): Remove C-c ` binding.
7759 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
7760 specified.
7761
7762 2009-10-15 Glenn Morris <rgm@gnu.org>
7763
7764 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
7765 from the second command-line argument.
7766 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
7767 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
7768 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
7769 w32-batch-update-autoloads.
7770 * emacs-lisp/autoload.el (autoload-make-program): New variable.
7771 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
7772
7773 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
7774 the headers cannot be located. Simplify, subtracting superflous
7775 save-excursions.
7776
7777 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
7778
7779 Replace completion-base-size by completion-base-position to fix bugs
7780 such as (bug#4699).
7781 * simple.el (completion-base-position): New var.
7782 (completion-base-size): Mark as obsolete.
7783 (choose-completion): Make it work for mouse events as well.
7784 Pass the new base-position to choose-completion-string.
7785 (choose-completion-guess-base-position): New function, extracted from
7786 choose-completion-delete-max-match.
7787 (choose-completion-delete-max-match): Use it. Make obsolete.
7788 (choose-completion-string): Use the new base-position info.
7789 (completion-root-regexp): Delete.
7790 (completion-setup-function): Preserve completion-base-position.
7791 Eliminate obsolete base-size manipulation.
7792 * minibuffer.el (display-completion-list): Don't mess with base-size.
7793 (minibuffer-completion-help): Set completion-base-position instead.
7794 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
7795 choose-completion.
7796 * textmodes/bibtex.el (bibtex-complete):
7797 * emacs-lisp/crm.el (crm--choose-completion-string):
7798 Adjust to new calling convention.
7799 * complete.el (partial-completion-mode): Use minibufferp to avoid
7800 bumping into incompatible change to choose-completion-string-functions.
7801 * ido.el (ido-choose-completion-string): Make its calling convention
7802 more permissive.
7803 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
7804 base-size manipulation.
7805 (comint-dynamic-list-input-ring): Use dotimes and push.
7806 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
7807 fundamental-mode. Use `or'.
7808
7809 2009-10-14 Juri Linkov <juri@jurta.org>
7810
7811 * misearch.el (multi-isearch-next-buffer-from-list)
7812 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
7813
7814 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7815
7816 * Makefile.in (compile-onefile): Load `bytecomp' rather than
7817 `bytecomp.el'.
7818
7819 * minibuffer.el (completion-pcm--merge-completions): Make sure the
7820 string we return is all made up of text from the completions rather
7821 than part from the completions and part from the input (bug#4219).
7822
7823 * ido.el (ido-everywhere): Use define-minor-mode.
7824
7825 * buff-menu.el (list-buffers, ctl-x-map):
7826 Mark the entry points with ;;;###autoload cookies.
7827
7828 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7829
7830 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
7831 correctly in the detached head case.
7832 (vc-git-print-log): Remove unused binding.
7833
7834 * vc.el (vc-responsible-backend): When a directory is passed for
7835 for registration create a VC repository if no backend is
7836 responsible for the directory argument.
7837 (vc-deduce-fileset): Tell vc-responsible-backend to register.
7838
7839 * vc.el: Move comments about RCS and SCCS ...
7840 * vc-rcs.el:
7841 * vc-sccs.el: ... here, respectively.
7842
7843 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7844
7845 * minibuffer.el (completion--file-name-table): Return nil if there's
7846 no file completion, even if substitute-in-file-name changed
7847 the string (bug#4708).
7848
7849 2009-10-13 Juri Linkov <juri@jurta.org>
7850
7851 * files-x.el (read-file-local-variable-value): Don't filter out
7852 minor modes from mode name completion (bug#4664).
7853
7854 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7855
7856 * international/mule-cmds.el (ucs-names): Remove exclusion of
7857 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
7858
7859 2009-10-13 Kenichi Handa <handa@m17n.org>
7860
7861 * international/uni-name.el: Regenerated.
7862
7863 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7864
7865 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
7866 should be automatically buffer-local, but isn't.)
7867
7868 2009-10-12 Sam Steingold <sds@gnu.org>
7869
7870 * progmodes/compile.el (compilation-next-error-function): Fix the
7871 timestamps if the buffer has been visited before.
7872 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7873 non-anchored patterns, like the perl one (bug#3928).
7874
7875 2009-10-12 Glenn Morris <rgm@gnu.org>
7876
7877 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
7878 Let-bind `size'.
7879
7880 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
7881
7882 * proced.el (proced-unload-function): New function.
7883
7884 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
7885 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
7886 Doc fix.
7887
7888 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
7889
7890 2009-10-11 Juri Linkov <juri@jurta.org>
7891
7892 * files-x.el (read-file-local-variable-value):
7893 Provide default value only for bound variables (bug#4664).
7894
7895 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
7896
7897 * net/tramp.el (tramp-local-host-p): Function shall return nil for
7898 connection methods like smb.
7899
7900 * net/tramp-cache.el (tramp-flush-connection-property): The hash
7901 can be empty.
7902
7903 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7904 (tramp-smb-file-name-handler-alist): Add handlers for
7905 `add-name-to-file', `make-symbolic-link'.
7906 (tramp-smb-handle-add-name-to-file)
7907 (tramp-smb-do-file-attributes-with-stat)
7908 (tramp-smb-handle-make-symbolic-link)
7909 (tramp-smb-get-cifs-capabilities): New defuns.
7910 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7911 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7912 (tramp-smb-handle-file-local-copy)
7913 (tramp-smb-handle-make-directory-internal)
7914 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7915 The file name syntax depends on cifs capabilities.
7916 (tramp-smb-handle-file-attributes):
7917 Call `tramp-smb-do-file-attributes-with-stat' if possible.
7918 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
7919 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
7920
7921 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
7922
7923 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
7924 (eieio-defclass): Apply deftype handler and setf-method properties
7925 directly.
7926 (eieio-add-new-slot): Avoid union function from cl library.
7927 (eieio--typep): New function.
7928 (eieio-perform-slot-validation): Use it.
7929
7930 2009-10-10 Karl Fogel <kfogel@red-bean.com>
7931
7932 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
7933 Update documentation to refer to the variables documented in r1.135.
7934 (Bug#4188)
7935
7936 2009-10-10 Karl Fogel <kfogel@red-bean.com>
7937
7938 * bookmark.el (Info-suffix-list): Remove this unused variable.
7939 (bookmark-current-point): Remove this obsolete variable.
7940 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
7941 Adjust for removal of bookmark-current-point.
7942
7943 (bookmarks-already-loaded, bookmark-current-buffer)
7944 (bookmark-yank-point): Document. (Bug#4188)
7945
7946 2009-10-10 Glenn Morris <rgm@gnu.org>
7947
7948 * frame.el (frame-height): Doc fix.
7949
7950 * calendar/calendar.el (calendar-split-width-threshold): New option.
7951 (calendar-basic-setup): Use calendar-split-width-threshold.
7952
7953 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
7954
7955 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
7956 Ideographic Supplement" range (U+1F200..U+1F2FF).
7957
7958 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7959
7960 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
7961 since the list will have been rebuilt anyway. (Bug#4349)
7962
7963 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7964
7965 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
7966 (bookmark-bmenu-execute-deletions): Don't save here, as
7967 bookmark-delete will now do so if necessary.
7968 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
7969 (Bug#4348)
7970
7971 2009-10-09 Glenn Morris <rgm@gnu.org>
7972
7973 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
7974
7975 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7976
7977 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
7978 (bookmark-jump-other-window): Just invoke bookmark-jump with new
7979 argument now, so the two function's behaviors will match. (Bug#3645)
7980
7981 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
7982
7983 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
7984 (tramp-file-name-real-host, tramp-file-name-port):
7985 Apply `save-match-data'.
7986
7987 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
7988 case both directories are remote.
7989 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
7990 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
7991
7992 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
7993
7994 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
7995
7996 2009-10-07 Glenn Morris <rgm@gnu.org>
7997
7998 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
7999 of concat.
8000
8001 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8002
8003 * files-x.el (read-file-local-variable): Include some
8004 non-user-variables in the completion table (bug#4664).
8005
8006 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
8007
8008 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
8009 message.
8010
8011 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8012 (tramp-smb-file-name-handler-alist): Add handler for
8013 `copy-directory', `expand-file-name', `set-file-modes'.
8014 (tramp-smb-handle-copy-directory)
8015 (tramp-smb-handle-expand-file-name)
8016 (tramp-smb-handle-set-file-modes): New defuns.
8017 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
8018 (tramp-smb-handle-file-attributes): Simplify check for retrieving
8019 entry.
8020 (tramp-smb-handle-insert-directory): Don't flush the cache.
8021 (tramp-smb-maybe-open-connection): Check for samba client and
8022 server versions.
8023
8024 2009-10-07 Eli Zaretskii <eliz@gnu.org>
8025
8026 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
8027 to not error out of search for "^lisp=" fails.
8028
8029 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
8030
8031 * makefile.w32-in (WINS_UPDATES): New macro.
8032 (custom-deps, finder-data, autoloads): Use it.
8033
8034 2009-10-07 Glenn Morris <rgm@gnu.org>
8035
8036 * Makefile.in (autoloads): Revert previous change.
8037 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
8038 the list of preloaded files passed on the command-line, get
8039 it from src/Makefile.
8040
8041 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
8042 show the original buffer rather than a random one.
8043
8044 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
8045
8046 * help.el (describe-no-warranty): Place point in a slightly better
8047 position in the GPLv3 text.
8048
8049 2009-10-06 Sam Steingold <sds@gnu.org>
8050
8051 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
8052 the comm attribute is present before calling regexp-quote.
8053
8054 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
8055
8056 * play/animate.el (animate-string): For good effect, make sure
8057 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
8058
8059 * play/animate.el (animate-sequence, animate-birthday-present):
8060 * misc.el (butterfly): Don't set `indent-tabs-mode'.
8061
8062 2009-10-06 Glenn Morris <rgm@gnu.org>
8063
8064 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
8065
8066 * emacs-lisp/autoload.el (autoload-excludes): New variable.
8067 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
8068 (batch-update-autoloads): Process a string value of autoload-excludes,
8069 set during the build process.
8070 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
8071
8072 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
8073 inside with-parsed... macro so that `v' is defined.
8074
8075 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
8076 * progmodes/fortran.el (fortran-end-of-block)
8077 (fortran-beginning-of-block):
8078 Also push mark in the macro case.
8079
8080 * emerge.el (emerge-show-file-name):
8081 * calc/calc.el (calc-quit):
8082 * calc/calc-misc.el (calc-big-or-small):
8083 * calc/calc-graph.el (calc-graph-view):
8084 * calc/calc-ext.el (calc-reset):
8085 * calendar/calendar.el (calendar-basic-setup):
8086 Use window-full-height-p.
8087
8088 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
8089 header we don't understand, don't insert another. (Bug#4624)
8090 If changing mime charset, insert the new one in the right place.
8091
8092 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
8093
8094 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
8095 (cal-tex-cursor-month): Correctly increment the end date for diary and
8096 holiday listing. (Bug#4626)
8097
8098 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8099
8100 * help-fns.el (describe-function-1): Don't burp if the function is not
8101 a symbol.
8102
8103 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
8104
8105 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
8106 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
8107 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
8108 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
8109
8110 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
8111 (eieio-default-superclass): Reflow docstrings.
8112 (this, class-option-assoc, defclass, eieio-class-un-autoload)
8113 (eieio-unbind-method-implementations, defmethod)
8114 (eieio-validate-slot-value, eieio-validate-class-slot-value)
8115 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
8116 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
8117 (eieio-slot-originating-class-p, eieio-slot-name-index)
8118 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
8119 (constructor, initialize-instance, no-next-method, object-print)
8120 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
8121 Fix typos in docstrings.
8122 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
8123 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
8124 (next-method-p): Doc fixes.
8125 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
8126 Fix typos in error messages.
8127 (eieio-defmethod): Fix typo in description of generic method.
8128
8129 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
8130 (eieio-persistent-save-interactive, slot-missing):
8131 Fix typos in docstrings.
8132 (eieio-instance-inheritor-slot-boundp): Doc fix.
8133
8134 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
8135 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
8136
8137 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
8138 (eieio-custom-object-apply-reset):
8139 Fix typos in docstrings and error messages.
8140
8141 * emacs-lisp/eieio-datadebug.el (data-debug-show):
8142 Fix typo in docstring.
8143
8144 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
8145 (eieio-browse-tree): Doc fix.
8146 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
8147 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
8148 Fix typos in docstrings.
8149
8150 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
8151 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
8152 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
8153 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
8154 Reflow docstrings.
8155
8156 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
8157
8158 * vc-hg.el (log-view-vc-backend): Declare for compiler.
8159 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
8160 Set log-view-vc-backend so that diff can work.
8161
8162 * log-view.el (log-view-diff): Use vc-diff-internal instead of
8163 vc-version-diff.
8164 (vc-diff-internal): Autoload this instead of vc-version-diff.
8165
8166 2009-10-05 Eli Zaretskii <eliz@gnu.org>
8167
8168 * simple.el (eval-expression): Doc fix.
8169
8170 * progmodes/cwarn.el (cwarn-mode): Doc fix.
8171
8172 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
8173
8174 * files.el (directory-files-no-dot-files-regexp): New defconst.
8175 (delete-directory): Use it.
8176 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
8177
8178 * net/tramp.el (tramp-verbose): Fix docstring.
8179 (tramp-methods): Add recursive option to `tramp-copy-args'.
8180 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
8181 "scp1_old", "scp2_old", "rsync", "rsyncc".
8182 (tramp-default-method): Check also for `auth-source-user-or-password'.
8183 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8184 Add handler for `copy-directory'.
8185 (tramp-handle-copy-directory): New defun.
8186 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
8187 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
8188 Optimize sent command.
8189
8190 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8191
8192 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
8193 window if necessary.
8194
8195 * calendar/calendar.el (calendar-basic-setup): Don't call
8196 switch-to-buffer in a dedicated window.
8197
8198 2009-10-05 Karl Fogel <kfogel@red-bean.com>
8199
8200 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
8201 don't do anything related to relocating, just return nil.
8202 (bookmark-error-no-filename): New error.
8203 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
8204 bookmark has no file. Don't even attempt to handle things that
8205 are not files; the whole point of custom handlers is to keep that
8206 knowledge elsewhere anyway. Tighten some comments.
8207 (bookmark-file-or-variation-thereof): Remove now-unused function.
8208 (bookmark-location): Doc string fix.
8209 (Bug#4250)
8210
8211 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8212
8213 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
8214 don't use a file dialog, because they usually don't know how to read
8215 a directory target from the user. (Bug#4230)
8216 Also, make sure the prompt can display directories as well as files.
8217
8218 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8219
8220 * bookmark.el (bookmark-set, bookmark-buffer-name):
8221 Improve doc strings. (Bug#1193)
8222
8223 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8224
8225 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
8226 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
8227 (bookmark-get-annotation, bookmark-set-annotation)
8228 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
8229 (bookmark-set-position, bookmark-get-front-context-string)
8230 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
8231 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
8232 (bookmark-jump-other-window, bookmark-handle-bookmark)
8233 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
8234 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
8235 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
8236 Improve doc strings to say whether bookmark can be a string or
8237 a record or both, and make other consistency and clarity fixes.
8238 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
8239 (bookmark-default-annotation-text, bookmark-yank-word)
8240 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
8241 (bookmark-import-new-list, bookmark-maybe-rename)
8242 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8243 (bookmark-bmenu-bookmark): Give these doc strings.
8244 (bookmark-bmenu-check-position): Give this a doc string, but also
8245 add a FIXME comment about how the function may be pointless.
8246 (bookmark-default-handler): Rework doc string and change a
8247 parameter name, to clarify that this takes a bookmark record
8248 not a bookmark name.
8249 (bookmark-set): Change a parameter name to indicate its meaning,
8250 and improve the doc string a bit.
8251 (Bug#4188)
8252
8253 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8254
8255 * bookmark.el (bookmark-alist): Document the new `handler' element
8256 in the param alist.
8257 (bookmark-make-record-function): Adjust documentation for above.
8258 (Bug#4193)
8259
8260 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8261
8262 * info.el (Info-bookmark-make-record): Document this function.
8263 (Info-bookmark-jump): Document with a doc string, not just a comment.
8264 (Bug#4203)
8265
8266 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
8267
8268 * files.el (copy-directory): New defun.
8269
8270 * dired-aux.el (dired-copy-file-recursive): Use it.
8271
8272 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
8273
8274 * files-x.el (modify-dir-local-variable)
8275 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
8276 docstrings.
8277
8278 * recentf.el (recentf-unload-function): New function.
8279
8280 2009-10-04 Glenn Morris <rgm@gnu.org>
8281
8282 * window.el (window-full-height-p): Add doc string.
8283
8284 2009-10-04 Martin Rudalics <rudalics@gmx.at>
8285
8286 * window.el (window-full-height-p): New function. (Bug#4543)
8287
8288 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
8289
8290 * vc.el: Remove commented out code.
8291 (vc-derived-from-dir-mode): Remove, unused.
8292 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
8293
8294 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
8295
8296 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
8297 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
8298 there could be recursive loading when `default-directory' is a
8299 remote file name. (Bug#4614)
8300
8301 2009-10-03 Glenn Morris <rgm@gnu.org>
8302
8303 * calendar/calendar.el (calendar-basic-setup): Handle the case where
8304 the frame is wide.
8305 (calendar-generate-window): Test for shrinkability rather than width.
8306
8307 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
8308 reusing existing buffers, in case we happen to visit two files with the
8309 same basename. (Bug#4593)
8310
8311 2009-10-02 Eli Zaretskii <eliz@gnu.org>
8312
8313 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
8314 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
8315 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
8316 subdirs of cedet as well.
8317 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
8318
8319 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8320
8321 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
8322 Obey advertised-signature-table.
8323
8324 * help-fns.el (help-function-arglist): Don't check
8325 advertised-signature-table.
8326 (describe-function-1): Do it here instead so it also applies to subrs.
8327
8328 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
8329
8330 * simple.el (start-file-process): Say in the doc-string, that file
8331 handlers might not support pty association, if PROGRAM is nil.
8332
8333 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
8334 HOST and USER are strings. They are nil, when there are
8335 incomplete entries in ~/.netrc, for example.
8336 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
8337 root directory ("device busy" error otherwise).
8338
8339 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
8340 Flush file properties of created directory.
8341
8342 2009-10-02 Eli Zaretskii <eliz@gnu.org>
8343
8344 * makefile.w32-in (WINS_BASIC): Remove cedet.
8345 (WINS_CEDET): Add cedet.
8346 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
8347
8348 2009-10-02 Kevin Ryde <user42@zip.com.au>
8349
8350 * net/browse-url.el (browse-url): Pass any symbol in
8351 browse-url-browser-function to `apply', since if you've mistakenly put
8352 an unbound symbol then the error is clearer. (Bug#4531)
8353
8354 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
8355
8356 * allout.el (allout-init, allout-back-to-current-heading)
8357 (allout-beginning-of-current-entry, allout-ascend-to-depth)
8358 (allout-ascend, allout-up-current-level, allout-end-of-level)
8359 (allout-previous-visible-heading, allout-forward-current-level)
8360 (allout-backward-current-level, allout-show-children):
8361 * apropos.el (apropos-describe-plist):
8362 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
8363 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
8364 * completion.el (add-completion, add-permanent-completion):
8365 * descr-text.el (describe-text-category, describe-char):
8366 * desktop.el (desktop-lazy-abort):
8367 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
8368 * dired.el (dired-build-subdir-alist):
8369 * ediff.el (ediff-version):
8370 * elide-head.el (elide-head, elide-head-show):
8371 * emerge.el (emerge-version):
8372 * env.el (getenv):
8373 * face-remap.el (variable-pitch-mode):
8374 * faces.el (describe-face):
8375 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
8376 (dired-at-point):
8377 * files.el (find-file-existing, auto-save-mode):
8378 * font-lock.el (font-lock-fontify-buffer):
8379 * help-fns.el (describe-function, describe-variable)
8380 (describe-syntax, describe-categories):
8381 * help.el (view-lossage, describe-bindings, describe-key)
8382 (describe-mode):
8383 * hexl.el (hexl-current-address):
8384 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
8385 * info.el (Info-goto-emacs-key-command-node):
8386 * log-edit.el (log-edit-insert-cvs-template)
8387 (log-edit-insert-cvs-rcstemplate):
8388 * menu-bar.el (menu-bar-mode):
8389 * mouse.el (mouse-appearance-menu):
8390 * newcomment.el (comment-indent-new-line):
8391 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
8392 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
8393 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
8394 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
8395 * recentf.el (recentf-mode):
8396 * savehist.el (savehist-mode, savehist-save):
8397 * shadowfile.el (shadow-copy-files):
8398 * simple.el (kill-ring-save, next-line, previous-line)
8399 (normal-erase-is-backspace-mode):
8400 * strokes.el (strokes-update-window-configuration)
8401 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
8402 (strokes-xpm-for-stroke):
8403 * time.el (emacs-uptime, emacs-init-time):
8404 * tutorial.el (tutorial--describe-nonstandard-key)
8405 (tutorial--detailed-help):
8406 * type-break.el (type-break-mode)
8407 (type-break-mode-line-message-mode, type-break-query-mode)
8408 (type-break-guesstimate-keystroke-threshold):
8409 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
8410 * version.el (emacs-version):
8411 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
8412 * winner.el (winner-mode):
8413 * calendar/timeclock.el (timeclock-in, timeclock-out)
8414 (timeclock-status-string, timeclock-change)
8415 (timeclock-workday-remaining-string)
8416 (timeclock-workday-elapsed-string)
8417 (timeclock-when-to-leave-string):
8418 * calendar/todo-mode.el (todo-add-category):
8419 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
8420 * emacs-lisp/autoload.el (update-file-autoloads):
8421 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
8422 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
8423 (checkdoc-message-text, checkdoc-defun):
8424 * emacs-lisp/debug.el (debugger-list-functions):
8425 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8426 * emacs-lisp/eieio-opt.el (eieio-describe-class)
8427 (eieio-describe-generic):
8428 * emacs-lisp/lisp-mnt.el (lm-synopsis):
8429 * emacs-lisp/shadow.el (list-load-path-shadows):
8430 * emulation/cua-base.el (cua-mode):
8431 * emulation/edt.el (edt-set-scroll-margins):
8432 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
8433 (tpu-toggle-regexp, tpu-toggle-search-direction)
8434 (tpu-toggle-rectangle, tpu-toggle-control-keys):
8435 * emulation/tpu-extras.el (tpu-set-scroll-margins):
8436 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8437 (viper-set-parsing-style-toggling-macro)
8438 (viper-set-emacs-state-searchstyle-macros):
8439 * emulation/viper.el (viper-set-hooks):
8440 * eshell/esh-mode.el (eshell-truncate-buffer):
8441 * international/mule-cmds.el (prefer-coding-system)
8442 (describe-input-method, describe-language-environment):
8443 * international/mule-diag.el (list-character-sets)
8444 (describe-character-set, describe-coding-system)
8445 (describe-fontset, list-fontsets, list-input-methods):
8446 * mail/sendmail.el (mail-signature):
8447 * net/ange-ftp.el (ange-ftp-copy-file):
8448 * net/browse-url.el (browse-url):
8449 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
8450 * net/quickurl.el (quickurl-add-url):
8451 * net/rcirc.el (names, topic):
8452 * net/xesam.el (xesam-mode):
8453 * play/5x5.el (5x5-new-game):
8454 * play/yow.el (apropos-zippy):
8455 * progmodes/ada-mode.el (ada-mode-version):
8456 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
8457 (f90-end-of-block)
8458 (f90-beginning-of-block):
8459 * progmodes/fortran.el (fortran-end-of-block)
8460 (fortran-beginning-of-block):
8461 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
8462 * progmodes/python.el (python-describe-symbol, python-shell):
8463 * term/ns-win.el (ns-print-buffer):
8464 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
8465 * textmodes/flyspell.el (flyspell-mode-on):
8466 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
8467 (pages-directory-for-addresses):
8468 * textmodes/table.el (table-recognize-cell)
8469 (table-query-dimension, table-generate-source)
8470 (table-insert-sequence, table--warn-incompatibility):
8471 * textmodes/tex-mode.el (tex-validate-buffer):
8472 * textmodes/texinfmt.el (texinfmt-version)
8473 (texinfo-format-buffer):
8474 Use `called-interactively-p' instead of `interactive-p'.
8475
8476 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
8477
8478 * image-mode.el (image-toggle-display):
8479 * emacs-lisp/elp.el (elp-instrument-function):
8480 * emacs-lisp/advice.el (ad-make-advised-definition):
8481 * emacs-lisp/easy-mmode.el (define-minor-mode):
8482 * net/browse-url.el (browse-url-maybe-new-window):
8483 * progmodes/sh-script.el (sh-learn-buffer-indent):
8484 Pass new argument 'any to `called-interactively-p'.
8485
8486 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
8487
8488 * international/uni-bidi.el:
8489 * international/uni-category.el:
8490 * international/uni-combining.el:
8491 * international/uni-comment.el:
8492 * international/uni-decimal.el:
8493 * international/uni-decomposition.el:
8494 * international/uni-digit.el:
8495 * international/uni-lowercase.el:
8496 * international/uni-mirrored.el:
8497 * international/uni-name.el:
8498 * international/uni-numeric.el:
8499 * international/uni-old-name.el:
8500 * international/uni-titlecase.el:
8501 * international/uni-uppercase.el:
8502 Regenerate from Unicode 5.2.0 data.
8503
8504 2009-10-01 Glenn Morris <rgm@gnu.org>
8505
8506 * Makefile.in (ELCFILES): Regenerate.
8507
8508 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8509
8510 * subr.el (interactive-p): Mark obsolete.
8511 (called-interactively-p): Make the optional-ness of `kind' obsolete.
8512 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
8513 advertised-signature-table for subroutines as well.
8514
8515 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
8516 (set-advertised-calling-convention): New function.
8517 (make-obsolete, define-obsolete-function-alias)
8518 (make-obsolete-variable, define-obsolete-variable-alias):
8519 Make the optional-ness of `when' obsolete.
8520 (define-obsolete-face-alias): Make `when' non-optional.
8521 * help-fns.el (help-function-arglist):
8522 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
8523 Use advertised-signature-table.
8524
8525 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
8526
8527 * files.el (delete-directory): New defun. The original function
8528 in fileio.c has been renamed to `delete-directory-internal'.
8529
8530 * dired.el (dired-delete-file): Call `delete-directory' with
8531 RECURSIVE parameter.
8532
8533 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
8534 parameter RECURSIVE. Implementation is missing.
8535
8536 * net/tramp.el (tramp-handle-make-directory): Flush upper
8537 directory's file properties.
8538 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
8539 (tramp-handle-dired-recursive-delete-directory): Flush directory
8540 properties after the remove command only.
8541
8542 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8543 Handle optional parameter RECURSIVE.
8544
8545 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
8546 Handle optional parameter RECURSIVE.
8547
8548 * net/tramp-smb.el (tramp-smb-errors): Add error message for
8549 connection timeout.
8550 (tramp-smb-handle-delete-directory): Handle optional parameter
8551 RECURSIVE.
8552
8553 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8554
8555 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
8556 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
8557 (byte-compile-defmacro): Use backquotes.
8558
8559 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
8560
8561 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
8562 has no associated file.
8563 (vc-resynch-buffer): Use vc-dir-buffers.
8564
8565 2009-10-01 Glenn Morris <rgm@gnu.org>
8566
8567 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
8568 (chart-file-count):
8569 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
8570 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
8571 * emacs-lisp/eieio-opt.el (eieio-describe-class):
8572 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
8573 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
8574 (eieio-copy-parents-into-subclass, make-instance, class-children)
8575 (eieio-generic-form):
8576
8577 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
8578 match-data. (Bug#4555).
8579
8580 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
8581 rather than parsing it as a regexp. This relaxes the layout
8582 requirements and makes errors easier to detect.
8583 (check-declare-verify): Check file is regular.
8584 (check-declare-directory): Doc fix.
8585 * subr.el (declare-function): Doc fix.
8586
8587 * ibuffer.el (ibuffer-format-qualifier):
8588 * isearch.el (hi-lock-regexp-okay):
8589 * calc/calc.el (math-zerop):
8590 * mail/uce.el (rmail-msgbeg, rmail-msgend):
8591 * term/w32-win.el (setup-default-fontset, set-fontset-font):
8592 Remove unused declarations.
8593
8594 2009-09-30 Glenn Morris <rgm@gnu.org>
8595
8596 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
8597
8598 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
8599 filename is not a string.
8600
8601 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
8602
8603 * files.el (safe-local-eval-forms): Fix typo.
8604
8605 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
8606
8607 * vc-hooks.el (vc-dir-buffers): New var.
8608 (vc-state-refresh): New function.
8609 (vc-state): Use it.
8610 (vc-after-save): Always ask the backend to recompute the new state.
8611 Always call vc-dir if necessary, using vc-dir-buffers.
8612 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
8613 Use vc-dir-buffers.
8614 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
8615 (vc-dir-prepare-status-buffer, vc-dir-update)
8616 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
8617 Don't call expand-file-name on default-directory.
8618
8619 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8620
8621 * speedbar.el (speedbar-item-delete):
8622 * calc/calc-prog.el (calc-kbd-if):
8623 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
8624
8625 * epa.el (epa-key-list-mode-map):
8626 * hi-lock.el (hi-lock-menu): Fix typos in menus.
8627
8628 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
8629 (hs-show-hook): Fix typo in docstring.
8630
8631 2009-09-29 Glenn Morris <rgm@gnu.org>
8632
8633 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
8634 file-name-nondirectory call preventing location of cedet files.
8635 (check-declare-verify): Use literal search rather than re-search.
8636 Add basic defmethod and defclass, and define-overloadable-function.
8637
8638 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8639 Use tramp-compat-file-attributes rather than nonexistent
8640 tramp-compat-handle-file-attributes.
8641
8642 * Makefile.in (lisptagsfiles4): New.
8643 (AUTOGENEL): Add cedet loaddefs files.
8644 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
8645 (update-elclist, compile-always, backup-compiled-files)
8646 (bootstrap-clean): Add yet another directory level.
8647 (update-elclist): Use LC_COLLATE rather than COLLATE.
8648 (ELCFILES): Update, via `make update-elclist'.
8649
8650 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8651
8652 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
8653 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
8654 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
8655
8656 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
8657
8658 * Makefile.in (lisptagsfiles3): Define.
8659 (TAGS, TAGS-LISP): Use it.
8660 (update-elclist): Add third directory level to look for elc files.
8661 (compile-always): Likewise.
8662 (backup-compiled-files): Likewise.
8663 (bootstrap-clean): Likewise.
8664 (ELCFILES): Update.
8665
8666 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
8667
8668 * Makefile.in (ELCFILES): Add CEDET files.
8669
8670 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
8671
8672 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
8673
8674 * net/tramp.el (top): Require tramp-imap.
8675
8676 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8677 Use `tramp-compat-handle-file-attributes'.
8678
8679 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
8680
8681 * net/tramp-imap.el: New package.
8682
8683 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8684
8685 * whitespace.el (whitespace-trailing-regexp)
8686 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8687 Fix doc string.
8688
8689 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
8690
8691 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
8692 menu.
8693
8694 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
8695 menu-bar-ediff-menu.
8696
8697 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
8698 define-overloadable-function.
8699
8700 * progmodes/autoconf.el: Provide autoconf as well, so that this
8701 file can be `require'd.
8702
8703 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
8704
8705 * emacs-lisp/autoload.el (generated-autoload-feature)
8706 (generated-autoload-load-name): New vars.
8707 (autoload-rubric, autoload-generate-file-autoloads): Use them.
8708 (make-autoload): Recognize define-overloadable-function and
8709 defclass forms (for EIEIO).
8710
8711 * Makefile.in (update-subdirs): Exclude cedet directory.
8712
8713 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8714
8715 * term/ns-win.el: Don't set the region face background. (Bug#4381)
8716
8717 * faces.el: Default light-background background for region face to
8718 ns_selection_color under NS.
8719
8720 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
8721
8722 * net/imap-hash.el: New library, see NEWS.
8723
8724 * Makefile.in (ELCFILES): Add imap-hash.el.
8725
8726 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8727
8728 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
8729 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
8730 * help-macro.el (make-help-screen): Avoid using an ambiguous function
8731 definition where the docstring could be taken for the return value.
8732
8733 2009-09-26 Glenn Morris <rgm@gnu.org>
8734
8735 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
8736 Add option to only show images below a certain size.
8737 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
8738 save-excursion calls.
8739
8740 2009-09-26 Eli Zaretskii <eliz@gnu.org>
8741
8742 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
8743 subdirectories) and eieio.
8744
8745 2009-09-26 Alan Mackenzie <acm@muc.de>
8746
8747 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8748 Correct buggy bracketing. (Bug#4289)
8749
8750 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
8751 character constants (as case labels). (Bug#4289)
8752
8753 2009-09-25 Juri Linkov <juri@jurta.org>
8754
8755 * files.el (safe-local-eval-forms): Allow time-stamp in
8756 before-save-hook (Bug#4554).
8757
8758 2009-09-25 Drew Adams <drew.adams@oracle.com>
8759
8760 * menu-bar.el (list-buffers-directory): Doc fix.
8761
8762 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
8763
8764 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
8765 Try and avoid copying twice the same paragraph.
8766 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
8767 Remove save-excursion.
8768 (log-edit-changelog-entry): Do it here instead.
8769
8770 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
8771
8772 * bs.el (bs--get-file-name): Use `list-buffers-directory'
8773 when available, instead of hardcoding mode names. Doc fix.
8774
8775 * menu-bar.el (list-buffers-directory): Add docstring.
8776 Make automatically buffer-local.
8777
8778 * dired.el (dired-mode):
8779 * files.el (cd-absolute):
8780 * pcvs.el (cvs-temp-buffer):
8781 * pcvs-util.el (cvs-get-buffer-create):
8782 * shell.el (shell-mode):
8783 * vc-dir.el (vc-dir-mode):
8784 Don't make `list-buffers-directory' buffer local.
8785
8786 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
8787
8788 * comint.el (comint-exec, comint-run, make-comint):
8789 Doc fixes (Bug#4542).
8790
8791 2009-09-25 Glenn Morris <rgm@gnu.org>
8792
8793 * mail/rmailmm.el (rmail-mime): New custom group.
8794 Move all defcustoms in this file into this group.
8795 (rmail-mime-media-type-handlers-alist): Revert previous change.
8796 (rmail-mime-show-images): New option.
8797 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
8798 references to it, since it wasn't actually used for anything.
8799 (rmail-mime-insert-image): New function.
8800 (rmail-mime-image): Use rmail-mime-insert-image.
8801 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
8802 obey the value of `rmail-mime-show-images' option. Print the size of
8803 attachments.
8804
8805 2009-09-25 David Engster <deng@randomsample.de>
8806
8807 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
8808
8809 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8810
8811 * whitespace.el: Does not highlight trailing spaces While point is
8812 at end of line. Does not highligt spaces at beginning of buffer
8813 while point is at beginning of buffer. Does not highlight spaces
8814 at end of buffer while point is at end of buffer. (Bug#4177)
8815 New version 12.0.
8816 (whitespace-display-mappings): Adjust initialization.
8817 (whitespace-point, whitespace-font-lock-refontify): New vars.
8818 (whitespace-color-on, whitespace-color-off): Adjust code.
8819 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
8820 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
8821 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
8822
8823 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
8824
8825 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
8826
8827 * textmodes/sgml-mode.el: Remove xml-mode alias.
8828
8829 * files.el (auto-mode-alist, conf-mode-maybe)
8830 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
8831
8832 2009-09-24 Alan Mackenzie <acm@muc.de>
8833
8834 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
8835 c-forward-conditionals, but it doesn't move point and doesn't set
8836 the mark.
8837 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
8838 (c-down-conditional-with-else, c-backward-conditional)
8839 (c-forward-conditional): Refactor to use c-scan-conditionals.
8840
8841 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8842
8843 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
8844 (help-default-arg-highlight): Remove.
8845 (help-highlight-arg): New function.
8846 (help-do-arg-highlight): Use it.
8847 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
8848
8849 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8850
8851 * term.el (term-set-scroll-region, term-handle-ansi-escape):
8852 Undo last change, which didn't fix the problem and introduced others.
8853
8854 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
8855
8856 * progmodes/gdb-mi.el: Don't require speedbar.
8857 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8858
8859 2009-09-24 Glenn Morris <rgm@gnu.org>
8860
8861 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8862
8863 * term/ns-win.el (ns-reg-to-script): Define for compiler.
8864
8865 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8866 there is no newline after the final mime boundary. (Bug#4539)
8867 Move markers on insertion so that any buttons inserted don't end up in
8868 the next part of a multipart message.
8869 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
8870 (rmail-mime-bulk-handler): Optionally handle images.
8871 (rmail-mime-image): New button action.
8872 (rmail-mime-image-handler): New function.
8873 (rmail-mime-mode): New mode.
8874 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
8875
8876 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8877
8878 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8879 than just dropping elements from it (bug#4504).
8880
8881 * term.el (term-set-scroll-region): Don't move cursor any more.
8882 (term-handle-ansi-escape): Call term-goto here instead.
8883 Suggested by Ivan Kanis <apple@kanis.eu>.
8884
8885 * term.el: Require CL.
8886 (term-ansi-reset): New function.
8887 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8888 (term-handle-colors-array): Simplify.
8889
8890 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8891
8892 * allout.el (allout-overlay-interior-modification-handler)
8893 (allout-obtain-passphrase):
8894 * epa-file.el (epa-file-write-region):
8895 * ps-print.el (ps-begin-job):
8896 * vc-hooks.el (vc-toggle-read-only):
8897 * vc-rcs.el (vc-rcs-rollback):
8898 * vc-sccs.el (vc-sccs-rollback):
8899 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8900 (vc-version-diff, vc-revert, vc-rollback):
8901 * wdired.el (wdired-check-kill-buffer):
8902 * emacs-lisp/authors.el (authors):
8903 * net/socks.el (socks-open-connection):
8904 * net/zeroconf.el (zeroconf-service-add-hook):
8905 * obsolete/vc-mcvs.el (vc-mcvs-register):
8906 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8907 (gdb-select-frame):
8908 * progmodes/grep.el (lgrep, rgrep):
8909 * progmodes/idlw-help.el (idlwave-help-check-locations)
8910 (idlwave-help-html-link, idlwave-help-assistant-open-link):
8911 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8912 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8913 (reftex-toc-rename-label): Fix typos in error messages.
8914
8915 * dired-aux.el (dired-do-shell-command): Reflow docstring.
8916 (dired-copy-how-to-fn): Doc fix.
8917 (dired-files-attributes, dired-read-shell-command):
8918 Fix typos in docstrings.
8919
8920 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8921 (dired-x-find-file-other-window): Reflow docstrings.
8922 (dired-omit-marker-char, dired-read-shell-command)
8923 (dired-x-submit-report): Fix typos in docstrings.
8924
8925 * shell.el (shell-mode-hook):
8926 * view.el (View-scroll-line-forward):
8927 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8928 Fix typos in docstrings.
8929
8930 * net/dig.el (dig-invoke): Fix typo in docstring.
8931 (query-dig): Reflow docstring.
8932
8933 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8934 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8935 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8936 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8937 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8938 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8939 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8940 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8941 (idlwave-completion-map, idlwave-current-indent)
8942 (idlwave-custom-ampersand-surround, idlwave-customize)
8943 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8944 (idlwave-define-abbrev, idlwave-determine-class-special)
8945 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8946 (idlwave-end-block-reg, idlwave-end-of-statement)
8947 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8948 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8949 (idlwave-explicit-class-listed, idlwave-file-header)
8950 (idlwave-fill-paragraph, idlwave-find-class-definition)
8951 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8952 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8953 (idlwave-in-quote, idlwave-indent-action-table)
8954 (idlwave-indent-expand-table, idlwave-indent-line)
8955 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8956 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8957 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8958 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8959 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8960 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8961 (idlwave-outlawed-buffers, idlwave-popup-select)
8962 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8963 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8964 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8965 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8966 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8967 (idlwave-statement-type, idlwave-struct-skip)
8968 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8969 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8970 (idlwave-what-module-find-class): Fix typos in docstrings.
8971 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8972 (idlwave-calculate-cont-indent, idlwave-expand-equal)
8973 (idlwave-find-module, idlwave-find-structure-definition)
8974 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8975 (idlwave-list-load-path-shadows, idlwave-next-statement)
8976 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8977 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8978 (idlwave-template): Reflow docstrings.
8979
8980 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8981 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8982 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8983 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8984 (idlwave-shell-display-line, idlwave-shell-display-wframe)
8985 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8986 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8987 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8988 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8989 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8990 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8991 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8992 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8993 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8994 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8995 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8996 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8997 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8998 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8999 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
9000 Fix typos in docstrings.
9001 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
9002 (idlwave-shell-hide-output, idlwave-shell-mode)
9003 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
9004 Reflow docstrings.
9005
9006 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
9007
9008 2009-09-24 Ivan Kanis <apple@kanis.eu>
9009
9010 * term.el (term-bold-attribute): New var.
9011 (term-handle-colors-array): Use it.
9012
9013 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
9014
9015 * progmodes/gdb-mi.el (gdb-version): New variable.
9016 (gdb-non-stop-handler): Set gdb-version.
9017 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
9018 Condition "--thread" option on gdb-version.
9019 (gdb-invalidate-threads): Remove unused argument.
9020
9021 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9022
9023 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
9024 to looking-back to avoid ridiculous slow down in large files (bug#4511).
9025
9026 2009-09-23 Glenn Morris <rgm@gnu.org>
9027
9028 * mail/rmail.el (rmail-reply): Don't try to add a References header when
9029 replying to mail without References or Message-Id. (Bug#4525)
9030
9031 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
9032
9033 * term/ns-win.el (ns-reg-to-script): New variable.
9034
9035 2009-09-23 Daiki Ueno <ueno@unixuser.org>
9036
9037 * epg.el (epg-wait-for-status): Preserve existing 'error results.
9038
9039 2009-09-22 Sam Steingold <sds@gnu.org>
9040
9041 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
9042 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
9043 to 1 because hg returns status 1 when nothing is found.
9044 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
9045
9046 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
9047
9048 * textmodes/fill.el: Convert to utf-8 encoding.
9049 (fill-french-nobreak-p): Remove redundant » and « inherited from our
9050 pre-unicode days.
9051
9052 * add-log.el (change-log-fill-forward-paragraph): New function.
9053 (change-log-mode): Use it so fill-region DTRT.
9054 Set fill-indent-according-to-mode here rather than in
9055 change-log-fill-paragraph.
9056 (change-log-fill-paragraph): Remove.
9057
9058 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
9059
9060 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
9061 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
9062
9063 2009-09-22 Glenn Morris <rgm@gnu.org>
9064
9065 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
9066 the scroll-bar scroll the calendar window rather than the buffer.
9067
9068 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
9069 commands that move point (as opposed to scrolling).
9070
9071 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
9072
9073 * emacs-lisp/elint.el (elint): New custom group.
9074 (elint-log-buffer): Make it a defcustom.
9075 (elint-scan-preloaded, elint-ignored-warnings)
9076 (elint-directory-skip-re): New options.
9077 (elint-builtin-variables): Doc fix.
9078 (elint-preloaded-env): New variable.
9079 (elint-unknown-builtin-args): Add an entry for encode-time.
9080 (elint-extra-errors): Make it a variable rather than a constant.
9081 (elint-preloaded-skip-re): New constant.
9082 (elint-directory): Skip files matching elint-directory-skip-re.
9083 (elint-features): New variable, local to linted buffers.
9084 (elint-update-env): Initialize elint-features. Possibly add
9085 elint-preloaded-env to the buffer's environment.
9086 (elint-get-top-forms): Bind elint-current-pos, for log messages.
9087 Skip quoted forms.
9088 (elint-init-form): New function, extracted from elint-init-env.
9089 Make non-list forms a warning rather than an error.
9090 Add the mode-map for define-derived-mode. Handle define-minor-mode,
9091 easy-menu-define, put that adds an error-condition, and provide.
9092 When requiring cl, also require cl-macs. Really require cl, to handle
9093 some cl macros. Store required libraries in the list elint-features,
9094 so as not to re-load them. Treat cc-require like require.
9095 (elint-init-env): Call elint-init-form to do the work.
9096 Handle eval-and-compile and such like.
9097 (elint-add-required-env): Do not clear messages.
9098 (elint-special-forms): Add handlers for function, defalias, if, when,
9099 unless, and, or.
9100 (elint-form): Add optional argument to ignore elint-special-forms,
9101 useful to prevent recursive calls from handlers. Doc fix.
9102 Respect elint-ignored-warnings.
9103 (elint-form): Respect elint-ignored-warnings.
9104 (elint-bound-variable, elint-bound-function): New variables.
9105 (elint-unbound-variable): Respect elint-bound-variable.
9106 (elint-get-args): Respect elint-bound-function.
9107 (elint-check-cond-form): Add some simple handling for (f)boundp and
9108 featurep tests.
9109 (elint-check-defalias-form): New handler.
9110 (elint-check-let-form): Make an empty let a warning rather than an
9111 error.
9112 (elint-check-setq-form): Make an empty setq a warning rather than an
9113 error. Respect elint-ignored-warnings.
9114 (elint-check-defvar-form): Accept null doc-strings.
9115 (elint-check-conditional-form): New handler. Does some simple-minded
9116 checking of featurep and (f)boundp tests.
9117 (elint-put-function-args): New function.
9118 (elint-initialize): Use elint-scan-doc-file rather than
9119 elint-find-builtin-variables. Use elint-put-function-args.
9120 Possibly scan preloaded-file-list.
9121 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
9122 extend to handle functions as well.
9123
9124 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
9125
9126 * linum.el (linum-delete-overlays, linum-update-window):
9127 Do not modify the right margin. (Bug#3971)
9128
9129 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
9130
9131 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
9132 Use nxml-mode instead of xml-mode.
9133
9134 2009-09-21 Kevin Ryde <user42@zip.com.au>
9135
9136 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
9137
9138 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9139
9140 * net/dig.el (dig-mode): Use define-derived-mode.
9141
9142 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
9143
9144 * vc-dispatcher.el (vc-do-command): Return the process object in
9145 the asynchronous case. Use when instead of if. Do not run
9146 vc-exec-after to display a message if not enabled. (Bug#4463)
9147
9148 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
9149 properties to the stash strings.
9150 (vc-git-stash-list): Return a list of strings.
9151 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
9152 (vc-git-stash-show-at-point): New functions.
9153 (vc-git-stash-map): New keymap.
9154
9155 * register.el (ctl-x-r-map): Define the keys here instead of
9156 using autoload.
9157
9158 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
9159
9160 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
9161 list, to workaround performance problem (bug#4485).
9162
9163 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
9164
9165 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
9166
9167 2009-09-20 Daiki Ueno <ueno@unixuser.org>
9168
9169 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
9170 Document that this option is not recommended to use.
9171
9172 2009-09-19 Glenn Morris <rgm@gnu.org>
9173
9174 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
9175 variable `var'.
9176
9177 * calc/calc-alg.el (var):
9178 * calc/calcalg2.el (var): Define for compiler.
9179
9180 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
9181
9182 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
9183 Doc fix (Bug#3932).
9184
9185 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
9186
9187 * time-stamp.el (time-stamp-month-dd-yyyy)
9188 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
9189 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
9190 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
9191 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
9192 Remove functions that have been obsolete since 1995 (Bug#4436).
9193
9194 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
9195 indent buffer only if called interactively (Bug#4452).
9196
9197 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
9198 Eli Zaretskii <eliz@gnu.org>
9199
9200 This fixes bug#4197 (merged to bug#865, though not identical).
9201 * server.el (server-auth-dir): Add docstring note about FAT32.
9202 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
9203 but warn against using them.
9204
9205 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
9206
9207 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
9208 older GDB where there is no has_more field.
9209
9210 2009-09-19 Glenn Morris <rgm@gnu.org>
9211
9212 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
9213
9214 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
9215
9216 * files.el (auto-mode-alist): Change default for XML files to nXML
9217 mode (Bug#4169).
9218
9219 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
9220
9221 * server.el (server-ensure-safe-dir): Pass 'integer
9222 to `file-attributes', as suggested.
9223
9224 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
9225
9226 * dired-aux.el (dired-query-alist): Remove spurious backslash.
9227 (dired-query): Use read-key.
9228
9229 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
9230
9231 * cus-start.el (ns-use-qd-smoothing): Remove.
9232
9233 2009-09-18 Glenn Morris <rgm@gnu.org>
9234
9235 * allout.el (top-level): Remove unnecessary progn.
9236
9237 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
9238
9239 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
9240 definition of abbrev table.
9241
9242 * speedbar.el (speedbar-track-mouse):
9243 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
9244 * net/eudc.el (eudc-expand-inline):
9245 * net/newst-backend.el (newsticker--cache-read-feed):
9246 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
9247 condition-case handlers.
9248
9249 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
9250
9251 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
9252 (gdb-var-list): Add an element for has_more field.
9253 (gdb-non-stop-handler): Enable pretty printing for STL containers.
9254 (gdb-var-create-handler, gdb-var-list-children-handler-1)
9255 (gdb-var-update-handler-1): Parse output of dynamic variable
9256 objects (STL containers).
9257 (gdb-var-delete-1): Pass var1 as an explicit second argument.
9258 (gdb-get-field): Delete alias. Use bindat-get-field directly.
9259
9260 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
9261 gdb-var-list.
9262 (gud-speedbar-buttons): Make node expandable if expression "has more"
9263 children.
9264
9265 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
9266
9267 * startup.el (emacs-quick-startup): Remove variable and all uses.
9268 (command-line): Set `inhibit-x-resources' instead.
9269 (command-line-1): Use `inhibit-x-resources' instead.
9270
9271 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
9272
9273 * subr.el: Fix last change to avoid using the `unless' macro,
9274 which breaks bootstrapping.
9275
9276 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9277
9278 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
9279 extended definitions, in case we reload subr.el after having
9280 loaded CL.
9281 (eval-next-after-load): Mark as obsolete.
9282
9283 2009-09-17 Juri Linkov <juri@jurta.org>
9284
9285 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
9286 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
9287 (menu-bar-showhide-menu, menu-bar-tools-menu)
9288 (menu-bar-describe-menu, menu-bar-help-menu)
9289 (minibuffer-local-completion-map, minibuffer-local-map):
9290 Fix list quoting.
9291
9292 2009-09-17 Glenn Morris <rgm@gnu.org>
9293
9294 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
9295 arguments, whether or not it has a handler.
9296
9297 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
9298
9299 * simple.el (hard-newline): Give it a doc-string.
9300
9301 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9302 (lisp-mode-syntax-table): Give them doc-strings.
9303
9304 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
9305
9306 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
9307 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
9308 (menu-bar-options-menu, menu-bar-showhide-menu)
9309 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
9310 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
9311 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
9312 (menu-bar-options-menu, menu-bar-tools-menu)
9313 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
9314 (menu-bar-help-menu):
9315 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
9316 string arguments.
9317
9318 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
9319 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
9320 calls for the menu names and :help.
9321
9322 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9323
9324 * mouse.el (minor-mode-menu-from-indicator): Pay attention
9325 to :minor-mode-function (bug#4455).
9326
9327 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9328
9329 * startup.el (command-line): Initialize the window-system after
9330 processing the command-line.
9331
9332 * textmodes/page.el (what-page): Make sure we don't inf-loop if
9333 page-delimiter matches the empty string.
9334
9335 2009-09-16 Glenn Morris <rgm@gnu.org>
9336
9337 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
9338 byte-compile-not-obsolete-var. It's a list now.
9339 (byte-compile-not-obsolete-funcs): New variable.
9340 (byte-compile-warn-obsolete): Don't warn about functions if they are in
9341 byte-compile-not-obsolete-funcs.
9342 (byte-compile-variable-ref, byte-compile-defvar): Update for
9343 byte-compile-not-obsolete-vars name-change and list nature.
9344 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
9345 and variables behind (f)boundp tests.
9346 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
9347
9348 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
9349
9350 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
9351
9352 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9353
9354 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
9355 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
9356 Don't autoload.
9357
9358 2009-09-15 Stephen Eglen <stephen@gnu.org>
9359
9360 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
9361 the virtual-buffers, use the name of the buffer specified by
9362 find-file-noselect, as the match may be a symlink. (This was a
9363 problem if the target and the symlink had different names.)
9364
9365 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9366
9367 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
9368
9369 * desktop.el (desktop-path): Check user-emacs-directory.
9370
9371 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
9372
9373 * loadup.el: Use after-load-functions to GC after loading each file.
9374 Remove the explicit GC calls that used to be sprinkled around.
9375
9376 * subr.el (after-load-functions): New hook.
9377 (do-after-load-evaluation): Run it. Use string-match-p to detect
9378 `obsolete' packages, rather than painfully extracting the relevant
9379 directory name.
9380
9381 2009-09-15 Glenn Morris <rgm@gnu.org>
9382
9383 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
9384 free variable `doc'.
9385
9386 * dired.el (dired-mode-map): Add menu entry for async shell command.
9387
9388 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
9389 variables, also consider the .elc files, since the .el files are
9390 normally gzipped (subsequent code locates the .el.gz from the .elc).
9391
9392 * calc/calc-prog.el (arglist): Define for compiler.
9393
9394 * calendar/diary-lib.el (diary-display-function): Change the default to
9395 fancy display.
9396 (body): Define for compiler.
9397
9398 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
9399 (byte-compile-file-form, byte-compile-lambda)
9400 (byte-compile-top-level-body, byte-compile-form)
9401 (byte-compile-variable-ref, byte-compile-setq)
9402 (byte-compile-setq-default, byte-compile-body)
9403 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
9404 (batch-byte-compile): Give some more local variables with common names
9405 a "bytecomp-" prefix to avoid masking warnings about free variables.
9406
9407 * startup.el (command-line-1): Give local variables with common names a
9408 distinguishing prefix, so as not to hide free variable warnings during
9409 bootstrap.
9410
9411 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
9412 clever and add a suffix to make a unique name, just let the user decide
9413 whether or not to overwrite it. If the input is a directory, write the
9414 default filename to that directory. (Bug#4388)
9415 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
9416 is a filename-as-a-directory.
9417
9418 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9419
9420 * textmodes/page.el (what-page): Don't move to beginning of line.
9421 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
9422
9423 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
9424
9425 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
9426
9427 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
9428
9429 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
9430 * help.el (help-for-help-internal): Add purecopy calls for text.
9431
9432 * vc.el (top): print-log method now takes an optional SHORTLOG
9433 argument. Add a new method: root.
9434 (vc-root-diff, vc-print-root-log): New functions.
9435 (vc-log-short-style): New variable.
9436 (vc-print-log-internal): Add support for showing short logs.
9437
9438 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
9439 vc-print-root-log and vc-print-root-diff.
9440
9441 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
9442 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
9443 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
9444 short logs.
9445
9446 * vc-cvs.el (vc-cvs-print-log):
9447 * vc-mtn.el (vc-mtn-print-log):
9448 * vc-rcs.el (vc-rcs-print-log):
9449 * vc-sccs.el (vc-sccs-print-log):
9450 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
9451 that is ignored for now.
9452
9453 * vc-mtn.el (vc-mtn-annotate-command):
9454 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
9455
9456 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9457
9458 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
9459 to function-key-map, and give them ascii-character property.
9460 * term/x-win.el (x-alternatives-map):
9461 * term/ns-win.el (ns-alternatives-map):
9462 * term/internal.el (msdos-key-remapping-map):
9463 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
9464
9465 2009-09-14 Glenn Morris <rgm@gnu.org>
9466
9467 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
9468 temp-buffers (2009-09-12).
9469
9470 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9471
9472 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
9473 the new read-key function.
9474
9475 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
9476
9477 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
9478 is defined (Bug#4405).
9479
9480 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
9481
9482 * recentf.el (recentf-cleanup): Use a hash table to find
9483 duplicates (Bug#4407).
9484
9485 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
9486
9487 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
9488 kp-0 to ascii equivalents (Bug#4325).
9489
9490 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
9491
9492 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
9493
9494 * eshell/em-hist.el:
9495 * eshell/em-dirs.el (eshell-complete-user-reference):
9496 Declare pcomplete functions and variables to avoid compiler warnings.
9497
9498 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
9499
9500 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
9501 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
9502 * eshell/em-alias.el (eshell-aliases-file):
9503 * eshell/em-hist.el (eshell-history-file-name):
9504 Use expand-file-name instead of concat to make file names (Bug#4308).
9505
9506 2009-09-13 Glenn Morris <rgm@gnu.org>
9507
9508 * ediff-merg.el (ediff-do-merge):
9509 * filesets.el (filesets-run-cmd):
9510 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
9511 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
9512 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
9513 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
9514 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
9515 Replace empty `let's with `progn'.
9516
9517 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9518
9519 * mail/sendmail.el (send-mail-function):
9520 * tooltip.el (tooltip-mode):
9521 * simple.el (transient-mark-mode):
9522 * rfn-eshadow.el (file-name-shadow-mode):
9523 * frame.el (blink-cursor-mode):
9524 * font-core.el (global-font-lock-mode):
9525 * files.el (temporary-file-directory)
9526 (small-temporary-file-directory, auto-save-file-name-transforms):
9527 * epa-hook.el (auto-encryption-mode):
9528 * composite.el (global-auto-composition-mode):
9529 Use custom-initialize-delay.
9530 * startup.el (command-line): Don't explicitly call
9531 custom-reevaluate-setting for all the above vars.
9532 * custom.el (custom-initialize-safe-set)
9533 (custom-initialize-safe-default): Delete.
9534
9535 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9536
9537 * term/x-win.el (x-initialize-window-system):
9538 * term/w32-win.el (w32-initialize-window-system):
9539 * term/ns-win.el (ns-initialize-window-system): Don't call
9540 mouse-wheel-mode since it's enabled globally by default already.
9541
9542 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
9543 actually define the variable, but only silences the byte-compiler.
9544 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
9545 before looking it up.
9546 (mouse-wheel-scroll-amount): Also reset the bindings if this value
9547 is changed.
9548
9549 2009-09-12 Glenn Morris <rgm@gnu.org>
9550
9551 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
9552 1000.
9553 (elint-add-required-env): Don't beep on error.
9554 (elint-forms): In case of error, return ENV unchanged.
9555 (elint-init-env): Skip non-list forms.
9556 (elint-log): Handle unknown file positions.
9557
9558 2009-09-12 Daiki Ueno <ueno@unixuser.org>
9559
9560 * epg.el (epg-make-context): Add autoload cookie.
9561 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
9562 (epg-decrypt-string, epg-start-verify, epg-verify-file)
9563 (epg-verify-string, epg-start-sign, epg-sign-file)
9564 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
9565 (epg-encrypt-string, epg-start-export-keys)
9566 (epg-export-keys-to-file, epg-export-keys-to-string)
9567 (epg-start-import-keys, epg-import-keys-from-file)
9568 (epg-import-keys-from-string, epg-start-receive-keys)
9569 (epg-receive-keys, epg-import-keys-from-server)
9570 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
9571 (epg-sign-keys, epg-start-generate-key)
9572 (epg-generate-key-from-file, epg-generate-key-from-string):
9573 Remove autoload cookie.
9574
9575 2009-09-12 Eli Zaretskii <eliz@gnu.org>
9576
9577 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
9578 reevaluation of trash-directory.
9579
9580 * mwheel.el: Fix last change.
9581 (mouse-wheel-mode): New defvar.
9582 (mouse-wheel-mode): Remove autoload cookie.
9583
9584 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9585
9586 * mwheel.el (mwheel-installed-bindings): New var.
9587 (mouse-wheel-mode): Use it, so as to make sure we really remove all
9588 the bindings we set last time. Use custom-initialize-delay.
9589 * loadup.el: Load mwheel after term/*-win.el.
9590 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
9591 and mouse-wheel-up-event now that their first evaluation is done
9592 sufficiently late to be correct.
9593
9594 * startup.el (tutorial-directory): Make it a defcustom.
9595 Use custom-initialize-delay rather than eval-at-startup to set it.
9596 * image.el (image-load-path): Make it a defcustom.
9597 Use custom-initialize-delay rather than eval-at-startup to set it.
9598 * subr.el (eval-at-startup): Remove.
9599 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
9600
9601 * subr.el (do-after-load-evaluation): Warn the user after loading an
9602 obsolete package.
9603
9604 2009-09-12 Glenn Morris <rgm@gnu.org>
9605
9606 * proced.el (proced-mark-alt): Remove alias.
9607 (proced-mode-map): Remove proced-mark-alt.
9608
9609 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
9610 Elint file and directory. Remove initialization entry.
9611
9612 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
9613 commands.
9614 (elint-current-buffer): Set mode-line-process.
9615 (elint-init-env): Handle define-derived-mode.
9616 Fix declare-function with unspecified arglist. Guard against odd
9617 defalias statements (eg iso-insert's 8859-1-map).
9618 (elint-add-required-env): Use a temp buffer.
9619 (elint-form): Just print the function/macro name, not the whole form.
9620 Return env unchanged if we fail to parse a macro.
9621 (elint-forms): Guard against parse errors.
9622 (elint-output): New function, to handle batch mode.
9623 (elint-log-message): Add optional argument. Use elint-output.
9624 (elint-set-mode-line): New function.
9625
9626 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
9627
9628 * emacs-lisp/elp.el (elp-not-profilable): Add more
9629 functions (Bug#4233).
9630
9631 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
9632
9633 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
9634 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
9635
9636 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
9637
9638 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
9639 (gdb-var-list-children): Use json parsing.
9640
9641 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
9642
9643 * progmodes/js.el (js--proper-indentation): Handle the case where
9644 char-before is null. Reported by Deniz Dogan.
9645
9646 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
9647
9648 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
9649
9650 2009-09-11 Daiki Ueno <ueno@unixuser.org>
9651
9652 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
9653 (epg-digest-algorithm-alist): Add SHA224.
9654 (epg-context-set-passphrase-callback)
9655 (epg-context-set-progress-callback): Add description about
9656 callback function.
9657
9658 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9659
9660 * custom.el (custom-delayed-init-variables): New var.
9661 (custom-initialize-delay): New function.
9662 * startup.el (command-line): "Re"evaluate all vars in
9663 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
9664 explicitly any more.
9665 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
9666 to avoid creating a ~/.emacs.d at build-time (bug#4347).
9667
9668 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
9669
9670 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
9671
9672 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
9673 (gdb-var-update-handler): Use json parsing.
9674
9675 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
9676
9677 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
9678 decode annotated text, regardless of language environment. (Bug#2741)
9679
9680 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9681
9682 * Makefile.in (autoloads): Make rmail.el writable as well.
9683
9684 2009-09-11 Glenn Morris <rgm@gnu.org>
9685
9686 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
9687 loaddefs.el.
9688 * dired.el: Regenerate with extracted autoloads.
9689 * Makefile.in (autoloads): Make dired.el writable.
9690
9691 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
9692 * ibuffer.el: Regenerate with extracted autoloads.
9693 * Makefile.in (autoloads): Make ibuffer.el writable.
9694
9695 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
9696 * version.el (emacs-copyright, emacs-major-version)
9697 (emacs-minor-version): Reformat doc-strings for make-docfile.
9698
9699 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
9700 functions and variables, since they must be stuff specific to some other
9701 platform.
9702 (apropos-print): Make mouse-click message less specific about button.
9703
9704 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
9705 that records where a macro was defined.
9706 * help-fns.el (describe-function-1): Mention if a function has a
9707 compiler-macro.
9708 * help-mode.el (help-function-cmacro): New button.
9709
9710 * locate.el (top-level): Always require dired.
9711 (locate-mode-map): Initialize inside the defvar.
9712
9713 * net/ange-ftp.el (dired-compress-file): Declare.
9714 (ange-ftp-dired-compress-file): Add doc string.
9715
9716 * term/ns-win.el (x-display-name, x-setup-function-keys):
9717 Unify doc-strings with X versions.
9718
9719 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9720
9721 * emulation/crisp.el (crisp-mode-map): Move initialization
9722 into declaration.
9723 (crisp-mode): Use define-minor-mode.
9724
9725 * progmodes/xscheme.el (xscheme-evaluation-commands):
9726 Put a :advertised-binding property rather than using
9727 advertised-xscheme-send-previous-expression.
9728 (advertised-xscheme-send-previous-expression): Declare obsolete.
9729 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
9730 `advertised-undo'.
9731 (crisp-mode): Add corresponding bindings to
9732 undo's :advertised-binding instead.
9733 * dired.el (dired-mode-map): Put a :advertised-binding property rather
9734 than using dired-advertised-find-file.
9735 (dired-advertised-find-file):
9736 * simple.el (advertised-undo):
9737 * wid-edit.el (advertised-widget-backward): Declare obsolete.
9738 (widget-keymap): Put a :advertised-binding property rather
9739 than using advertised-widget-backward.
9740 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
9741 than using advertised-undo.
9742 * tutorial.el (tutorial--default-keys): Adjust accordingly.
9743
9744 2009-09-10 Simon South <ssouth@slowcomputing.org>
9745
9746 * progmodes/delphi.el (delphi-tab): Indent region when Transient
9747 Mark mode is enabled and region is active; otherwise indent or
9748 insert TAB as usual.
9749 (delphi-mode): Update description of TAB-key binding.
9750
9751 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9752
9753 * subr.el (define-key-rebound-commands): Mark obsolete.
9754 * startup.el (precompute-menubar-bindings): Remove.
9755 (normal-top-level): Remove obsolete code that tried to precompute
9756 menubar bindings.
9757 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
9758 define-key-rebound-commands and precompute-menubar-bindings.
9759
9760 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9761
9762 * net/imap.el (imap-interactive-login): Better messages.
9763 (imap-open): Fix bug with renamed buffer on reconnect.
9764 (imap-authenticate): Add buffer-local imap-last-authenticator variable
9765 for easier debugging and cleaner code. On successful (guessed based on
9766 server capabilities) secondary authentication, set imap-state
9767 correctly.
9768 (imap-last-authenticator): Define imap-last-authenticator as a variable
9769 to avoid warnings.
9770
9771 2009-09-10 Glenn Morris <rgm@gnu.org>
9772
9773 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
9774
9775 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
9776 (byte-compile-file-form-autoload): Don't warn about unknown functions
9777 where the autoload statement comes after the use.
9778 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
9779 that any handlers inside the body (eg require) are in turn respected.
9780
9781 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
9782 effects.
9783
9784 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
9785 and syntax and abbrev tables basic docs, if they don't have any.
9786
9787 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
9788
9789 * international/mule-cmds.el (top-level): Require cl when compiling.
9790 (view-hello-file): Use default-value rather than
9791 default-enable-multibyte-characters.
9792
9793 * progmodes/fortran.el: Move all safe and risky properties into the
9794 defcustoms.
9795
9796 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
9797 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
9798 * mail/undigest.el:
9799 Put autoloads in rmail.el rather than loaddefs.el.
9800 * mail/rmail.el: Regenerate with extracted autoloads.
9801
9802 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
9803 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
9804
9805 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
9806
9807 Reported in thread for Bug#4375.
9808 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
9809 "-data-evaluate-expression" instead of print.
9810 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
9811 (gdb-tooltip-print): Parse output from above MI command.
9812 (gdb): Revert 2009-08-11 change. User should detach inferior
9813 manually.
9814
9815 Remove the word "separate" from IO functions as inferior
9816 output is now never displayed in the GUD buffer.
9817
9818 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
9819
9820 * startup.el (command-line-normalize-file-name): On Windows and
9821 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
9822
9823 2009-09-10 Juri Linkov <juri@jurta.org>
9824
9825 * isearch.el (isearch-text-char-description): Propertize escape
9826 character sequences with the `escape-glyph' face. (Bug#4344)
9827
9828 * simple.el (shell-command): Set asynchronous process filter to
9829 `comint-output-filter'. (Bug#4343)
9830
9831 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
9832 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
9833 the list. Move "asm" to the bottom.
9834 (grep-find-ignored-directories): Add `choice' with nil value
9835 to empty the list easily.
9836 (grep-find-ignored-files): New option.
9837 (grep-files-history): Set to nil by default instead of '("ch" "el").
9838 (grep-compute-defaults): Add "<X>" to `grep-template'.
9839 (grep-read-files): Bind new local variables `default-alias' and
9840 `default-extension'. Use a list of default values for the file prompt.
9841 (lgrep): Add `--exclude=' command line options composed from
9842 `grep-find-ignored-files'.
9843 (rgrep): Add `-name' command line options composed from
9844 `grep-find-ignored-files'. (Bug#4301)
9845
9846 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9847
9848 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9849 (bug#4368).
9850
9851 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9852
9853 * calendar/time-date.el (autoload):
9854 Expand define-obsolete-function-alias into defalias and make-obsolete
9855 for old Emacsen that Gnus supports.
9856 (with-no-warnings): Define it for old Emacsen.
9857 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9858 is available.
9859 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9860 float-time is available; suppress compile warning for time-to-seconds.
9861
9862 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
9863
9864 * net/imap.el (imap-message-map): Docstring fix.
9865
9866 2009-09-09 Glenn Morris <rgm@gnu.org>
9867
9868 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9869 line numbers too. (Bug#4374)
9870
9871 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
9872
9873 * smerge-mode.el (smerge-remove-props, smerge-refine):
9874 Use with-silent-modifications (bug#4342).
9875
9876 * subr.el (with-silent-modifications): New macro.
9877
9878 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
9879
9880 * files.el (top-level): Require `cl' when compiling.
9881
9882 2009-09-07 Glenn Morris <rgm@gnu.org>
9883
9884 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9885
9886 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9887 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
9888
9889 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
9890
9891 * vc-git.el (vc-git-annotate-command): Use separator to parse
9892 arguments correctly.
9893
9894 2009-09-06 Eli Zaretskii <eliz@gnu.org>
9895
9896 * proced.el (proced-mode): Doc fix.
9897
9898 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
9899
9900 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9901 lstat fails.
9902 (tramp-do-file-attributes-with-ls): Check for file existence at
9903 remote end.
9904 (tramp-do-file-attributes-with-stat): Likewise.
9905 (tramp-convert-file-attributes): Return nil when attr is nil.
9906
9907 2009-09-05 Glenn Morris <rgm@gnu.org>
9908
9909 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9910 properties to this button.
9911 (diary-fancy-display): Don't extend the button to the final newline.
9912 (diary-fancy-display-mode): Continue to define "q" as a local key.
9913
9914 * calendar/cal-china.el (holiday-chinese): Make it slightly more
9915 efficient.
9916
9917 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9918
9919 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9920 (byte-compile-dest-file-function): New option.
9921 (byte-compile-dest-file): Doc fix.
9922 Obey byte-compile-dest-file-function.
9923 (byte-compile-cl-file-p): New function.
9924 (byte-compile-eval): Only suppress noruntime warnings about cl functions
9925 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
9926 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9927 than for file being previously loaded.
9928 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9929 (byte-compile-file-form-require): Handle the case where requiring a file
9930 indirectly causes CL to be loaded.
9931
9932 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9933
9934 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9935 before killing the old buffer, since by the time `kill-buffer' is
9936 run so many buffer variables have been set to nil that it may not
9937 behave as expected. (Bug#4061)
9938
9939 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9940
9941 * files.el (find-alternate-file): If the old buffer is modified
9942 and visiting a file, behave similarly to `kill-buffer' when
9943 killing it, thus reverting to the pre-1.878 behavior; see
9944 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9945 for discussion. Also, consult `buffer-file-name' as a variable
9946 not as a function, for consistency with the rest of the code.
9947
9948 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
9949
9950 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9951 also when adding a new directory.
9952
9953 * net/tramp-compat.el (tramp-compat-line-beginning-position):
9954 New defun.
9955
9956 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9957
9958 * files.el (locate-file-completion-table): Make it provide boundary
9959 information, so partial-completion works better.
9960
9961 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
9962
9963 * mail/footnote.el (Footnote-text-under-cursor):
9964 Check footnote-text-marker-alist before using it (bug#4324).
9965
9966 2009-09-04 Glenn Morris <rgm@gnu.org>
9967
9968 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9969 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9970 * play/solitaire.el, play/tetris.el:
9971 Remove leading * from defcustom and defface docs.
9972
9973 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9974 necessary.
9975 (diary-fancy-overriding-map): New variable.
9976 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9977 Use view-mode.
9978
9979 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9980 goto-line.
9981
9982 2009-09-03 Glenn Morris <rgm@gnu.org>
9983
9984 * arc-mode.el (archive-mode):
9985 * dos-fns.el (set-default-process-coding-system):
9986 * man.el (Man-getpage-in-background):
9987 * menu-bar.el (menu-bar-describe-menu):
9988 * server.el (server-process-filter):
9989 * startup.el (command-line):
9990 * tar-mode.el (tar-header-block-tokenize, tar-extract):
9991 * w32-fns.el (set-default-process-coding-system):
9992 * x-dnd.el (x-dnd-handle-file-name):
9993 * international/mule-cmds.el (mule-menu-keymap)
9994 (set-default-coding-systems, language-info-alist, set-language-info)
9995 (set-language-environment, standard-display-european-internal)
9996 (set-locale-environment):
9997 * international/mule-diag.el (mule-diag):
9998 * mail/emacsbug.el (report-emacs-bug):
9999 * mail/rmail.el (rmail-mode):
10000 * mail/sendmail.el (mail-setup):
10001 Use default-value rather than default-enable-multibyte-characters.
10002
10003 * progmodes/f90.el: Move all safe properties into the defcustoms.
10004 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
10005
10006 * calendar/appt.el (appt-check):
10007 * calendar/diary-lib.el (diary-set-header, diary-live-p)
10008 (diary-check-diary-file, diary-list-entries)
10009 (diary-include-other-diary-files, diary-simple-display)
10010 (diary-fancy-display, diary-print-entries)
10011 (diary-mark-included-diary-files, diary-make-entry):
10012 Don't call substitute-in-file-name on diary-file.
10013
10014 2009-09-03 Eduard Wiebe <usenet@pusto.de>
10015 Stefan Monnier <monnier@iro.umontreal.ca>
10016
10017 * mail/footnote.el (footnote-prefix): Make it a defcustom.
10018 (footnote-mode-map): Move initialization into the declaration.
10019 (footnote-minor-mode-map): Define it rather than changing global-map.
10020 (footnote-mode): Use define-minor-mode.
10021
10022 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
10023
10024 * net/tramp.el (tramp-handle-file-attributes-with-ls)
10025 (tramp-do-file-attributes-with-perl)
10026 (tramp-do-file-attributes-with-stat): Rename from
10027 `tramp-handle-file-attributes-with-*'.
10028 (tramp-handle-file-attributes): Use them.
10029 (tramp-do-directory-files-and-attributes-with-perl)
10030 (tramp-do-directory-files-and-attributes-with-stat): Rename from
10031 `tramp-handle-directory-files-and-attributes-with-*'.
10032 (tramp-handle-directory-files-and-attributes): Use them.
10033 (tramp-method-out-of-band-p): Additional parameter SIZE.
10034 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
10035 (tramp-handle-write-region): Use it.
10036 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
10037 (tramp-handle-vc-registered): Check, whether the first run did
10038 return files to be tested.
10039 (tramp-advice-make-auto-save-file-name): Do not call directly
10040 `tramp-handle-make-auto-save-file-name', because this would bypass
10041 the locking mechanism.
10042
10043 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
10044 (file-remote-p, process-file, start-file-process, set-file-times)
10045 (tramp-compat-file-attributes): Compatibility functions shall not
10046 call directly `tramp-handle-*', because this would bypass the
10047 locking mechanism.
10048 (tramp-compat-number-sequence): New defun.
10049
10050 2009-09-02 Glenn Morris <rgm@gnu.org>
10051
10052 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
10053 alias for float-time.
10054 (time-to-number-of-days): In Emacs, use float-time.
10055 * net/newst-backend.el (time-add): Suppress warnings from compat
10056 function.
10057 * time.el (emacs-uptime, emacs-init-time):
10058 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
10059 Use float-time rather than time-to-seconds.
10060
10061 * minibuffer.el (completion-initials-expand): Fix typo.
10062
10063 * faces.el (modeline, modeline-inactive, modeline-highlight)
10064 (modeline-buffer-id):
10065 * info.el (info-menu-5): Mark these face aliases as obsolete.
10066
10067 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
10068
10069 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
10070 space ...
10071 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
10072 no "--thread" option.
10073 (gdb-stopped): Don't print "Switched to thread" message when it is
10074 unchanged.
10075
10076 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
10077
10078 * minibuffer.el (completion-try-completion)
10079 (completion-all-completions): Remove ill-defined (and
10080 mistakenly installed and luckily never used nor documented)
10081 `completion-styles' property.
10082 (completion-initials-expand, completion-initials-all-completions)
10083 (completion-initials-try-completion): New functions.
10084 (completion-styles-alist): Add doc to each entry.
10085 Add new `initials' entry.
10086
10087 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
10088
10089 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
10090 MI command -var-evaluate-expression.
10091 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
10092 and tweak for case of string child.
10093 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
10094
10095 2009-09-01 Glenn Morris <rgm@gnu.org>
10096
10097 * add-log.el (change-log-date-face, change-log-name-face)
10098 (change-log-email-face, change-log-file-face, change-log-list-face)
10099 (change-log-conditionals-face, change-log-function-face)
10100 (change-log-acknowledgement-face):
10101 * cus-edit.el (custom-invalid-face, custom-rogue-face)
10102 (custom-modified-face, custom-set-face, custom-changed-face)
10103 (custom-saved-face, custom-button-face, custom-button-pressed-face)
10104 (custom-documentation-face, custom-state-face, custom-comment-face)
10105 (custom-comment-tag-face, custom-variable-tag-face)
10106 (custom-variable-button-face, custom-face-tag-face)
10107 (custom-group-tag-face-1, custom-group-tag-face):
10108 * diff-mode.el (diff-header-face, diff-file-header-face)
10109 (diff-index-face, diff-hunk-header-face, diff-removed-face)
10110 (diff-added-face, diff-changed-face, diff-function-face)
10111 (diff-context-face, diff-nonexistent-face):
10112 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
10113 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
10114 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
10115 (Info-title-4-face):
10116 * isearch.el (isearch-lazy-highlight-face):
10117 * log-view.el (log-view-file-face, log-view-message-face):
10118 * paren.el (show-paren-match-face, show-paren-mismatch-face):
10119 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
10120 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
10121 (cvs-msg-face):
10122 * smerge-mode.el (smerge-mine-face, smerge-other-face)
10123 (smerge-base-face, smerge-markers-face):
10124 * wid-edit.el (widget-documentation-face, widget-button-face)
10125 (widget-field-face, widget-single-line-field-face)
10126 (widget-inactive-face, widget-button-pressed-face):
10127 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
10128 (woman-addition-face):
10129 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
10130 (eshell-ls-executable-face, eshell-ls-readonly-face)
10131 (eshell-ls-unreadable-face, eshell-ls-special-face)
10132 (eshell-ls-missing-face, eshell-ls-archive-face)
10133 (eshell-ls-backup-face, eshell-ls-product-face)
10134 (eshell-ls-clutter-face):
10135 * eshell/em-prompt.el (eshell-prompt-face):
10136 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
10137 * obsolete/old-whitespace.el (whitespace-highlight-face):
10138 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
10139 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
10140 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
10141 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
10142 (antlr-font-lock-literal-face):
10143 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
10144 (ebrowse-root-class-face, ebrowse-file-name-face)
10145 (ebrowse-default-face, ebrowse-member-attribute-face)
10146 (ebrowse-member-class-face, ebrowse-progress-face):
10147 * progmodes/make-mode.el (makefile-space-face):
10148 * progmodes/sh-script.el (sh-heredoc-face):
10149 * textmodes/flyspell.el (flyspell-incorrect-face)
10150 (flyspell-duplicate-face):
10151 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
10152 * textmodes/texinfo.el (texinfo-heading-face):
10153 Mark face aliases with "-face" suffix as obsolete.
10154
10155 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
10156 compiler.
10157
10158 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
10159 (eudc-bob-sound-menu): Use defvar rather than defconst, since
10160 easy-menu-define wants to modify these.
10161
10162 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
10163
10164 * net/browse-url.el (browse-url-file-url):
10165 * term/internal.el (dos-codepage-setup):
10166 Use default-value rather than default-enable-multibyte-characters.
10167
10168 * progmodes/etags.el (etags-goto-tag-location):
10169 * progmodes/flymake.el (flymake-highlight-line)
10170 (flymake-goto-file-and-line, flymake-goto-line):
10171 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
10172 (gdb-goto-breakpoint):
10173 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
10174 * progmodes/python.el (python-find-function)
10175 (python-pdbtrack-track-stack-file):
10176 * progmodes/verilog-mode.el (verilog-surelint-off):
10177 * term/ns-win.el (ns-open-file-select-line):
10178 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
10179 Use forward-line rather than goto-line.
10180
10181 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
10182 * textmodes/reftex-index.el (reftex-display-index):
10183 * textmodes/reftex-ref.el (reftex-offer-label-menu):
10184 * textmodes/reftex-toc.el (reftex-toc):
10185 Remove unnecessary bindings of default-major-mode (all are followed by
10186 major-mode check and possible mode switch).
10187
10188 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
10189
10190 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
10191 Handle watchpoints (bug#4282).
10192 (def-gdb-thread-buffer-command): Enable thread to be selected by
10193 clicking without selecting threads buffer first.
10194 (gdb-current-context-command): Use selected frame so that "up",
10195 "down" etc work in the GUD buffer.
10196 (gdb-update): Find selected frame before rendering stack buffer.
10197 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
10198
10199 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
10200
10201 * progmodes/sym-comp.el (displayed-completions): Remove.
10202 (symbol-complete): Use minibuffer-complete.
10203
10204 2009-08-31 Glenn Morris <rgm@gnu.org>
10205
10206 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
10207
10208 * apropos.el (apropos-symbols-internal):
10209 Handle (obsolete) face aliases.
10210
10211 * faces.el (describe-face): Adjust the output format to be more like
10212 describe-variable, and to mention (obsolete) face aliases.
10213 Adjust the whitespace so that help-setup-xref works.
10214
10215 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
10216 * calendar/diary-lib.el (diary-button-face):
10217 Mark these face aliases as obsolete.
10218
10219 * calendar/calendar.el (calendar-today): Doc fix.
10220
10221 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
10222
10223 * progmodes/gdb-mi.el (gdb-control-all-threads)
10224 (gdb-control-current-thread): Force tool bar update.
10225 (gdb-non-stop-handler): New function.
10226 (gdb-init-1): Use it to test if non-stop mode is supported.
10227 Remove unused gdbmi buffer type.
10228
10229 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
10230
10231 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
10232 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
10233
10234 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
10235
10236 * comint.el (comint-exec-1): Check command is non-null first.
10237 Part of gdb-mi.el change (2009-08-28).
10238
10239 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10240
10241 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
10242
10243 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
10244
10245 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
10246 instead of `dolist' to avoid a recursive require when bootstrapping.
10247
10248 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10249
10250 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
10251
10252 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
10253
10254 * net/imap.el (imap-send-command): Simplify.
10255 (imap-wait-for-tag): point-max -> buffer-size.
10256
10257 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
10258
10259 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
10260 with constant argument.
10261
10262 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
10263
10264 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
10265
10266 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
10267 Change default, since most of our files don't have a history.
10268 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
10269 the user.
10270
10271 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10272 Add comint-run.
10273
10274 * calc/calc.el: Improve commenting convention.
10275 (calc-digit-map, toplevel): Simplify.
10276
10277 * comint.el (comint-insert-input): Be careful to only set point if we
10278 don't delegate to some other command.
10279
10280 * proced.el (proced-signal-list): Make it an alist.
10281 (proced-grammar-alist): Capitalize names.
10282 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
10283 Disable undo manually and make it read-only.
10284 Use completion-annotate-function.
10285
10286 * minibuffer.el (minibuffer-message): If the current buffer is not
10287 a minibuffer, insert the message in the echo area rather than at the
10288 end of the buffer.
10289 (completion-annotate-function): New variable.
10290 (minibuffer-completion-help): Use it.
10291 (completion--embedded-envvar-table): Environment vars are
10292 always case-sensitive.
10293
10294 2009-08-30 Glenn Morris <rgm@gnu.org>
10295
10296 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
10297 from fortran-current-defun.
10298 (fortran-beginning-of-subprogram): Be more precise about finding the
10299 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
10300 (fortran-end-of-subprogram): Simplify.
10301 (fortran-current-defun): Use fortran-start-prog-re.
10302
10303 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
10304
10305 * subr.el (do-after-load-evaluation): Simplify.
10306
10307 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
10308
10309 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
10310
10311 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
10312 (vc-rcs-print-log): Use it.
10313
10314 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
10315
10316 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
10317
10318 * paths.el (abbrev-file-name): Move to abbrev.el.
10319 * abbrev.el (abbrev-file-name): Move from paths.el.
10320 Obey user-emacs-directory.
10321 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
10322 user-emacs-directory.
10323 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
10324 abbrev-file-name and calc-settings-file any more.
10325 * startup.el (command-line): Recompute abbrev-file-name and
10326 abbreviated-home-dir.
10327 (normal-no-mouse-startup-screen): Improve the generic code and get rid
10328 of the special code for when C-h bindings haven't been changed.
10329 (display-startup-echo-area-message): Use with-current-buffer.
10330 (command-line-1): Use a list of strings, rather than a list of lists
10331 of strings for longopts.
10332
10333 * files.el (get-free-disk-space): Use / for default-directory.
10334
10335 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
10336 Use with-current-buffer.
10337
10338 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
10339 Recognize immutable variables like most-positive-fixnum.
10340 (byte-compile-setq-default): Check and warn if trying to assign
10341 to an immutable variable, or a non-variable.
10342
10343 * progmodes/cc-vars.el (c-comment-continuation-stars):
10344 * progmodes/cc-engine.el (c-looking-at-bos):
10345 * progmodes/cc-cmds.el (c-toggle-auto-state)
10346 (c-forward-into-nomenclature, c-backward-into-nomenclature)
10347 (c-comment-line-break-function): Add version of obsolescence.
10348
10349 2009-08-28 Juri Linkov <juri@jurta.org>
10350
10351 * files.el (magic-fallback-mode-alist): Add ZIP magic number
10352 associated with `archive-mode'.
10353
10354 * image.el (image-type-header-regexps): Use only JPEG magic number
10355 to determine JPEG images, and don't use `image-jpeg-p' because
10356 Emacs can display non-JFIF non-Exif JPEG images.
10357
10358 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
10359
10360 * arc-mode.el (archive-mode):
10361 * emacs-lisp/re-builder.el (re-builder-unload-function):
10362 Protect against the default value of `major-mode' being nil.
10363
10364 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
10365
10366 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
10367 Fix typos in docstrings.
10368
10369 * progmodes/js.el (js--macro-decl-re): Doc fix.
10370 (js--plain-method-re, js--split-name): Refloc docstring.
10371 (js--class-styles, js--make-merged-item, js--splice-into-items):
10372 Fix typos in docstrings; reflow docstrings.
10373 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
10374 (js--variable-decl-matcher, js--inside-pitem-p)
10375 (js--parse-state-at-point, js--get-all-known-symbols)
10376 (js--symbol-history, js-find-symbol, js--js-references)
10377 (js--moz-interactor, js--js-encode-value, js--read-tab):
10378 Fix typos in docstrings.
10379
10380 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10381
10382 * textmodes/reftex.el (reftex-get-file-buffer-force):
10383 * progmodes/verilog-mode.el (verilog-batch-execute-func):
10384 * emulation/viper.el (viper-go-away, viper-set-hooks):
10385 * emacs-lisp/re-builder.el (re-builder-unload-function):
10386 * emacs-lisp/bytecomp.el (byte-compile-file):
10387 * ses.el (ses-unload-function):
10388 * hexl.el (hexl-find-file):
10389 * files.el (normal-mode):
10390 * ehelp.el (with-electric-help):
10391 * autoinsert.el (auto-insert-alist):
10392 * arc-mode.el (archive-mode):
10393 Use (default-value 'major-mode) instead of default-major-mode.
10394
10395 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
10396 * international/mule.el (load-with-code-conversion):
10397 * emacs-lisp/debug.el (debug):
10398 * ediff-vers.el (ediff-rcs-get-output-buffer):
10399 * dired.el (dired-internal-noselect): Don't let-bind
10400 default-major-mode around code that doesn't use it.
10401 E.g. buffer creation via get-buffer-create doesn't use it.
10402
10403 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
10404
10405 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
10406 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
10407 when writing the temp file. Otherwise, epa-file gets confused.
10408 (tramp-register-file-name-handlers): Make it a defun. Move also
10409 `epa-file-handler' to the front of `file-name-handler-alist'.
10410
10411 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10412
10413 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
10414 start right after a ^M.
10415 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
10416 (tramp-completion-file-name-regexp-separate)
10417 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
10418 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
10419 Don't modify last-coding-system-used by accident.
10420 (tramp-completion-file-name-handler): Apply the checks here,
10421 instead during registration.
10422 (tramp-register-file-name-handlers): Rename from
10423 `tramp-register-file-name-handler'. Register both
10424 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
10425 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
10426
10427 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
10428
10429 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
10430 Remove variable ...
10431 (gdb-init-1, gdb-display-separate-io-buffer)
10432 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
10433 references to it.
10434 (gdb-inferior-io-mode): Use make-comint-in-buffer.
10435 (gdb-inferior-filter): Use comint-output-filter to stop
10436 echoing and remove ^M characters.
10437
10438 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10439
10440 * emulation/viper-init.el (viper-restore-cursor-type):
10441 * emulation/cua-base.el (cua--update-indications):
10442 Replace default-cursor-type with (default-value 'cursor-type).
10443
10444 * mail/sendmail.el (mail-recover-1):
10445 * international/mule-diag.el (describe-current-coding-system-briefly)
10446 (describe-current-coding-system):
10447 * international/mule-cmds.el (select-safe-coding-system)
10448 (select-message-coding-system)
10449 (set-language-environment-coding-systems, set-locale-environment):
10450 * hexl.el (hexl-insert-multibyte-char):
10451 * dos-w32.el (find-buffer-file-type-coding-system):
10452 * simple.el (what-cursor-position):
10453 Replace uses of default-buffer-file-coding-system
10454 with (default-value 'buffer-file-coding-system).
10455
10456 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
10457 Replace uses of default-cursor-in-non-selected-windows
10458 with (default-value 'cursor-in-non-selected-windows).
10459 Use with-current-buffer.
10460
10461 * mail/feedmail.el: Use CL macros.
10462 (feedmail-run-the-queue, feedmail-send-it-immediately):
10463 * dos-w32.el (find-buffer-file-type): Replace uses of
10464 default-buffer-file-type with (default-value 'buffer-file-type).
10465
10466 2009-08-28 Glenn Morris <rgm@gnu.org>
10467
10468 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
10469 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
10470 Use default-value of major-mode rather than default-major-mode.
10471
10472 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10473
10474 * Makefile.in (update-elcfiles): Report left over elc files.
10475
10476 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
10477 expand-file-name and with-current-buffer.
10478 (mail-get-names, mail-directory): Use with-current-buffer.
10479
10480 * vc.el (vc-read-revision): New function.
10481 (vc-version-diff, vc-merge): Use it.
10482
10483 2009-08-27 Sam Steingold <sds@gnu.org>
10484
10485 * simple.el (kill-do-not-save-duplicates): New user option.
10486 (kill-new): When it is non-nil, and the new string is the same as
10487 the latest kill, set replace to t to avoid duplicates in kill-ring.
10488
10489 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
10490
10491 * net/tramp.el (tramp-handle-process-file): Do not flush all
10492 caches when `process-file-side-effects' is set.
10493 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
10494 instead of `tramp-find-file-exists-command'.
10495 Unset `process-file-side-effects'.
10496
10497 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
10498
10499 * net/tramp.el (tramp-methods): New method "rsyncc".
10500 (top): Add completion function for "rsyncc".
10501 (tramp-message-show-message): New defvar.
10502 (tramp-message, tramp-error): Use it.
10503 (tramp-do-copy-or-rename-file-directly): Extend check for direct
10504 remote copying.
10505 (tramp-do-copy-or-rename-file-out-of-band): Handle new
10506 `tramp-methods' entry `copy-env' of "rsyncc".
10507 (tramp-vc-registered-read-file-names): New defconst.
10508 (tramp-vc-registered-file-names): New defvar.
10509 (tramp-handle-vc-registered): Implement optimization strategy.
10510 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
10511 (tramp-vc-file-name-handler): New defun.
10512 (tramp-get-ls-command, tramp-get-test-command)
10513 (tramp-get-file-exists-command, tramp-get-remote-ln)
10514 (tramp-get-remote-perl, tramp-get-remote-stat)
10515 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
10516
10517 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
10518 (tramp-cache-inhibit-cache): Extend doc string. It allows also
10519 timestamps.
10520 (tramp-get-file-property): Check for timestamps in
10521 `tramp-cache-inhibit-cache'.
10522 (tramp-set-file-property): Write timestamp.
10523
10524 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10525
10526 * language/japan-util.el (japanese-symbol-table): Add entries for
10527 cp932-2-byte.
10528
10529 * international/characters.el: Add category `j' to cp932-2-byte.
10530
10531 2009-08-27 Kenichi Handa <handa@m17n.org>
10532
10533 * international/fontset.el (build-default-fontset-data): New macro.
10534 (setup-default-fontset): Use build-default-fontset-data for CJK,
10535 tibetan, ethiopic, and ipa.
10536
10537 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10538
10539 * cus-start.el (default-major-mode): Customize `major-mode' instead.
10540 (enable-multibyte-characters): Not customizable any more.
10541
10542 * subr.el (default-mode-line-format, default-header-line-format)
10543 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
10544 (default-direction-reversed, default-truncate-lines)
10545 (default-left-margin, default-tab-width, default-case-fold-search)
10546 (default-left-margin-width, default-right-margin-width)
10547 (default-left-fringe-width, default-right-fringe-width)
10548 (default-fringes-outside-margins, default-scroll-bar-width)
10549 (default-vertical-scroll-bar, default-indicate-empty-lines)
10550 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
10551 (default-fringe-cursor-alist, default-scroll-up-aggressively)
10552 (default-scroll-down-aggressively, default-fill-column)
10553 (default-cursor-type, default-buffer-file-type)
10554 (default-cursor-in-non-selected-windows)
10555 (default-buffer-file-coding-system, default-major-mode)
10556 (default-enable-multibyte-characters): Mark as obsolete.
10557
10558 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
10559
10560 * vc-dir.el (vc-dir-update): Remove debug helper.
10561
10562 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
10563
10564 2009-08-26 Sam Steingold <sds@gnu.org>
10565
10566 * simple.el (save-interprogram-paste-before-kill): New user option.
10567 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
10568 save the interprogram-paste into kill-ring before overriding it
10569 with the Emacs kill.
10570
10571 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10572
10573 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
10574 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
10575 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
10576 and move to vc-rcs.el.
10577 (vc-default-next-revision): Rename to vc-rcs-next-revision and
10578 move to vc-rcs.el.
10579 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
10580 (vc-rcs-update-changelog): Remove.
10581 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
10582 and move to vc-rcs.el.
10583
10584 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
10585 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
10586 renaming.
10587 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
10588 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
10589 vc.el, renamed to be RCS specific.
10590
10591 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
10592 New functions.
10593 (vc-cvs-update-changelog): Move here from vc.el.
10594
10595 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
10596 New functions.
10597
10598 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10599
10600 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
10601
10602 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10603
10604 * vc-git.el (vc-git-register): Use "git add" for directories.
10605 (vc-git-stash, vc-git-stash-show): New functions.
10606 (vc-git-extra-menu-map): Bind them.
10607
10608 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
10609 directory correctly in case the item is a directory itself.
10610
10611 * vc.el: Document the desired behavior for reverted files in the
10612 `added' state.
10613 (vc-default-prettify-state-info): Remove function, unused.
10614
10615 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
10616
10617 2009-08-26 Glenn Morris <rgm@gnu.org>
10618
10619 * bindings.el (standard-mode-line-format): Reposition dashes in
10620 which-func entry. (Bug#4217)
10621
10622 * files.el (enable-local-variables, enable-local-eval)
10623 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
10624 the defcustoms.
10625 (auto-mode-alist, ignored-local-variables)
10626 (save-some-buffers-action-alist): Move risky declarations to the
10627 definitions.
10628 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
10629 (font-lock-defaults, format-alist, imenu--index-alist)
10630 (imenu-generic-expression, input-method-alist, minor-mode-alist)
10631 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
10632 (mode-line-modified, mode-line-mule-info, mode-line-position)
10633 (mode-line-process, mode-line-remote, outline-level)
10634 (parse-time-rules, rmail-output-file-alist)
10635 (special-display-buffer-names, vc-mode):
10636 Move risky declarations to the relevant files.
10637 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
10638 (mode-line-modified, mode-line-process, mode-line-position)
10639 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
10640 * font-core.el (font-lock-defaults):
10641 * format.el (format-alist):
10642 * vc-hooks.el (vc-mode):
10643 * window.el (special-display-buffer-names):
10644 * international/mule-cmds.el (input-method-alist):
10645 Define riskiness here (dumped file) rather than in files.el.
10646 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
10647 * imenu.el (imenu-generic-expression, imenu--index-alist):
10648 * outline.el (outline-level):
10649 * time.el (display-time-string):
10650 * calendar/parse-time.el (parse-time-rules):
10651 * mail/rmailout.el (rmail-output-file-alist):
10652 Autoload riskiness here, rather than placing in files.el.
10653
10654 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
10655
10656 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
10657
10658 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
10659
10660 * simple.el (process-file-side-effects): New defvar.
10661
10662 * dired-aux.el (dired-show-file-type):
10663 * vc.el (vc-diff-internal):
10664 * vc-arch.el (vc-arch-diff):
10665 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
10666 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
10667 * vc-git.el (vc-git-registered, vc-git-working-revision)
10668 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
10669 (vc-git--empty-db-p):
10670 * vc-hooks.el (vc-user-login-name):
10671 * vc-svn.el (vc-svn-registered, vc-svn-state)
10672 (vc-svn-dir-extra-headers, vc-svn-find-revision):
10673 * progmodes/grep.el (grep-probe): Let-bind
10674 `process-file-side-effects' with nil.
10675
10676 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
10677
10678 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
10679 daemon. Replace ping by checking for running service for bluez
10680 and zeroconf. (Bug#4239)
10681
10682 2009-08-25 Kevin Ryde <user42@zip.com.au>
10683
10684 * net/dig.el (dig): Add autoload cookie.
10685
10686 2009-08-25 Glenn Morris <rgm@gnu.org>
10687
10688 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
10689 load-history for absolute file-names.
10690 (byte-compile-file-form-require): Warn about use of the cl package.
10691
10692 * format.el (format-alist): Doc fix.
10693
10694 * play/bubbles.el (top-level): Don't require cl at run-time.
10695
10696 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
10697 run-time cl).
10698
10699 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
10700
10701 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
10702 from cl package.
10703 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
10704
10705 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
10706
10707 * calc/calc-alg.el (math-trig-rewrite)
10708 (math-hyperbolic-trig-rewrite): New functions.
10709 (calc-simplify): Simplify trig functions when asked.
10710
10711 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10712
10713 * diff-mode.el (diff-find-source-location): Avoid goto-line.
10714
10715 2009-08-24 Kenichi Handa <handa@m17n.org>
10716
10717 * language/ind-util.el (mapthread): Delete it.
10718 (combinatorial): New function.
10719 (indian--puthash-cv): Use combinatorial instead of mapthread.
10720
10721 2009-08-22 Kevin Ryde <user42@zip.com.au>
10722
10723 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
10724 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
10725 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
10726 Clarify docstring that the value is strings not symbols.
10727 (checkdoc-list-of-strings-p): New function.
10728
10729 2009-08-22 Glenn Morris <rgm@gnu.org>
10730
10731 * files.el (auto-mode-alist):
10732 * hippie-exp.el (he-concat-directory-file-name):
10733 * lpr.el (lpr-windows-system, printer-name):
10734 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
10735 * ps-print.el (ps-windows-system):
10736 * startup.el (command-line):
10737 * emulation/viper-ex.el (viper-glob-function):
10738 * international/mule-cmds.el (set-language-environment-coding-systems):
10739 * net/ange-ftp.el (ange-ftp-write-region):
10740 * obsolete/fast-lock.el (fast-lock-cache-name):
10741 Remove code for defunct system-types emx, macos, mswindows, next-mach,
10742 unisoft-unix, vax-vms, win32, w32.
10743
10744 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
10745 given name if the pattern is not more specific.
10746
10747 * calendar/lunar.el (lunar-phase-names): New option.
10748 (lunar-phase): Doc fix.
10749 (lunar-cycles-per-year): New constant.
10750 (lunar-index): New function.
10751 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
10752 (lunar-phase-name): Use lunar-phase-names.
10753 (calendar-lunar-phases): Use format.
10754 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
10755
10756 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
10757 Copy imenu-example--name-and-position function here for own use.
10758 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
10759
10760 * bs.el (bs--redisplay):
10761 * cus-edit.el (custom-redraw):
10762 * ibuffer.el (ibuffer-bury-buffer):
10763 * server.el (server-goto-line-column):
10764 * startup.el (command-line-1):
10765 * strokes.el (strokes-xpm-for-stroke):
10766 * term.el (term-display-buffer-line):
10767 * view.el (View-goto-line):
10768 * calc/calc.el (calc-do, calc-trail-buffer):
10769 * play/gamegrid.el (gamegrid-add-score-insecure):
10770 * progmodes/ada-mode.el (ada-compile-goto-error):
10771 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
10772 (ebrowse-select-1st-to-9nth):
10773 * progmodes/cperl-mode.el (cperl-time-fontification):
10774 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
10775 * progmodes/gud.el (gud-display-line):
10776 (idlwave-shell-display-line):
10777 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
10778 * progmodes/make-mode.el (makefile-browser-toggle):
10779 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
10780 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
10781 * textmodes/picture.el (picture-draw-rectangle):
10782 * textmodes/reftex-index.el (reftex-index-goto-letter):
10783 (reftex-select-jump-to-previous):
10784 * textmodes/reftex-sel.el (reftex-find-start-point)
10785 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
10786 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
10787 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
10788 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10789 * textmodes/two-column.el (2C-associated-buffer):
10790 Use forward-line rather than goto-line.
10791
10792 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
10793 goto-line.
10794
10795 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
10796 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
10797 (quick-check-list-to-regexp): Declare.
10798
10799 * progmodes/make-mode.el (makefile-browser-insert-selection):
10800 Use goto-char rather than goto-line.
10801
10802 * progmodes/prolog.el (compilation-error-regexp-alist)
10803 (compilation-forget-errors): Declare.
10804
10805 2009-08-22 Juri Linkov <juri@jurta.org>
10806
10807 * progmodes/grep.el (lgrep, rgrep): At the beginning
10808 set `dir' to `default-directory' unless `dir' is a non-nil
10809 readable directory. (Bug#4052)
10810 (lgrep, rgrep): Change a weird way to report an error
10811 from using `read-string' to using `error'.
10812 Instead of using interactive arguments in the function body,
10813 add new argument `confirm'.
10814
10815 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10816
10817 * textmodes/remember.el (remember-buffer):
10818 * progmodes/cperl-mode.el (cperl-vc-header-alist):
10819 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
10820 (icalendar-extract-ical-from-buffer):
10821 * net/newst-treeview.el (newsticker-groups-filename):
10822 * net/newst-backend.el (newsticker-cache-filename):
10823 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
10824 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
10825 (speedbar-add-ignored-path-regexp, speedbar-line-path)
10826 (speedbar-buffers-line-path, speedbar-path-line)
10827 (speedbar-buffers-line-path):
10828 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
10829 (epg-sign-keys):
10830 * epa.el (epa-display-verify-result):
10831 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
10832
10833 2009-08-21 Glenn Morris <rgm@gnu.org>
10834
10835 * progmodes/js.el (inferior-moz-process): Fix declaration.
10836
10837 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
10838
10839 * obsolete/rnewspost.el (news-mail-reply):
10840 Use goto-char rather than goto-line.
10841
10842 * term/ns-win.el (ns-open-file-select-line):
10843 Use line-beginning-position rather than goto-line.
10844
10845 * apropos.el (apropos-command):
10846 * ehelp.el (electric-helpify):
10847 * printing.el (pr-show-setup):
10848 * strokes.el (strokes-help):
10849 * tutorial.el (tutorial--describe-nonstandard-key)
10850 (tutorial--detailed-help):
10851 * woman.el (woman-mini-help, woman-display-extended-fonts):
10852 * calc/calc-help.el (calc-describe-key):
10853 * emulation/edt.el (edt-electric-helpify):
10854 * international/mule-diag.el (mule-diag):
10855 * play/yow.el (apropos-zippy):
10856 * progmodes/python.el (python-describe-symbol):
10857 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10858 * textmodes/table.el (*table--cell-describe-mode)
10859 (*table--cell-describe-bindings):
10860 Use help-print-return-message rather than the now obsolete alias.
10861
10862 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
10863 (calendar-cursor-to-visible-date):
10864 * play/5x5.el (5x5-position-cursor):
10865 * play/decipher.el (decipher):
10866 * play/gomoku.el (gomoku-goto-xy):
10867 * play/landmark.el (lm-goto-xy):
10868 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10869 (mpuz-paint-digit):
10870 Use forward-line, not goto-line.
10871
10872 * mail/rmail.el (rmail-obsolete): Delete custom group.
10873 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10874 (rmail-remote-password, rmail-remote-password-required):
10875 Remove unneeded :set-after and :set properties.
10876
10877 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
10878
10879 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10880
10881 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
10882
10883 * loadup.el: Remove leftover macos code.
10884
10885 * vc-git.el (vc-git-annotate-command): Run asynchronously.
10886 Explicitly pass the date format to git blame so that user local
10887 so that the output format can be parsed.
10888
10889 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
10890
10891 * net/dbus.el (top): Don't check for (getenv
10892 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
10893
10894 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
10895
10896 * log-edit.el (log-edit-strip-single-file-name): New var.
10897 (log-edit-insert-changelog): Use it. Bug#3571
10898
10899 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10900
10901 * subr.el (read-passwd): Use read-key so keypad keys work as well.
10902 Bug#3287
10903
10904 * help.el (help-print-return-message): Rename from
10905 print-help-return-message.
10906
10907 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10908 cvs-mode-map parent hack.
10909 (log-view-mode): Derive from special-mode.
10910
10911 * linum.el (linum-mode): window-size-change-functions is redundant.
10912 Adapt to new window-configuration-change-hook behavior.
10913 (linum-after-size, linum-after-config): Remove.
10914
10915 * imenu.el (imenu-example--name-and-position)
10916 (imenu-example--lisp-extract-index-name)
10917 (imenu-example--create-lisp-index, imenu-example--create-c-index):
10918 Mark as obsolete.
10919
10920 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10921 (inferior-prolog-mode): Use it.
10922 (inferior-prolog-load-file): Reset list of errors.
10923
10924 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10925
10926 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10927
10928 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10929
10930 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
10931
10932 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10933 is running already.
10934
10935 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10936
10937 * subr.el (listify-key-sequence-1): Use normal syntax since those
10938 integers are nowadays always represented by the same (positive) number
10939 on all platforms.
10940 (read-key-empty-map): New const.
10941 (read-key-delay): New var.
10942 (read-key): New function.
10943 (force-mode-line-update): Use with-current-buffer.
10944 (locate-user-emacs-file): Don't forget to abbreviate the file name.
10945 (start-process-shell-command, start-file-process-shell-command):
10946 Discourage the use of command-args.
10947
10948 2009-08-19 Glenn Morris <rgm@gnu.org>
10949
10950 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10951
10952 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10953
10954 * simple.el (choose-completion-string): Don't rely on
10955 minibuffer-completing-file-name and ad-hoc checks to decide whether
10956 to continue completion or not.
10957
10958 * minibuffer.el (minibuffer-hide-completions): New function.
10959 (completion--do-completion): Use it.
10960 (completions-annotations): New face.
10961 (completion--insert-strings): Use it.
10962 (completion-pcm--delim-wild-regex): Add docstring.
10963 (completion-pcm--string->pattern): Add support for 0-width delimiters
10964 in completion-pcm--delim-wild-regex.
10965
10966 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
10967
10968 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10969 Remove unused var `buffer-modified-p'.
10970
10971 * minibuffer.el (completion--do-completion): Move point for the #b001
10972 case as well (bug#4176).
10973 (minibuffer-complete, minibuffer-complete-word): Don't move point.
10974
10975 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
10976
10977 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
10978 and :session buses.
10979
10980 2009-08-18 Kenichi Handa <handa@m17n.org>
10981
10982 * international/ucs-normalize.el (ucs-normalize-version):
10983 Change to 1.1.
10984 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10985 (utf-8-hfs): Make it perform normalization on encoding too.
10986
10987 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
10988 (sentence-end-without-space): Delete duplicated chars.
10989 (sentence-end-base): Likewise.
10990
10991 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
10992 (html-mode): Delete duplicated chars from sentence-end-base.
10993
10994 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
10995 (texinfo-mode): Delete duplicated chars from sentence-end-base.
10996
10997 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
10998
10999 * files.el (hack-one-local-variable): If the mode function is for
11000 a minor mode, pass it an argument (Bug#4148).
11001
11002 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
11003
11004 * net/tramp.el (tramp-register-completion-file-name-handler):
11005 Check also for (member 'partial-completion completion-styles).
11006
11007 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
11008
11009 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
11010 abbrev (Bug#3943).
11011
11012 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
11013
11014 * progmodes/cperl-mode.el: Merge upstream 6.2.
11015 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
11016 (cperl-forward-re): Check cperl-brace-recursing.
11017 (cperl-highlight-charclass): New function.
11018 (cperl-find-pods-heres): Use it.
11019 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
11020 (cperl-beautify-regexp-piece): Fix column calculation.
11021 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
11022 (cperl-beautify-level): Don't process entire regexp.
11023 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
11024 calling man.
11025 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
11026 (cperl-init-faces): Build a list in the normal way.
11027
11028 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
11029
11030 * calendar/parse-time.el (parse-time-string-chars): Save match
11031 data.
11032
11033 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
11034
11035 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
11036 (sql-product): Use it.
11037 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
11038 (sql-set-product): Add completion.
11039 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
11040 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
11041 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
11042 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
11043 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
11044 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
11045 (sql-highlight-db2-keywords): Remove.
11046 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
11047 (sql-highlight-product): Use derived-mode-p.
11048 (sql-set-sqli-buffer): Use with-current-buffer.
11049 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
11050 Simplify.
11051
11052 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
11053
11054 * term.el: Fix commenting convention, turn comments into docstrings.
11055
11056 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11057
11058 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
11059
11060 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
11061
11062 * calendar/parse-time.el (parse-time-string-chars): Compute using
11063 character classes, to handle non-ascii characters (Bug#3190).
11064
11065 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
11066
11067 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
11068 another heredoc if the user adds another < (Bug#3226).
11069
11070 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11071 Don't initialize based on window-system (Bug#4124).
11072
11073 * facemenu.el (facemenu-read-color): Use a completion function
11074 that accepts any defined color, such as RGB triplets (Bug#3677).
11075
11076 * files.el (get-free-disk-space): Change fallback default
11077 directory to /. Expand DIR argument before switching to fallback.
11078 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
11079
11080 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
11081
11082 * files.el (load-library): Doc fix.
11083
11084 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
11085
11086 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
11087 (viper-if-string): Redefine C-s in the minibuffer to insert the last
11088 incremental search string.
11089
11090 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
11091 XEmacs.
11092
11093 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
11094 (ediff-merge-region-is-non-clash)
11095 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
11096 Also check if the job is really a merge job.
11097
11098 * ediff.el (ediff-current-file): New function.
11099
11100 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
11101
11102 * progmodes/js.el: Edit docstrings throughout to follow Emacs
11103 conventions.
11104 (js-insert-and-indent): Delete function.
11105 (js-mode-map): Don't bind keys to js-insert-and-indent.
11106 (js-beginning-of-defun): Rename from js--beginning-of-defun.
11107 (js-end-of-defun): Rename from js--end-of-defun.
11108 (js-auto-indent-flag): Delete variable.
11109
11110 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
11111
11112 * progmodes/js.el: Remove proclaim statement.
11113 Defvar which-func-imenu-joiner-function to silence compiler.
11114
11115 * files.el (auto-mode-alist): Use js-mode for .js files.
11116
11117 * progmodes/js2-mode.el: Remove file.
11118
11119 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
11120
11121 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
11122
11123 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
11124
11125 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
11126 Karl Landstrom <karl.landstrom@brgeight.se>
11127
11128 * progmodes/js.el: New file.
11129
11130 2009-08-14 Mark A. Hershberger <mah@everybody.org>
11131
11132 * timezone.el (timezone-parse-date): Add ability to understand ISO
11133 basic format (minimal separators) dates in addition to the
11134 already-supported extended format dates.
11135
11136 2009-08-14 Eli Zaretskii <eliz@gnu.org>
11137
11138 * international/ucs-normalize.el: Add a `coding' file variable.
11139
11140 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
11141
11142 2009-08-14 Sam Steingold <sds@gnu.org>
11143
11144 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
11145
11146 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
11147
11148 * faces.el (help-argument-name): Define it here instead of
11149 help-fns.el, because in daemon mode help-fns.el may be loaded when
11150 faces are still uninitialized (Bug#1078).
11151
11152 * help-fns.el (help-argument-name): Move defface to faces.el.
11153
11154 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
11155
11156 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
11157 create buffer with a pty but no process so that GDB can make the
11158 inferior the controlling process.
11159
11160 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
11161
11162 * international/ucs-normalize.el: New file.
11163
11164 2009-08-13 Richard Stallman <rms@gnu.org>
11165
11166 * mail/rmail.el (rmail-get-attr-names):
11167 Accept an attribute header that is too short.
11168
11169 * mail/rmail.el (rmail-forget-messages):
11170 Ignore nil elt in rmail-message-vector. Use dotimes.
11171
11172 * progmodes/compile.el (compilation-goto-locus):
11173 Use next-error-move-function.
11174
11175 * simple.el (next-error-move-function): New variable.
11176
11177 2009-08-12 Juri Linkov <juri@jurta.org>
11178
11179 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
11180 always non-nil. (Bug#4052)
11181
11182 * replace.el (read-regexp): Return empty string when
11183 `default-value' is nil.
11184 (keep-lines-read-args): Don't use empty string as the
11185 default value for `read-regexp'. (Bug#2495)
11186
11187 2009-08-12 Juri Linkov <juri@jurta.org>
11188
11189 * international/mule-cmds.el (ucs-insert): Change arguments
11190 from `arg' to `character', `count', `inherit' to be the same
11191 as in `insert-char'. Doc fix. (Bug#4039)
11192
11193 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
11194
11195 2009-08-12 Juri Linkov <juri@jurta.org>
11196
11197 * files-x.el: New file.
11198
11199 * files.el: Move code that deals with adding/deleting
11200 file/directory-local variables to files-x.el.
11201
11202 * Makefile.in (ELCFILES): Add files-x.elc.
11203
11204 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
11205
11206 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
11207 to use `goto-line'.
11208 (gdb-place-breakpoints, gdb-get-location): Rewritten without
11209 `goto-line'.
11210 (gdb-invalidate-disassembly): Do not refresh upon receiving
11211 'update signal. Instead, update all disassembly buffers only after
11212 threads list.
11213 (gdb): Send -target-detach when buffer is killed (Bug#3794).
11214 (gdb-starting): Move -data-list-register-names...
11215 (gdb-stopped): ...here so it's sent when first thread stops.
11216 (gdb-registers-handler-custom): Do nothing if register names are
11217 unknown yet.
11218
11219 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
11220 from `gdb-mi.el' to avoid extra tangling.
11221
11222 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
11223 change which breaks `gud-def' definitions used in `gdb'.
11224 (gdb-update-gud-running): No extra fuss for updating frame number.
11225
11226 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
11227
11228 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
11229 (describe-language-environment-map, setup-language-environment-map)
11230 (set-coding-system-map): Move initialization into declaration.
11231 (set-language-info-alist): Last arg to define-key-after can be skipped.
11232
11233 * international/quail.el (quail-completion-1): Simplify.
11234 (quail-define-rules): Use slightly more compact code.
11235 (quail-insert-decode-map): Propertize keys, compact columns.
11236
11237 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11238 Add goto-line.
11239
11240 2009-08-10 Miles Bader <miles@gnu.org>
11241
11242 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
11243 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
11244 (js2-instance-member, js2-private-member, js2-private-function-call)
11245 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
11246 (js2-magic-paren, js2-external-variable):
11247 Remove "-face" suffix from face names.
11248 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
11249 (js2-highlight-undeclared-vars, js2-peek-token)
11250 (js2-parse-function-params, js2-mode-show-errors)
11251 (js2-mode-show-warnings, js2-make-magic-delimiter)
11252 (js2-mode-highlight-magic-parens): Update to use new face names.
11253
11254 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
11255
11256 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
11257 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
11258
11259 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
11260
11261 * subr.el: Provide hashtable-print-readable.
11262
11263 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
11264 hs-c-like-adjust-block-beginning.
11265 (hs-hide-block-at-point): Stop hiding at the beginning of
11266 hs-block-end-regexp (Bug#700).
11267
11268 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
11269
11270 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
11271 a macro.
11272 (gdb-registers-handler-custom): Do not fail when register names
11273 are unavailable.
11274
11275 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
11276
11277 * progmodes/gdb-mi.el (gdb-control-all-threads)
11278 (gdb-control-current-thread): Interactive setters for
11279 `gdb-gud-control-all-threads' to use in menu.
11280 (gdb-show-run-p): Show «Go» when process is not active.
11281 (gud-tool-bar-map): Add non-stop/A,T indicator.
11282 Uses gud/thread.xpm and gud/all.xpm.
11283
11284 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
11285
11286 * net/net-utils.el (net-utils-font-lock-keywords): New var.
11287 (nslookup-font-lock-keywords): Make it a variable.
11288 (net-utils-mode): New mode for viewing diagnostic network output.
11289 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
11290 (net-utils-run-simple): New function.
11291 (ifconfig, iwconfig, netstat, arp, route): Use it.
11292
11293 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
11294
11295 * progmodes/gdb-mi.el (gdb-read-memory-custom)
11296 (gdb-memory-set-address, def-gdb-set-positive-number)
11297 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
11298 after changing settings.
11299 (gdb-invalidate-disassembly): Update when first shown.
11300 (gdb-edit-locals-value): Fix.
11301 (gdb-registers-handler-custom): Print registers in right order and
11302 allow changing register values (only for current thread yet).
11303 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
11304 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
11305 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
11306 (gdb-locals-handler-custom, gdb-registers-handler-custom):
11307 Thread info in mode name.
11308 (gdb-registers-mode-map): TAB to switch to locals.
11309
11310 2009-08-08 Eli Zaretskii <eliz@gnu.org>
11311
11312 * mail/rmail.el (rmail-add-mbox-headers)
11313 (rmail-set-message-counters-counter): Search for
11314 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
11315
11316 2009-08-08 Glenn Morris <rgm@gnu.org>
11317
11318 * Makefile.in (ELCFILES): Update.
11319
11320 2009-08-07 Eli Zaretskii <eliz@gnu.org>
11321
11322 * mail/sendmail.el (mail-yank-original):
11323 Set buffer-file-coding-system from the one used by the message whose
11324 text is yanked.
11325
11326 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
11327 to "windows" when "pgnuplot" is used.
11328 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
11329 Don't call accept-process-output if "pgnuplot" is used.
11330 (calc-graph-init): Don't send -display and -geometry to
11331 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
11332 running "pgnuplot -V" with shell-command-to-string.
11333
11334 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
11335 the default.
11336
11337 2009-08-07 Eli Zaretskii <eliz@gnu.org>
11338
11339 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
11340 org/org-latex.elc.
11341
11342 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
11343
11344 * vc-dispatcher.el (vc-resynch-window): Update comment.
11345
11346 * term.el (term-handle-ansi-escape): Add comments with the
11347 terminfo capabilities implemented.
11348
11349 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
11350
11351 * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
11352 (gdb-var-create-handler): Rewritten using JSON parser.
11353 (gdb-propertize-header): Move earlier.
11354 (gdb-set-header): Remove to avoid duplication.
11355 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
11356 Refresh disassembly buffers only after threads list have been
11357 update.
11358 (gdb-threads-header, gdb-registers-header): Per-buffer header line
11359 variables.
11360
11361 2009-08-04 Juri Linkov <juri@jurta.org>
11362
11363 * files.el: Commands to add/delete file/directory-local variables.
11364 (read-file-local-variable, read-file-local-variable-value)
11365 (read-file-local-variable-mode, modify-file-local-variable)
11366 (modify-file-local-variable-prop-line)
11367 (modify-dir-local-variable): New functions.
11368 (add-file-local-variable, delete-file-local-variable)
11369 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
11370 (add-dir-local-variable, delete-dir-local-variable)
11371 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
11372 (copy-dir-locals-to-file-locals-prop-line): New commands.
11373
11374 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
11375
11376 * abbrev.el (insert-abbrev-table-description): Prettify output.
11377 Suggested by Karl Chen.
11378
11379 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
11380
11381 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
11382 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
11383 (gdb-overlay-arrow-position, gdb-thread-position)
11384 (gdb-disassembly-position): Declare variables.
11385 (gdb-wait-for-pending): Function now.
11386 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
11387 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
11388 compilation goes smoothly.
11389 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
11390 (gdb-non-stop-setting): New customization setting which replaces
11391 `gdb-non-stop' so changing it doesn't break active GDB session.
11392 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
11393 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
11394 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
11395 (gdb-show-threads-by-default): New customization options.
11396 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
11397 routines.
11398 (gdb-get-buffer-create): Send buffers update signal when they are
11399 created.
11400 (gdb-invalidate-locals, gdb-invalidate-registers)
11401 (gdb-invalidate-breakpoints)
11402 (gdb-invalidate-threads, gdb-invalidate-disassembly)
11403 (gdb-invalidate-memory): Accept update signal.
11404 (gdb-current-context-command): Use --frame option.
11405 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
11406 Implement `gdb-frame-number' selection logic.
11407 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
11408 whether to show GUD toolbar buttons.
11409 (gdb-thread-exited): Unselect current thread when it exits.
11410 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
11411 (gdb-mark-line): Routine which sets overlay arrow or inverses
11412 video on fringeless displays.
11413 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
11414 to build aligned columns of data in GDB buffers and set text
11415 properties line-by-line.
11416 (gdb-invalidate-breakpoints)
11417 (gdb-breakpoints-list-handler-custom)
11418 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
11419 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
11420 (gdb-registers-handler-custom): Align data columns.
11421 (gdb-locals-handler-custom): Now prints data like in variable
11422 declarations.
11423 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
11424 Remove confusing buttons.
11425 (gdb-invalidate-threads): Append --frame.
11426 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
11427 between breakpoints/threads buffers.
11428 (gdb-set-window-buffer): Now can ignore dedicated windows.
11429 (gdb-propertize-header): Use `gdb-set-window-buffer'.
11430 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
11431 (def-gdb-thread-buffer-gud-command): Replaces
11432 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
11433 for fine thread control.
11434 (gdb-preempt-existing-or-display-buffer): New function used to
11435 display bound buffers without breaking window layout.
11436 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
11437 (gdb-select-frame): New version of `gdb-frames-select' which now
11438 sets `gdb-frame-number' so commands may use --frame option instead
11439 of inner debugger state.
11440 (gdb-frame-handler): Do not set `gdb-frame-number'.
11441 (gdb-threads-mode-map): Select threads with mouse.
11442
11443 * progmodes/gud.el (gdb-gud-context-call): Declare function to
11444 avoid compilation warning.
11445 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
11446 `gdb-show-stop-p`.
11447
11448 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
11449 Argument `key' renamed to `buffer-type'.
11450 (gdb-current-context-buffer-name): Do not add thread info to
11451 buffer name when no thread is selected.
11452 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
11453 command (bug 3794).
11454 (gdb-thread-selected): Handle `=thread-selected' notification.
11455 (gdb-wait-for-pending): New macro to deal with congestion problems.
11456 (gdb-breakpoints-list-handler-custom): Don't fail on pending
11457 breakpoints.
11458 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
11459 This fixes problem similar to one described in bug 3947.
11460 (gud-menu-map): More menu items.
11461 (gdb-init-1): Reset `gdb-thread-number' to nil.
11462
11463 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
11464 non-stop settings.
11465
11466 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
11467 (gdb-current-context-command): Do not append --thread if
11468 `gdb-thread-number' is nil.
11469 (gdb-running-threads-count, gdb-stopped-threads-count):
11470 New variables.
11471 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
11472 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
11473 New customization options.
11474 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
11475 GUD commands.
11476 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
11477 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
11478 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
11479 set `gdb-thread-number' and update `gud-running' properly.
11480 (gdb-running): Update threads list when new threads appear.
11481 (gdb-stopped): Support non-stop operation and new thread switching
11482 logic.
11483 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
11484 (gdb-json-partial-output): New set of JSON routines.
11485 (def-gdb-auto-update-trigger): New `signal-list' optional
11486 argument.
11487 (gdb-thread-list-handler-custom): Update `gud-running',
11488 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
11489 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
11490 (gdb-continue-thread, gdb-step-thread): New commands for fine
11491 thread execution control.
11492 (gud-menu-map): New menu items to switch non-stop options.
11493 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
11494 (gdb-send): Mimic RET properly (bug 3794).
11495
11496 * progmodes/gdb-mi.el (gdb-rules-name-maker)
11497 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
11498 gdb-buffer-rules.
11499 (def-gdb-auto-update-handler): New nopreserve optional argument.
11500 (gdb-stack-list-frames-custom): Print stack from top to bottom.
11501
11502 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
11503 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
11504 (gdb-parent-mode): New mode to derive other GDB modes from.
11505 (gdb-display-disassembly-for-thread)
11506 (gdb-frame-disassembly-for-thread): New commands for threads
11507 buffer.
11508
11509 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
11510 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
11511 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
11512 (gdb-update): We now store all GDB buffers in a list so that they
11513 can be updated by traversing a list instead of calling invalidate
11514 triggers explicitly.
11515 (def-gdb-trigger-and-handler): New macro to define trigger-handler
11516 pair for GDB buffer.
11517 (gdb-stack-buffer-name): Add thread information.
11518 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
11519 handle pending triggers.
11520 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
11521 (def-gdb-thread-buffer-simple-command)
11522 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
11523 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
11524 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
11525 New commands which show buffers bound to thread.
11526 (gdb-stack-list-locals-regexp): Remove unused regexp.
11527
11528 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
11529 (gdb-locals-buffer-name, gdb-registers-buffer-name)
11530 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
11531 to (gud-comint-buffer) in *-buffer-name functions
11532 because (gdb-get-target-string) already does that.
11533 (gdb-locals-handler-custom, gdb-registers-handler-custom)
11534 (gdb-changed-registers-handler): Rewritten without regexps.
11535
11536 * progmodes/gdb-mi.el: Basic thread selection support.
11537 (gdb-thread-number): New variable.
11538 (gdb-current-context-command): New macro which adds --thread
11539 option to command.
11540 (gdb-threads-mode-map): Select thread with SPC.
11541 (gdb-thread-list-handler-custom): Mark current thread with overlay
11542 arrow. Synchronize GDB thread and Emacs thread.
11543 (gdb-select-thread): New command which selects current thread.
11544 (gdb-invalidate-frames, gdb-invalidate-locals)
11545 (gdb-invalidate-registers): Use --thread option.
11546
11547 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
11548
11549 * net/tramp.el (top): Make check for tramp-gvfs loading more
11550 robust. (Bug#3977)
11551 (tramp-handle-insert-file-contents): `unwind-protect' must be
11552 inside `with-parsed-tramp-file-name'.
11553
11554 * net/tramp-gvfs.el (top): Remove superfluous message when loading
11555 fails.
11556
11557 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
11558
11559 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
11560 directory if CLASSPATH is not set.
11561
11562 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
11563
11564 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
11565 New defconst.
11566 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
11567
11568 2009-08-02 Kevin Ryde <user42@zip.com.au>
11569
11570 * net/newst-backend.el (newsticker--raw-url-list-defaults):
11571 Update freshmeat link. Delete newsforge.com as it seems gone.
11572
11573 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
11574
11575 * select.el (x-set-selection): Doc fix (Bug#4021).
11576
11577 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
11578
11579 * help-fns.el (describe-variable): Treat list return values from
11580 dir-locals-find-file properly (Bug#4005).
11581
11582 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
11583
11584 * net/tramp.el (tramp-debug-message): Print also microseconds.
11585
11586 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
11587
11588 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
11589 or END is non-nil.
11590 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
11591 (tramp-get-debug-buffer): Change `outline-regexp' according to new
11592 format.
11593
11594 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
11595 (tramp-get-file-property): Use it.
11596
11597 * autorevert.el (auto-revert-handler):
11598 Allow `auto-revert-tail-mode' for remote files.
11599
11600 2009-08-02 Jason Rumney <jasonr@gnu.org>
11601
11602 * minibuffer.el (read-file-name): Treat confirm options to
11603 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
11604
11605 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
11606
11607 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
11608 (font-lock-variable-name-face, font-lock-constant-face):
11609 Darken the colors for light backgrounds.
11610
11611 2009-08-01 Eli Zaretskii <eliz@gnu.org>
11612
11613 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
11614 month names. (Bug#3987)
11615
11616 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
11617
11618 * simple.el (line-move-finish): Pass whole number to
11619 line-move-to-column.
11620 (line-move-visual): Perform hscroll to the recorded position.
11621
11622 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
11623
11624 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
11625
11626 2009-07-29 Alan Mackenzie <acm@muc.de>
11627
11628 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
11629
11630 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
11631
11632 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
11633 (gdb-place-breakpoints): Use full path when setting breakpoints.
11634
11635 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
11636
11637 * calc/calc.el (calc-mode-map): Add keybinding for
11638 `calc-transpose-lines'.
11639
11640 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
11641
11642 * calc/calc-misc.el (calc-transpose-lines): New function.
11643
11644 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
11645
11646 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
11647 Simplify check for out-of-band methods.
11648 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
11649 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
11650
11651 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
11652
11653 * vc-git.el (vc-git-checkin): Fix typo.
11654
11655 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
11656
11657 * progmodes/js2-mode.el: New file.
11658
11659 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
11660
11661 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
11662 (gud-menu-map): Adjust tooltip accordingly.
11663
11664 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11665
11666 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
11667 (vc-bzr-log-view-mode): Adjust log-view-file-re.
11668
11669 * add-log.el (change-log-mode-map): Add a menu.
11670
11671 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
11672
11673 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
11674 function returns nil.
11675 (dbus-handle-event): Handle special return value :ignore.
11676 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
11677
11678 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
11679
11680 * view.el (view-mode-enable): Don't define Helper-return-blurb if
11681 it's not needed.
11682
11683 2009-07-25 Eli Zaretskii <eliz@gnu.org>
11684
11685 Fix Bug#3888:
11686
11687 * w32-vars.el (x-select-enable-clipboard): Doc fix.
11688
11689 * term/pc-win.el (x-display-name, x-colors)
11690 (x-select-enable-clipboard, x-select-text): Doc fix.
11691
11692 * term/common-win.el (x-display-name, x-colors): Doc fix.
11693
11694 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
11695 (xw-defined-colors): Doc fix.
11696
11697 * w32-fns.el (x-select-text, x-setup-function-keys)
11698 (x-get-selection, x-set-selection): Doc fix.
11699
11700 * term/x-win.el (x-select-text, x-setup-function-keys)
11701 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
11702
11703 * select.el (x-set-selection): Doc fix.
11704
11705 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
11706
11707 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
11708 instead of "IsNSSSupportAvailable". Avahi ought to work also when
11709 "IsNSSSupportAvailable" method is not available.
11710 Reported by Steve Youngs <steve@sxemacs.org>.
11711
11712 2009-07-24 Kenichi Handa <handa@m17n.org>
11713
11714 * international/characters.el: Fix setting of category ?C, ?|, ?K,
11715 and ?H. Fix setting of case for Latin Extended and Greek Extended.
11716 (build-unicode-category-table): Fix range checks.
11717
11718 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
11719
11720 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
11721 the buffer we try to sync is current when calling
11722 vc-resynch-buffer.
11723
11724 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
11725 not show up to date files.
11726
11727 2009-07-24 Glenn Morris <rgm@gnu.org>
11728
11729 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
11730 Add autoload cookies. If necessary, initialize.
11731 (elint-log): Handle non-file buffers.
11732 (elint-initialize): Add optional argument to reinitialize.
11733 (elint-find-builtin-variables): Save excursion.
11734
11735 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
11736
11737 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11738 for Lint.
11739
11740 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11741
11742 * vc.el (vc-print-log-internal): New function, split out from ...
11743 (vc-print-log): ... here.
11744 (vc-dir-move-to-goal-column): Declare.
11745
11746 * vc-git.el (vc-git-add-signoff): New variable.
11747 (vc-git-checkin): Use it.
11748 (vc-git-toggle-signoff): New function.
11749 (vc-git-extra-menu-map): Bind it to menu.
11750 (vc-git--run-command-string): Accept a nil FILE argument.
11751 (vc-git-stash-list): New function.
11752 (vc-git-dir-extra-headers): Use it.
11753
11754 2009-07-23 Glenn Morris <rgm@gnu.org>
11755
11756 * help-fns.el (describe-variable): Describe ignored and risky local
11757 variables in a similar way to that in which we describe safe ones.
11758
11759 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
11760 (byte-compile-output-file-form, byte-compile-output-docform)
11761 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
11762 Give some more local variables with common names a "bytecomp-" prefix,
11763 so as not to shadow things during compilation.
11764 * emacs-lisp/cl-macs.el (load-time-value)
11765 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
11766 `outbuffer' to `bytecomp-outbuffer'.
11767
11768 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
11769 since the next two variables cover them automatically now.
11770 (elint-builtin-variables, elint-autoloaded-variables): New.
11771 (elint-unknown-builtin-args): Remove all members, since they can be
11772 parsed automatically now.
11773 (elint-extra-errors): New.
11774 (elint-env-add-env, elint-env-add-macro): Use cadr.
11775 (elint-current-buffer): Use or. Change final message.
11776 (elint-get-top-forms): Use line-end-position.
11777 (elint-init-env): Use cadr. Handle autoload, declare-function,
11778 and defalias.
11779 (elint-add-required-env): Doc fix. Use or. Standardize error.
11780 (regexp-assoc): Remove unused function.
11781 (elint-top-form): Set elint-current-pos, to record the start of the
11782 top-level form, for compilation-mode.
11783 (elint-form): Trap errors in macro expansion. Use dolist.
11784 (elint-unbound-variable): Use elint-builtin-variables and
11785 elint-autoloaded-variables.
11786 (elint-get-args): Use cadr, or.
11787 (elint-check-cond-form): Use dolist, cadr.
11788 (elint-check-condition-case-form): Doc fix. Use cadr.
11789 Use elint-extra-errors.
11790 (elint-log): New function.
11791 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
11792 Distinguish errors and warnings.
11793 (elint-log-message): Use with-current-buffer. Inhibit read-only.
11794 Use a bytecomp-style format.
11795 (elint-clear-log): Preserve default-directory. Inhibit read-only.
11796 (elint-get-log-buffer): Use compilation mode. Disable undo.
11797 Don't truncate lines.
11798 (elint-initialize): Set builtin and autoloaded variable lists.
11799 Only process elint-unknown-builtin-args if non-nil.
11800 (elint-find-builtin-variables, elint-find-autoloaded-variables):
11801 New functions.
11802 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
11803
11804 2009-07-22 Kevin Ryde <user42@zip.com.au>
11805
11806 * net/newst-backend.el (newsticker--parse-atom-1.0)
11807 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11808 (newsticker--parse-rss-1.0):
11809 * progmodes/idlwave.el (idlwave-mode):
11810 * progmodes/idlw-shell.el (idlwave-shell-mode):
11811 * progmodes/vera-mode.el (vera-mode):
11812 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
11813 * progmodes/vhdl-mode.el (vhdl-mode):
11814 * textmodes/table.el (table-generate-source)
11815 (table--warn-incompatibility):
11816 Hyperlink urls in docstrings with URL `...'.
11817
11818 2009-07-22 Glenn Morris <rgm@gnu.org>
11819
11820 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
11821 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
11822 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
11823 Remove leading * from defcustom docs.
11824
11825 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
11826
11827 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
11828 defcustom doc.
11829 (list-load-path-shadows): Optionally, just return shadows as a string.
11830
11831 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
11832
11833 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
11834
11835 * mail/rmailedit.el (rmail-edit-mode):
11836 Use auto-save-include-big-deletions.
11837
11838 * mail/rmail.el (rmail-variables):
11839 Use auto-save-include-big-deletions.
11840
11841 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
11842 changes.
11843
11844 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
11845
11846 * calc/calc.el (calc-undo-length): New variable.
11847 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11848
11849 2009-07-21 Richard Stallman <rms@gnu.org>
11850
11851 * files.el (auto-save-mode): Handle buffer-save-size = -2
11852 for toggling mode.
11853
11854 2009-07-21 Glenn Morris <rgm@gnu.org>
11855
11856 * textmodes/ispell.el (ispell-looking-back): Update declaration.
11857
11858 * calendar/todo-mode.el (calendar-current-date): Update declaration.
11859
11860 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11861 silence compiler. Instead...
11862 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11863 (ps-print-ensure-fontified): Update for above function name changes.
11864
11865 * printing.el (pr-mh-get-msg-num, pr-mh-show)
11866 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11867 silence compiler. Instead...
11868 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11869 (mh-show-buffer): Only define for compiler.
11870 (pr-mh-current-message): Update for above function name changes.
11871
11872 * files.el (abort-if-file-too-large): Explicitly pass `filename'
11873 as an argument.
11874 (find-file-noselect, insert-file-1): Update for above change.
11875
11876 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11877
11878 * mail/mailclient.el (mailclient-send-it): Fix message.
11879
11880 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11881 (edebug-eval): Check cl-debug-env is bound.
11882 (print-level, print-circle): Don't redefine built-in variables.
11883
11884 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11885 (custom-print-vectors): Remove old comments from doc.
11886
11887 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11888 (emerge-version): Make the variable an obsolete alias for the
11889 emacs-version variable. Make the function obsolete.
11890 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11891 Emerge options, rather than merging in into the main Options menu.
11892 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
11893 and auto advance modes. Disable edit/fast items when not relevant.
11894
11895 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11896
11897 * term/vt420.el (terminal-init-vt420): Fix typo.
11898
11899 2009-07-20 Sam Steingold <sds@gnu.org>
11900
11901 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11902 variable (removed from compile.el on 2004-03-11).
11903
11904 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
11905
11906 * files.el (hack-local-variables-filter): Fix last change.
11907
11908 2009-07-19 Juri Linkov <juri@jurta.org>
11909
11910 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11911 (dir-local-variables-alist): New buffer-local variable.
11912 (hack-local-variables-filter): If variable is not dir-local,
11913 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11914 because file-local overrides dir-local.
11915 (c-postprocess-file-styles) <declare-function>:
11916 Remove obsolete declaration.
11917 (hack-dir-local-variables): Add dir-local variable/value pair to
11918 `dir-local-variables-alist' and remove duplicates. Doc fix.
11919
11920 * help-fns.el (describe-variable): Add information about
11921 file-local and dir-local variables.
11922
11923 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
11924
11925 * files.el (hack-local-variables-filter): Rewrite.
11926
11927 2009-07-19 Glenn Morris <rgm@gnu.org>
11928
11929 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11930 Silence compiler by only defining on XEmacs.
11931
11932 * international/mule.el (auto-coding-regexp-alist): Only match
11933 BABYL... at the start of buffer, not of lines. (Bug#3790)
11934
11935 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11936 non-calendar buffers (Bug#3862). Restore "not on a date" message.
11937 (cal-menu-context-mouse-menu): Doc fix.
11938
11939 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11940
11941 * simple.el (mail-user-agent): Doc fix. Set :version tag.
11942
11943 2009-07-18 Juri Linkov <juri@jurta.org>
11944
11945 * info.el: Virtual Info keyword finder.
11946 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11947 (Info-finder-file): New variable.
11948 (Info-finder-find-file): New function.
11949 (finder-known-keywords, finder-package-info)
11950 (find-library-name, lm-commentary): Use defvar and
11951 declare-function to silence compiler warnings.
11952 (Info-finder-find-node): New function.
11953 (info-finder): New command.
11954
11955 * subr.el (process-kill-buffer-query-function): New function.
11956 (add-hook)<kill-buffer-query-functions>: Add hook
11957 `process-kill-buffer-query-function'.
11958
11959 2009-07-18 Alan Mackenzie <acm@muc.de>
11960
11961 * progmodes/cc-mode.el (c-before-hack-hook)
11962 (c-postprocess-file-styles): Give invocation of `c-set-style'
11963 DONT-OVERRIDE parameter of t. Already set style variables will
11964 thus not be overridden by style settings given by `c-file-syle'.
11965
11966 * files.el (hack-local-variables-filter): Remove entries with
11967 duplicate keys from `file-local-variables-alist'.
11968
11969 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11970
11971 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11972 x-set-selection if display-selections-p returns nil for the
11973 current frame.
11974
11975 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
11976
11977 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11978
11979 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11980
11981 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11982 Accept nil in addition to a regexp.
11983 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11984 Accept nil in addition to a regexp.
11985 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11986 buffers that have an associated file. Handle nil values of
11987 desktop-buffers-not-to-save and desktop-files-not-to-save.
11988 (Bug#3833)
11989
11990 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11991 (x-disown-selection-internal): New functions.
11992
11993 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
11994
11995 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11996 warning.
11997 (gdb-breakpoints-header): Move forward to avoid compiler warning.
11998 (gdb-make-header-line-mouse-map): Remove duplicate definition.
11999
12000 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
12001
12002 * simple.el (set-mark): Revert last change.
12003
12004 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
12005
12006 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
12007 rendering of pngs is not possible instead of messaging a long
12008 description.
12009
12010 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
12011
12012 * w32-fns.el (x-selection-owner-p): New function.
12013
12014 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
12015 (mouse-yank-at-click, mouse-yank-primary):
12016 If select-active-regions is non-nil, deactivate the mark before
12017 insertion.
12018
12019 * simple.el (deactivate-mark, set-mark): Only save selection if we
12020 own it.
12021
12022 2009-07-17 Kenichi Handa <handa@m17n.org>
12023
12024 * case-table.el (describe-buffer-case-table): Fix for the case
12025 that KEY is a cons.
12026
12027 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
12028
12029 * vc-rcs.el (vc-rcs-find-file-hook):
12030 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
12031
12032 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
12033
12034 * net/tramp.el (tramp-wait-for-output): Handle the case when
12035 commands do not return a newline but a null byte before the shell
12036 prompt. (Bug#3858)
12037
12038 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12039
12040 * term/ns-win.el (ns-set-alpha): Don't declare.
12041 (ns-set-background-alpha): Remove function.
12042
12043 2009-07-16 Kevin Ryde <user42@zip.com.au>
12044
12045 * emacs-lisp/copyright.el (copyright-update): Save match-data across
12046 y-or-n-p, for safety.
12047
12048 2009-07-16 Richard Stallman <rms@gnu.org>
12049
12050 * files.el (auto-save-mode): If buffer-saved-size is -2,
12051 don't clobber it.
12052
12053 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
12054 (rmail-retry-ignored-headers): Add more uninteresting fields.
12055
12056 2009-07-15 Jari Aalto <jari.aalto@cante.net>
12057
12058 * net/rcirc.el (rcirc): Use history variables.
12059 (rcirc-server-name-history, rcirc-nick-name-history)
12060 (rcirc-server-port-history): New variables.
12061
12062 2009-07-15 Kenichi Handa <handa@m17n.org>
12063
12064 * international/mule-cmds.el (set-language-environment-charset):
12065 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
12066 ignore them.
12067
12068 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
12069 Delete unibyte-display.
12070
12071 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
12072
12073 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
12074
12075 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
12076
12077 * simple.el (deactivate-mark): Optional argument FORCE.
12078 (set-mark): Use deactivate-mark.
12079
12080 * info.el (Info-search): No need to check transient-mark-mode
12081 before calling deactivate-mark.
12082
12083 * select.el (x-set-selection): Doc fix.
12084 (x-valid-simple-selection-p): Allow buffer values.
12085 (xselect--selection-bounds): Handle buffer values.
12086 Suggested by David De La Harpe Golden.
12087
12088 * mouse.el (mouse-set-region, mouse-drag-track):
12089 Call copy-region-as-kill before setting the mark, to let
12090 select-active-regions work.
12091
12092 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
12093
12094 * simple.el (deactivate-mark): If select-active-regions is
12095 non-nil, copy the selection data into a string.
12096 (activate-mark): If select-active-regions is non-nil, set the
12097 selection to the current buffer.
12098 (set-mark): Update selection if select-active-regions is non-nil.
12099
12100 * select.el (x-valid-simple-selection-p): Allow buffer values.
12101
12102 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
12103
12104 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
12105 and more featureful message-mode.
12106
12107 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
12108
12109 * select.el (x-set-selection): Doc fix.
12110 (x-valid-simple-selection-p): Disallow selection data consisting
12111 of a list or cons of integers, since that is not used.
12112 (xselect--selection-bounds, xselect--int-to-cons): New functions.
12113 (xselect-convert-to-string, xselect-convert-to-length)
12114 (xselect-convert-to-filename, xselect-convert-to-charpos)
12115 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
12116
12117 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
12118
12119 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
12120 output in -break-info command (Emacs bug #3794).
12121
12122 2009-07-14 Glenn Morris <rgm@gnu.org>
12123
12124 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
12125 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
12126 (edebug-print-length, edebug-print-level, edebug-print-circle)
12127 (edebug-sit-for-seconds, edebug-view-outside)
12128 (edebug-bounce-point, edebug-set-global-break-condition)
12129 (edebug-Go-nonstop-mode, edebug-trace-mode)
12130 (edebug-Trace-fast-mode, edebug-continue-mode)
12131 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
12132 (edebug-visit-eval-list): Doc fixes.
12133
12134 * subr.el (def-edebug-spec): Doc fix.
12135
12136 2009-07-14 Kenichi Handa <handa@m17n.org>
12137
12138 * international/characters.el: Fix setting of category ?C.
12139
12140 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
12141
12142 * term/ns-win.el (x-select-font): defalias x-select-font to
12143 ns-popup-font-panel instead of generate-fontset-menu.
12144
12145 2009-07-12 Eli Zaretskii <eliz@gnu.org>
12146
12147 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
12148
12149 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
12150
12151 * arc-mode.el (archive-find-type): Allow for a PK00 string before
12152 the PK\003\004 header (Bug#3770).
12153
12154 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
12155
12156 * pcomplete.el (pcomplete-comint-setup): Check for
12157 shell-dynamic-complete-filename too.
12158
12159 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
12160
12161 * simple.el (temporary-goal-column): Change the value for
12162 line-move-visual to a cons cell.
12163 (line-move-visual): Record or set the window hscroll, if
12164 necessary (Bug#3494).
12165 (line-move-1): Handle cons value of temporary-goal-column.
12166
12167 2009-07-11 Kenichi Handa <handa@m17n.org>
12168
12169 * international/mule-diag.el (describe-character-set): Don't show
12170 width.
12171
12172 2009-07-10 Sam Steingold <sds@gnu.org>
12173
12174 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12175 Omake sometimes indents the errors it prints, so allow all
12176 regexps to start with spaces.
12177
12178 2009-07-10 Eli Zaretskii <eliz@gnu.org>
12179
12180 * cus-edit.el (customize-changed-options-previous-release):
12181 Bump value to 22.1. (Bug#3804)
12182
12183 2009-07-08 Sam Steingold <sds@gnu.org>
12184
12185 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
12186 to be a cons cell (test . ignored-directory) to selectively ignore
12187 some directories depending on the location of the search.
12188
12189 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
12190
12191 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
12192 remote user is root, on the local host.
12193 (tramp-local-host-p): Either the local user or the remote user
12194 must be root. (Bug#3771)
12195
12196 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
12197
12198 * progmodes/gdb-mi.el (gdb): Remove description of
12199 gdb-use-separate-io-buffer.
12200 (menu): Don't allow toggling of or enable
12201 gdb-use-separate-io-buffer from menubar.
12202
12203 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
12204
12205 * mail/unrmail.el (unrmail): Make sure the message ends with two
12206 newlines (Bug#3769).
12207
12208 2009-07-08 Glenn Morris <rgm@gnu.org>
12209
12210 * calendar/calendar.el (calendar-current-date): Rework previous change.
12211
12212 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
12213
12214 * calendar/calendar.el (calendar-current-date):
12215 Add an optional argument giving an offset from today.
12216
12217 2009-07-08 Glenn Morris <rgm@gnu.org>
12218
12219 * tutorial.el (tutorial--describe-nonstandard-key):
12220 Adjust the message for when a key has been unbound.
12221 (help-with-tutorial): Hide the arch-tag.
12222
12223 2009-07-08 Kenichi Handa <handa@m17n.org>
12224
12225 * international/fontset.el (setup-default-fontset): For each
12226 script, append (not set) font-specs.
12227
12228 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
12229 docstring.
12230
12231 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
12232
12233 * progmodes/gdb-mi.el (gdb-init-1): Move sending
12234 -data-list-register-names to ...
12235 (gdb-starting): ... here because GDB 7.0 requires execution to
12236 have started when using this MI command.
12237 (gdb-set-header): New function to distinguish select and
12238 unselected tabs in gdb buffers.
12239 (gdb-propertize-header): New macro that uses gdb-set-header.
12240 (gdb-breakpoints-header, gdb-locals-header): Use it.
12241 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
12242
12243 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
12244
12245 * Makefile.in (ELCFILES): Remove fadr.elc.
12246
12247 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
12248
12249 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
12250 may contain frame information, so `string-match' should be used.
12251 (gdb-update): Disassembly is invalidated through
12252 `gdb-get-selected-frame'.
12253 (gdb-pad-string): New function to pad string with spaces.
12254 (gdb-invalidate-disassembly): Invalidate only if the buffer
12255 exists.
12256 (gdb-disassembly-handler-custom): Column alignment.
12257 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
12258 placing new ones.
12259 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
12260 end of line, too.
12261 (gdb-frame-handler): Match convention to for disassembly buffer
12262 mode name.
12263 (gdb-stack-list-frames-handler): Rewritten without regexps.
12264 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
12265 not highlight breakpoints without line information.
12266 (gdb-input): Add trailing newline to command.
12267
12268 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
12269 buffer properly.
12270 (gdb-breakpoints-list-handler-custom): Replacement for
12271 `gdb-break-list-handler'. Using real parser instead of regexps
12272 now.
12273 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
12274 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
12275 to place breakpoints.
12276 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
12277 functions.
12278 (gdb-disassembly-handler-custom): Show overlay arrow.
12279 (gdb-disassembly-place-breakpoints): Show breakpoints in
12280 disassembly buffer.
12281 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
12282 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
12283 instead of parsing breakpoints buffer. Fixed old menu references
12284 in `gud-menu-map'.
12285
12286 * fadr.el: Remove.
12287
12288 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
12289 (gdb-memory-address): New variable which holds top address of
12290 memory page shown in memory buffer.
12291 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
12292 New customization variables.
12293 New functions:
12294 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
12295 display the memory buffer.
12296 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
12297 buffer display parameters.
12298 (def-gdb-memory-format, gdb-memory-format-binary)
12299 (gdb-memory-format-octal, gdb-memory-format-unsigned)
12300 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
12301 Functions for setting memory buffer format.
12302 (gdb-memory-unit-word, gdb-memory-unit-halfword)
12303 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
12304 unit size used in memory buffer.
12305 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
12306 Switch to next/previous page of memory buffer.
12307 Now using (bindat-get-field) instead of fadr functions.
12308
12309 2009-07-07 Sam Steingold <sds@gnu.org>
12310
12311 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
12312 non-top-level files.
12313
12314 2009-07-07 Kenichi Handa <handa@m17n.org>
12315
12316 * international/mule-cmds.el (reset-language-environment):
12317 Put the highset priority to the charset iso-8859-1.
12318
12319 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
12320
12321 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
12322 to the end of the line when locating the block (Bug#700).
12323
12324 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
12325
12326 * net/tramp.el (tramp-handle-write-region): Flush file properties
12327 in case of short track.
12328
12329 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
12330
12331 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
12332 Coded custom representation of verilog error regular expressions
12333 to work with Emacs-22's new format.
12334 (verilog-error-regexp-xemacs-alist): Coded custom representation
12335 of verilog error regular expressions to work with XEmacs format.
12336 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
12337 error recognition into XEmacs.
12338 (verilog-error-regexp-add-emacs): Hook routine to install verilog
12339 error recognition into Emacs-22.
12340
12341 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
12342
12343 * woman.el: Remove stand-alone closing parentheses.
12344 (woman-file-name, woman2-format-paragraphs)
12345 (woman-leave-blank-lines): Code cleanup.
12346 (woman-use-own-frame): Change default to nil.
12347 (woman-italic, woman-bold, woman-unknown, woman-addition):
12348 Change defaults to inherit from default faces.
12349 (woman2-process-escapes): Consume the newline after a stand-alone
12350 filler character (Bug#3651).
12351
12352 2009-07-06 Glenn Morris <rgm@gnu.org>
12353
12354 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
12355 (top-level): Move provide to the end.
12356 (ffap): Remove defunct URL from custom group.
12357
12358 * subr.el (eval-after-load): Doc fix.
12359
12360 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
12361
12362 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
12363 `calc-embedded-word' is called twice.
12364
12365 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12366
12367 * files.el (find-alternate-file-other-window, find-alternate-file):
12368 Obey confirm-nonexistent-file-or-buffer.
12369
12370 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
12371
12372 * dired-aux.el (dired-show-file-type): Handle remote files.
12373
12374 2009-07-05 Jari Aalto <jari.aalto@cante.net>
12375
12376 * desktop.el (desktop-globals-to-save):
12377 Add file-name-history (Bug#2750).
12378
12379 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
12380
12381 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
12382
12383 2009-07-04 Johan Bockgård <bojohan@gnu.org>
12384
12385 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
12386 property on entire argument since this is what eshell-lisp-command
12387 expects.
12388
12389 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
12390
12391 * net/tramp-gvfs.el (tramp-gvfs-methods)
12392 (tramp-gvfs-zeroconf-domain)
12393 (tramp-bluez-discover-devices-timeout): Add version flag.
12394 (tramp-gvfs-handler-mounted-unmounted)
12395 (tramp-gvfs-connection-mounted-p): Polish handling of
12396 incompatibilities between GVFS 0.2 and 1.0.
12397
12398 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
12399
12400 * cus-start.el (all): Add make-pointer-invisible.
12401
12402 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
12403
12404 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
12405 formatted correctly.
12406
12407 2009-07-02 Juri Linkov <juri@jurta.org>
12408
12409 * info.el: Virtual Info files and nodes.
12410 (Info-virtual-files, Info-virtual-nodes): New variables.
12411 (Info-current-node-virtual): New variable.
12412 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
12413 New functions.
12414 (Info-file-supports-index-cookies): Use Info-virtual-file-p
12415 to check for a virtual file instead of checking a fixed list
12416 of node names.
12417 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
12418 instead of ad-hoc processing of "dir" and (apropos history toc).
12419 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
12420 instead of ad-hoc processing of "dir" and (apropos history toc).
12421 Reread a file when moving from a virtual node.
12422 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
12423 (Info-directory-toc-nodes, Info-directory-find-file)
12424 (Info-directory-find-node): New functions.
12425 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
12426 (Info-history): Move part of code to
12427 `Info-history-find-node'.
12428 (Info-history-toc-nodes, Info-history-find-file)
12429 (Info-history-find-node): New functions.
12430 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
12431 (Info-toc): Move part of code to `Info-toc-find-node'.
12432 (Info-toc-find-node): New function.
12433 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
12434 the current Info file name to references because now the node
12435 "*TOC*" belongs to the same Info manual.
12436 (Info-toc-build): Rename from `Info-build-toc'.
12437 (Info-toc-nodes): Rename input argument `file' to `filename'.
12438 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
12439 instead of ad-hoc processing of ("dir" apropos history toc).
12440 (Info-index-nodes): Use Info-virtual-file-p
12441 to check for a virtual file instead of checking a fixed list
12442 of node names.
12443 (Info-index-node): Add check for `Info-current-node-virtual'.
12444 Raise `save-match-data' higher up the tree to contain
12445 `search-forward' too (bug fix).
12446 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
12447 (Info-virtual-index-nodes): New variable.
12448 (Info-virtual-index-find-node, Info-virtual-index): New functions.
12449 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
12450 (Info-apropos-file, Info-apropos-nodes): New variables.
12451 (Info-apropos-toc-nodes, Info-apropos-find-file)
12452 (Info-apropos-find-node, Info-apropos-matches): New functions.
12453 (info-apropos): Move part of code to `Info-apropos-find-node' and
12454 `Info-apropos-matches'.
12455 (Info-mode-map): Bind "I" to `Info-virtual-index'.
12456 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
12457 for a virtual file instead of checking a fixed list of node names.
12458
12459 * simple.el (async-shell-command): New command.
12460
12461 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
12462
12463 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
12464 instead of `mount-info'.
12465
12466 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
12467
12468 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
12469 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
12470
12471 2009-07-02 Kenichi Handa <handa@m17n.org>
12472
12473 * international/mule.el (set-keyboard-coding-system): Force *-unix
12474 coding-system to avoid eol conversion.
12475
12476 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
12477
12478 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12479 Add handler for `process-file', `shell-command' and
12480 `start-file-process'.
12481 (tramp-gvfs-handle-shell-command)
12482 (tramp-gvfs-handle-start-file-process)
12483 (tramp-gvfs-handle-process-file): New defuns.
12484 (tramp-synce-list-devices): Simplify check for existence of property.
12485
12486 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
12487
12488 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
12489
12490 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
12491
12492 * language/korean.el (set-language-info-alist): Add korean-cp949,
12493 cp949 to spec.
12494
12495 2009-07-01 Kenichi Handa <handa@m17n.org>
12496
12497 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
12498
12499 * international/encoded-kb.el: Deleted.
12500
12501 * international/mule.el (set-keyboard-coding-system): Perform the
12502 necessary setup here instead of calling encoded-kbd-setup-display.
12503
12504 2009-07-01 Glenn Morris <rgm@gnu.org>
12505
12506 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
12507
12508 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
12509
12510 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
12511
12512 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
12513
12514 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
12515 Handle also the 'rename case, when setting file modes. (Bug#3712)
12516 (tramp-default-file-modes): Remove execute permissions.
12517
12518 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
12519 (top): Add a default for "synce" in `tramp-default-user-alist'.
12520 Add completion function for "synce" method.
12521 (tramp-hal-service, tramp-hal-path-manager)
12522 (tramp-hal-interface-manager, tramp-hal-interface-device):
12523 New defconst.
12524 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
12525 (tramp-synce-list-devices, tramp-synce-parse-device-names):
12526 New defuns.
12527
12528 * net/trampver.el: Update release number.
12529
12530 2009-06-30 Kenichi Handa <handa@m17n.org>
12531
12532 * international/fontset.el (setup-default-fontset): Add CJK fonts
12533 for symbols and the other miscellaneous characters.
12534
12535 * language/korea-util.el (setup-korean-environment-internal):
12536 Make char-width-table suitable for Korean environments.
12537 (exit-korean-environment): Cancel above.
12538
12539 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
12540 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
12541 setup-function to make char-width-table suitable for respective
12542 environments, and an exit-function to cancel that.
12543
12544 * language/japan-util.el (setup-japanese-environment-internal):
12545 Call use-cjk-char-width-table with arg `ja_JP'.
12546
12547 * international/characters.el (cjk-char-width-table): Delete it.
12548 (cjk-char-width-table-list): New variable.
12549 (use-cjk-char-width-table): New arg local-name.
12550 (use-default-char-width-table): Fix for the case that Emacs is
12551 already using the default char-width-table.
12552
12553 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
12554
12555 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
12556 modes mandatory. (Bug#3712)
12557
12558 2009-06-29 Alan Mackenzie <acm@muc.de>
12559
12560 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
12561 correction between the visible width of TABs and their number of bytes.
12562
12563 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
12564
12565 * server.el (server-buffer-done): Prevent kill-buffer from
12566 prompting by clearing the buffer modification flag (Bug#3696).
12567
12568 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
12569
12570 * progmodes/verilog-mode.el (verilog-beg-of-statement)
12571 (verilog-endcomment-reason-re): Support unique case and priority case.
12572 (verilog-basic-complete-re): Support localparam lineup.
12573 (verilog-beg-of-statement-1): Fix for robustness, unique case.
12574 (verilog-set-auto-endcomments): Fix for unique case, always_comb
12575 commenting.
12576 (verilog-leap-to-case-head): Now support *nested* unique &
12577 priority case statements.
12578 (verilog-auto-lineup): Make just declarations the default (as it
12579 had been).
12580 (verilog-leap-to-case-head): Support priority/unique case statements.
12581 (verilog-auto-lineup): Rework to give users radio buttons to
12582 select the various styles of automatic lineup.
12583 (verilog-error-regexp-alist): Rework to support the XEmacs style
12584 of error regular expressions from compilers, lint tools &
12585 simulators. Note that GNU Emacs has made it impossible for a mode
12586 to load such things.
12587 (electric-verilog-terminate-line, verilog-indent-declaration)
12588 (verilog-auto-wiure): Rework for radio button selection of
12589 auto-lineup selection of specification of auto lineup.
12590 (verilog-beg-of-statement-1): Redesign to support proper operation
12591 in additional code, based on testing with auto-lineup.
12592 (verilog-calculate-indent, assignments & declarations)
12593 (verilog-backward-token): Enhance to support auto-lineup of
12594 assignments & declarations.
12595 (verilog-in-directive-p, verilog-at-struct-p): New function for
12596 easy test of whether we are.
12597 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
12598 to support safe execution at almost anyline.
12599 (verilog-calc-1): Properly support indenting deep inside generate
12600 blocks.
12601 (verilog-init-font): Remove definition & use of verilog-init-font,
12602 as it is redundant with font-lock-defaults.
12603 (verilog-mode): Alter the definition of verilog-font-lock-defaults
12604 to avoid circular calls if syntax-ppss is a function (as is the
12605 case now in 22.x GNU Emacs) as that function would sometimes call
12606 itself, leading to (nearly) infinite recursion.
12607 (verilog-ovm-begin-re, verilog-ovm-end-re)
12608 (verilog-ovm-statement-re, verilog-leap-to-head)
12609 (verilog-backward-token): Add support for OVM macros. Some are
12610 complete statements, and others open and close scopes like begin
12611 and end.
12612 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
12613 (verilog-defun-level-generate-only-re): Really fix the defun-list
12614 compilation issue.
12615 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
12616 coverpoint, constraint and cross statements.
12617 (verilog-defun-level-list, verilog-generate-defun-level-list)
12618 (verilog-all-defun-level-list): Redo these specifications - it is
12619 too hard to support eval-when compile aggregation of lists also
12620 built at when-compile time.
12621 (verilog-defun-level-list): Place defconsts of variables used in
12622 building regular expressions which are built in eval-when-compile
12623 bodies in the same eval-when-compile body to facilitate compile
12624 without load.
12625 (verilog-beg-block-re-ordered): Support indenting
12626 virtual/protected tasks and functions.
12627 (verilog-defun-level-list, verilog-in-generate-region-p)
12628 (verilog-backward-ws&directives, verilog-calc-1): Speed up
12629 indentation of some module items (generate items).
12630 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
12631 across virtual/protected tasks and functions.
12632
12633 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
12634
12635 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
12636 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
12637 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
12638 in concatenations. Reported by Yishay Belkind.
12639 (verilog-auto-ascii-enum): Support one-hot state machines in
12640 AUTOASCIIENUM. Suggested by Lloyd Gomez.
12641 (verilog-auto-inst, verilog-auto-inst-port): Include interface
12642 modport in AUTOINST and add vl-modport for users.
12643 Reported by David Rogoff.
12644 (verilog-auto-inout-module, verilog-auto-inst)
12645 (verilog-decls-get-interfaces, verilog-insert-definition)
12646 (verilog-insert-one-definition, verilog-read-decls)
12647 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
12648 (verilog-sig-modport, verilog-signals-combine-bus)
12649 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
12650 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
12651 Suggested by David Rogoff.
12652 (verilog-repair-open-comma): Fix non-insertion of comma when
12653 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
12654 (verilog-make-width-expression): Simplify [A-1:0] expression
12655 widths to just {A{1'b0}}.
12656 (verilog-mode): Cleanup checkdoc warnings.
12657 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
12658 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
12659 inputs/outputs or data type. Suggested by Vasu Kandadi.
12660 (next-error-last-buffer): Fix byte-compiler warning.
12661 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
12662 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
12663 or shell command text during AUTO expansion. Suggested by Tad Truex.
12664 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
12665 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
12666 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
12667 in AUTOINOUT. Reported by Matthew Lovell.
12668 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
12669 causing use of <= assignments. Reported by Alex Reed.
12670 (verilog-read-decls): Fix triand, trior, wand, wor to be
12671 recognized by AUTOWIRE. Reported by Spencer Isaacson.
12672 (verilog-extended-complete-re): Support import "DPI-C" functions.
12673 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
12674 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
12675 (verilog-insert-date, verilog-insert-year)
12676 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
12677 Windows systems. Reported by Michael Potts.
12678 (verilog-read-module-name): Fix AUTOINST when the child module
12679 declaration's name is a tick define. Reported by Elliot Mednick.
12680 (verilog-read-decls): Fix V2K parameter bit subscripts getting
12681 passed to next parameter's definition. Reported by Bruce T.
12682 (verilog-read-decls): Fix detecting "parameter int" when using
12683 AUTOINSTPARAM. Reported by Bruce T.
12684 (verilog-goto-defun): Fix goto not finding modules unless first
12685 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
12686 (verilog-mode): Expand -f flag arguments on entry to mode so
12687 verilog-goto-defun will work. Reported by Lawrence Butcher.
12688 (verilog-getopt): Expand environment variables in -f file
12689 arguments. Suggested by Lawrence Butcher.
12690 (verilog-set-define): Fix "Symbol's value as variable is void"
12691 when reading enumerations.
12692 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
12693 Suggested by Stephen Peltan.
12694 (verilog-read-defines): Fix reading of enumerations in include
12695 files. Reported by Steve Peltan.
12696
12697 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
12698
12699 * files.el (trash-directory): Fix defcustom type.
12700
12701 2009-06-28 Juri Linkov <juri@jurta.org>
12702
12703 * help-fns.el (describe-function-1): Correctly locate adviced
12704 functions in hyperlink (Bug#2438).
12705
12706 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
12707
12708 * files.el (trash-directory): Change default to nil.
12709 (move-file-to-trash): If trash-directory is nil and
12710 system-move-file-to-trash is unbound, perform freedesktop-style
12711 trashing.
12712
12713 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
12714
12715 * files.el (move-file-to-trash): Add freedesktop trash
12716 support (Bug#973).
12717
12718 2009-06-28 Glenn Morris <rgm@gnu.org>
12719
12720 * autorevert.el (global-auto-revert-non-file-buffers)
12721 (global-auto-revert-mode): Doc fixes.
12722
12723 2009-06-27 Johan Bockgård <bojohan@gnu.org>
12724
12725 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
12726
12727 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
12728
12729 * faces.el (x-handle-named-frame-geometry): Ensure that we have
12730 opened an X connection before calling x-get-resource (Bug#3194).
12731
12732 * play/doctor.el: Remove reference to obsolete website.
12733 (make-doctor-variables): Correct grammar mistake (Bug#2633).
12734
12735 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
12736
12737 Remove find-file-not-found-hook VC method. (Bug#2757)
12738 * vc-hooks.el (vc-file-not-found-hook)
12739 (vc-default-find-file-not-found-hook): Remove functions.
12740 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
12741 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
12742 * vc.el:
12743 * vc-hg.el:
12744 * vc-git.el: Do not mention find-file-not-found-hook VC method.
12745
12746 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
12747
12748 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
12749 compatibility function for `looking-back'.
12750
12751 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
12752 Use `ispell-looking-back'.
12753
12754 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
12755
12756 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
12757 rather than `filename'.
12758
12759 2009-06-23 Miles Bader <miles@gnu.org>
12760
12761 * face-remap.el (text-scale-set): New function.
12762
12763 2009-06-23 Glenn Morris <rgm@gnu.org>
12764
12765 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
12766
12767 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
12768
12769 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
12770
12771 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
12772
12773 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
12774 Simplify Persian conditionals.
12775
12776 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
12777 variable `filename'.
12778
12779 * comint.el (comint-insert-input): Doc fix.
12780
12781 * Makefile.in (ELCFILES): Fix typo in previous change.
12782
12783 2009-06-23 Miles Bader <miles@gnu.org>
12784
12785 * cus-start.el: Add entry for `recenter-redisplay'.
12786
12787 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12788
12789 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
12790 Add an optional argument for the backend, use it instead of
12791 calling vc-backend.
12792 (vc-mode-line): Add an optional argument for the backend.
12793 Pass the backend to vc-state and vc-working-revision. Move code for
12794 special handling for vc-state being a buffer to ...
12795
12796 * vc-rcs.el (vc-rcs-find-file-hook):
12797 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
12798
12799 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
12800 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
12801 vc-stay-local-p and vc-mode-line calls.
12802
12803 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
12804 (vc-cvs-diff, vc-cvs-annotate-command)
12805 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
12806 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
12807 vc-mode-line calls.
12808
12809 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
12810 direct comparison.
12811 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
12812 backend when calling vc-mode-line.
12813 (vc-register): Do not create a closure for calling the vc register
12814 function, call it directly.
12815
12816 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12817
12818 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
12819 to make it obvious item can be clicked.
12820
12821 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
12822
12823 2009-06-23 Kenichi Handa <handa@m17n.org>
12824
12825 * language/korea-util.el (korean-key-bindings): Change the binding
12826 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
12827 same command.
12828
12829 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
12830
12831 Sync with Tramp 2.1.16.
12832
12833 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
12834
12835 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
12836 when a loading of a package fails. Completion function for rsync
12837 is `tramp-completion-function-alist-ssh'.
12838 (all): Replace all calls of `split-string' and
12839 `tramp-split-string' by `tramp-compat-split-string'.
12840 (tramp-default-method): Use `tramp-compat-process-running-p'.
12841 (tramp-default-proxies-alist): Allow also Lisp forms.
12842 (tramp-remote-path): Add choice "Private Directories".
12843 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
12844 (tramp-domain-regexp): Allow also "-", "_" and ".".
12845 (tramp-end-of-output): Remove newlines, and add "$" at the end.
12846 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12847 (tramp-debug-message): Insert header line in debug buffer.
12848 (tramp-handle-directory-files-and-attributes-with-stat):
12849 Care about filenames with spaces, or starting with "-".
12850 (tramp-handle-dired-uncache): New defun.
12851 (tramp-handle-insert-directory): Don't flush the directory from
12852 cache, this is handled by `dired-uncache' now.
12853 (tramp-handle-insert-file-contents): Improve error handling.
12854 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12855 Quote `tramp-end-of-output'.
12856 (tramp-action-password): Improve trace message.
12857 (tramp-check-for-regexp): Both echoes must be present, before removing.
12858 (tramp-open-connection-setup-interactive-shell): Trace coding system.
12859 (tramp-compute-multi-hops): Eval cons cells of
12860 `tramp-default-proxies-alist'.
12861 (tramp-maybe-open-connection): Use the same command pattern for
12862 first hop and further hops.
12863 (tramp-wait-for-output): Remove handling of newlines.
12864 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12865 (tramp-split-string): Remove function. It is handled in
12866 tramp-compat now.
12867
12868 * net/tramp-cmds.el (tramp-bug):
12869 Recommend `tramp-cleanup-all-connections' in the bug mail.
12870
12871 * net/tramp-compat.el (tramp-compat-split-string)
12872 (tramp-compat-process-running-p): New defuns.
12873
12874 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12875 for `dired-uncache'.
12876
12877 * net/tramp-gvfs.el: New package.
12878
12879 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12880 Add handler for `dired-uncache'.
12881 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12882
12883 * net/trampver.el: Update release number. Make version check fit
12884 for SXEmacs 22.
12885
12886 2009-06-22 Jim Meyering <meyering@redhat.com>
12887
12888 Automatically handle .xz suffix (XZ-compressed files), too.
12889 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12890 XZ is the successor to LZMA: <http://tukaani.org/xz/>
12891
12892 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
12893 Nick Roberts <nickrob@snap.net.nz>
12894
12895 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
12896 repository (http://sphinx.net.ru/hg/gdb-mi/).
12897
12898 2009-06-22 Glenn Morris <rgm@gnu.org>
12899
12900 * files.el (dir-locals-collect-mode-variables): Allow for any number of
12901 `mode' and `eval' entries. (Bug#3430)
12902
12903 * Makefile.in (ELCFILES): Add fadr.elc.
12904
12905 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12906 differing behavior of \n and ^ in strings. (Bug#3385)
12907
12908 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12909
12910 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12911 property.
12912 (lisp-indent-function): Make it a defcustom.
12913
12914 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
12915
12916 * progmodes/gdb-ui.el: Replace with ...
12917 * progmodes/gdb-mi.el: ... this file.
12918 * progmodes/gud.el: Modify for gdb-mi.el.
12919
12920 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
12921
12922 * fadr.el: New file.
12923
12924 See ChangeLog.14 for earlier changes.
12925
12926 ;; Local Variables:
12927 ;; coding: utf-8
12928 ;; End:
12929
12930 Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
12931
12932 This file is part of GNU Emacs.
12933
12934 GNU Emacs is free software: you can redistribute it and/or modify
12935 it under the terms of the GNU General Public License as published by
12936 the Free Software Foundation, either version 3 of the License, or
12937 (at your option) any later version.
12938
12939 GNU Emacs is distributed in the hope that it will be useful,
12940 but WITHOUT ANY WARRANTY; without even the implied warranty of
12941 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12942 GNU General Public License for more details.
12943
12944 You should have received a copy of the GNU General Public License
12945 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.